.khen-home-s6 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #FFF7EA;
  padding: 48px 0;
}
section.khen-home-s6.khen-home-s6--member-page {
    padding-bottom: 100px;
}
.khen-home-s6::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--khen-home-s6-overlay-image, none);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
  pointer-events: none;
}

.khen-home-s6--member-page {
  background: #082e69;
  padding-top: 58px;
  padding-bottom: 28px;
}

.khen-home-s6--member-page::before {
  background-image: url("../images/BGFooter-DS.jpg");
  opacity: 1;
  background-position: center top;
}

.khen-home-s6--member-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 33, 86, 0.2) 0%, rgba(1, 27, 72, 0.44) 100%);
  pointer-events: none;
}

.khen-home-s6-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.khen-home-s6-heading {
  margin: 0;
  text-align: center;
  color: #002f68;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-transform: capitalize;
}

.khen-home-s6--member-page .khen-home-s6-heading {
  color: #ffffff;
}

.khen-home-s6-more {
  margin: 8px auto 48px;
  width: max-content;
  display: block;
  color: #002f68;
  text-decoration: none;
  border-bottom: 2px solid #ff7900;
  padding: 0 10px 5px;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-home-s6-cards-wrap {
  max-width: 1008px;
  margin: 48px auto 78px;
}

.khen-home-s6-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.khen-home-s6-card {
  position: relative;
  overflow: hidden;
  width: 325px;
  min-height: 444px;
  border: 1px solid rgba(0, 47, 104, 0.24);
  background: #f9f0e1;
}

.khen-home-s6-card + .khen-home-s6-card {
  margin-left: 0;
}

.khen-home-s6-card--silver {
  margin-top: 20px;
  margin-right: -12px;
  z-index: 1;
  border-radius: 16px 0 0 16px;
}

.khen-home-s6-card--gold {
  margin-top: 20px;
  margin-left: -8px;
  z-index: 2;
  border-radius: 0 16px 16px 0;
  border-color: rgba(129, 101, 43, 0.38);
}

.khen-home-s6-card--platinum {
  z-index: 3;
  width: 350px;
  min-height: 519px;
  margin: -10px -10px 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #11417c;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.26);
  background: linear-gradient(180deg, #fffcf6 0%, #edd7b2 100%);
}

.khen-home-s6-card-head {
  position: relative;
  min-height: 236px;
  padding: 24px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.khen-home-s6-card--platinum .khen-home-s6-card-head {
  min-height: 233px;
  padding-top: 20px;
}

.khen-home-s6-card-top-pattern {
  display: none;
}

.khen-home-s6-card--platinum .khen-home-s6-card-top-pattern {
  display: none;
}

.khen-home-s6-card-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  line-height: 1;
  font-weight: 400;
  background-size: 200% 100%;
  animation: khen-s6-shimmer 6.2s ease-in-out infinite;
  position: relative;
  z-index: 3;
}

.khen-home-s6-card--silver .khen-home-s6-card-title,
.khen-home-s6-card--gold .khen-home-s6-card-title {
  font-size: 74px;
}

.khen-home-s6-card--platinum .khen-home-s6-card-title {
  font-size: 70px;
  letter-spacing: -0.03em;
}

.khen-home-s6-card--silver .khen-home-s6-card-title {
  background: linear-gradient(110deg, #8f9196 0%, #c8cbd1 32%, #74777e 58%, #d9dce1 78%, #7a7e85 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.khen-home-s6-card--platinum .khen-home-s6-card-title {
  background: linear-gradient(110deg, #002f68 0%, #3f6198 38%, #002f68 64%, #6f8fc4 82%, #002f68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.khen-home-s6-card--gold .khen-home-s6-card-title {
  background: linear-gradient(110deg, #8a6928 0%, #e3be79 32%, #6a4b14 56%, #f0cf95 78%, #7a5920 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.khen-home-s6-card--silver .khen-home-s6-card-title,
.khen-home-s6-card--gold .khen-home-s6-card-title,
.khen-home-s6-card--platinum .khen-home-s6-card-title {
  background-size: 220% 100%;
}

.khen-home-s6-card--platinum .khen-home-s6-deco--solid-large {
  width: 32px;
  height: 32px;
  right: 64px;
  bottom: 42px;
}

.khen-home-s6-card-spend-label,
.khen-home-s6-card-spend-value {
  margin: 0;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 3;
}

.khen-home-s6-card-spend-label {
  margin-top: 20px;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
}

.khen-home-s6-card-spend-value {
  margin-top: 6px;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  white-space: pre-line;
}

.khen-home-s6-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.95;
}

.khen-home-s6-deco--outline {
  left: 24px;
  top: 96px;
  width: 22px;
  height: 22px;
  border: 12px solid currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: rotate(10deg);
}

.khen-home-s6-deco--solid {
  right: 22px;
  top: 36px;
  width: 15px;
  height: 15px;
  background: currentColor;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.khen-home-s6-deco--solid-large {
  right: 60px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  background: currentColor;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.khen-home-s6-card--silver .khen-home-s6-deco,
.khen-home-s6-card--silver .khen-home-s6-card-head {
  color: #7b7f85;
}

.khen-home-s6-card--silver .khen-home-s6-deco--outline {
  left: 18px;
  top: 118px;
  width: 20px;
  height: 20px;
  transform: rotate(-8deg);
}

.khen-home-s6-card--silver .khen-home-s6-deco--solid {
  right: 26px;
  top: 28px;
  transform: rotate(4deg);
}

.khen-home-s6-card--silver .khen-home-s6-card-head::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 80px;
  width: 10px;
  height: 10px;
  background: currentColor;
  opacity: 0.76;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: rotate(18deg);
  z-index: 1;
  pointer-events: none;
}

.khen-home-s6-card--platinum .khen-home-s6-deco,
.khen-home-s6-card--platinum .khen-home-s6-card-head {
  color: #002f68;
}

.khen-home-s6-card--platinum .khen-home-s6-deco--outline {
  left: 24px;
  top: 122px;
  width: 24px;
  height: 24px;
  transform: rotate(14deg);
}

.khen-home-s6-card--platinum .khen-home-s6-deco--solid {
  right: 18px;
  top: 26px;
  width: 16px;
  height: 16px;
  transform: rotate(-6deg);
}

.khen-home-s6-card--gold .khen-home-s6-deco,
.khen-home-s6-card--gold .khen-home-s6-card-head {
  color: #9f8350;
}

.khen-home-s6-card--gold .khen-home-s6-deco--outline {
  left: 14px;
  top: 124px;
  width: 22px;
  height: 22px;
  transform: rotate(20deg);
}

.khen-home-s6-card--gold .khen-home-s6-deco--solid {
  right: 22px;
  top: 30px;
  width: 14px;
  height: 14px;
  transform: rotate(-14deg);
}

.khen-home-s6-card--gold .khen-home-s6-card-head::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 90px;
  width: 10px;
  height: 10px;
  background: currentColor;
  opacity: 0.74;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: rotate(26deg);
  z-index: 1;
  pointer-events: none;
}

.khen-home-s6-divider {
  width: 100%;
  height: 6px;
}

.khen-home-s6-card--silver .khen-home-s6-divider {
  background: #a3a3a3;
}

.khen-home-s6-card--platinum .khen-home-s6-divider {
  background: #5f7899;
}

.khen-home-s6-card--gold .khen-home-s6-divider {
  background: #e8d1ac;
}

.khen-home-s6-benefits {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 28px;
  padding-bottom: 18px;
}

.khen-home-s6-card--platinum .khen-home-s6-benefits {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
}

.khen-home-s6-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.khen-home-s6-benefit-item {
  position: relative;
  text-align: center;
  padding: 0 10px 8px;
}

.khen-home-s6-benefit-item + .khen-home-s6-benefit-item {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.khen-home-s6-benefit-label,
.khen-home-s6-benefit-number,
.khen-home-s6-benefit-title,
.khen-home-s6-birthday-value {
  margin: 0;
}

.khen-home-s6-benefit-label {
  color: #ffffff;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-home-s6-benefit-number {
  margin-top: 4px;
  color: #ffffff;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 82px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-right: 0.38em;
  white-space: nowrap;
  animation: khen-s6-number-glow 5.8s ease-in-out infinite;
}

.khen-home-s6-card--platinum .khen-home-s6-benefit-number {
  font-size: 96px;
}

.khen-home-s6-benefit-number span {
  position: absolute;
  right: 0;
  top: 0.315em;
  font-size: 42px;
  line-height: 1;
}
.khen-home-s6-card--gold .khen-home-s6-benefit-number {
  padding-right: 36px;
}

.khen-home-s6-card--silver .khen-home-s6-benefit-number span,
.khen-home-s6-card--gold .khen-home-s6-benefit-number span {
  font-size: 42px;
  top: 0.12em;
}

.khen-home-s6-birthday-value {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.khen-home-s6-birthday-number {
  color: #ffffff;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 82px;
  line-height: 1;
  font-weight: 400;
  animation: khen-s6-number-glow 5.8s ease-in-out infinite;
}

.khen-home-s6-card--platinum .khen-home-s6-birthday-number {
  font-size: 96px;
}

.khen-home-s6-birthday-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #ffffff;
}

.khen-home-s6-birthday-percent {
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 0;
}

.khen-home-s6-birthday-menu {
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.23em;
}

.khen-home-s6-birthday-menu-item {
  margin-top: 0;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

.khen-home-s6-benefit-title {
  margin-top: 8px;
  color: #ffffff;
  font-family: var(--khen-font-gesco, "Khen Gesco", "Khen BeVietnamPro", sans-serif);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  text-transform: uppercase;
}

.khen-home-s6-logo {
  width: 90px;
  height: auto;
  display: block;
  margin: 8px auto 12px;
}

.khen-home-s6-note {
  color: #2a2a2a;
  font-family: "Khen BeVietnamPro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.khen-home-s6-note p {
  margin: 0;
}

.khen-home-s6-note strong {
  color: #101010;
}

.khen-home-s6--member-page .khen-home-s6-note {
  color: rgba(255, 255, 255, 0.86);
}

.khen-home-s6--member-page .khen-home-s6-note strong {
  color: #ffffff;
}

.khen-home-s6-member-frame {
  position: absolute;
  right: -160px;
  bottom: -108px;
  width: min(56vw, 580px);
  max-width: 580px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.khen-home-s6-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: -30px auto 42px;
}

.khen-home-s6-dot {
  width: 10px;
  height: 18px;
  border: 1.5px solid var(--khen-s6-dot-color, #0b3c85);
  background: color-mix(in srgb, var(--khen-s6-dot-color, #0b3c85) 12%, transparent);
  opacity: 0.9;
  cursor: pointer;
  clip-path: polygon(50% 8%, 92% 50%, 50% 92%, 8% 50%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75);
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.khen-home-s6-dot.is-active {
  background: var(--khen-s6-dot-color, #0b3c85);
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  transform: scale(1.12);
}

@keyframes khen-s6-shimmer {
  0% {
    background-position: 180% 50%;
  }
  50% {
    background-position: -20% 50%;
  }
  100% {
    background-position: 180% 50%;
  }
}

@keyframes khen-s6-number-glow {
  0% {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
  }
  100% {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .khen-home-s6--member-page {
    padding-top: 52px;
    padding-bottom: 22px;
  }

  .khen-home-s6-cards-wrap {
    max-width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .khen-home-s6-cards {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 14% 18px;
  }

  .khen-home-s6-cards::-webkit-scrollbar {
    display: none;
  }

  .khen-home-s6-card {
    flex: 0 0 64%;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0 -8%;
    border-radius: 16px;
    transform: scale(0.84);
    transform-origin: center center;
    opacity: 0.78;
    transition: transform 240ms ease, opacity 240ms ease;
    scroll-snap-align: center;
    z-index: 1;
  }

  .khen-home-s6-card.is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }

  .khen-home-s6-card--platinum {
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  }
  .khen-home-s6-card--platinum .khen-home-s6-benefit-number span{
    font-size: 24px;
    top: 0.2em;
  }

  .khen-home-s6-card-head {
    min-height: 210px;
    padding: 20px 18px 22px;
  }

  .khen-home-s6-card--platinum .khen-home-s6-card-head {
    min-height: 216px;
    padding-top: 18px;
  }

  .khen-home-s6-card--silver .khen-home-s6-card-title,
  .khen-home-s6-card--gold .khen-home-s6-card-title,
  .khen-home-s6-card--platinum .khen-home-s6-card-title {
    font-size: 54px;
    letter-spacing: 0;
  }

  .khen-home-s6-card-spend-label {
    margin-top: 12px;
  }

  .khen-home-s6-benefit-number,
  .khen-home-s6-card--platinum .khen-home-s6-benefit-number {
    font-size: 58px;
  }

  .khen-home-s6-birthday-number,
  .khen-home-s6-card--platinum .khen-home-s6-birthday-number {
    font-size: 58px;
  }

  .khen-home-s6-birthday-percent {
    font-size: 24px;
    margin-bottom: 0;
  }

  .khen-home-s6-card--silver .khen-home-s6-benefit-number span,
  .khen-home-s6-card--gold .khen-home-s6-benefit-number span {
    font-size: 24px;
    top: 0.12em;
  }

  .khen-home-s6-note {
    font-size: 15px;
  }

  .khen-home-s6-dots {
    display: flex;
    margin: 0 auto 34px;
  }

  .khen-home-s6-member-frame {
    right: -120px;
    bottom: -88px;
    width: min(60vw, 430px);
  }
  section.khen-home-s6.khen-home-s6--member-page {
    padding-bottom: 80px;
  }

  .khen-home-s6-card--silver .khen-home-s6-deco--outline,
  .khen-home-s6-card--platinum .khen-home-s6-deco--outline,
  .khen-home-s6-card--gold .khen-home-s6-deco--outline {
    top: 126px;
    width: 16px;
    height: 16px;
  }

  .khen-home-s6-card--silver .khen-home-s6-deco--solid,
  .khen-home-s6-card--platinum .khen-home-s6-deco--solid,
  .khen-home-s6-card--gold .khen-home-s6-deco--solid {
    top: 22px;
    width: 12px;
    height: 12px;
  }

  .khen-home-s6-card--silver .khen-home-s6-card-head::after,
  .khen-home-s6-card--platinum .khen-home-s6-card-head::after,
  .khen-home-s6-card--gold .khen-home-s6-card-head::after {
    top: 88px;
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  section.khen-home-s6.khen-home-s6--member-page {
      padding-bottom: 60px;
  }
  .khen-home-s6::before{
    display: none;
  }
  .khen-home-s6--member-page::before {
    display: block;
    opacity: 1;
  }
  .khen-home-s6--member-page::after {
    background: linear-gradient(180deg, rgba(2, 33, 86, 0.25) 0%, rgba(1, 27, 72, 0.52) 100%);
  }
  .khen-home-s6-card--platinum .khen-home-s6-deco--solid-large {
    width: 24px;
    height: 24px;
    right: 24px;
    bottom: 12px;
  }
  .khen-home-s6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .khen-home-s6-card--gold .khen-home-s6-benefit-number {
    padding-right: 24px;
  }
  .khen-home-s6--member-page {
    padding-top: 44px;
    padding-bottom: 20px;
  }

  .khen-home-s6-heading {
    font-size: 28px;
    line-height: 1.35;
  }

  .khen-home-s6-more {
    margin-bottom: 30px;
  }

  .khen-home-s6-cards-wrap {
    margin-bottom: 16px;
    overflow: hidden;
  }

  .khen-home-s6-cards {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 8px 12% 18px;
  }

  .khen-home-s6-cards::-webkit-scrollbar {
    display: none;
  }

  .khen-home-s6-card {
    flex: 0 0 80%;
    width: auto;
    max-width: none;
    min-height: 0;
    margin: 0 -6%;
    border-radius: 16px;
    transform: scale(0.82);
    transform-origin: center center;
    opacity: 0.78;
    transition: transform 240ms ease, opacity 240ms ease;
    scroll-snap-align: center;
    z-index: 1;
  }

  .khen-home-s6-card.is-active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }

  .khen-home-s6-card--platinum {
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  }

  .khen-home-s6-card-head,
  .khen-home-s6-card--platinum .khen-home-s6-card-head {
    min-height: 180px;
    padding: 22px 14px 18px;
  }

  .khen-home-s6-card--silver .khen-home-s6-card-title,
  .khen-home-s6-card--gold .khen-home-s6-card-title {
    font-size: clamp(46px, 10.8vw, 62px);
  }

  .khen-home-s6-card--platinum .khen-home-s6-card-title {
    font-size: clamp(44px, 10.3vw, 58px);
    letter-spacing: -0.02em;
  }

  .khen-home-s6-card-spend-label {
    margin-top: 10px;
    font-size: 12px;
  }

  .khen-home-s6-card-spend-value {
    margin-top: 3px;
    font-size: 11px;
  }

  .khen-home-s6-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .khen-home-s6-benefit-item + .khen-home-s6-benefit-item {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    border-top: 0;
    padding-top: 0;
  }

  .khen-home-s6-benefit-number,
  .khen-home-s6-card--platinum .khen-home-s6-benefit-number {
    font-size: 56px;
  }

  .khen-home-s6-birthday-number,
  .khen-home-s6-card--platinum .khen-home-s6-birthday-number {
    font-size: 56px;
  }

  .khen-home-s6-birthday-value {
    gap: 2px;
  }

  .khen-home-s6-birthday-meta {
    position: static;
    text-align: center;
    gap: 2px;
  }

  .khen-home-s6-birthday-percent {
    font-size: 24px;
    margin-bottom: 0;
  }

  .khen-home-s6-birthday-menu {
    font-size: 10px;
  }

  .khen-home-s6-birthday-menu-item {
    font-size: 10px;
  }

  .khen-home-s6-benefit-title {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.3;
  }

  .khen-home-s6-logo {
    width: 80px;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .khen-home-s6-benefit-number span {
    right: 0;
    top: 0.14em;
    font-size: 0.45em;
  }

  .khen-home-s6-card--silver .khen-home-s6-benefit-number span,
  .khen-home-s6-card--gold .khen-home-s6-benefit-number span {
    font-size: 24px;
    top: 0.1em;
  }

  .khen-home-s6-note {
    font-size: 15px;
    line-height: 1.45;
  }

  .khen-home-s6-dots {
    display: flex;
    margin: 0 auto 28px;
    gap: 9px;
  }

  .khen-home-s6-dot {
    width: 9px;
    height: 16px;
  }

  .khen-home-s6-card--silver .khen-home-s6-deco--outline,
  .khen-home-s6-card--platinum .khen-home-s6-deco--outline,
  .khen-home-s6-card--gold .khen-home-s6-deco--outline {
    top: 114px;
    width: 13px;
    height: 13px;
  }

  .khen-home-s6-card--silver .khen-home-s6-deco--solid,
  .khen-home-s6-card--platinum .khen-home-s6-deco--solid,
  .khen-home-s6-card--gold .khen-home-s6-deco--solid {
    top: 16px;
    width: 10px;
    height: 10px;
  }

  .khen-home-s6-card--silver .khen-home-s6-card-head::after,
  .khen-home-s6-card--platinum .khen-home-s6-card-head::after,
  .khen-home-s6-card--gold .khen-home-s6-card-head::after {
    top: 74px;
    width: 7px;
    height: 7px;
  }

  .khen-home-s6-member-frame {
    right: -112px;
    bottom: -56px;
    width: min(78vw, 320px);
  }
}
