.member_sec {
  color: white;
  transition: background 0.8s ease-in-out;
  height: 828px;
  position: relative;
}
@media (max-width: 1900px) {
  .member_sec {
    height: 750px;
  }
}
@media (max-width: 980px) {
  .member_sec {
    height: unset;
  }
}
@media (max-width: 450px) {
  .member_sec {
    min-height: 930px;
  }
}
@media (max-width: 375px) {
  .member_sec {
    min-height: 900px;
  }
}
.member_sec.red_bg {
  background: linear-gradient(180deg, rgb(131, 23, 25) 0%, rgb(213, 40, 34) 100%);
}
.member_sec.brown_bg {
  background: linear-gradient(180deg, #ab4d1b 0%, #f4a462 100%);
}
.member_sec.silver_bg {
  background: linear-gradient(180deg, #787878 0%, #d8d8d8 100%);
}
.member_sec.gold_bg {
  background: linear-gradient(180deg, #d89300 0%, #d89300 40%, #ffe389 100%);
}
.member_sec h2 {
  margin-bottom: 13px;
}
.member_sec .container {
  padding-top: 76px;
}
@media (max-width: 980px) {
  .member_sec .container {
    padding-top: 40px;
  }
}
.member_sec .content {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.member_sec .swiper-container {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
@media (max-width: 1900px) {
  .member_sec .swiper-container {
    margin-top: 45px;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper-container {
    flex-direction: column;
    margin-top: 35px;
  }
}
.member_sec .swiper_box {
  max-width: 476px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .member_sec .swiper_box {
    max-width: 450px;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_box {
    max-width: 100%;
  }
}
.member_sec .swiper_box .swiper-slide {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
.member_sec .swiper_box .swiper-slide.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  visibility: visible;
}
.member_sec .swiper_box .swiper-slide.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  position: absolute;
  visibility: visible;
}
.member_sec .swiper_card {
  position: relative;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1200px) {
  .member_sec .swiper_card {
    margin-top: 20px;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_card {
    height: 60vw;
    margin-top: 40px;
    margin: 40px auto 0 50px;
  }
}
@media (max-width: 580px) {
  .member_sec .swiper_card {
    height: 65vw;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_card .swiper-wrapper {
    display: flex;
  }
}
.member_sec .swiper_card .swiper-slide {
  position: absolute;
  transition: all 1.75s ease-in-out;
  border-radius: 13px;
  overflow: hidden;
  will-change: transform, opacity;
  width: 270px;
  z-index: 4;
  left: 0;
  top: 0;
  transform: translateZ(0);
  filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.3));
}
.member_sec .swiper_card .swiper-slide.active {
  box-shadow: 10.8px 14.04px 15.44px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1900px) {
  .member_sec .swiper_card .swiper-slide {
    max-width: 240px;
  }
}
@media (max-width: 1200px) {
  .member_sec .swiper_card .swiper-slide {
    width: 18vw;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_card .swiper-slide {
    border-radius: 7px;
    max-width: unset;
    width: 30vw;
    min-width: 150px;
    min-width: unset;
    transition: all 1s ease-in-out;
  }
}
.member_sec .swiper_card .swiper-slide.card-position-2 {
  width: 158px;
  z-index: 3;
  left: 220px;
  top: 160px;
  filter: drop-shadow(2px 1px 0 transparent);
  opacity: 0.95;
}
@media (max-width: 1900px) {
  .member_sec .swiper_card .swiper-slide.card-position-2 {
    max-width: 140px;
    left: 200px;
    top: 150px;
  }
}
@media (max-width: 1200px) {
  .member_sec .swiper_card .swiper-slide.card-position-2 {
    width: 12vw;
    left: 14vw;
    top: 9vw;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_card .swiper-slide.card-position-2 {
    max-width: unset;
    min-width: unset;
    width: 19vw;
    left: 26vw;
    top: 16vw;
  }
}
.member_sec .swiper_card .swiper-slide.card-position-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.185);
  z-index: 1;
  transition: background 1.75s ease-in-out;
}
.member_sec .swiper_card .swiper-slide.card-position-3 {
  width: 142px;
  z-index: 2;
  left: 305px;
  top: 170px;
  filter: drop-shadow(3px 4px 0 transparent);
  opacity: 0.95;
}
@media (max-width: 1900px) {
  .member_sec .swiper_card .swiper-slide.card-position-3 {
    max-width: 130px;
    left: 277px;
    top: 155px;
  }
}
@media (max-width: 1200px) {
  .member_sec .swiper_card .swiper-slide.card-position-3 {
    width: 10vw;
    left: 20.5vw;
    top: 11vw;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_card .swiper-slide.card-position-3 {
    max-width: unset;
    min-width: unset;
    width: 17.5vw;
    left: 37vw;
    top: 17vw;
  }
}
.member_sec .swiper_card .swiper-slide.card-position-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.185);
  z-index: 1;
  transition: background 1.75s ease-in-out;
}
.member_sec .swiper_card .swiper-slide.card-position-4 {
  width: 128px;
  z-index: 1;
  left: 370px;
  top: 180px;
  filter: drop-shadow(3px 4px 0 transparent);
  opacity: 0.9;
}
@media (max-width: 1900px) {
  .member_sec .swiper_card .swiper-slide.card-position-4 {
    max-width: 115px;
    left: 345px;
    top: 170px;
  }
}
@media (max-width: 1200px) {
  .member_sec .swiper_card .swiper-slide.card-position-4 {
    width: 9vw;
    left: 25.5vw;
    top: 12vw;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_card .swiper-slide.card-position-4 {
    max-width: unset;
    min-width: unset;
    width: 16.5vw;
    left: 47vw;
    top: 17.8vw;
  }
}
.member_sec .swiper_card .swiper-slide.card-position-4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.185);
  z-index: 1;
  transition: background 1.75s ease-in-out;
}
.member_sec .swiper_card .swiper-slide figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.member_sec .swiper_card .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.member_sec .member_info .number {
  font-family: Bahnschrift;
  transform: translateY(1px);
}
.member_sec .level {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: Bahnschrift;
  padding: 0 8px;
  line-height: normal;
  border-bottom: 1px solid white;
}
.member_sec .level p:nth-child(1) {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.member_sec .level p:nth-child(2) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.member_sec .capital {
  font-size: 50px;
}
.member_sec .capital span {
  font-size: 14px;
}
.member_sec .member_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.member_sec .member_list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.member_sec .member_list li p {
  font-size: 14px;
}
.member_sec .member_list li p:nth-child(1) {
  font-weight: bold;
  position: relative;
}
.member_sec .member_list li p:nth-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: calc(100% + 8px);
}
.member_sec .highlights {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-bottom: 16px;
  margin-right: 36px;
}
@media (max-width: 1200px) {
  .member_sec .highlights {
    gap: 10px;
    transform: scale(0.85) translateX(-28px);
  }
}
@media (max-width: 980px) {
  .member_sec .highlights {
    transform: none;
    flex-wrap: wrap;
    margin-right: unset;
  }
}
@media (max-width: 450px) {
  .member_sec .highlights {
    font-size: 13px;
  }
}
.member_sec .highlights li {
  position: relative;
  width: 95px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
}
.member_sec .highlights li::before {
  content: "";
  position: absolute;
  background-image: url(../images/Ellipse.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1900px) {
  .member_sec .highlights li {
    min-width: 85px;
    min-height: 85px;
    max-width: 85px;
    max-height: 85px;
  }
}
@media (max-width: 450px) {
  .member_sec .highlights li {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }
}
.member_sec .highlights li.highlights_coins {
  font-size: 12px;
}
.member_sec .highlights li.highlights_coins .number {
  font-size: 28px;
  transform: translateY(3px);
}
@media (max-width: 1200px) {
  .member_sec .highlights li.highlights_coins .number {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .member_sec .highlights li.highlights_coins .number {
    font-size: 16px;
    line-height: 1;
    transform: translateY(1px);
  }
}
.member_sec .highlights .birthday {
  line-height: 1.5;
}
.member_sec .square {
  border: 1px solid white;
  border-radius: 12px;
  padding: 18px 22px;
  font-size: 14px;
  margin-right: 36px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .member_sec .square {
    margin-right: 0;
  }
}
.member_sec .swiper_circle {
  position: absolute;
  right: 0;
  top: -120px;
  width: 189px;
  height: 189px;
}
@media (max-width: 1900px) {
  .member_sec .swiper_circle {
    width: 170px;
    height: 170px;
    right: 60px;
    top: -70px;
  }
}
@media (max-width: 1200px) {
  .member_sec .swiper_circle {
    top: -50px;
    right: -1vw;
    transform: scale(0.8);
  }
}
@media (max-width: 980px) {
  .member_sec .swiper_circle {
    position: absolute;
    bottom: 45vw;
    top: unset;
    right: 6vw;
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .member_sec .swiper_circle {
    transform: scale(0.7);
    bottom: 43vw;
  }
}
@media (max-width: 575px) {
  .member_sec .swiper_circle {
    transform: scale(0.55);
    bottom: 45vw;
    right: 1vw;
  }
}
@media (max-width: 450px) {
  .member_sec .swiper_circle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 360px) {
  .member_sec .swiper_circle {
    bottom: 41vw;
  }
}
.member_sec .swiper_circle .swiper-slide {
  opacity: 0;
  transition: all 1.75s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(60px);
}
.member_sec .swiper_circle .swiper-slide.active {
  opacity: 1;
  transform: translateX(0);
}
.member_sec .swiper_circle .swiper-slide.circle-position-2 {
  transform: translateX(50px) scale(0.8);
  opacity: 0.7;
  z-index: 3;
}
.member_sec .swiper_circle .swiper-slide.circle-position-3 {
  transform: translateX(80px) scale(0.6);
  opacity: 0.4;
  z-index: 2;
}
.member_sec .swiper_circle .swiper-slide.circle-position-4 {
  transform: translateX(100px) scale(0.4);
  opacity: 0.2;
  z-index: 1;
}
.member_sec .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: absolute;
  bottom: 55px;
  left: 53%;
}
@media (max-width: 980px) {
  .member_sec .swiper-pagination {
    transform: translateX(-50%);
    left: 50%;
    bottom: 5vw;
  }
}
.member_sec .swiper-pagination .swiper-pagination-bullet {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 2.5px 10px;
  letter-spacing: 1px;
}
@media (max-width: 1900px) {
  .member_sec .swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .member_sec .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
  }
}
.member_sec .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.member_sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: white;
}

.card_info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.card_info p {
  font-size: 20px;
  line-height: 1;
  margin: 5px 0;
}
@media (max-width: 1900px) {
  .card_info p {
    font-size: 18px;
  }
}
.card_info .percentage {
  font-size: 56px;
  font-family: Bahnschrift;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin: 10px 0;
}
@media (max-width: 1900px) {
  .card_info .percentage {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .card_info .percentage {
    font-size: 35px;
  }
}
.card_info .percentage span {
  font-size: 28px;
  padding-left: 3px;
  line-height: 1;
}

.circle-container {
  --size: 189px;
  width: var(--size);
  height: var(--size);
  position: relative;
}
@media (max-width: 1900px) {
  .circle-container {
    --size: 170px;
  }
}
@media (max-width: 450px) {
  .circle-container {
    --size: 150px;
  }
}

.circle-svg {
  width: 100%;
  height: 100%;
}

.circle-svg svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}

.circle-background {
  fill: none;
  stroke: rgba(0, 0, 0, 0.08);
  stroke-width: 5.6;
  stroke-linecap: round;
}

.circle-progress {
  fill: none;
  stroke-width: 5.6;
  stroke-linecap: round;
  stroke-dasharray: 575.2;
  stroke-dashoffset: 575.2;
  transition: stroke-dashoffset 1.8s ease-in-out;
}

.red_circle .circle-progress {
  stroke: url(#redGradient);
}

.brown_circle .circle-progress {
  stroke: url(#brownGradient);
}

.silver_circle .circle-progress {
  stroke: url(#silverGradient);
}

.gold_circle .circle-progress {
  stroke: url(#goldGradient);
}

@keyframes drawProgress {
  0% {
    stroke-dashoffset: 575.2;
  }
  100% {
    stroke-dashoffset: 0;
  }
}