@charset "UTF-8";

/* Lifeplanet campaign */
body.lp-body {
  --shell-width: 1088px;
  --page-width: max(100vw, 1200px);
  min-width: 1200px;
  color: var(--deep-color);
  background: #fff;
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: 0;
}

.lp-body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

.lp-body .lp-header {
  position: sticky;
  top: 0;
  left: auto;
  z-index: 30;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 36, 55, 0.06);
}

.lp-header-inner {
  width: var(--shell-width);
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.lp-logo img {
  display: block;
  width: 130px;
  height: auto;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 70px;
  height: 100%;
}

.lp-nav a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: var(--font-body-1-size);
  font-weight: var(--font-body-1-weight); 
  color: var(--color-secondary);
}

.lp-nav a.active {
  color: var(--main-color);
}

#wrap.lp-wrap {
  position: relative;
  overflow: clip;
}

.lp-body .lp-wrap section {
  margin-top: 0;
}

.lp-shell {
  width: var(--shell-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 740px) 440px;
  align-items: stretch;
}

.lp-content {
  min-width: 0;
}

.lp-form-aside {
  position: relative;
  align-self: stretch;
  padding-bottom: 110px;
}

.lp-section {
  position: relative;
  isolation: isolate;
  padding: clamp(56px, 3.65vw, 70px) 0;
}

.lp-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc((var(--shell-width) - var(--page-width)) / 2);
  width: var(--page-width);
  background: var(--band-bg, #fff);
}

.lp-section-inner {
  width: 100%;
  max-width: min(100%, 600px);
  margin: 0 auto;
}

.lp-section-compare_cards {
  padding-left: 50px;
}

.lp-section-compare_cards .lp-section-inner {
  max-width: min(100%, 800px);
}

.lp-section-compare_cards .lp-compare-grid {
  margin-left: 0;
}

.lp-section-head {
  text-align: center;
}

.lp-section-head h2 {
  color: var(--deep-color);
  font-size: var(--font-title-1-size);
  line-height: 42px;
  font-weight: var(--font-title-1-weight);
  letter-spacing: -0.02em;
}

.lp-section-compare_cards .lp-section-head h2 {
  margin-right: 50px;
}

.lp-section-head h2 span,
.lp-hero-copy h1 span,
.lp-free-section h2 span {
  color: var(--main-color);
}

.lp-eyebrow {
  margin-bottom: 16px;
  color: var(--main-color);
  font-size: var(--font-title-3-size);
  font-weight: var(--font-title-3-weight);
}

.lp-section-desc {
  margin-top: 16px;
  color: var(--gray-700);
  font-size: var(--font-body-1-size);
  line-height: 24px;
  font-weight: var(--font-body-1-weight);
  letter-spacing: -0.01em;
}

.lp-hero-section {
  --hero-height: clamp(430px, 68vw, 490px);
  --hero-copy-left: 5.56%;
  --hero-copy-top: 6.12%;
  --hero-copy-width: 54.86%;
  --hero-details-left: var(--hero-copy-left);
  --hero-details-bottom: 8.16%;
  --hero-details-width: 71.39%;
  --hero-art-width: 48.75%;
  --hero-art-left: 46.39%;
  --hero-art-top: 24.08%;
  height: var(--hero-height);
  min-height: var(--hero-height);
  padding: 0;
  display: block;
  overflow: visible;
}

.lp-pure .lp-hero-section {
  --hero-copy-width: 54.86%;
  --hero-details-width: 71.39%;
  --hero-art-width:59.75%;
  --hero-art-left: 36.39%;
  --hero-art-top: 36.08%;
}

.lp-maturity .lp-hero-section {
  --hero-copy-width: 70%;
  --hero-details-width: 67.36%;
  --hero-art-width: 53.83%;
  --hero-art-left: 46.39%;
  --hero-art-top: 35.1%;
}

.lp-package .lp-hero-section {
  --hero-copy-width: 51.67%;
  --hero-details-width: 29.72%;
  --hero-art-width: 67.22%;
  --hero-art-left: 31.39%;
  --hero-art-top: 21.43%;
}

