.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;
}