/* Main landing (zdimag-like) — main page only */
body.page-main {
  --ml-blue: #2563eb;
  --ml-blue-deep: #1e3a8a;
  --ml-blue-soft: #eff6ff;
  --ml-sky: #60a5fa;
  --ml-bg: #f4f7fc;
  --ml-text: #0f172a;
  --ml-muted: #64748b;
  --ml-border: #e2e8f0;
  --ml-orange: #f59e0b;
  --ml-teal: #14b8a6;
  background: var(--ml-bg);
  color: var(--ml-text);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-bottom: 0;
}
body.page-main.fixed {
  overflow: hidden;
  height: 100%;
}
body.page-main.has-sticky {
  padding-bottom: 72px;
}

/* section 일괄 padding:0 제거 — 고정 헤더용 상단 여백이 무시되던 원인 */
body.page-main .inner {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
}

body.page-main .ml-label {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ml-blue);
  margin-bottom: 16px;
}
/* 전역 em(18px 뱃지) 리셋 — 제목과 크기 통일, 색만 강조 */
body.page-main em {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: normal;
  color: inherit;
  border-radius: 0;
  background: none;
}
body.page-main .ml-title {
  text-align: center;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--ml-text);
  margin-bottom: 18px;
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.02em;
}
body.page-main .ml-title em,
body.page-main .ml-title .hl {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  color: var(--ml-blue);
}
body.page-main .ml-form-card__head h3 em {
  color: #1d4ed8;
  font-weight: 800;
}
body.page-main .ml-desc {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ml-muted);
  margin: 0 auto 48px;
  max-width: 640px;
}
body.page-main .ml-mark {
  display: inline;
  background: rgba(37, 99, 235, 0.15);
  border-radius: 4px;
  padding: 0 4px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ===== HERO ===== */
body.page-main .ml-hero,
.ml-hero {
  position: relative;
  padding: 120px 0 64px;
  padding-top: calc(68px + 56px);
  overflow: hidden;
  background: linear-gradient(180deg, #e8f1ff 0%, #f4f7fc 55%, #f4f7fc 100%);
  box-sizing: border-box;
}
.ml-hero__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto 22px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #fdba74;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #ea580c;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.08);
}
.ml-hero__badge i { color: #f97316; }
.ml-hero__title {
  text-align: center;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--ml-text);
  margin-bottom: 14px;
}
.ml-hero__sub {
  text-align: center;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.65;
  color: var(--ml-muted);
  max-width: 640px;
  margin: 0 auto 22px;
}
.ml-hero__sub strong { color: var(--ml-blue-deep); font-weight: 700; }
.ml-hero__cta {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.ml-hero__cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ml-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}
.ml-hero__cta a:hover { background: #1d4ed8; }

.ml-hero__stage {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 0 10px;
}

.ml-float-cards {
  position: absolute;
  inset: 48px 0 auto;
  pointer-events: none;
  z-index: 0;
}
.ml-float-cards__col {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ml-float-cards__col--left { left: 0; }
.ml-float-cards__col--right { right: 0; }
.ml-float-card {
  position: relative;
  width: 148px;
  padding: 16px 12px 14px;
  background: #fff;
  border: 1px solid #e8eef8;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(30, 58, 138, 0.1);
  text-align: center;
  overflow: hidden;
}
.ml-float-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #60a5fa, #2563eb);
}
.ml-float-card img {
  height: 28px;
  width: auto;
  margin: 0 auto 10px;
  object-fit: contain;
}
.ml-float-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ml-blue);
  letter-spacing: -0.02em;
}

.ml-form-card {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #1e293b;
  border-radius: 999px 999px 24px 24px / 120px 120px 24px 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  overflow: visible;
  padding-top: 8px;
}
.ml-form-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #1e40af;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.28);
}
.ml-form-badge i {
  color: #fbbf24;
  font-style: normal;
}
.ml-form-card__head {
  padding: 36px 28px 8px;
  text-align: center;
}
.ml-form-card__head h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.ml-form-card__head h3 em {
  color: #1d4ed8;
  font-style: normal;
  font-weight: 800;
}
.ml-form-card__head p {
  font-size: 13px;
  color: var(--ml-muted);
  line-height: 1.5;
}