.lp-female .lp-hero-section {
  --hero-copy-width: 52.78%;
  --hero-details-width: 62.22%;
  --hero-art-width: 48.06%;
  --hero-art-left: 51.94%;
  --hero-art-top: 10.82%;
}

.lp-hero-copy {
  position: absolute;
  z-index: 3;
  top: var(--hero-copy-top);
  left: 0;
  width: 100%;
  max-width: 100%;
}

.lp-hero-copy > * {
  position: relative;
  z-index: 2;
}

.lp-product-name {
  margin-bottom: 16px;
  color: var(--gray-800);
  font-size: var(--font-body-1-size);
  font-weight: var(--font-body-1-weight);
  line-height: 24px;
  letter-spacing: -0.01em;
}

.lp-hero-copy h1 {
  color: var(--color-secondary);
  font-family: var(--font-hero);
  font-size: 38px;
  line-height: 51px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lp-hero-sub {
  margin-top: 10px;
  color: var(--color-secondary);
  font-size: var(--font-body-1-size);
  line-height: 24px;
  font-weight: var(--font-body-1-weight);
  letter-spacing: -0.01em;
}

.lp-hero-details {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: var(--hero-details-bottom);
  width: 100%;
  max-width: calc(100% - var(--hero-details-left));
  margin-top: 0;
}

.lp-hero-details li {
  color: var(--gray-600);
  font-size: var(--font-body-2-size);
  line-height: 22px;
  font-weight: var(--font-body-2-weight);
  letter-spacing: -0.01em;
}

.lp-hero-art {
  position: absolute;
  z-index: 1;
  top: var(--hero-art-top);
  left: var(--hero-art-left);
  width: var(--hero-art-width);
  height: auto;
  pointer-events: none;
}

.lp-hero-art img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform-origin: center;
  will-change: transform;
}

.lp-form-card {
  width: 440px;
  padding: 42px 36px 38px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(28, 45, 62, 0.18);
}

.lp-form-aside .lp-form-card {
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 120px - 32px);
  overflow-y: auto;
}

.lp-form-card form {
  width: 100%;
}

.lp-form-card .form_title {
  margin-bottom: 24px;
}

.lp-form-card .form_title h3 {
  color: #000;
  font-size: 28px;
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: -2px;
}

.lp-form-card ul,
.lp-form-card li {
  width: 100%;
}

.lp-form-card li {
  margin-bottom: 16px;
}

.lp-form-card .form_cover {
  display: block !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.lp-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
}

.lp-form-card .form_cover label {
  display: block;
  width: auto !important;
  height: auto !important;
  margin-bottom: 8px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--gray-900);
  font-size: var(--font-body-2-size);
  font-weight: var(--font-body-2-weight);
}

.lp-form-card input[type="text"],
.lp-form-card input[type="tel"] {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid var(--gray-300);
  border-radius: 12px;
  background: #fff !important;
  color: var(--color-secondary);
  font-size: var(--font-body-1-size);
  font-weight: var(--font-body-1-weight);
  outline: none;
  box-shadow: none !important;
}

.lp-form-card input::placeholder {
  color: var(--gray-400);
  font-weight: 500;
}

.lp-form-card .sex_cover {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding-top: 20px;
}

.lp-form-card .sex_box {
  position: relative;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--gray-300);
  background: #fff;
  overflow: hidden;
}

.lp-form-card .sex_box:has(input:checked) {
  border-color: var(--main-color);
  background: var(--main-color);
}

.lp-form-card .radio_wrap {
  position: absolute;
  inset: 0;
}

