@charset "UTF-8";

body#sunshield2 {
  --site-header-height: 5.5rem;
  padding-top: var(--site-header-height);
  background-color: #f6f7f9;
}
html.sunshield2-page {
	scroll-behavior: auto;
}
body#sunshield2 .footer__info__section {
  padding: 4rem 4rem 13rem;
}
body#sunshield2 .btn-next:disabled {
	 display: block;
	 width: 100%;
	 height: 48px;
	 background-color: var(--color-primary);
	 color: var(--color-white);
	 font-size: var(--font-size-level-5);
	 font-weight: var(--font-weight-semibold);
	 border-radius: var(--radius-md);
	 transition: background-color var(--duration-fast) var(--easing-out);
	 font-family: inherit;
 }
/* ============================================================
   Site Header
   ============================================================ */
#sunshield2 .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #edeff2;
}
#sunshield2 .site-header__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sunshield2 .site-header__button-group {
  display: flex;
  gap: 4px;
  align-items: center;
}

#sunshield2 .site-header__button-group a {
  display: flex;
  height: 30px;
  padding: 15px 9px;
  justify-content: center;
  align-items: center;
  background: #ed1438;
  border-radius: 4px;

  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}
#sunshield2 .site-header__button-group a.custom {
  border: 1px solid #ed1438;
  background: #fff;
  color: #d11938;
}

@media (max-width: 359px) {
  body#sunshield2 {
    --site-header-height: 12.3rem;
  }

  #sunshield2 .site-header__button-group {
    flex-direction: column;
    align-items: flex-start;
  }
  #sunshield2 .site-header__button-group a {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  body#sunshield2 {
    --site-header-height: 5.7rem;
  }

  #sunshield2 .site-header__button-group {
    gap: 6px;
  }
  #sunshield2 .site-header__button-group a {
    height: 32px;
    font-size: 13px;
  }
}

/* ============================================================
   Page Layout — 모바일: 단순 스택(예약 폼은 바텀시트로 분리되어 흐름 밖)
   데스크톱: 2열 그리드(좌측 마케팅 + 우측 sticky 예약 폼)
   ============================================================ */