.ml-form {
  padding: 12px 24px 24px;
}
.ml-form ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ml-form li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ml-form .field-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}
.ml-form .field-label .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.ml-form .name_row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.ml-form input[type="text"],
.ml-form input[type="tel"],
.ml-form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dbe3f0;
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  background: #fff;
  color: var(--ml-text);
  box-sizing: border-box;
}
.ml-form input:focus,
.ml-form select:focus {
  border-color: var(--ml-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.ml-form .name_row input { flex: 1; min-width: 0; }
.ml-form .sex_cover {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.ml-form .sex_box input { display: none; }
.ml-form .sex_box label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1.5px solid #93c5fd;
  background: #fff;
  color: #2563eb;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
}
.ml-form .sex_box input:checked + label {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.ml-form .tel_row {
  display: flex;
  gap: 8px;
}
.ml-form .tel_row select {
  width: 96px;
  flex-shrink: 0;
  appearance: none;
  background: #fff url(/images/tell-arrow.png) no-repeat calc(100% - 12px) 50% / 9px;
}
.ml-form .tel_row input { flex: 1; min-width: 0; }
.ml-form .privacy_wrap {
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.ml-form .privacy_wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--ml-blue);
  margin: 0;
}
.ml-form .privacy_wrap label {
  font-size: 13px;
  color: #475569;
  cursor: pointer;
}
.ml-form .privacy_wrap .privacy1 {
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--ml-blue);
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: none;
  border: 0;
  padding: 0;
  line-height: 1.4;
}
.ml-form .btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  margin-top: 16px;
  border-radius: 14px;
  background: #2563eb;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
  line-height: 1.2;
}
.ml-form .btn_submit:hover { background: #1d4ed8; }
.ml-form .btn_submit br { display: none; }
.ml-form-foot {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 14px;
  font-size: 12px;
  color: #64748b;
}
.ml-form-foot span { display: inline-flex; align-items: center; gap: 4px; }
.ml-form-foot b { color: #1e3a8a; }

.ml-age-bar {
  width: min(100%, 520px);
  margin: 18px auto 0;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff7ed;
  border: 1.5px solid #fdba74;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  line-height: 1.5;
  box-sizing: border-box;
}
.ml-age-bar b { color: #2563eb; }

/* ===== MARQUEE (연속 무한 스크롤) ===== */
.ml-marquee {
  padding: 48px 0 40px;
  overflow: hidden;
}
.ml-marquee__title {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ml-blue-deep);
  margin-bottom: 24px;
}
.ml-marquee__track-wrap {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ml-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: ml-marquee 40s linear infinite;
  will-change: transform;
}
.ml-marquee__track:hover {
  animation-play-state: paused;
}
.ml-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
  padding-right: 12px; /* gap과 동일 → 이음매 끊김 방지 */
}
.ml-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: var(--ml-blue-deep);
  flex-shrink: 0;
}
.ml-pill img {
  height: 22px;
  width: auto;
  display: block;
  object-fit: contain;
}
.ml-pill img.resize { height: 28px; }
.ml-pill img.resize2 { height: 18px; }
.ml-pill em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  color: var(--ml-blue-deep);
  padding: 0;
  display: inline;
}
@keyframes ml-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); } /* 4세트 중 1세트 분량 */
}

@media (prefers-reduced-motion: reduce) {
  .ml-marquee__track { animation: none; }
}