.lp-form-card .radio_wrap input {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.lp-form-card .radio_wrap i {
  position: absolute;
  inset: 0;
  display: none !important;
  border: 1px solid #d8e0e8;
  border-radius: 10px;
  background: #fff;
}

.lp-form-card .radio_wrap input:checked + i {
  border-color: var(--main-color);
  background: var(--main-color);
}

.lp-form-card .sex_box label {
  position: relative;
  z-index: 4;
  color: var(--gray-400);
  font-size: var(--font-button-size);
  font-weight: var(--font-button-weight);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lp-form-card .sex_box:has(input:checked) label {
  color: #fff;
}

.lp-form-card .confirm_wrap {
  margin-top: 16px;
}

.lp-form-card .confirm_wrap button {
  width: 100%;
  height: 70px;
  border: none;
  border-radius: 12px;
  background: var(--main-color);
  color: #fff;
  font-size: var(--font-title-3-size);
  font-weight: var(--font-title-3-weight);
  cursor: pointer;
  letter-spacing: 0.01em;
}

.lp-form-card .confirm_wrap button span {
  font-size: var(--font-body-2-size);
  display: block;
  margin-top: 4px;
  font-weight: var(--font-body-2-weight);
}

.lp-info-section {
  min-height: clamp(440px, 27vw, 520px);
  display: flex;
  align-items: center;
}

.lp-section-bar_chart {
  min-height: clamp(430px, 25.7vw, 492px);
}

.lp-section-table,
.lp-section-condition_cards {
  min-height: clamp(460px, 28.5vw, 547px);
}

.lp-section-timeline,
.lp-section-discount {
  min-height: clamp(620px, 40vw, 760px);
}

.lp-compare-grid {
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 260px));
  gap: 20px;
}

.lp-compare-grid.count-3 {
  width: min(100%, 720px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lp-compare-card {
  min-height: 240px;
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: none;
}

.lp-compare-grid.count-3 .lp-compare-card {
  min-height: 200px;
}

.lp-pure .lp-compare-grid,
.lp-maturity .lp-compare-grid {
  grid-template-columns: repeat(2, 270px);
}

.lp-pure .lp-compare-card,
.lp-maturity .lp-compare-card {
  height: 250px;
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.13);
}

.lp-card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 6px;
  display: block;
}

.lp-pure .lp-card-icon,
.lp-maturity .lp-card-icon {
  order: 3;
  width: 96px;
  height: 96px;
}

.lp-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-card-kicker {
  color: var(--gray-700);
  font-size: var(--font-body-2-size);
  line-height: 22px;
  font-weight: var(--font-body-2-weight);
  letter-spacing: -0.01em;
}

.lp-pure .lp-card-kicker,
.lp-maturity .lp-card-kicker {
  order: 1;
  font-size: var(--font-body-1-size);
  line-height: 24px;
  color: var(--gray-700);
}

.lp-compare-card strong {
  display: block;
  margin-top: 4px;
  color: var(--gray-900);
  font-size: var(--font-title-3-size);
  line-height: 30px;
  font-weight: var(--font-title-3-weight);
  letter-spacing: -0.02em;
}

.lp-pure .lp-compare-card strong,
.lp-maturity .lp-compare-card strong {
  order: 2;
  margin-top: 2px;
  font-size: var(--font-title-2-size);
  line-height: 30px;
}

.lp-compare-card p:last-child {
  margin-top: 14px;
  color: #263849;
  font-size: 13px;
  font-weight: 800;
}

.lp-pure .lp-compare-card p:last-child,
.lp-maturity .lp-compare-card p:last-child {
  order: 4;
  margin-top: 0;
  color: var(--color-secondary);
  font-size: var(--font-body-2-size);
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.lp-pure .lp-compare-card p:last-child span,
.lp-maturity .lp-compare-card p:last-child span{color: var(--main-color);}

.lp-step-flow {
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.lp-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 148px;
  padding: 14px 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 10px rgba(15, 36, 55, 0.06);
  min-height: 137px;
}


.lp-step-icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.lp-step-label {
  display: block;
  color: var(--gray-900);
  font-size: var(--font-body-3-size);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.lp-step-value {
  color: var(--main-color);
  font-size: var(--font-caption-size);
  font-weight: 700;
}

.lp-step-arrow {
  flex: 0 0 auto;
  align-self: center;
}

.lp-step-arrow img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.lp-refund {
  text-align: center;
}

.lp-refund-compare {
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
}

.lp-refund-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
}

.lp-refund-bar-badge {
  position: relative;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: var(--font-body-3-size);
  font-weight: 700;
  white-space: nowrap;
}

.lp-refund-bar-badge::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: var(--main-color) transparent transparent;
}