.page-layout {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  /*background: #fff;*/
}
.marketing-column {
  max-width: 600px;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
@media (min-width: 1024px) {
  .page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1fr;
    gap: var(--spacing-xxl);
    align-items: start;
    max-width: 760px;
  }
  .marketing-column {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}

.section-heading {
  display: flex;
  justify-content: space-between;
}
.section-heading__title {
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.55px;
}
.section-desc {
  color: #2a2f38;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: -0.375px;
  margin-top: 0.8rem;
}
.section-desc mark {
  color: #ed1438;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.375px;
}
.self-diagnosis {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #ed1438;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;

  padding: 8px 12px;
  justify-content: center;
  border-radius: 99px;
  border: 1px solid #ed1438;
}
.marketing-column > section.hero {
  padding: var(--spacing-xxl) 1.6rem 1.6rem;
}
.marketing-column > section {
  padding: var(--spacing-xxl) 1.6rem;
}
.marketing-column > section.process {
  padding: var(--spacing-xxl) 1.6rem 0;
}
.marketing-column > section.instructions {
  padding: 0 1.6rem 4rem;
}
.marketing-column > section:last-child {
  border-bottom: none;
}
.marketing-column > .wide-section {
  padding: 0;
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  padding: var(--spacing-xxl) var(--spacing-lg);
  background: url('/resources/sunshield2/img/main/img_hero_bg.png') top center;
  background-size: cover;
  border-bottom: none;
}
.hero__eyebrow {
  color: #83ffdc;
  font-family: 'GMarketSans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: -0.375px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 5%; /* 0.75px */
  text-underline-offset: 25%; /* 3.75px */
  text-underline-position: from-font;
  text-align: center;

  margin-bottom: 8px;
}
.hero__title {
  color: #fff;
  font-family: 'GMarketSans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.8px;
  text-align: center;
}
.hero__title.color {
  color: #83ffdc;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
  font-family: 'GMarketSans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.8px;
}
.hero__title.color .small {
  color: #83ffdc;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
  font-family: 'Pretendard', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.5px;
}
.hero__price-tabs {
  display: flex;
  gap: var(--spacing-xs);
  margin-top: 22px;
}
.hero__price-tab {
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 10px 18px 6px 18px;
  color: #fff;
}
.hero__price-tab--active {
  border: 1px solid #ffef15;
  position: relative;
}
.hero__best-img {
  display: none;
}
.hero__price-tab--active .hero__best-img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__price-tab-name {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.325px;
}
.hero__price-tab-price strong {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px; /* 100% */
  letter-spacing: -0.7px;
}
.hero__price-tab-price {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.hero__price-tab--active .hero__price-tab-price,
.hero__price-tab--active .hero__price-tab-price strong {
  color: #ffef15;
}
.hero__main-desc {
  margin-top: 10rem;
}
.hero__main-desc p {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
}
.hero__main-desc p mark {
  color: #83ffdc;
}
.hero__main-desc p:last-child {
  margin-top: 0.4rem;
}

.hero__desc-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.hero__desc-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 0.8rem 1.2rem;

  background-repeat: no-repeat;
  background-size: 36%;
  background-position: right bottom;
}
.hero__desc-item:nth-child(1) {
  background-image: url('/resources/sunshield2/img/main/img_hero_bn001.png');
}
.hero__desc-item:nth-child(2) {
  background-image: url('/resources/sunshield2/img/main/img_hero_bn002.png');
}
.hero__desc-item:nth-child(3) {
  background-image: url('/resources/sunshield2/img/main/img_hero_bn003.png');
}
.hero__desc-item:nth-child(4) {
  background-image: url('/resources/sunshield2/img/main/img_hero_bn004.png');
}
.hero__desc-item-mark {
  display: block;
  color: #223fae;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}
.hero__desc-item-title {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.hero__desc-item-title i {
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 359px) {
  .hero__price-tabs {
    flex-direction: column;
    gap: 16px;
    width: 80%;
    margin: 22px auto;
  }
  .hero__price-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 28px 16px 28px;
  }
  .hero__price-tab--active .hero__best-img {
    width: 56px;
    left: 0;
    transform: translate(10%, -50%);
  }
}

/* ============================================================
   quick-nav
   ============================================================ */
:root {
  --quick-nav-height: 6.4rem;
}
[data-quick-nav-section] {
  scroll-margin-top: calc(var(--site-header-height) + var(--quick-nav-height) + 1.6rem);
}

.quick-nav {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: var(--site-header-height);
  width: 100%;
  background: #ffffff;
  z-index: 10;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.quick-nav a {
  color: #1d1d1d;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
  padding: 1.2rem;
  width: 100%;
  border-bottom: 1px solid #dfe0e3;
}
.quick-nav a i {
  display: flex;
  flex-wrap: nowrap;
  color: #844b01;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;

  padding: 2px 0;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: #fff88a;
}
.quick-nav a.quick-nav--active {
  color: #ed1438;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;

  border-bottom: 2px solid #ed1438;
}

/* ============================================================
   Why
   ============================================================ */
.why__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 1.6rem;
}
.why__item {
  padding: 16px 14px;
  border-radius: 8px;
  border: 1px solid #f0f2f5;
}
.why__item img {
  width: 40px;
  height: 40px;
}
.why__item__header {
  display: flex;
  justify-content: space-between;
}
.why__item__title {
  color: #2a2f38;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: -0.375px;
}
.why__item__desc {
  margin-top: 8px;
  color: #696e77;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}

/* ============================================================
   Before / After 온도차이
   ============================================================ */
.diff-temp__gif {
  margin-top: 1.6rem;
}
.diff-temp__desc {
  color: #80858b;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
  margin-top: 0.8rem;
}

/* ============================================================
   diff-desc 다른점
   ============================================================ */
.diff-desc {
  background: #ebf4ff;
}
.diff-desc img {
  width: 100%;
}
.diff-desc__list {
  margin-top: 1.6rem;
}

.diff-desc__list .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.diff-desc__titles p {
  width: 100%;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: -0.375px;
}

.diff-desc__title__before {
  border-radius: 12px 0 0 0;
  background: #80858b;
}
.diff-desc__title__after {
  border-radius: 0 12px 0 0;
  background: linear-gradient(90deg, #7795fd 0%, #1c4efc 100%);
}

.diff-desc__content-before,
.diff-desc__content-after {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.diff-desc__content-before__letters,
.diff-desc__content-after__letters {
  flex: 1;
  padding: 0.8rem 0.4rem 1.6rem;
  text-align: center;
}
.diff-desc__content-before__letters {
  border-bottom: 1px solid #dfe0e3;
  border-left: 1px solid #dfe0e3;
  background: #f6f7f9;
}
.diff-desc__content-after__letters {
  border-right: 1px solid #5cc4ff;
  border-bottom: 1px solid #5cc4ff;
  border-left: 1px solid #5cc4ff;
  background: #fff;
}
.diff-desc__content-before__title,
.diff-desc__content-after__title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.diff-desc__content__before__title {
  color: #2a2f38;
}
.diff-desc__content-after__title {
  color: #223fae;
}

.diff-desc__content-before__desc,
.diff-desc__content-after__desc {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}
.diff-desc__content-before__desc {
  color: #80858b;
}
.diff-desc__content-after__desc {
  color: #696e77;
}

/* ============================================================
		 Compare Table
		 ============================================================ */
.compare-table__scroll {
  overflow-x: auto;
  margin-top: 1.6rem;
}
.compare-table__inner {
  border-radius: 12px;
  overflow: hidden;
}
.compare-table table {
  width: 100%;
  /*min-width: 420px;*/
  table-layout: fixed;
  border-collapse: collapse;
}
.compare-table thead th {
  border-right: 1px solid #3852b6;
}
.compare-table th,
.compare-table td {
  text-align: center;
  padding: 0.8rem 0.4rem;
  border-left: 1px solid #f0f2f5;
  border-right: 1px solid #f0f2f5;
}
.compare-table td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.compare-table thead th {
  height: 68px;
  padding: 0 4px;
  color: #fff;
  background: #223fae;
  vertical-align: middle;

  font-size: 12px;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: -0.3px;
}
.compare-table thead th:first-child {
  width: 50px;
}
.compare-table__head-name {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
}
.compare-table__head-price {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%; /* 15px */
  letter-spacing: -0.375px;
  margin-top: 0.4rem;
}
.compare-table tbody th {
  color: #1d1d1d;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}
.compare-table tbody tr:nth-child(even) th,
.compare-table tbody tr:nth-child(even) td {
  background-color: #f3f6fd;
}
.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 1px solid #f0f2f5;
}
.compare-table__cell-title {
  color: #2a2f38;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
  padding: 0;
}
.compare-table__cell-desc {
  margin-top: 0.6rem;
  color: #2a2f38;
  font-weight: 400;
  font-size: 1.2rem;
  white-space: pre-line;

  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}
.compare-table__notice {
  margin-top: 0.8rem;
  color: #696e77;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
}
.compare-table__notice li + li {
  margin-top: 0.8rem;
}
.compare-table__notice li {
  position: relative;
  padding-left: 1.1rem;
	color: inherit;
}
.compare-table__notice li.mark {
  color: #ed1438;
}
.compare-table__notice li:before {
  content: '※';
  position: absolute;
  left: 0;
}

/* ============================================================
		 Cost Tip
 ============================================================ */
.cost-tip {
  background: #f0f3ff;
}
.cost-tip hr {
  width: 100%;
  height: 1px;
  background: #f0f2f5;
  margin: 1.6rem 0;
}
.cost-tip__container {
  margin-top: 1.6rem;
  padding: 2rem 0 1.6rem;
  border-radius: 12px;
  border: 1px solid #edeff2;
  background: #fff;
}
.cost-tip__container .content {
  padding: 0 1.6rem;
}
.cost-tip__container .cost-tip__container__header {
  text-align: center;
}
.cost-tip__container .badge {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.3px;

  display: inline-flex;
  padding: 2px 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
}

.cost-tip__container__header .title {
  color: #1d1d1d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.45px;
  margin-top: 0.4rem;
}

/* ============================================================
		 Cost Tip - include
 ============================================================ */
.cost-tip__container .include .badge {
  background: #7491ff;
}
.cost-tip__container .include .list {
  margin: 1.6rem 0;
}
.cost-tip__container .include .list li {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.cost-tip__container .include .list li:last-child {
  margin-bottom: 0;
}
.cost-tip__container .include .list img {
  width: 4rem;
  height: 4rem;
}
.cost-tip__container .include .list .title {
  color: #2a2f38;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.cost-tip__container .include .list .desc {
  color: #696e77;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}
.cost-tip__container .include .card {
  padding: 12px 0 16px 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #123198 -0.32%, #061032 99.68%);
}
.cost-tip__container .include .card .title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: -0.375px;
  text-align: center;
}
.cost-tip__container .include .card .card-tabs {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  gap: 1.1rem;
}
.cost-tip__container .include .card .card-tab span,
.cost-tip__container .include .card .card-tab strong {
  color: #fff;
  text-align: center;
}
.cost-tip__container .include .card .card-tab.card-tab--active span,
.cost-tip__container .include .card .card-tab.card-tab--active strong {
  color: #ffd400;
}
.cost-tip__container .include .card .card-tab span {
  display: block;
}
.cost-tip__container .include .card .card-tab .card-tab-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px; /* 170% */
  letter-spacing: -0.5px;
  display: flex;
}
.cost-tip__container .include .card .card-tab .card-tab-price strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}
.cost-tip__container .include .card .card-tab .card-tab-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.325px;
}

/* ============================================================
		 Cost Tip - exception
 ============================================================ */
.cost-tip__container .exception .badge {
  background: #f06633;
}
.exception__group {
  margin-top: 1.6rem;
}

.exception__group-title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2a2f38;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.exception__group-desc {
  color: #696e77;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.325px;
}
.exception__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  vertical-align: -3px;
}
.exception__table {
  width: 100%;
  margin-top: 0.7rem;
  border-collapse: collapse;
  border-radius: 12px;
  outline: 1px solid #edeff2;
  overflow: hidden;
  box-sizing: border-box;
}
.exception__table tr:nth-child(odd) td {
  background: #f6f7f9;
}
.exception__table th {
  border-right: 1px solid #edeff2;
}
.exception__table th,
.exception__table td {
  padding: 0.8rem 1.2rem;
  border-bottom: 1px solid #edeff2;
  font-size: 13px;
  line-height: 140%;

  font-weight: 500;
  letter-spacing: -0.325px;
}
.exception__table .border--none {
  border-bottom: none;
}
.exception__table th {
  color: #1d1d1d;
  text-align: center;
}
.exception__table td:first-child {
  color: #1d1d1d;
  text-align: left;
}
.exception__table-example {
  display: block;
  color: #80858b;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}
.exception__table .exception__table-price {
  text-align: right;
  color: #1d1d1d;
  font-weight: 600;
}
.exception__table-price.exception__table-price--extra {
  color: #f06633;
}
.exception__table-note {
  margin-top: 0.8rem;
  color: #696e77;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
  position: relative;
  padding-left: 1.1rem;
}
.exception__table-note:before {
  content: '※';
  position: absolute;
  left: 0;
}
.exception__qna {
  margin-top: 0.8rem;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  background: #fff4f0;
}
.exception__qna strong {
  color: #f06633;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}
.exception__qna p {
  margin-top: 0.4rem;
  color: #696e77;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
}

/* ============================================================
		 Cost Tip - reservation-form
 ============================================================ */
.cost-tip__container .reservation-form .badge {
  background: #ed1438;
}
.cost-calc {
  margin-top: 1.6rem;
}
.cost-calc__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.3rem 0;
  /*border-bottom: 1px solid #f0f2f5;*/
}
.cost-calc__row:first-child {
  padding-top: 0;
}
.cost-calc__row:last-child {
  padding-bottom: 0;
}
.cost-calc__label {
  flex-shrink: 0;
  color: #2a2f38;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.35px;
}
.cost-calc__select {
  flex: 1;
  max-width: 60%;
  height: 4rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #d5d7db;
  font-size: 1.4rem;
  color: #2a2f38;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;

  width: 100%;
  padding: 0 var(--spacing-xxl) 0 var(--spacing-smxl);
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4L6 8L2 4' stroke='%232A2F38' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 4L6 8L2 4' stroke='black' stroke-opacity='0.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--spacing-smxl) center;
  cursor: pointer;
  transition: border-color var(--duration-fast) var(--easing-out);
}
.cost-calc__result {
  margin-top: 1.2rem;
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid #ed1438;
}
.cost-calc__result-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.cost-calc__result-row[hidden] {
  display: none;
}
.cost-calc__result-row + .cost-calc__result-row {
  margin-top: 0.5rem;
}
.cost-calc__result-row--total {
  margin-top: 1rem;
}
.cost-calc__result-name,
.cost-calc__result-price {
  color: #2a2f38;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
  font-size: 14px;
}
.cost-calc__result-notice {
  /*color: #ed1438;*/
  color: #2a2f38;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.cost-calc__result-label {
  color: #ed1438;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.cost-calc__result-total {
  color: #ed1438;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.55px;
}
.cost-calc__submit {
  width: 100%;
  height: 48px;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  cursor: pointer;
  border-radius: 6px;
  background: #ed1438;
  margin-top: 0.8rem;
}
.cost-calc__note {
  margin-top: 0.8rem;
  color: #696e77;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
  position: relative;
  padding-left: 1rem;
}
.cost-calc__note:before {
  content: '※';
  position: absolute;
  left: 0;
}

/* ============================================================
		 Reviews
		 ============================================================ */
.marketing-column > .reviews {
  background: #1d1d1d;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 3.2rem;
}
.reviews .reviews__title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.45px;
  margin-bottom: 1rem;
}
.swiper.reviews__swiper {
  padding: 0 1.6rem;
}
.reviews__swiper .swiper-wrapper {
  align-items: flex-start;
  height: auto;
}
.reviews__swiper .swiper-slide {
  width: 160px;
  /*height: auto;*/
  height: 200px;
}
.reviews__swiper {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-left: 1.6rem;
}
.reviews__banner {
  display: block;
}
.review-card {
  height: 100%;
  padding: 1.4rem;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.review-card__stars {
  --star-size: 14px;
  --star-gap: 3px;
  position: relative;
  display: inline-block;
  width: calc(var(--star-size) * 5 + var(--star-gap) * 4.5);
  height: var(--star-size);
}
.review-card__stars::before,
.review-card__stars::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png');
  mask-image: url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png'), url('/resources/sunshield2/img/main/star.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--star-size) var(--star-size);
  mask-size: var(--star-size) var(--star-size);
  -webkit-mask-position:
    calc((var(--star-size) + var(--star-gap)) * 0) 0,
    calc((var(--star-size) + var(--star-gap)) * 1) 0,
    calc((var(--star-size) + var(--star-gap)) * 2) 0,
    calc((var(--star-size) + var(--star-gap)) * 3) 0,
    calc((var(--star-size) + var(--star-gap)) * 4) 0;
  mask-position:
    calc((var(--star-size) + var(--star-gap)) * 0) 0,
    calc((var(--star-size) + var(--star-gap)) * 1) 0,
    calc((var(--star-size) + var(--star-gap)) * 2) 0,
    calc((var(--star-size) + var(--star-gap)) * 3) 0,
    calc((var(--star-size) + var(--star-gap)) * 4) 0;
}
.review-card__stars::before {
  background-color: #f0f0f0;
}
.review-card__stars::after {
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
  background-color: #ffd400;
}
.review-card__text {
  margin-top: 0.8rem;
  height: 7.6em;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;

  color: #2a2f38;
  text-overflow: ellipsis;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15.4px */
  letter-spacing: -0.275px;
}
.review-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.review-card__name {
  color: #2a2f38;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.review-card__badge {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.325px;
}
[data-badge='스탠다드'] {
  color: #163eca;
  background: #f0f3ff;
}
[data-badge='베이직'] {
  color: #022f2f;
  background: #e7fdfd;
}
[data-badge='프리미엄'] {
  color: #163eca;
  background: #f0f3ff;
}
.review-card__shop {
  margin-top: 0.4rem;
}
.review-card__shop span {
  display: block;
  color: #696e77;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
}
.swiper-scrollbar.reviews__scrollbar {
  position: relative;
  padding: 0 1.6rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin-top: 0.8rem;
  background: none;
  border-radius: 99px;
}
.reviews__scrollbar .swiper-scrollbar-drag {
  width: 80px !important;
  background: #2a2f38;
  border-radius: 99px;
}
.reviews__banner {
  display: block;
}
/* ============================================================
		 Process
		 ============================================================ */
.process__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
}
.process__list .item__title {
  display: flex;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
  align-items: center;
  gap: 8px;
}
.process__list li {
}