/* ===== GUIDE ===== */
.ml-guide { padding: 120px 0 100px; }
.ml-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ml-guide-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}
.ml-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(30, 58, 138, 0.12);
}
.ml-guide-card__visual {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 16px 22px;
}
.ml-guide-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.4) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,0.45) 0 2px, transparent 3px);
  pointer-events: none;
}
.ml-guide-card:nth-child(1) .ml-guide-card__visual { background: linear-gradient(160deg, #bfdbfe, #93c5fd); }
.ml-guide-card:nth-child(2) .ml-guide-card__visual { background: linear-gradient(160deg, #bbf7d0, #86efac); }
.ml-guide-card:nth-child(3) .ml-guide-card__visual { background: linear-gradient(160deg, #cbd5e1, #94a3b8); }
.ml-guide-card:nth-child(4) .ml-guide-card__visual { background: linear-gradient(160deg, #ddd6fe, #c4b5fd); }
.ml-guide-card:nth-child(5) .ml-guide-card__visual { background: linear-gradient(160deg, #fde68a, #fcd34d); }
.ml-guide-card:nth-child(6) .ml-guide-card__visual { background: linear-gradient(160deg, #a5f3fc, #67e8f9); }
.ml-guide-card__icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ml-blue-deep);
  font-size: 22px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
.ml-guide-card__visual h4 {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: var(--ml-blue-deep);
}
.ml-guide-card__visual h4::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin: 8px auto 0;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.45;
}
.ml-guide-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
}
.ml-guide-card__body .txt strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--ml-text);
}
.ml-guide-card__body .txt p {
  font-size: 12px;
  color: var(--ml-muted);
  line-height: 1.4;
}
.ml-guide-card__body .go {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ml-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

/* ===== WHY ===== */
.ml-why { padding: 120px 0 100px; background: #eef3fb; }
.ml-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ml-why-card {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 8px 22px rgba(30, 58, 138, 0.06);
}
.ml-why-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--ml-blue-soft);
  color: var(--ml-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.ml-why-card h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
}
.ml-why-card h3 em {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  color: var(--ml-blue);
}
.ml-why-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ml-muted);
}

/* ===== DATA ===== */
.ml-data { padding: 120px 0 56px; }
.ml-data__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ml-data-card {
  background: #fff;
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
}
.ml-data-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}
.ml-data-card .sub {
  font-size: 13px;
  color: var(--ml-muted);
  margin-bottom: 20px;
}
.ml-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  height: 160px;
  padding: 0 6px 8px;
  border-bottom: 1px solid var(--ml-border);
}
.ml-bars .bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  justify-content: flex-end;
}
.ml-bars .bar span {
  display: block;
  width: 100%;
  max-width: 42px;
  border-radius: 8px 8px 4px 4px;
  background: var(--ml-blue);
}
.ml-bars .bar.hot span { background: var(--ml-orange); }
.ml-bars .bar em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--ml-muted);
  font-weight: 600;
  padding: 0;
}
.ml-hbars { display: flex; flex-direction: column; gap: 12px; }
.ml-hbars .row {
  display: grid;
  grid-template-columns: 36px 1fr 44px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}
.ml-hbars .track {
  height: 14px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}
.ml-hbars .fill {
  height: 100%;
  border-radius: 999px;
}
.ml-donut-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ml-donut {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(
    #38bdf8 0 19%,
    #60a5fa 19% 33%,
    #818cf8 33% 46%,
    #34d399 46% 58%,
    #f472b6 58% 68%,
    #94a3b8 68% 100%
  );
  flex-shrink: 0;
}
.ml-donut::after {
  content: "주요 암\A발생 비중";
  white-space: pre;
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  line-height: 1.35;
}
.ml-legend {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: #475569;
}
.ml-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ml-legend i {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}
.ml-line {
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 4px 0;
  position: relative;
}
.ml-line::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 36px;
  height: 3px;
  background: linear-gradient(90deg, var(--ml-blue), var(--ml-orange));
  border-radius: 2px;
  z-index: 0;
}
.ml-line .pt {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ml-line .pt .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ml-blue);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--ml-blue);
}
.ml-line .pt.hot .dot {
  width: 16px;
  height: 16px;
  background: var(--ml-orange);
  box-shadow: 0 0 0 1px var(--ml-orange);
}
.ml-line .pt strong {
  font-size: 13px;
  color: var(--ml-blue);
}
.ml-line .pt.hot strong { color: var(--ml-orange); font-size: 16px; }
.ml-line .pt em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--ml-muted);
  margin-top: auto;
  padding: 0;
  font-weight: 600;
}
.ml-note-box {
  margin-top: 18px;
  padding: 12px 14px;
  background: var(--ml-blue-soft);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #1e40af;
}
.ml-note-box b { font-weight: 800; }
.ml-data-disclaimer {
  margin-top: 28px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}