.lp-refund-bar-fill {
  display: block;
  width: 100%;
  height: 160px;
  border-radius: 16px 16px 0 0;
  background: var(--graph-bar-default);
}

.lp-refund-bar-after .lp-refund-bar-fill {
  height: 100px;
  background: var(--graph-bar-active);
}

.lp-refund-bar-label {
  margin-top: 16px;
  color: var(--gray-900);
  font-size: var(--font-body-2-size);
  line-height: 22px;
}

.lp-refund-bar-label span {
  display: block;
  margin-top: 4px;
  color: var(--gray-900);
  font-size: var(--font-body-2-size);
}

.lp-refund-notes {
  width: 520px;
  max-width: 100%;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.lp-refund-notes li {
  color: var(--gray-500);
  font-size: var(--font-body-3-size);
  line-height: 1.5;
  font-weight: var(--font-caption-weight);
}

.lp-bar-chart {
  height: 156px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

.lp-bar-item {
  width: 52px;
  text-align: center;
}

.lp-bar-item span {
  display: block;
  width: 52px;
  border-radius: 10px 10px 0 0;
  background: var(--graph-bar-default);
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: 0.6s ease;
}

.lp-bar-item span.active {
  background: var(--graph-bar-active);
}

.lp-bar-item strong {
  display: block;
  margin-top: 8px;
  color: var(--color-secondary);
  font-size: var(--font-body-4-size);
  line-height: 18px;
  font-weight: var(--font-body-4-weight);
  letter-spacing: -0.01em;
}

.lp-table-card {
  width: min(100%, 400px);
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.13));
  box-shadow: none;
}

.lp-table-card table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.lp-table-card thead th:first-child,
.lp-table-card tbody th {
  width: 30%;
}

.lp-table-card thead th:not(:first-child),
.lp-table-card tbody td {
  width: 35%;
}

.lp-table-card thead th {
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: var(--font-heading-1-size);
  font-weight: var(--font-heading-1-weight);
  vertical-align: middle;
}

.lp-table-card tbody tr {
  height: 47px;
  border-bottom: 1px solid var(--color-line);
  color: #111;
  font-size: var(--font-heading-1-size);
  font-weight: var(--font-heading-1-weight);
  text-align: center;
}

.lp-table-card tbody tr:last-child {
  border-bottom: 0;
}

.lp-table-card tbody tr * {
  vertical-align: middle;
  color: var(--gray-800);
}

.lp-table-card tbody th {
  color: var(--main-color);
}

.lp-condition-grid {
  width: 390px;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.lp-condition-card {
  padding: 26px 12px;
  border-radius: 25px;
  text-align: center;
  background: var(--gray-50);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10.4px;
}

.lp-condition-card strong,
.lp-condition-card span,
.lp-condition-card b {
  display: block;
}

.lp-condition-card strong {
  color: var(--gray-900);
  font-size: var(--font-title-2-size);
  line-height: 1.25;
  font-weight: var(--font-title-2-weight);
}

.lp-condition-card span {
  color: var(--gray-500);
  font-size: var(--font-body-1-size);
  font-weight: var(--font-body-1-weight);
}

.lp-condition-card b {
  color: var(--main-color);
  font-size: var(--font-title-2-size);
  font-weight: var(--font-title-2-weight);
}

.lp-tip-card {
  width: 517px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 32px 28px 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 36, 55, 0.06);
}

.lp-tip-badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--deep-color);
  color: #fff;
  font-size: var(--font-body-3-size);
  font-weight: var(--font-body-3-weight);
}