.process__list .process__item .item__list-wrapper {
  display: flex;
  gap: 0.8rem;
}
.process__list .process__item .item__list-wrapper::before {
  content: '';
  display: block;
  width: 3px;
  background: #ffd1d4;
  border-radius: 99px;
  margin: 0.8rem;
}
.process__list .process__item:last-child .item__list-wrapper::before {
  content: '';
  display: block;
  width: 3px;
  /*height: 62px;*/
  background: transparent;
  border-radius: 99px;
  margin: 0.8rem;
}
.process__list .process__item .item__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #ff9696;
  border-radius: 8px;
  gap: 0.2rem;
  margin: 0.7rem 0 1.2rem;
}
.process__list .process__item .item__list li {
  color: #2a2f38;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
}
.process__list .process__item .item__list li mark {
  color: #ed1438;
  font-weight: 600;
}
.process__list .process__item .item__list li::before {
  content: '•';
  margin-right: 0.8rem;
}
.process__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  flex-shrink: 0;
}
.process__label {
  font-size: var(--font-size-level-5);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-primary);
}

/* ============================================================
		 FAQ
		 ============================================================ */
.faq__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
  border: 1px solid #edeff2;
  border-radius: 12px;
}
.faq__item {
  padding: 1.6rem 1.4rem;
  border-bottom: 1px solid var(--color-border-primary);
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__question {
  color: #2a2f38;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: -0.375px;

  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question::after {
  content: '';

  width: 12px;
  height: 12px;
  background-image: url('/resources/sunshield2/img/main/ico_faq_open.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.faq__item[open] .faq__question::after {
  background-image: url('/resources/sunshield2/img/main/ico_faq_close.svg');
}
.faq__answer {
  color: #696e77;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.35px;
  margin: 1.2rem 0 0;
}

/* ============================================================
		 instructions
		 ============================================================ */
.instructions > div {
  padding: 16px 14px;
  border-radius: 12px;
  border: 1px solid #edeff2;
}
.instructions .section-desc {
  margin: 0;
  font-weight: 600;
}
.instructions__list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.instructions__list li {
  position: relative;
  color: #696e77;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%; /* 15.4px */
  letter-spacing: -0.275px;
  padding-left: 1.1rem;
}
.instructions__list li:before {
  content: '※';
  position: absolute;
  left: 0;
}
/*
		footer
	*/
#sunshield2 .footer__info__box {
  max-width: 760px;
}