/* ===== RECOMMEND ===== */
.ml-recommend { padding: 120px 0 100px; background: #eef3fb; }
.ml-recommend__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ml-rec-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #1e293b;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  min-height: 100%;
}
.ml-rec-card .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}
.ml-rec-card .brand img {
  height: 22px;
  width: auto;
}
.ml-rec-card h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 3.9em;
}
.ml-rec-card .desc {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ml-muted);
  flex: 1;
}
.ml-rec-card .desc ul {
  margin: 8px 0 0 1em;
  list-style: disc;
}
.ml-rec-card .comp {
  margin-top: 12px;
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.4;
}
.ml-rec-card .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  height: 44px;
  border-radius: 10px;
  background: #dbeafe;
  color: var(--ml-blue-deep);
  font-size: 14px;
  font-weight: 800;
}
.ml-rec-card .btn:hover { background: #bfdbfe; }

/* ===== HOW TO ===== */
.ml-howto { padding: 88px 0 100px; }
.ml-howto__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
}
.ml-howto-item {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--ml-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.05);
}
.ml-howto-item .badge {
  width: 72px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-weight: 800;
}
.ml-howto-item .badge small {
  font-size: 10px;
  letter-spacing: 0.06em;
}
.ml-howto-item .badge b {
  font-size: 28px;
  line-height: 1;
}
.ml-howto-item:nth-child(1) .badge { background: #1d4ed8; }
.ml-howto-item:nth-child(2) .badge { background: #0f766e; }
.ml-howto-item:nth-child(3) .badge { background: #a16207; }
.ml-howto-item:nth-child(4) .badge { background: #1e3a8a; }
.ml-howto-item:nth-child(5) .badge { background: #0f172a; }
.ml-howto-item .body {
  padding: 18px 20px;
}
.ml-howto-item .body h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.4;
}
.ml-howto-item .body h3 em {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  color: var(--ml-blue);
}
.ml-howto-item .body p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ml-muted);
}

/* ===== TIMELINE ===== */
.ml-timeline { padding: 110px 0 56px; }
.ml-timeline__card {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.08);
  text-align: center;
}
.ml-timeline__card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.ml-timeline__card > p {
  font-size: 13px;
  color: var(--ml-muted);
  margin-bottom: 28px;
}
.ml-timeline__bar {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.6fr;
  gap: 4px;
  margin-bottom: 12px;
}
.ml-timeline__bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.ml-timeline__bar span:first-child {
  background: #94a3b8;
  border-radius: 999px 0 0 999px;
}
.ml-timeline__bar span:nth-child(2) { background: var(--ml-orange); }
.ml-timeline__bar span:last-child {
  background: var(--ml-teal);
  border-radius: 0 999px 999px 0;
}
.ml-timeline__labels {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.6fr;
  gap: 4px;
  font-size: 13px;
  color: #475569;
  font-weight: 600;
}
.ml-timeline__labels b { color: var(--ml-text); }

/* ===== Q&A ===== */
.ml-qa { padding: 110px 0 100px; }
.ml-qa__list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ml-qa-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.05);
  border: 1px solid var(--ml-border);
  overflow: hidden;
}
.ml-qa-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: var(--ml-text);
}
.ml-qa-item button .q {
  color: var(--ml-blue);
  margin-right: 4px;
}
.ml-qa-item button .plus {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ml-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.2s;
}
.ml-qa-item.open button .plus { transform: rotate(45deg); }
.ml-qa-item .answer {
  display: none;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ml-muted);
}
.ml-qa-item.open .answer { display: block; }

