@charset "UTF-8";
.main_container.renewal .section-wrap {
  width: 100%;
  padding: 4rem 0;
  background-color: var(--color-white);
}
.main_container.renewal .section-wrap .content-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .section-wrap h2 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_container.renewal .section-wrap h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 717px) {
  .main_container.renewal .section-wrap h2 {
    font-size: 2.2rem;
  }
}

.main_container.renewal .main-top-container {
  padding: 4rem 0 2rem;
  background-color: var(--color-white);
}
.main_container.renewal .main-top-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_container.renewal .main-top-banner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  height: 27.4rem;
  overflow: hidden;
  border-radius: 2rem;
  background-color: var(--color-box-basic-1);
}
.main_container.renewal .main-top-banner-swiper {
  width: 100%;
  height: 100%;
}
.main_container.renewal .main-top-banner-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 2rem;
}
.main_container.renewal .main-top-banner-link:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: -0.2rem;
}
.main_container.renewal .main-top-banner-link:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .main-top-banner-copy {
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: 4rem;
  z-index: 2;
  max-width: calc(100% - 24rem);
}
.main_container.renewal .main-top-banner-title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.4;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .main_container.renewal .main-top-banner-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.4;
  }
}
.main_container.renewal .main-top-banner-visual {
  width: auto;
  height: 100%;
  pointer-events: none;
}
.main_container.renewal .main-top-banner-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main_container.renewal .main-top-banner-controls {
  position: absolute;
  z-index: 2;
  right: 4rem;
  bottom: 3.2rem;
  left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.main_container.renewal .main-top-banner-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 content;
  flex: 0 0 content;
  min-width: 5.4rem;
  height: 3rem;
  padding: 0 1.3rem;
  border-radius: 6rem;
  background-color: var(--color-white);
  pointer-events: auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.6rem;
  letter-spacing: -0.028rem;
}
.main_container.renewal .main-top-banner-fraction .swiper-pagination-total {
  font-weight: 400;
}
.main_container.renewal .main-top-banner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  pointer-events: auto;
}
.main_container.renewal .main-top-banner-prev,
.main_container.renewal .main-top-banner-next,
.main_container.renewal .main-top-banner-stop,
.main_container.renewal .main-top-banner-play {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 2rem;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem 1.2rem;
  cursor: pointer;
}
.main_container.renewal .main-top-banner-prev:hover,
.main_container.renewal .main-top-banner-next:hover,
.main_container.renewal .main-top-banner-stop:hover,
.main_container.renewal .main-top-banner-play:hover {
  background-color: var(--color-gray-50);
}
.main_container.renewal .main-top-banner-prev:active,
.main_container.renewal .main-top-banner-next:active,
.main_container.renewal .main-top-banner-stop:active,
.main_container.renewal .main-top-banner-play:active {
  background-color: var(--color-gray-100);
}
.main_container.renewal .main-top-banner-prev:focus-visible,
.main_container.renewal .main-top-banner-next:focus-visible,
.main_container.renewal .main-top-banner-stop:focus-visible,
.main_container.renewal .main-top-banner-play:focus-visible {
  background-color: var(--color-gray-50);
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .main-top-banner-prev {
  background-image: url("/web/kmvno/assets/images/main/renewal/main-top-banner-prev.svg");
  background-size: 2rem;
}
.main_container.renewal .main-top-banner-next {
  background-image: url("/web/kmvno/assets/images/main/renewal/main-top-banner-next.svg");
  background-size: 2rem;
}
.main_container.renewal .main-top-banner-stop {
  display: none;
  background-image: url("/web/kmvno/assets/images/main/renewal/main-top-banner-pause.svg");
  background-size: 2rem;
}
.main_container.renewal .main-top-banner-stop.show {
  display: block;
}
.main_container.renewal .main-top-banner-play {
  display: none;
  background-image: url("/web/kmvno/assets/images/main/renewal/main-top-banner-play.svg");
  background-size: 2rem 2rem;
}
.main_container.renewal .main-top-banner-play.show {
  display: block;
}
.main_container.renewal .main-top-aside {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 39.6rem;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_container.renewal .main-top-quick {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.8rem;
  width: 100%;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-container {
  padding: 1.3rem 2rem;
  border-radius: 1.6rem;
  background-color: var(--color-box-basic-3);
}
.main_container.renewal .main-top-quick .quick-menu-swiper-container .quick-menu-swiper {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 10.8rem;
  overflow: hidden;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-container .quick-menu-swiper .swiper-wrapper {
  height: 100%; /* DR-2026-42204 모바일 레이아웃에서 높이 조정 */
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-container .quick-menu-swiper {
  /* JS 로드 전 FOUC 방지 — slidesPerView: 3과 동일 */
}
.main_container.renewal .main-top-quick .quick-menu-swiper-container .quick-menu-swiper:not(.swiper-initialized) .swiper-slide {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-container .quick-menu-swiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-fraction .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--color-gray-200);
  opacity: 1;
  border-radius: 0.3rem;
  -webkit-transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.main_container.renewal .main-top-quick .quick-menu-swiper-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.8rem;
  background-color: var(--color-primary-500);
}
.main_container.renewal .main-top-quick-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_container.renewal .main-top-quick-list:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_container.renewal .main-top-quick-item {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; /* DR-2026-42204 모바일 레이아웃에서 높이 조정 */
  border-radius: 0.8rem;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.main_container.renewal .main-top-quick-item:hover, .main_container.renewal .main-top-quick-item:focus-visible {
  background-color: var(--color-box-basic-1);
}
.main_container.renewal .main-top-quick-item:active {
  background-color: var(--color-gray-150);
}
.main_container.renewal .main-top-quick-item:focus-visible {
  outline: none;
  border: 0.2rem solid var(--color-primary-500);
}
.main_container.renewal .main-top-quick-item:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .main-top-quick-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 0.7rem 0.6rem 0.5rem;
}
.main_container.renewal .main-top-quick-icon img {
  width: 4.4rem;
  height: 4.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_container.renewal .main-top-quick-label {
  width: calc(100% - 1.6rem);
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
}
.main_container.renewal .main-top-promo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10.6rem;
  overflow: hidden;
  padding: 0 2.4rem;
  border-radius: 1.6rem;
  background-color: var(--color-box-orange);
  text-decoration: none;
}
.main_container.renewal .main-top-promo:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .main-top-promo:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .main-top-promo-copy {
  position: relative;
  z-index: 1;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
  max-width: 24rem;
}
.main_container.renewal .main-top-promo-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .main-top-promo-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .main-top-promo-arrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/main-top-promo-arrow.svg") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main_container.renewal .main-top-promo-visual {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
  height: 100%;
  pointer-events: none;
}
.main_container.renewal .main-top-promo-visual img {
  width: 8rem;
  height: 8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .main_container.renewal .main-top-container {
    padding: 2rem 0 3.2rem;
    border-bottom: 0.8rem solid var(--color-gray-25);
  }
  .main_container.renewal .main-top-layout {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1.6rem;
  }
  .main_container.renewal .main-top-banner {
    height: auto;
    aspect-ratio: 784/274;
    border-radius: 1.2rem;
  }
  .main_container.renewal .main-top-banner-swiper {
    height: 100%;
  }
  .main_container.renewal .main-top-banner-copy {
    top: 1.8rem;
    left: 2rem;
    max-width: calc(100% - 7rem);
  }
  .main_container.renewal .main-top-banner-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .main-top-banner-title-extra {
    display: none;
  }
  .main_container.renewal .main-top-banner-controls {
    right: 1.2rem;
    bottom: 1.2rem;
    left: 2rem;
  }
  .main_container.renewal .main-top-banner-fraction {
    min-width: 0;
    height: auto;
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.6rem;
    letter-spacing: -0.024rem;
  }
  .main_container.renewal .main-top-banner-nav {
    gap: 0.8rem;
  }
  .main_container.renewal .main-top-banner-prev,
  .main_container.renewal .main-top-banner-next,
  .main_container.renewal .main-top-banner-stop,
  .main_container.renewal .main-top-banner-play {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2rem 2rem;
  }
  .main_container.renewal .main-top-banner-prev,
  .main_container.renewal .main-top-banner-next {
    background-size: 2rem;
  }
  .main_container.renewal .main-top-banner-stop {
    background-size: 2rem;
  }
  .main_container.renewal .main-top-aside {
    width: 100%;
    gap: 1.6rem;
  }
  .main_container.renewal .main-top-quick .quick-menu-swiper-container {
    padding: 0.8rem; /* DR-2026-42204 모바일 레이아웃에서 패딩 조정 */
  }
  .main_container.renewal .main-top-quick .quick-menu-swiper-container .quick-menu-swiper {
    height: 7.4rem; /* DR-2026-42204 모바일 레이아웃에서 높이 조정 */
  }
  .main_container.renewal .main-top-quick-list:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_container.renewal .main-top-quick-item {
    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;
    /* DR-2026-42204 모바일 레이아웃에서 높이 조정 */
    width: 100%;
    height: 100%;
  }
  .main_container.renewal .main-top-quick-icon {
    padding: 0.3rem;
  }
  .main_container.renewal .main-top-quick-icon img {
    width: 3rem;
    height: 3rem;
  }
  .main_container.renewal .main-top-quick-label {
    margin-top: 0.4rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.8rem;
  }
  .main_container.renewal .main-top-promo {
    width: 100%;
    height: 8.5rem;
    padding: 0 2rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .main-top-promo-copy {
    gap: 0;
    max-width: 20rem;
  }
  .main_container.renewal .main-top-promo-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .main-top-promo-cta {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .main-top-promo-visual {
    width: 10.7rem;
  }
  .main_container.renewal .main-top-promo-visual img {
    width: 6.3rem;
    height: 6.3rem;
  }
}

.main_container.renewal .popular-product-container {
  padding: 2rem 0 4rem;
  background-color: var(--color-white);
}
.main_container.renewal .popular-product-container .content-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main_container.renewal .popular-product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.main_container.renewal .popular-product-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main_container.renewal .popular-product-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.4rem;
  min-height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 8.5rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .popular-product-more:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .popular-product-more:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .popular-product-more.is-mo {
  display: none;
}
.main_container.renewal .popular-product-more-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/product-filter-arrow-link.svg") no-repeat center/contain;
}
.main_container.renewal .popular-product-content {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_container.renewal .popular-product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  overflow-x: auto;
  padding: 0.4rem;
  margin: -0.4rem;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main_container.renewal .popular-product-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.main_container.renewal .popular-product-tabs.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main_container.renewal .popular-product-tabs.is-dragging .popular-product-tab {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.main_container.renewal .popular-product-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.6rem;
  padding: 0.6rem 1.6rem 0.6rem 0.6rem;
  border: 0.1rem solid transparent;
  border-radius: 2.4rem;
  background-color: var(--color-gray-50);
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .popular-product-tab[aria-selected=true] {
  border-color: var(--color-primary-500);
  background-color: var(--color-primary-50);
}
.main_container.renewal .popular-product-tab:hover, .main_container.renewal .popular-product-tab:focus-visible {
  background-color: var(--color-primary-50);
}
.main_container.renewal .popular-product-tab:active {
  border-color: var(--color-primary-500);
}
.main_container.renewal .popular-product-tab:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .popular-product-tab:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .popular-product-tab-logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: var(--color-white);
  -o-object-fit: cover;
  object-fit: cover;
}
.main_container.renewal .popular-product-tab-label {
  white-space: nowrap;
}
.main_container.renewal .popular-product-panel[hidden] {
  display: none;
}
.main_container.renewal .popular-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_container.renewal .popular-product-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: calc(50% - 1rem);
}
.main_container.renewal .popular-product-card {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  height: 100%;
  border: 0.1rem solid var(--color-gray-150);
  border-radius: 2rem;
  background-color: var(--color-white);
}
.main_container.renewal .popular-product-card:hover, .main_container.renewal .popular-product-card:focus-visible {
  border-color: var(--color-primary-500);
  outline: 0.1rem solid var(--color-primary-500);
}
.main_container.renewal .popular-product-card.active {
  border-color: var(--color-primary-500);
  outline: 0.1rem solid var(--color-primary-500);
}
.main_container.renewal .popular-product-card.active .popular-product-btn-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  border-color: var(--color-primary-500);
  color: var(--color-primary-500);
}
.main_container.renewal .popular-product-card.active .popular-product-btn-compare:after {
  content: "";
  display: block;
  position: static;
  width: 2rem;
  height: 2rem;
  border: none;
  background: url("/web/kmvno/assets/images/common/renewal/icon_check_agree.svg") no-repeat center/contain;
}
.main_container.renewal .popular-product-card-body {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  padding: 3rem 3rem 0 3rem;
}
.main_container.renewal .popular-product-card-head {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
.main_container.renewal .popular-product-provider-logo {
  display: block;
  width: auto;
  height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.main_container.renewal .popular-product-plan-name {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.4;
}
.main_container.renewal .popular-product-card-info {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.6rem;
}
.main_container.renewal .popular-product-spec-list {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.6rem;
  margin: 0;
}
.main_container.renewal .popular-product-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.main_container.renewal .popular-product-spec-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.6rem;
  max-width: 13rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_container.renewal .popular-product-spec-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.8rem;
  height: 2.8rem;
}
.main_container.renewal .popular-product-spec-value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_container.renewal .popular-product-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid var(--color-gray-150);
}
.main_container.renewal .popular-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
}
.main_container.renewal .popular-product-price-unit {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .popular-product-price-value {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-primary-500);
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .main_container.renewal .popular-product-price-value {
    font-size: 2.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.main_container.renewal .popular-product-price-note {
  margin: 0;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_container.renewal .popular-product-benefit {
  padding: 1.8rem 1.4rem;
  border-radius: 1.2rem;
  background-color: var(--color-box-basic-3);
}
.main_container.renewal .popular-product-benefit-text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .popular-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 0 3rem 3rem 3rem;
}
@media (max-width: 1024px) {
  .main_container.renewal .popular-product-actions {
    padding: 0 2rem 2rem 2rem;
  }
}
.main_container.renewal .popular-product-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 12rem;
}
.main_container.renewal .popular-product-btn:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .popular-product-btn:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (max-width: 768px) {
  .main_container.renewal .popular-product-container {
    padding: 3.2rem 0;
  }
  .main_container.renewal .popular-product-content {
    gap: 2rem;
  }
  .main_container.renewal .popular-product-more.is-pc {
    display: none;
  }
  .main_container.renewal .popular-product-more.is-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 4rem;
    padding: 0 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-more-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main_container.renewal .popular-product-tabs {
    gap: 0.8rem;
    margin: -0.4rem -2rem;
    padding: 0.4rem 2rem;
  }
  .main_container.renewal .popular-product-tab {
    gap: 0.6rem;
    height: 4rem;
    padding: 0.4rem 1.2rem 0.4rem 0.4rem;
    border-radius: 2.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-tab-logo {
    width: 3.2rem;
    height: 3.2rem;
  }
  .main_container.renewal .popular-product-list {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1.2rem;
  }
  .main_container.renewal .popular-product-item {
    max-width: none;
  }
  .main_container.renewal .popular-product-card {
    gap: 2rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .popular-product-card-body {
    gap: 1.4rem;
    padding: 2rem 2rem 0 2rem;
  }
  .main_container.renewal .popular-product-card-head {
    gap: 1rem;
  }
  .main_container.renewal .popular-product-provider-logo {
    height: 2.6rem;
  }
  .main_container.renewal .popular-product-plan-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-card-info {
    gap: 1.4rem;
  }
  .main_container.renewal .popular-product-spec {
    gap: 0.8rem;
  }
  .main_container.renewal .popular-product-spec-label {
    gap: 0.2rem;
    width: auto;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-spec-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main_container.renewal .popular-product-spec-value {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-price-row {
    padding-top: 1.4rem;
    gap: 0.4rem;
  }
  .main_container.renewal .popular-product-price-note {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-benefit {
    padding: 1.2rem;
    border-radius: 0.8rem;
    background-color: var(--color-gray-25);
  }
  .main_container.renewal .popular-product-benefit-text {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-btn {
    min-width: 6rem;
    height: 4rem;
  }
  .main_container.renewal .popular-product-btn-compare {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .popular-product-btn-compare.is-selected {
    border-color: var(--color-primary-500);
    color: var(--color-primary-500);
  }
  .main_container.renewal .popular-product-btn-apply {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.5;
  }
}

.main_container.renewal .recommend-product-container {
  padding: 4rem 0;
  background-color: var(--color-box-basic-4);
}
.main_container.renewal .recommend-product-container[data-theme=call] {
  background-color: var(--color-box-basic-5);
}
.main_container.renewal .recommend-product-container[data-theme=fee] {
  background-color: var(--color-box-basic-6);
}
.main_container.renewal .recommend-product-container .content-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main_container.renewal .recommend-product-body {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_container.renewal .recommend-product-content {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_container.renewal .recommend-product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem;
  border-radius: 1.6rem;
  background-color: var(--color-white);
}
.main_container.renewal .recommend-product-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  height: 4.8rem;
  padding: 1rem;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-gray-500);
  line-height: 1.5;
}
.main_container.renewal .recommend-product-tab:active, .main_container.renewal .recommend-product-tab[aria-selected=true] {
  border-color: var(--color-primary-500);
  background-color: var(--color-white);
  font-weight: 600;
  color: var(--color-primary-500);
}
.main_container.renewal .recommend-product-tab:hover {
  color: var(--color-primary-500);
}
.main_container.renewal .recommend-product-tab:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .recommend-product-tab:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .recommend-product-panel[hidden] {
  display: none;
}
.main_container.renewal .recommend-product-panel[data-theme=call] .recommend-product-option:not([aria-checked=true]) {
  background-color: var(--color-box-basic-5);
}
.main_container.renewal .recommend-product-panel[data-theme=fee] .recommend-product-option:not([aria-checked=true]) {
  background-color: var(--color-box-basic-6);
}
.main_container.renewal .recommend-product-card {
  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;
  gap: 2.2rem;
  min-height: 36rem;
  padding: 4rem;
  border-radius: 2rem;
  background-color: var(--color-white);
}
.main_container.renewal .recommend-product-intro {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 40rem;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.main_container.renewal .recommend-product-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
}
.main_container.renewal .recommend-product-question-accent {
  color: var(--color-primary-500);
}
.main_container.renewal .recommend-product-question-rest {
  color: var(--color-black);
}
.main_container.renewal .recommend-product-visual {
  width: 15.4rem;
  height: 15.4rem;
}
.main_container.renewal .recommend-product-visual img,
.main_container.renewal .recommend-product-visual svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_container.renewal .recommend-product-options {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.6rem;
  min-width: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main_container.renewal .recommend-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  min-height: 9.4rem;
  padding: 2rem 2.4rem;
  border: 0.1rem solid transparent;
  border-radius: 1.2rem;
  background-color: var(--color-box-basic-4);
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .recommend-product-option:hover, .main_container.renewal .recommend-product-option:focus-visible {
  color: var(--color-primary-500);
}
.main_container.renewal .recommend-product-option[aria-checked=true] {
  border-color: var(--color-primary-500);
  background-color: var(--color-white);
  font-weight: 600;
  color: var(--color-primary-500);
}
.main_container.renewal .recommend-product-option[aria-checked=true] .recommend-product-option-check {
  display: block;
}
.main_container.renewal .recommend-product-option:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .recommend-product-option:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .recommend-product-option-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
.main_container.renewal .recommend-product-option-check {
  display: none;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: -1.2rem;
  background: url("/web/kmvno/assets/images/main/renewal/recommend-product-check.svg") no-repeat center/contain;
}
.main_container.renewal .recommend-product-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 33.6rem;
}
@media (max-width: 1024px) {
  .main_container.renewal .recommend-product-card {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2rem;
  }
  .main_container.renewal .recommend-product-intro {
    width: 100%;
    min-width: 0;
  }
  .main_container.renewal .recommend-product-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }
  .main_container.renewal .recommend-product-option {
    min-height: 4.6rem;
  }
  .main_container.renewal .recommend-product-option-label br {
    display: none;
  }
}
@media (max-width: 717px) {
  .main_container.renewal .recommend-product-container {
    padding: 3.2rem 0;
  }
  .main_container.renewal .recommend-product-container .content-wrap {
    gap: 2rem;
  }
  .main_container.renewal .recommend-product-body {
    gap: 2rem;
  }
  .main_container.renewal .recommend-product-tabs {
    gap: 0;
    padding: 0.6rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .recommend-product-tab {
    height: 3.8rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-gray-500);
    line-height: 1.5;
  }
  .main_container.renewal .recommend-product-tab[aria-selected=true] {
    font-weight: 600;
  }
  .main_container.renewal .recommend-product-card {
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .recommend-product-intro {
    gap: 1.6rem;
  }
  .main_container.renewal .recommend-product-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .recommend-product-visual {
    width: 12rem;
    height: 12rem;
  }
  .main_container.renewal .recommend-product-options {
    gap: 0.8rem;
  }
  .main_container.renewal .recommend-product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.6rem;
    padding: 1.2rem 2.4rem;
    border-radius: 0.8rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .recommend-product-option[aria-checked=true] {
    font-weight: 600;
  }
  .main_container.renewal .recommend-product-option-check {
    display: none !important;
  }
  .main_container.renewal .recommend-product-cta {
    width: 100%;
    min-height: 4.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.5;
  }
}

.main_container.renewal .product-filter-container {
  padding: 4rem 0 2rem;
  background-color: var(--color-white);
}
.main_container.renewal .product-filter-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_container.renewal .product-filter-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  min-height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 8.5rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .product-filter-more:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .product-filter-more:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .product-filter-more-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/product-filter-arrow-link.svg") no-repeat center/contain;
}
.main_container.renewal .product-filter-content {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_container.renewal .product-filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.2rem;
  padding: 0.8rem;
  border-radius: 1.6rem;
  background-color: var(--color-box-basic-3);
}
.main_container.renewal .product-filter-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  height: 4.4rem;
  padding: 1rem;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-gray-500);
  line-height: 1.5;
}
.main_container.renewal .product-filter-tab[aria-selected=true] {
  border-color: var(--color-primary-500);
  background-color: var(--color-white);
  font-weight: 600;
  color: var(--color-primary-500);
}
.main_container.renewal .product-filter-tab:hover {
  color: var(--color-primary-500);
}
.main_container.renewal .product-filter-tab:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .product-filter-tab:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .product-filter-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_container.renewal .product-filter-item {
  min-width: 0;
}
.main_container.renewal .product-filter-empty {
  margin: 0;
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .main_container.renewal .product-filter-container {
    padding-right: 2rem;
    padding-left: 2rem;
    border-bottom: 0.8rem solid var(--color-gray-25);
  }
  .main_container.renewal .product-filter-container .content-wrap {
    padding: 0;
  }
  .main_container.renewal .product-filter-list {
    grid-template-columns: 1fr;
  }
  .main_container.renewal .product-filter-more {
    display: none;
  }
}
@media (max-width: 717px) {
  .main_container.renewal .product-filter-container {
    padding: 3.2rem 2rem;
  }
  .main_container.renewal .product-filter-heading {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
    margin-bottom: 2rem;
  }
  .main_container.renewal .product-filter-more {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-height: 3.6rem;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .product-filter-more-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .main_container.renewal .product-filter-content {
    gap: 2rem;
  }
  .main_container.renewal .product-filter-tabs {
    gap: 0;
    padding: 0.6rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .product-filter-tab {
    height: 3.8rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-gray-500);
    line-height: normal;
  }
  .main_container.renewal .product-filter-tab[aria-selected=true] {
    font-weight: 600;
  }
  .main_container.renewal .product-filter-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.main_container.renewal .event-container {
  padding: 4rem 0 2rem;
  background: var(--color-white);
}
.main_container.renewal .event-container .content-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title more" "list list";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_container.renewal .event-title {
  grid-area: title;
}
.main_container.renewal .event-more {
  grid-area: more;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.4rem;
  min-height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 8.5rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .event-more:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .event-more:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .event-more-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/product-filter-arrow-link.svg") no-repeat center/contain;
}
.main_container.renewal .event-list {
  grid-area: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_container.renewal .event-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 1.5rem);
  flex: 0 1 calc(50% - 1.5rem);
  min-width: 0;
}
.main_container.renewal .event-card {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  border-radius: 2rem;
  text-decoration: none;
}
.main_container.renewal .event-card:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .event-card:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .event-card-visual {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
}
@media (max-width: 1024px) {
  .main_container.renewal .event-container {
    padding: 4rem 0;
  }
  .main_container.renewal .event-container .content-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "list" "more";
    gap: 2rem;
  }
  .main_container.renewal .event-more {
    width: 100%;
    min-height: 4rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .event-more-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main_container.renewal .event-list {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
  }
  .main_container.renewal .event-card {
    max-width: 58.5rem;
    height: auto;
    border-radius: 1.2rem;
  }
  .main_container.renewal .event-card-text {
    left: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
}

.main_container.renewal .optional-service-container {
  padding: 4rem 0;
  background: var(--color-white);
}
.main_container.renewal .optional-service-container .content-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main_container.renewal .optional-service-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.main_container.renewal .optional-service-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main_container.renewal .optional-service-title span {
  display: inline;
}
.main_container.renewal .optional-service-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.4rem;
  min-height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 8.5rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .optional-service-more:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .optional-service-more:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .optional-service-more.is-mo {
  display: none;
}
.main_container.renewal .optional-service-more-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/product-filter-arrow-link.svg") no-repeat center/contain;
}
.main_container.renewal .optional-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_container.renewal .optional-service-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  -webkit-transition: flex-grow 0.3s ease, -webkit-box-flex 0.3s ease;
  transition: flex-grow 0.3s ease, -webkit-box-flex 0.3s ease;
  transition: flex-grow 0.3s ease;
  transition: flex-grow 0.3s ease, -webkit-box-flex 0.3s ease, -ms-flex-positive 0.3s ease;
}
.main_container.renewal .optional-service-card {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.6rem;
  height: 100%;
  border: 0.1rem solid var(--color-gray-150);
  border-radius: 2rem;
  background: var(--color-white);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.main_container.renewal .optional-service-card-body {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.2rem;
  width: 100%;
  margin: 0;
  padding: 2.4rem;
  padding-bottom: 0;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.main_container.renewal .optional-service-card-body:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .optional-service-card-body:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .optional-service-card-head {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
.main_container.renewal .optional-service-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.main_container.renewal .optional-service-category-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-height: 2.8rem;
  padding: 0.2rem 1.2rem;
  border-radius: 0.6rem;
  background: var(--color-box-purple);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-primary-500);
  line-height: 1.5;
}
.main_container.renewal .optional-service-status-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.2rem;
  min-height: 2.8rem;
  padding: 0.2rem 1.2rem 0.2rem 0.9rem;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .optional-service-status-badge.is-popular {
  background: color-mix(in srgb, var(--color-accent-red) 12%, var(--color-white));
  color: var(--color-accent-red);
}
.main_container.renewal .optional-service-status-badge.is-recommend {
  background: color-mix(in srgb, var(--color-positive) 12%, var(--color-white));
  color: var(--color-positive);
}
.main_container.renewal .optional-service-status-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_container.renewal .optional-service-name {
  width: 100%;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_container.renewal .optional-service-desc {
  margin: 0;
  min-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.main_container.renewal .optional-service-divider {
  width: calc(100% - 4.8rem);
  margin: 0 2.4rem;
  height: 0;
  border-top: 0.1rem solid var(--color-gray-150);
}
.main_container.renewal .optional-service-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  padding: 2.4rem;
  padding-top: 0;
}
.main_container.renewal .optional-service-price {
  margin: 0;
}
.main_container.renewal .optional-service-price-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary-500);
  line-height: 1.4;
}
.main_container.renewal .optional-service-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  min-width: 12.6rem;
}
.main_container.renewal .optional-service-apply:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .optional-service-apply:focus:not(:focus-visible) {
  outline: none;
}
@media (hover: hover) {
  .main_container.renewal .optional-service-list:hover .optional-service-item:hover,
  .main_container.renewal .optional-service-list:focus-within .optional-service-item:focus-within {
    -webkit-box-flex: 2.0701754386;
    -ms-flex-positive: 2.0701754386;
    flex-grow: 2.0701754386;
  }
  .main_container.renewal .optional-service-item:hover .optional-service-card,
  .main_container.renewal .optional-service-item:focus-within .optional-service-card {
    border-color: var(--color-primary-500);
    -webkit-box-shadow: 0 0 0 0.1rem var(--color-primary-500);
    box-shadow: 0 0 0 0.1rem var(--color-primary-500);
  }
}
@media (max-width: 1024px) {
  .main_container.renewal .optional-service-list {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main_container.renewal .optional-service-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
  }
}
@media (max-width: 717px) {
  .main_container.renewal .optional-service-container {
    padding: 4rem 0;
  }
  .main_container.renewal .optional-service-container .content-wrap {
    gap: 2rem;
  }
  .main_container.renewal .optional-service-heading {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main_container.renewal .optional-service-title span {
    display: block;
  }
  .main_container.renewal .optional-service-more.is-pc {
    display: none;
  }
  .main_container.renewal .optional-service-more.is-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 4rem;
    padding: 0 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .optional-service-more-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main_container.renewal .optional-service-list {
    gap: 1.2rem;
  }
  .main_container.renewal .optional-service-card {
    gap: 1.6rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .optional-service-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .optional-service-desc {
    min-height: 4.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_container.renewal .optional-service-status-badge.is-popular {
    color: var(--color-error);
  }
}

.main_container.renewal .manual-guide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  padding: 4rem 0;
  background: #E4F6F4;
}
.main_container.renewal .manual-guide-container .content-wrap {
  max-width: none;
  margin-left: max(0px, (100% - 124rem) / 2);
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 0;
}
.main_container.renewal .manual-guide-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 9dvw;
}
.main_container.renewal .manual-guide-aside {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.main_container.renewal .manual-guide-aside-top {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.2rem;
  width: 100%;
}
.main_container.renewal .manual-guide-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
}
.main_container.renewal .manual-guide-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  gap: 0.4rem;
  min-width: 5.6rem;
  height: 4rem;
  padding: 0 1.8rem;
  border-radius: 6rem;
  background: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.6rem;
}
.main_container.renewal .manual-guide-fraction .swiper-pagination-total {
  font-weight: 400;
}
.main_container.renewal .manual-guide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.main_container.renewal .manual-guide-prev,
.main_container.renewal .manual-guide-next {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0;
  border-radius: 2rem;
  cursor: pointer;
}
.main_container.renewal .manual-guide-prev:hover,
.main_container.renewal .manual-guide-next:hover {
  background-color: var(--color-gray-50);
}
.main_container.renewal .manual-guide-prev:active,
.main_container.renewal .manual-guide-next:active {
  background-color: var(--color-gray-100);
}
.main_container.renewal .manual-guide-prev:focus-visible,
.main_container.renewal .manual-guide-next:focus-visible {
  background-color: var(--color-gray-50);
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .manual-guide-prev:focus:not(:focus-visible),
.main_container.renewal .manual-guide-next:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .manual-guide-prev.swiper-button-disabled,
.main_container.renewal .manual-guide-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.main_container.renewal .manual-guide-prev {
  background: url("/web/kmvno/assets/images/main/renewal/main-top-banner-prev.svg") no-repeat center/2rem, var(--color-white);
}
.main_container.renewal .manual-guide-next {
  background: url("/web/kmvno/assets/images/main/renewal/main-top-banner-next.svg") no-repeat center/2rem, var(--color-white);
}
.main_container.renewal .manual-guide-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}
.main_container.renewal .manual-guide-cta:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .manual-guide-cta:focus:not(:focus-visible) {
  outline: none;
}
.main_container.renewal .manual-guide-cta.is-mo {
  display: none;
}
.main_container.renewal .manual-guide-carousel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  overflow: hidden;
}
.main_container.renewal .manual-guide-swiper {
  width: 100%;
  padding: 0.4rem;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.main_container.renewal .manual-guide-swiper.swiper-grabbing, .main_container.renewal .manual-guide-swiper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.main_container.renewal .manual-guide-swiper .swiper-slide {
  width: 64rem;
  height: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main_container.renewal .manual-guide-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.main_container.renewal .manual-guide-card {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2.4rem;
  width: 100%;
  height: 100%;
  min-height: 43rem;
  padding: 3rem;
  border-radius: 2rem;
  background: var(--color-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.main_container.renewal .manual-guide-card:focus-visible {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_container.renewal .manual-guide-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}
.main_container.renewal .manual-guide-card-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
}
.main_container.renewal .manual-guide-card-title-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_container.renewal .manual-guide-card-body {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 1.2rem;
  width: 100%;
}
.main_container.renewal .manual-guide-line-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.main_container.renewal .manual-guide-line-count {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.8rem;
}
.main_container.renewal .manual-guide-line-count strong {
  font-weight: 700;
  color: var(--color-primary-500);
}
.main_container.renewal .manual-guide-line-toggle {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/manual-guide/arrow-up.svg") no-repeat center/2rem;
}
.main_container.renewal .manual-guide-line-list {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 2.4rem;
  list-style: none;
  border: 0.1rem solid var(--color-gray-100);
  border-radius: 1.6rem;
  overflow: hidden;
}
.main_container.renewal .manual-guide-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1.4rem 0;
}
.main_container.renewal .manual-guide-line-item.border {
  border-top: 0.1rem solid var(--color-gray-100);
}
.main_container.renewal .manual-guide-line-main {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.6rem;
  min-width: 0;
}
.main_container.renewal .manual-guide-line-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.main_container.renewal .manual-guide-line-logo {
  display: block;
  height: 2.6rem;
  width: auto;
  max-width: 8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_container.renewal .manual-guide-line-divider {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 0.1rem;
  height: 1rem;
  background: var(--color-gray-200);
}
.main_container.renewal .manual-guide-line-plan {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 2.6rem;
  white-space: nowrap;
}
.main_container.renewal .manual-guide-line-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.main_container.renewal .manual-guide-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0.2rem 0.6rem;
  border-radius: 0.6rem;
  background: var(--color-primary-500);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.8rem;
}
.main_container.renewal .manual-guide-phone-num {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 2.6rem;
}
.main_container.renewal .manual-guide-phone-num.is-primary {
  color: var(--color-primary-500);
}
.main_container.renewal .manual-guide-line-check {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: url("/web/kmvno/assets/images/main/renewal/check-mark.svg") no-repeat center/1.5rem, var(--color-primary-500);
}
.main_container.renewal .manual-guide-usage-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 2.4rem;
  width: 100%;
  padding: 2.4rem;
  border: 0.1rem solid var(--color-gray-100);
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .manual-guide-gauge {
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 17.3rem;
  height: 10.4rem;
}
.main_container.renewal .manual-guide-gauge-track {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.4rem;
}
.main_container.renewal .manual-guide-gauge-text {
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  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;
  gap: 0.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.main_container.renewal .manual-guide-gauge-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-gray-500);
  line-height: 1.5;
}
.main_container.renewal .manual-guide-gauge-value {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.2;
}
.main_container.renewal .manual-guide-usage-stats,
.main_container.renewal .manual-guide-fee-stats {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  background: #f3f0ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .manual-guide-usage-row,
.main_container.renewal .manual-guide-fee-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
}
.main_container.renewal .manual-guide-usage-row dt,
.main_container.renewal .manual-guide-fee-row dt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_container.renewal .manual-guide-usage-row dd,
.main_container.renewal .manual-guide-fee-row dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .manual-guide-usage-row dd.is-primary,
.main_container.renewal .manual-guide-fee-row dd.is-primary {
  color: var(--color-primary-500);
}
.main_container.renewal .manual-guide-fee-panel {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 1.2rem;
  width: 100%;
  padding: 2.4rem;
  border: 0.1rem solid var(--color-gray-100);
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .manual-guide-fee-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.main_container.renewal .manual-guide-fee-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .manual-guide-fee-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary-500);
  line-height: 1.3;
}
.main_container.renewal .manual-guide-sos-panel {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.6rem;
  width: 100%;
  padding: 2.4rem;
  border: 0.1rem solid var(--color-gray-100);
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .manual-guide-sos-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.main_container.renewal .manual-guide-sos-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.2rem;
}
.main_container.renewal .manual-guide-sos-action {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 1.2rem;
  min-width: 0;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: #f3f0ff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .manual-guide-sos-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_container.renewal .manual-guide-sos-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  border-radius: 0.8rem;
  background: var(--color-primary-500);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.2;
}
.main_container.renewal .manual-guide-card-desc {
  margin: 0;
  padding: 1.8rem 2rem;
  border-radius: 1.2rem;
  background: var(--color-box-basic-3, #f8f9fc);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main_container.renewal .manual-guide-card-note {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-gray-450, #6f737b);
  line-height: 1.5;
  text-align: right;
}
.main_container.renewal .manual-guide-bullets {
  display: none;
}
@media (max-width: 1280px) {
  .main_container.renewal .manual-guide-layout {
    gap: 7dvw;
  }
  .main_container.renewal .manual-guide-swiper .swiper-slide {
    width: 57.6rem;
  }
  .main_container.renewal .manual-guide-card {
    min-height: 40.5rem;
  }
}
@media (max-width: 1024px) {
  .main_container.renewal .manual-guide-layout {
    gap: 5dvw;
  }
  .main_container.renewal .manual-guide-swiper .swiper-slide {
    width: 48.4rem;
  }
  .main_container.renewal .manual-guide-card {
    gap: 1.6rem;
    min-height: 0;
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .main_container.renewal .manual-guide-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .manual-guide-card-title-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .main_container.renewal .manual-guide-line-count {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .manual-guide-line-list {
    padding: 0.4rem 1.6rem;
    border-radius: 0.8rem;
  }
  .main_container.renewal .manual-guide-line-item {
    gap: 0.2rem;
    padding: 0.8rem 0;
  }
  .main_container.renewal .manual-guide-line-main {
    gap: 0.2rem;
  }
  .main_container.renewal .manual-guide-line-logo {
    height: 2.4rem;
  }
  .main_container.renewal .manual-guide-line-plan {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 2rem;
  }
  .main_container.renewal .manual-guide-badge {
    height: 1.8rem;
    padding: 0.1rem 0.6rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1.8rem;
  }
  .main_container.renewal .manual-guide-phone-num {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.8rem;
  }
  .main_container.renewal .manual-guide-line-check {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1rem, auto;
  }
  .main_container.renewal .manual-guide-gauge {
    width: 14rem;
    height: 8.4rem;
  }
  .main_container.renewal .manual-guide-gauge-track {
    margin-bottom: 1.6rem;
  }
  .main_container.renewal .manual-guide-usage-stats,
  .main_container.renewal .manual-guide-fee-stats {
    padding: 1.2rem 1.4rem;
    border-radius: 0.8rem;
  }
  .main_container.renewal .manual-guide-fee-panel {
    gap: 1rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
  .main_container.renewal .manual-guide-sos-panel {
    gap: 1.2rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
  .main_container.renewal .manual-guide-sos-actions {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main_container.renewal .manual-guide-sos-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.2rem;
    border-radius: 0.8rem;
  }
  .main_container.renewal .manual-guide-sos-text {
    font-size: 1.2rem;
  }
  .main_container.renewal .manual-guide-sos-btn {
    width: 11.2rem;
    height: 2.6rem;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .main_container.renewal .manual-guide-card-desc {
    padding: 1rem 1.4rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_container.renewal .manual-guide-card-desc br {
    display: none;
  }
  .main_container.renewal .manual-guide-card-note {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-gray-450, #6f737b);
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .main_container.renewal .manual-guide-container {
    padding: 3.2rem 0;
  }
  .main_container.renewal .manual-guide-container .content-wrap {
    margin: 0 auto;
    padding: 0 2rem;
  }
  .main_container.renewal .manual-guide-layout {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2.4rem;
  }
  .main_container.renewal .manual-guide-aside {
    width: 100%;
  }
  .main_container.renewal .manual-guide-aside-top {
    gap: 0;
  }
  .main_container.renewal .manual-guide-controls {
    display: none;
  }
  .main_container.renewal .manual-guide-cta {
    width: 100%;
    height: 4.8rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.2;
  }
  .main_container.renewal .manual-guide-cta.is-pc {
    display: none;
  }
  .main_container.renewal .manual-guide-cta.is-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_container.renewal .manual-guide-carousel {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
  }
  .main_container.renewal .manual-guide-swiper {
    width: 100%;
    overflow: hidden;
  }
  .main_container.renewal .manual-guide-swiper .swiper-slide {
    width: 100%;
  }
  .main_container.renewal .manual-guide-card {
    min-height: 0;
  }
  .main_container.renewal .manual-guide-card-desc {
    font-size: 1.4rem;
  }
  .main_container.renewal .manual-guide-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem;
  }
  .main_container.renewal .manual-guide-bullets .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
    border-radius: 0.45rem;
    background: var(--color-gray-200);
    opacity: 1;
  }
  .main_container.renewal .manual-guide-bullets .swiper-pagination-bullet-active {
    width: 1.8rem;
    background: var(--color-primary-500);
  }
}
@media (max-width: 512px) {
  .main_container.renewal .manual-guide-card {
    min-height: 37.2rem;
  }
  .main_container.renewal .manual-guide-usage-panel {
    gap: 1.2rem;
    padding: 2rem;
    border-radius: 0.8rem;
  }
  .main_container.renewal .manual-guide-gauge {
    width: 10.4rem;
    height: 5.8rem;
    margin: 0 auto;
  }
  .main_container.renewal .manual-guide-fee-label {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
  }
  .main_container.renewal .manual-guide-fee-value {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .main_container.renewal .manual-guide-gauge-track {
    margin-bottom: 1.2rem;
  }
  .main_container.renewal .manual-guide-gauge-label {
    font-size: 1rem;
    font-weight: 500;
  }
  .main_container.renewal .manual-guide-gauge-value {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .main_container.renewal .manual-guide-usage-stats,
  .main_container.renewal .manual-guide-fee-stats {
    gap: 0.2rem;
  }
  .main_container.renewal .manual-guide-usage-row dt,
  .main_container.renewal .manual-guide-fee-row dt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
  }
  .main_container.renewal .manual-guide-usage-row dd,
  .main_container.renewal .manual-guide-fee-row dd {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media (max-width: 320px) {
  .main_container.renewal .manual-guide-usage-panel {
    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;
    gap: 1rem;
    padding: 1.6rem;
  }
  .main_container.renewal .manual-guide-usage-stats {
    width: 100%;
  }
  .main_container.renewal .manual-guide-sos-panel {
    gap: 0.8rem;
  }
  .main_container.renewal .manual-guide-sos-action {
    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;
    gap: 0.4rem;
  }
}

.main_container.renewal .partners-container {
  padding: 4rem 0;
  background: var(--color-white);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_container.renewal .partners-container {
    padding: 8rem 0;
  }
}
.main_container.renewal .partners-container .content-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title more" "list list";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_container.renewal .partners-title {
  grid-area: title;
}
.main_container.renewal .partners-title br {
  display: none;
}
@media (max-width: 512px) {
  .main_container.renewal .partners-title br {
    display: block;
  }
}
.main_container.renewal .operator_loop {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
.main_container.renewal .operator_loop:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 30%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(90deg, #fff, #fff 50%, hsla(0, 0%, 100%, 0));
}
.main_container.renewal .operator_loop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 30%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(270deg, #fff, #fff 50%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1024px) {
  .main_container.renewal .operator_loop:before, .main_container.renewal .operator_loop:after {
    width: 10rem;
  }
}
@media (max-width: 717px) {
  .main_container.renewal .operator_loop:before, .main_container.renewal .operator_loop:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main_container.renewal .partners-container {
    padding: 3.2rem 0;
  }
}

.mvno-popup-modal.main_product_popup.main_product_result_popup .mvno-popup-filter-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mvno-popup-modal.main_product_popup.main_product_result_popup .mvno-popup-filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  z-index: 6;
  height: auto;
  min-height: 0;
  padding: 3.6rem 4rem 1rem;
  background-color: var(--color-white);
}
@media (max-width: 717px) {
  .mvno-popup-modal.main_product_popup.main_product_result_popup .mvno-popup-filter-header {
    padding: 2.8rem 2rem 0;
  }
}
.mvno-popup-modal.main_product_popup.main_product_result_popup .mvno-popup-filter-close {
  position: static;
  top: auto;
  right: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 3.2rem;
  height: 3.2rem;
  background: url("/web/kmvno/assets/images/common/icon_close_black32.svg") no-repeat 50%/100%;
}
@media screen and (min-width: 717px) {
  .mvno-popup-modal.main_product_popup.main_product_result_popup .mvno-popup-filter-close {
    position: static;
    top: auto;
    right: auto;
    width: 3.2rem;
    height: 3.2rem;
    background: url("/web/kmvno/assets/images/common/icon_close_black32.svg") no-repeat 50%/100%;
  }
}
.mvno-popup-modal.main_product_popup.main_product_result_popup .mvno-popup-filter-body {
  height: auto;
  min-height: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.main_product_result_popup .mvno-popup-filter-body.renewal {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
}
.main_product_result_popup .product-result-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0 2rem;
}
.main_product_result_popup .section-wrap {
  padding: 0;
  background-color: transparent;
}
.main_product_result_popup .section-wrap .content-wrap {
  max-width: none;
  padding: 0;
}
.main_product_result_popup .product-result-style-container {
  padding: 1.2rem 2rem 0;
}
.main_product_result_popup .product-result-style-container .content-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main_product_result_popup .product-result-style-box {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
  padding: 2rem 1.6rem 1.6rem;
  border-radius: 2rem;
  background-color: var(--color-box-basic-4);
}
.main_product_result_popup .product-result-style-box[data-theme=call] {
  background-color: var(--color-box-basic-5);
}
.main_product_result_popup .product-result-style-box[data-theme=fee] {
  background-color: var(--color-box-basic-6);
}
.main_product_result_popup .product-result-style-head {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
}
.main_product_result_popup h2.product-result-style-title,
.main_product_result_popup .product-result-style-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
}
.main_product_result_popup h2.product-result-style-title br.mobile-only,
.main_product_result_popup .product-result-style-title br.mobile-only {
  display: none;
}
@media (max-width: 717px) {
  .main_product_result_popup h2.product-result-style-title br.mobile-only,
  .main_product_result_popup .product-result-style-title br.mobile-only {
    display: block;
  }
}
.main_product_result_popup .product-result-style-name {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-primary-500);
  line-height: 1.4;
}
.main_product_result_popup .product-result-style-subtitle {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-result-style-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 16.6rem;
}
.main_product_result_popup .product-result-style-visual img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_product_result_popup .product-result-style-desc {
  margin: 0;
  width: 100%;
  padding: 1.4rem 1.6rem;
  border-radius: 1.2rem;
  background-color: var(--color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-result-plan-container {
  padding: 4rem 2rem 2rem;
}
.main_product_result_popup .product-result-plan-container + .product-result-plan-container {
  padding-top: 2rem;
}
.main_product_result_popup .product-result-plan-container .content-wrap {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_product_result_popup .product-result-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem 0;
}
.main_product_result_popup .head-title-area {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
.main_product_result_popup .product-result-plan-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.4;
}
.main_product_result_popup .product-result-plan-title-accent {
  color: var(--color-primary-500);
}
.main_product_result_popup .product-result-plan-desc {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-result-plan-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_product_result_popup .product-result-card {
  gap: 2rem;
  min-height: auto;
  padding: 3rem;
  border-radius: 2rem;
  cursor: default;
}
.main_product_result_popup .product-result-card:focus {
  outline: none;
}
.main_product_result_popup .renewal .benefitContainer .benefitBottomArea {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
}
.main_product_result_popup .product-filter-card-main {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2rem;
}
.main_product_result_popup .product-result-card-head {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
}
.main_product_result_popup .product-result-card-title-group {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.8rem;
}
.main_product_result_popup .product-result-card-info {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0;
}
.main_product_result_popup .product-filter-benefit {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_product_result_popup .product-filter-plan {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.4;
}
.main_product_result_popup .product-result-spec-list {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}
.main_product_result_popup .product-result-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
.main_product_result_popup .product-result-spec-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_product_result_popup .product-result-spec-icon {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.main_product_result_popup .product-result-spec-value {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_product_result_popup .product-filter-price-wrap {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid var(--color-gray-100);
}
.main_product_result_popup .product-filter-price-before {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_product_result_popup .product-filter-price-current {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-filter-price-current strong {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary-500);
  line-height: 1.4;
}
.main_product_result_popup .product-filter-saving {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.2rem;
}
.main_product_result_popup .product-filter-saving > span:first-child {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_product_result_popup .product-filter-saving > span:last-child {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.main_product_result_popup .product-filter-saving > span:last-child strong {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-accent-red);
  line-height: 1.5;
}
.main_product_result_popup .product-result-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.main_product_result_popup .product-result-card-cta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 12rem;
  height: 5.2rem;
  min-height: 5.2rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.main_product_result_popup .product-result-card-cta:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_product_result_popup .product-result-card-cta:focus:not(:focus-visible) {
  outline: none;
}
.main_product_result_popup .product-result-card-cta-detail {
  width: auto;
  border: 0.1rem solid var(--color-gray-400);
  background-color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-result-card-cta-apply {
  width: auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.5;
}
.main_product_result_popup .product-result-footer-container {
  padding: 2rem 2rem 6rem;
}
.main_product_result_popup .product-result-footer-container .content-wrap {
  max-width: none;
  padding: 0;
}
.main_product_result_popup .product-result-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-result-more:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_product_result_popup .product-result-more:focus:not(:focus-visible) {
  outline: none;
}
.main_product_result_popup .product-result-more-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/product-result-more-arrow.svg") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main_product_result_popup .product-result-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 10.6rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #e4f6f4;
  text-decoration: none;
}
.main_product_result_popup .product-result-banner:focus {
  outline: 0.2rem solid var(--color-primary-500);
  outline-offset: 0.2rem;
}
.main_product_result_popup .product-result-banner:focus:not(:focus-visible) {
  outline: none;
}
.main_product_result_popup .product-result-banner-text {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.5;
}
.main_product_result_popup .product-result-banner-img {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 10.1rem;
  height: 7.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 717px) {
  .main_product_result_popup .product-result-style-container {
    padding: 2rem;
  }
  .main_product_result_popup .product-result-style-box {
    gap: 2rem;
    padding: 2rem 1.6rem;
    border-radius: 1.2rem;
  }
  .main_product_result_popup .product-result-style-visual {
    height: 10.8rem;
  }
  .main_product_result_popup .product-result-style-visual img {
    max-width: 100%;
    max-height: 100%;
  }
  .main_product_result_popup .product-result-style-desc {
    padding: 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-plan-container {
    padding: 2rem;
  }
  .main_product_result_popup .product-result-plan-container + .product-result-plan-container {
    padding-top: 2rem;
  }
  .main_product_result_popup .product-result-plan-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.4;
  }
  .main_product_result_popup .product-result-plan-desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-card {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .main_product_result_popup .product-filter-card-main {
    gap: 1.4rem;
  }
  .main_product_result_popup .product-result-card-title-group {
    gap: 0.4rem;
  }
  .main_product_result_popup .product-filter-benefit {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_product_result_popup .product-filter-plan {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-spec {
    gap: 2rem;
  }
  .main_product_result_popup .product-result-spec-label {
    gap: 0.2rem;
    min-width: auto;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-spec-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main_product_result_popup .product-result-spec-value {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_product_result_popup .product-filter-price-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.4rem;
    padding-top: 1.4rem;
  }
  .main_product_result_popup .product-filter-price {
    gap: 0.4rem;
  }
  .main_product_result_popup .product-filter-price-before {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_product_result_popup .product-filter-saving > span:first-child {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_product_result_popup .product-filter-saving > span:last-child {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .main_product_result_popup .product-filter-saving > span:last-child strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-accent-red);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-card-cta-detail {
    display: none;
  }
  .main_product_result_popup .product-result-card-cta {
    min-width: 0;
    height: 4rem;
    min-height: 4rem;
  }
  .main_product_result_popup .product-result-card-cta-apply {
    width: auto;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-banner {
    min-height: 8.5rem;
    padding: 1.6rem 2rem;
    border-radius: 1.2rem;
  }
  .main_product_result_popup .product-result-banner-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.5;
  }
  .main_product_result_popup .product-result-banner-img {
    right: 0.8rem;
    width: 9.1rem;
    height: 7rem;
  }
}

main.main_container.renewal {
  padding-top: 0;
}

.renewal .benefitContainer {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  position: relative;
}
.renewal .benefitContainer .benefitTopArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 1.8rem 1.4rem;
  border-radius: 1.2rem;
  background: var(--color-gray-25);
  cursor: pointer;
}
.renewal .benefitContainer .benefitTopArea .bnenfit-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.renewal .benefitContainer .benefitTopArea .bnenfit-summary > .logo:nth-child(n+6) {
  display: none;
}
.renewal .benefitContainer .benefitTopArea .bnenfit-summary .more {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-gray-500);
  line-height: 2rem;
  margin-left: 0.4rem;
}
.renewal .benefitContainer .benefitTopArea .toggle-benefit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.renewal .benefitContainer .benefitTopArea .toggle-benefit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/web/kmvno/assets/images/product/new_open_arrow_m.svg") no-repeat center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.renewal .benefitContainer .benefitTopArea[aria-expanded=true] {
  padding: 1.6rem 1.2rem 1.8rem 1.2rem;
  border-radius: 1.2rem 1.2rem 0 0;
  border: 2px solid var(--color-primary-500);
  border-bottom: none;
}
.renewal .benefitContainer .benefitTopArea[aria-expanded=true] + .benefitBottomArea {
  padding: 0 1.2rem 1.6rem 1.2rem;
  border-radius: 0 0 1.2rem 1.2rem;
  border: 2px solid var(--color-primary-500);
  border-top: none;
}
.renewal .benefitContainer .benefitTopArea[aria-expanded=true] .toggle-benefit::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.renewal .benefitContainer .benefitBottomArea {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 1.8rem 1.4rem;
  padding-top: 0;
  background-color: var(--color-gray-25);
}
@media screen and (max-width: 1024px) {
  .renewal .benefitContainer .benefitBottomArea {
    position: static;
  }
}
.renewal .benefitContainer .benefitBottomArea .benefitListBox {
  overflow-y: auto;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  max-height: 14.2rem; /* DR-2026-42204 혜택 5개 이상부터 스크롤 추가 */
}
.renewal .benefitContainer .benefitBottomArea .benefitListBox .bnenfitItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  height: 2.2rem;
}
.renewal .benefitContainer .benefitBottomArea .benefitListBox .bnenfitItem .text p {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 2rem;
  word-break: keep-all;
}
.renewal .benefitContainer .benefitTopArea[aria-expanded=true] + .benefitBottomArea {
  display: block;
}
.renewal .benefitContainer .logo {
  overflow: hidden; /* DR-2026-42204 로고 이미지가 부모 영역을 벗어나지 않도록 수정 */
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
}
.renewal .benefitContainer .logo:not(:first-child) {
  margin-left: -0.6rem;
}
.renewal .product-filter-card {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.6rem;
  height: 100%;
  min-height: 28.4rem;
  padding: 2.4rem;
  border: 0.1rem solid var(--color-gray-150);
  border-radius: 1.2rem;
  background-color: var(--color-white);
  text-decoration: none;
}
.renewal .product-filter-card:hover, .renewal .product-filter-card:focus {
  border-color: var(--color-primary-500);
  outline: 0.1rem solid var(--color-primary-500);
}
.renewal .product-filter-card:focus:not(:focus-visible) {
  outline: none;
}
.renewal .product-filter-card .product-filter-card-main {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
}
.renewal .product-filter-card .product-filter-provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3rem;
}
.renewal .product-filter-card .product-filter-provider-symbol {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.renewal .product-filter-card .product-filter-provider-wordmark {
  width: 7.2rem;
  height: 1.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.renewal .product-filter-card .product-filter-benefit {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.renewal .product-filter-card .product-filter-plan {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.renewal .product-filter-card .product-filter-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.4rem;
  margin-top: 0.4rem;
  padding-top: 1rem;
  border-top: 0.1rem solid var(--color-gray-100);
}
.renewal .product-filter-card .product-filter-price,
.renewal .product-filter-card .product-filter-saving {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.2rem;
}
.renewal .product-filter-card .product-filter-saving {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.renewal .product-filter-card .product-filter-price-before,
.renewal .product-filter-card .product-filter-saving > span:first-child {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.renewal .product-filter-card .product-filter-price-current {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.renewal .product-filter-card .product-filter-price-current strong {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color-primary-500);
  line-height: 1.4;
}
.renewal .product-filter-card .product-filter-saving > span:last-child {
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-gray-700);
  line-height: 1.5;
}
.renewal .product-filter-card .product-filter-saving > span:last-child strong {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-accent-red);
  line-height: 1.5;
}
.renewal .product-filter-card .product-filter-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5.8rem;
  padding: 1.8rem 1.4rem;
  border-radius: 1.2rem;
  background-color: var(--color-gray-25);
}
.renewal .product-filter-card .product-filter-service-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.8rem;
}
.renewal .product-filter-card .product-filter-service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: -0.8rem;
  overflow: hidden;
  border: 0.1rem solid var(--color-gray-150);
  border-radius: 50%;
  background-color: var(--color-white);
}
.renewal .product-filter-card .product-filter-service-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.renewal .product-filter-card .product-filter-service-my {
  background-color: var(--color-primary-500);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1;
}
.renewal .product-filter-card .product-filter-service-arrow {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 2rem;
  height: 2rem;
  background: url("/web/kmvno/assets/images/main/renewal/product-filter-arrow.svg") no-repeat center/1.2rem 0.6rem;
}
@media (max-width: 717px) {
  .renewal .product-filter-card {
    gap: 2rem;
    min-height: 0;
    padding: 2rem;
  }
  .renewal .product-filter-card .product-filter-card-main {
    gap: 1rem;
  }
  .renewal .product-filter-card .product-filter-provider {
    height: 2.6rem;
  }
  .renewal .product-filter-card .product-filter-benefit {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .renewal .product-filter-card .product-filter-plan {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.5;
  }
  .renewal .product-filter-card .product-filter-price-wrap {
    margin-top: 0.4rem;
    padding-top: 1rem;
  }
  .renewal .product-filter-card .product-filter-price-before,
  .renewal .product-filter-card .product-filter-saving > span:first-child {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .renewal .product-filter-card .product-filter-price-current {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
  }
  .renewal .product-filter-card .product-filter-price-current strong {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-primary-500);
    line-height: 1.4;
  }
  .renewal .product-filter-card .product-filter-saving > span:last-child,
  .renewal .product-filter-card .product-filter-saving > span:last-child strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-gray-700);
    line-height: 1.5;
  }
  .renewal .product-filter-card .product-filter-saving > span:last-child strong {
    color: var(--color-accent-red);
  }
  .renewal .product-filter-card .product-filter-service {
    min-height: 5.4rem;
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}

@-webkit-keyframes flowing-animation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes flowing-animation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes flowing-bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@keyframes flowing-bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes scroll-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}