.membershipAllWrap {
  width: 100%;
  height: auto;
}
@media (min-width: 2080px) {
  .membershipAllWrap {
    min-height: 90dvh;
  }
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0;
  gap: 20px;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination .pagination-arrow {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination .pagination-arrow:hover {
  color: #333;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination .pagination-arrow svg {
  width: 28px;
  height: 28px;
  padding-top: 2px;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination .pagination-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination .pagination-number:hover {
  background-color: #eaeaea;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .pagination .pagination-number.active {
  background-color: #1b3b86;
  color: white;
  font-weight: bold;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .searchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .searchWrap select {
  width: 200px;
  padding: 10px 40px 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  background: url("../images/downArrow.svg") no-repeat right 12px center;
  background-color: #fff;
  background-size: 12px;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .searchWrap .search-template {
  width: 230px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.05em;
  border: 1px solid #cccccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .searchWrap .searchIcon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url(../images/searchButton.svg);
  background-repeat: no-repeat;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable th,
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable td {
  padding: 20px;
  text-align: center;
  border: 1px solid #b2b2b2;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable th {
  background-color: #1b3b86;
  font-weight: bold;
  color: #ffffff;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable td {
  background-color: #ffffff;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable .memberName {
  font-weight: 600;
  color: #1b3b86;
}
.membershipAllWrap .contentSection .contentMain .memberListArea .memberTable .memberPosition {
  color: #3d3d3d;
}

.member-info {
  font-size: 28px;
  line-height: 1.6;
  color: #333;
  margin-top: 50px;
  margin-bottom: 66px;
}
.member-info .member-count {
  font-weight: 600;
  margin-bottom: 20px;
}
.member-info .member-count .highlight {
  color: #2563eb;
  font-weight: 700;
}
.member-info .privacy-notice {
  font-size: 24px;
  color: #8b8b8b;
  font-weight: 400;
  border-left: 4px solid #e5e7eb;
  padding-left: 16px;
}

.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: 10px;
}
.bottomArea .tableTitle {
  margin-bottom: 20px;
}
.bottomArea .tableTitle h3 {
  margin-bottom: 0px;
}
.bottomArea .areaWrap {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.bottomArea .areaWrap .firstArea,
.bottomArea .areaWrap .secondArea,
.bottomArea .areaWrap .thirdArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0;
}
.bottomArea .areaWrap h3 {
  font-weight: 600;
  font-size: 24px;
}
.bottomArea .areaWrap .blueBox {
  width: 8px;
  height: 8px;
  background-color: #1b3b86;
  margin-top: 14px;
}
.bottomArea .areaWrap .leftText {
  display: none;
}
.bottomArea .areaWrap .leftText h3 {
  margin-top: 0PX;
}
.bottomArea .areaWrap .rightText {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.bottomArea .areaWrap .rightText .addInfo {
  font-weight: 500;
  font-size: 14px;
}
.bottomArea .areaWrap .rightText ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b2b2b2;
}
.bottomArea .areaWrap .rightText ul li .positionBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bottomArea .areaWrap .rightText ul li .positionBox span {
  font-size: 14px;
  color: #b2b2b2;
}
.bottomArea .areaWrap .rightText ul li .nameBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .noConfigIcon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url(../images/noConfigIcon.svg);
  background-repeat: no-repeat;
  margin-top: 2px;
}
.bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .noConfig {
  color: #3d3d3d;
  font-weight: 600;
  line-height: 1;
}
.bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .nameText {
  font-size: 22px;
  font-weight: 600;
}
.bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .personalPosition {
  color: #3d3d3d;
  font-weight: 500;
}
.bottomArea .table-type1 table {
  width: 55%;
  border-spacing: 0;
  margin-bottom: 30px;
}
.bottomArea .table-type1 .col-style1 {
  border-top: 2px solid #1b3b86;
}
.bottomArea .table-type1 .col-style1 thead th {
  padding: 10px 0;
  background: #eff2f7;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.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;
}
.bottomArea .table-type1 .col-style1 tbody td {
  padding: 5px 10px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.bottomArea .table-type1 .col-style1 tbody td.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
}
.bottomArea .table-type1 .col-style1 tbody td p {
  margin: 0;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.bottomArea .table-type1 .col-style1 tbody td a {
  color: #222;
}
.bottomArea .table-type1 .col-style1 tbody td.line {
  border-right: 1px solid #ddd;
}
.bottomArea .table-type1 .col-style1 tbody th.line {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.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;
}
.bottomArea .table-type1 .col-style2 thead th:last-child {
  border-right: 1px solid #ccc;
}
.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;
}
.bottomArea .table-type1 .col-style2 tbody td:last-child {
  border-right: 1px solid #ccc;
}
.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;
}
.bottomArea .table-type1 .col-style2 tbody td.l strong {
  display: block;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.bottomArea .table-type1 .col-style2 thead th.no-line {
  border-left: 0;
}
.bottomArea .table-type1 .col-style3 {
  border-top: 3px solid #121212;
}
.bottomArea .table-type1 .col-style3 thead th {
  padding: 16px 0;
  background: #eff2f7;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.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;
}
.bottomArea .table-type1 .col-style3 tbody td.name {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
}
.bottomArea .table-type1 .col-style3 tbody td.c {
  text-align: center;
  padding-left: 15px;
}
.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;
}
.bottomArea .table-type1 .col-style3 tbody td.tit span {
  font-size: 20px;
}
.bottomArea .table-type1 .col-style3.no-line td {
  border-left: 0;
}

h3 {
  font-weight: 700;
  font-size: 22px;
  color: #1b3b86;
}

@media (max-width: 480px) {
  strong {
    font-size: 15px;
  }
  h3 {
    text-align: left;
  }
  .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: 10px;
    padding: 0px 20px;
    margin-bottom: 80px;
  }
  .bottomArea .tableTitle {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottomArea .tableTitle h3 {
    margin-bottom: 0px;
  }
  .bottomArea .areaWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .bottomArea .areaWrap .firstArea,
  .bottomArea .areaWrap .secondArea,
  .bottomArea .areaWrap .thirdArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .bottomArea .areaWrap h3 {
    font-weight: 600;
    font-size: 24px;
  }
  .bottomArea .areaWrap .blueBox {
    width: 8px;
    height: 8px;
    background-color: #1b3b86;
    margin-top: 14px;
  }
  .bottomArea .areaWrap .leftText {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }
  .bottomArea .areaWrap .rightText {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: start;
    width: 100%;
  }
  .bottomArea .areaWrap .rightText .addInfo {
    font-weight: 500;
    font-size: 14px;
  }
  .bottomArea .areaWrap .rightText ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: start;
    border-bottom: 1px solid #b2b2b2;
    gap: 10px;
  }
  .bottomArea .areaWrap .rightText ul li .positionBox {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottomArea .areaWrap .rightText ul li .positionBox span {
    font-size: 14px;
    color: #b2b2b2;
  }
  .bottomArea .areaWrap .rightText ul li .nameBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .nameText {
    font-size: 18px;
    font-weight: 600;
  }
  .bottomArea .areaWrap .rightText ul li .nameBoxWrap .nameBox .personalPosition {
    color: #3d3d3d;
    font-weight: 500;
  }
  .bottomArea .table-type1 {
    margin-top: 40px;
  }
  .bottomArea .table-type1 table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 30px;
  }
  .bottomArea .table-type1 .col-style1 {
    border-top: 2px solid #1b3b86;
  }
  .bottomArea .table-type1 .col-style1 thead th {
    padding: 10px 0;
    background: #eff2f7;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    color: #0e4286;
    text-align: center;
    font-weight: 600;
  }
  .bottomArea .table-type1 .col-style1 tbody th {
    color: #222;
    font-size: 12px;
    font-weight: 500;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
  .bottomArea .table-type1 .col-style1 tbody td {
    padding: 8px 10px;
    font-size: 12px;
    color: #222;
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }
  .bottomArea .table-type1 .col-style1 tbody td.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  .bottomArea .table-type1 .col-style1 tbody td p {
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 500;
  }
  .bottomArea .table-type1 .col-style1 tbody td a {
    color: #222;
  }
  .bottomArea .table-type1 .col-style1 tbody td.line {
    border-right: 1px solid #ddd;
  }
  .bottomArea .table-type1 .col-style1 tbody th.line {
    border-right: 1px solid #ddd;
    vertical-align: middle;
  }
  .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;
  }
  .bottomArea .table-type1 .col-style2 thead th:last-child {
    border-right: 1px solid #ccc;
  }
  .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;
  }
  .bottomArea .table-type1 .col-style2 tbody td:last-child {
    border-right: 1px solid #ccc;
  }
  .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;
  }
  .bottomArea .table-type1 .col-style2 tbody td.l strong {
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: 500;
  }
  .bottomArea .table-type1 .col-style2 thead th.no-line {
    border-left: 0;
  }
  .bottomArea .table-type1 .col-style3 {
    border-top: 3px solid #121212;
  }
  .bottomArea .table-type1 .col-style3 thead th {
    padding: 16px 0;
    background: #eff2f7;
    font-size: 14px;
    color: #0e4286;
    text-align: center;
    font-weight: 600;
  }
  .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;
  }
  .bottomArea .table-type1 .col-style3 tbody td.name {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
  }
  .bottomArea .table-type1 .col-style3 tbody td.c {
    text-align: center;
    padding-left: 15px;
  }
  .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;
  }
  .bottomArea .table-type1 .col-style3 tbody td.tit span {
    font-size: 20px;
  }
  .bottomArea .table-type1 .col-style3.no-line td {
    border-left: 0;
  }
}