@charset "UTF-8";
.donateAllWrap {
  width: 100%;
  height: auto;
}
.donateAllWrap .contentSection .firstSection .contentTitle h2 {
  margin-bottom: 18px;
}
.donateAllWrap .contentSection .contentMain .donateArea h3 {
  font-weight: 700;
  font-size: 22px;
  color: #1b3b86;
  margin-top: 30px;
}
.donateAllWrap .contentSection .contentMain .donateArea .topArea p {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 600;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li {
  width: 100%;
  height: auto;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  border-radius: 15px 15px 0px 0px;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardImg.img01 {
  background-image: url(../images/interview.jpg);
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardImg.img02 {
  background-image: url(../images/building-6806633.jpg);
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardImg.img03 {
  background-image: url(../images/gyeongjein-munseoleul-ilg-go-jaleun-doenbogi.jpg);
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardImg.img04 {
  background-image: url(../images/volun.jpg);
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardText {
  padding: 20px;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardText span {
  font-weight: 700;
  font-size: 18px;
  color: #1b3b86;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardText ul {
  margin-top: 14px;
  display: block;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardText ul li {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.donateAllWrap .contentSection .contentMain .donateArea .middleArea .infoCardWrap ul li .cardText ul li .blueBox {
  width: 8px;
  height: 8px;
  background-color: #1b3b86;
  margin-top: 1px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 8px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 {
  border-top: 2px solid #1b3b86;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 thead th {
  padding: 20px 0;
  background: #eff2f7;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody th {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody td {
  padding: 20px 10px;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody td.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody td p {
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody td a {
  color: #222;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody td.line {
  border-right: 1px solid #ddd;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style1 tbody th.line {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 thead th {
  padding: 12px 0;
  background: #e8f0fa;
  border: 1px solid #ccc;
  border-right: 0;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 500;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 thead th:last-child {
  border-right: 1px solid #ccc;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 tbody td {
  padding: 12px 0;
  font-size: 14px;
  color: #222;
  font-weight: 500;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  text-align: center;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 tbody td:last-child {
  border-right: 1px solid #ccc;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 tbody td.l {
  text-align: left;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  padding: 20px 0 20px 40px;
  line-height: 1.5;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 tbody td.l strong {
  display: block;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style2 thead th.no-line {
  border-left: 0;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 {
  border-top: 3px solid #121212;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 thead th {
  padding: 16px 0;
  background: #eff2f7;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 tbody td {
  padding: 15px 20px 15px 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #444;
  text-align: left;
  font-weight: 300;
  word-break: keep-all;
  border-left: 1px solid #ddd;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 tbody td.name {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 tbody td.c {
  text-align: center;
  padding-left: 15px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 tbody td.tit {
  color: #0e4286;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  border-left: 0;
  text-align: center;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3 tbody td.tit span {
  font-size: 20px;
}
.donateAllWrap .contentSection .contentMain .donateArea .bottomArea .table-type1 .col-style3.no-line td {
  border-left: 0;
}

.membership-fee .fee-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.membership-fee .fee-list .fee-item {
  position: relative;
  padding: 10px 0 10px 24px;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membership-fee .fee-list .fee-item::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #1b3b86;
  font-weight: 600;
  font-size: 9px;
}
.membership-fee .fee-list .fee-item .fee-year {
  font-weight: 700;
  color: #0f172a;
  font-size: 18px;
}
.membership-fee .fee-list .fee-item .fee-type {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.membership-fee .fee-list .fee-item .fee-type.vice-president {
  background: #1e293b;
  color: #f1f5f9;
}
.membership-fee .fee-list .fee-item .fee-type.general {
  background: #6366f1;
  color: white;
}
.membership-fee .fee-list .fee-item .highlight {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
  color: #334155;
  margin: 0 5px;
}