.lp-tip-title {
  margin-top: 14px;
  color: var(--gray-900);
  font-size: var(--font-title-4-size);
  font-weight: var(--font-title-3-weight);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.lp-tip-bars {
  margin: 30px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.lp-tip-bar-track {
  display: block;
  position: relative;
  width: 100%;
  height: 28px;
}

.lp-tip-bar-fill {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  transform: translateY(-50%);
}

.lp-tip-bar-full .lp-tip-bar-fill {
  width: 100%;
  background: var(--gray-800);
}

.lp-tip-bar-partial .lp-tip-bar-fill {
  width: 100%;
  background: var(--main-color);
}

.lp-tip-bar-fill::before,
.lp-tip-bar-fill::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 14px;
  background: var(--gray-700);
  transform: translateY(-50%);
}

.lp-tip-bar-partial .lp-tip-bar-fill::before, 
.lp-tip-bar-partial .lp-tip-bar-fill::after{
  background: inherit;
}

.lp-tip-bar-fill::before {
  left: 0;
}

.lp-tip-bar-fill::after {
  right: 0;
}

.lp-tip-bar-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: var(--font-body-4-size);
  font-weight: 700;
  white-space: nowrap;
}

.lp-tip-bar-pill img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.lp-tip-bar-full .lp-tip-bar-pill {
  color: var(--gray-700);
  background: var(--gray-300);
}

.lp-tip-bar-partial .lp-tip-bar-pill {
  background: var(--main-color);
  color: #fff;
}

.lp-tip-bar-partial .lp-tip-bar-pill img{width: 16px;height: 16px;}

.lp-tip-checklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.lp-tip-checklist li {
  position: relative;
  padding-left: 26px;
  color: var(--gray-700);
  font-size: var(--font-body-3-size);
  font-weight: var(--font-body-3-weight);
  line-height: 1.5;
}

.lp-tip-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url('../img/pure/Check.png') no-repeat center / contain;
}

.lp-tip-notes {
  width: 517px;
  max-width: 100%;
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.lp-tip-notes li {
  position: relative;
  padding-left: 12px;
  color: var(--gray-500);
  font-size: var(--font-body-2-size);
  font-weight: var(--font-caption-weight);
  line-height: 1.5;
}

.lp-tip-notes li::before {
  content: "\B7";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gray-400);
}

.lp-free-section {
  padding: 72px 0 80px;
}

.lp-free-card {
  width: 370px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 18px rgba(39, 58, 74, 0.1);
}

.lp-free-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 24px 28px;
  align-items: center;
}

.lp-free-item + .lp-free-item {
  border-top: 1px solid var(--color-line);
}

.lp-check-icon {
  position: relative;
  width: 50px;
  height: 50px;
}

.lp-free-item strong {
  display: block;
  color: var(--gray-900);
  font-size: var(--font-title-3-size);
  line-height: 1.3;
  font-weight: var(--font-title-3-weight);
}

.lp-free-item p {
  margin-top: 6px;
  color: var(--gray-700);
  font-size: var(--font-body-2-size);
  line-height: 1.45;
  font-weight: var(--font-body-2-weight);
}

.lp-notice {
  padding: 42px 0;
  background: var(--gray-800);
}

.lp-footer {
  padding: 50px 0;
  background: #070c11;
}

.lp-footer-inner {
  width: var(--shell-width);
  margin: 0 auto;
}

.lp-notice .lp-footer-inner,
.lp-footer .lp-footer-inner {
  padding-left: 0;
}

.lp-notice h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: var(--font-heading-1-size);
  font-weight: var(--font-heading-1-weight);
}

.lp-notice p {
  /* max-width: 670px; */
  color: var(--gray-300);
  font-size: var(--font-body-4-size);
  line-height: 1.62;
  font-weight: var(--font-body-4-weight);
}

.lp-footer .lp-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-footer p {
  color: var(--gray-400);
  font-size: var(--font-body-4-size);
  font-weight: var(--font-body-4-weight);
  line-height: 1.4;
}