/* ===== CTA ===== */
.ml-cta { padding: 40px 0 64px; }
.ml-cta__box {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 24px;
  background: #162544;
  border-radius: 48px 48px 0 0;
  text-align: center;
  box-shadow: 0 -8px 40px rgba(22, 37, 68, 0.18);
}
.ml-cta__box::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 40px 40px 0 0;
  pointer-events: none;
}
.ml-cta__box h2 {
  position: relative;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
}
.ml-cta__box h2 em {
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  color: #7ab6f9;
}
.ml-cta__box p {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin-bottom: 22px;
}
.ml-cta__box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--ml-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}
.ml-cta__box a:hover { background: #1d4ed8; }

/* sticky bottom bar — hidden until form leaves viewport */
.ml-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 24px;
  background: #e8f1ff;
  border-top: 2px solid var(--ml-blue-deep);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.ml-sticky.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.ml-sticky p {
  font-size: 14px;
  font-weight: 800;
  color: var(--ml-blue-deep);
  margin: 0;
}
.ml-sticky p b { color: var(--ml-blue); }
.ml-sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ml-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

/* Hide old main sections if any leftover */
body.page-main .sc_visual,
body.page-main .sc_con1,
body.page-main .sc_con2,
body.page-main .sc_con3,
body.page-main .sc_qna,
body.page-main .sc_form { display: none !important; }

/* sticky bar clearance only — footer company block unchanged */

/* ===== SUB PAGE (form + article) ===== */
body.page-sub .ml-sub-top {
  padding: 48px 0 56px;
  padding-top: calc(68px + 48px);
  background: linear-gradient(180deg, #dbeafe 0%, #e8f1ff 42%, #f4f7fc 100%);
  box-sizing: border-box;
}
body.page-sub .ml-sub-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}
body.page-sub .ml-sub-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ml-blue);
  margin-bottom: 10px;
}
body.page-sub .ml-sub-heading h1 {
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--ml-text);
  margin-bottom: 12px;
}
body.page-sub .ml-sub-heading p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ml-muted);
}
body.page-sub .ml-sub-heading a { color: var(--ml-blue); font-weight: 700; }
body.page-sub .ml-sub-form-wrap {
  max-width: 920px;
  margin: 0 auto;
}
body.page-sub .ml-sub-form-wrap .ml-form-card {
  width: min(100%, 460px);
}