.lp-footer p + p {
  margin-top: 7px;
}

.lp-notice .link-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 16px;
}

.lp-notice .link-list li {
  flex-shrink: 0;
  position: relative;
}

.lp-notice .link-list li + li::after {
  content: '|';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--gray-200);
  font-weight: 200;
}

.lp-notice .link-list li button {
  cursor: pointer;
  color: Var(--gray-200);
  font-size: var(--font-heading-2-size);
  line-height: 1.62;
  font-weight: var(--font-heading-2-weight);
}

/* Scroll motion */
.fadeAni {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.610, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.610, 0.8, 1);
}

.LeftAni {
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1.25s cubic-bezier(0.215, 0.610, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.610, 0.8, 1);
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}

.LeftTxt span {
  display: inline-block;
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.scroll_motion.active .fadeAni {
  transform: translateY(0);
  opacity: 1;
}

.scroll_motion.active .LeftAni {
  transform: translateX(0);
  opacity: 1;
}

.scroll_motion.active .LeftTxt span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

/* .scroll_motion.active .lp-hero-art img {
  animation: lpHeroFloat 2.6s ease-in-out 0.4s infinite;
} */

.delay1 {
  transition-delay: 0.15s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.45s;
}

.delay4 {
  transition-delay: 0.6s;
}

.delay5 {
  transition-delay: 0.75s;
}

.delay6 {
  transition-delay: 0.9s;
}

.scroll_motion.active .lp-bar-item span {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.lp-bar-item:nth-child(1) span {
  transition-delay: 1.1s;
}

.lp-bar-item:nth-child(2) span {
  transition-delay: 1.3s;
}

.lp-bar-item:nth-child(3) span {
  transition-delay: 1.5s;
}

.scroll_motion.active .lp-tip-checklist li {
  animation: lpFadeUp 0.6s cubic-bezier(0.215, 0.610, 0.355, 1) 1.35s backwards;
}

.scroll_motion.active .lp-tip-checklist li:nth-child(2) {
  animation-delay: 1.5s;
}

@keyframes lpFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lpHeroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fadeAni,
  .LeftAni,
  .LeftTxt span,
  .scroll_motion.active .lp-hero-art img,
  .lp-bar-item span,
  .scroll_motion.active .lp-tip-checklist li {
    animation: none !important;
    transition: none !important;
  }

  .fadeAni,
  .LeftAni {
    opacity: 1;
    transform: none;
  }

  .LeftTxt span,
  .lp-bar-item span {
    clip-path: none;
  }

  .scroll_motion.active .lp-tip-checklist li {
    opacity: 1;
    transform: none;
  }
}

/* 뷰포트 높이 700px 이하: 폼 카드 컴팩트 모드 */
@media (max-height: 600px) {
  .lp-form-aside .lp-form-card {
    top: 84px;
    max-height: calc(100vh - 84px - 32px);
  }

  .lp-form-card {
    padding: 24px 28px;
  }

  .lp-form-card .form_title {
    margin-bottom: 14px;
  }

  .lp-form-card .form_title h3 {
    font-size: 20px;
    letter-spacing: -1px;
  }

  .lp-form-card li {
    margin-bottom: 10px;
  }

  .lp-form-card input[type="text"],
  .lp-form-card input[type="tel"] {
    height: 46px;
  }

  .lp-form-card .sex_cover {
    padding-top: 12px;
  }

  .lp-form-card .sex_box {
    width: 46px;
    height: 46px;
  }

  .lp-form-card .confirm_wrap {
    margin-top: 10px;
  }

  .lp-form-card .confirm_wrap button {
    height: 54px;
  }
}

/* 생년월일 입력 오류 시 빨간 테두리 */
.input-error {
  border: 1px solid #ff0000 !important;
}
/* 생년월일 오류 안내 문구 (기본 숨김) */
#customer_birth_error {
  display: none;
  color: #ff0000;
  font-size: 12px;
  margin-top: 4px;
}