body.page-sub .ml-sub-article {
  padding: 56px 0 40px;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(147, 197, 253, 0.35), transparent 55%),
    radial-gradient(ellipse at 90% 20%, rgba(191, 219, 254, 0.28), transparent 50%),
    linear-gradient(180deg, #eef4ff 0%, #f4f7fc 55%, #eef2f8 100%);
}
body.page-sub .ml-sub-panel {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(30, 58, 138, 0.08);
  padding: 42px 44px 36px;
  box-sizing: border-box;
}
body.page-sub .ml-sub-panel__head {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
}
body.page-sub .ml-sub-panel__head h2 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  line-height: 1.4;
  color: var(--ml-text);
  letter-spacing: -0.02em;
}
body.page-sub .ml-sub-doc {
  color: #1f2937;
}
body.page-sub .ml-sub-doc__section {
  margin-bottom: 36px;
}
body.page-sub .ml-sub-doc__section:last-of-type {
  margin-bottom: 28px;
}
body.page-sub .ml-sub-doc__section h3 {
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 800;
  line-height: 1.45;
  color: var(--ml-text);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
body.page-sub .ml-sub-doc__section p {
  font-size: 16px;
  line-height: 1.85;
  color: #374151;
  margin: 0 0 14px;
  word-break: keep-all;
}
body.page-sub .ml-sub-doc__section p:last-of-type {
  margin-bottom: 0;
}
body.page-sub .ml-sub-doc__notice {
  margin-top: 8px;
  padding: 18px 20px;
  border-left: 3px solid var(--ml-blue);
  background: #f8fafc;
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}

/* 하단 포인트 카드 (컬러 비주얼) */
body.page-sub .ml-sub-points {
  max-width: 980px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
body.page-sub .ml-sub-point {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(30, 58, 138, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body.page-sub .ml-sub-point__visual {
  position: relative;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body.page-sub .ml-sub-point:nth-child(1) .ml-sub-point__visual {
  background: linear-gradient(160deg, #bfdbfe, #93c5fd);
}
body.page-sub .ml-sub-point:nth-child(2) .ml-sub-point__visual {
  background: linear-gradient(160deg, #bbf7d0, #86efac);
}
body.page-sub .ml-sub-point:nth-child(3) .ml-sub-point__visual {
  background: linear-gradient(160deg, #ddd6fe, #c4b5fd);
}
body.page-sub .ml-sub-point:nth-child(4) .ml-sub-point__visual {
  background: linear-gradient(160deg, #fde68a, #fcd34d);
}
body.page-sub .ml-sub-point__visual img {
  max-width: 58%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.12));
}
body.page-sub .ml-sub-point__icon {
  position: absolute;
  left: 14px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ml-blue-deep);
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}
body.page-sub .ml-sub-point__body {
  padding: 18px 18px 20px;
}
body.page-sub .ml-sub-point__body .eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--ml-blue);
  margin-bottom: 6px;
}
body.page-sub .ml-sub-point__body h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--ml-text);
}
body.page-sub .ml-sub-point__body p:last-child {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ml-muted);
  margin: 0;
}

body.page-sub .ml-sub-guide {
  background: #fff;
  padding: 88px 0 72px;
}
body.page-sub .ml-guide-card.is-current {
  outline: 2px solid var(--ml-blue);
  outline-offset: 2px;
}

body.page-sub .ml-sub-cta-wrap {
  padding: 0 0 72px;
  background: #fff;
}
body.page-sub .ml-sub-cta {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 20px;
  background: #162544;
  text-align: center;
  color: #fff;
}
body.page-sub .ml-sub-cta p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.5;
}
body.page-sub .ml-sub-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--ml-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 767px) {
  body.page-sub .ml-sub-panel {
    padding: 28px 18px 24px;
    border-radius: 22px;
  }
  body.page-sub .ml-sub-doc__section p {
    font-size: 15px;
    line-height: 1.8;
  }
  body.page-sub .ml-sub-points {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  body.page-sub .ml-sub-point__visual {
    height: 132px;
  }
  body.page-sub .ml-sub-guide {
    padding: 64px 0 48px;
  }
}

@media (max-width: 1100px) {
  .ml-float-cards { display: none; }
}
@media (max-width: 959px) {
  .ml-guide__grid,
  .ml-why__grid,
  .ml-recommend__grid { grid-template-columns: repeat(2, 1fr); }
  .ml-data__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.page-main { padding-bottom: 0; }
  body.page-main.has-sticky { padding-bottom: 68px; }
  .ml-hero,
  body.page-main .ml-hero {
    padding: 40px 0 48px;
    padding-top: calc(60px + 48px);
  }
  .ml-guide,
  .ml-why,
  .ml-recommend,
  .ml-howto { padding: 88px 0 72px; }
  .ml-data { padding: 88px 0 40px; }
  .ml-timeline { padding: 80px 0 40px; }
  .ml-qa { padding: 80px 0 72px; }
  .ml-cta { padding: 24px 0 48px; }
  .ml-marquee { padding: 36px 0 56px; }
  .ml-form-card { border-radius: 80px 80px 22px 22px / 70px 70px 22px 22px; }
  .ml-form { padding: 12px 16px 20px; }
  .ml-form-card__head { padding: 22px 16px 8px; }
  .ml-guide__grid,
  .ml-why__grid,
  .ml-recommend__grid { grid-template-columns: 1fr; }
  .ml-howto-item .badge { width: 58px; }
  .ml-howto-item .badge b { font-size: 22px; }
  .ml-timeline__card { padding: 24px 16px; }
  .ml-timeline__bar span,
  .ml-timeline__labels { font-size: 11px; }
  .ml-cta__box { border-radius: 32px 32px 0 0; padding: 40px 16px; }
  .ml-cta__box::before { border-radius: 26px 26px 0 0; }
  .ml-sticky { justify-content: center; padding: 10px 14px; }
  .ml-sticky p { font-size: 13px; }
  .ml-donut-wrap { flex-direction: column; align-items: flex-start; }
  body.page-sub .ml-sub-top {
    padding: 32px 0 40px;
    padding-top: calc(60px + 40px);
  }
}
@media (max-width: 430px) {
  .ml-form .name_row { flex-wrap: wrap; }
  .ml-form .sex_cover { width: 100%; }
  .ml-form .sex_box { flex: 1; }
  .ml-form .sex_box label { width: 100%; }
}
