
:root {
  color-scheme: light;   /* 브라우저 자동 다크 변환 차단 — 이 사이트는 라이트 전용 */
  --navy: #0b132b;
  --navy-2: #111a31;
  --ink: #101828;
  --slate: #475467;
  --muted: #667085;
  --blue: #1f5fe0;
  --blue-dark: #184cb3;
  --blue-soft: #eaf0ff;
  --paper: #f7f6f2;
  --surface: #ffffff;
  --surface-2: #f1f3f7;
  --line: #d8dde8;
  --line-dark: rgba(255,255,255,.16);
  --success: #157347;
  --warning: #9a6700;
  --danger: #b42318;
  --shell: min(1180px, calc(100vw - 48px));
  --header-h: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--blue-soft); color: var(--navy); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--navy); color: #fff; padding: 12px 16px; }
.skip-link:focus { top: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header {
  height: var(--header-h);
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,246,242,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand img { width: 31px; height: 31px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 15px; letter-spacing: -.02em; }
.brand-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a:not(.start-btn) { position: relative; padding-block: 24px 24px; color: #344054; font-size: 14px; font-weight: 650; }
.desktop-nav a:not(.start-btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--navy); }
.desktop-nav .start-btn[aria-current="page"] { color: #fff; }
.has-js .desktop-nav > .mega-source-link { display: none; }
.services-menu { position: relative; align-self: stretch; display: flex; align-items: center; }
.services-trigger {
  display: inline-flex; align-items: center; gap: 8px; height: 100%; padding: 0;
  border: 0; background: transparent; color: #344054; cursor: pointer;
  font-size: 14px; font-weight: 700;
}
.services-trigger::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px;
  background: var(--blue); transition: right .2s ease;
}
.services-trigger:hover::after, .services-trigger[aria-expanded="true"]::after, .services-trigger[aria-current="page"]::after { right: 0; }
.services-trigger:focus-visible { outline: 3px solid rgba(31,95,224,.24); outline-offset: 6px; border-radius: 2px; }
.services-chevron { display: inline-block; margin-top: -3px; font-size: 17px; transition: transform .2s ease; }
.services-trigger[aria-expanded="true"] .services-chevron { transform: rotate(180deg) translateY(-2px); }
.services-mega {
  position: fixed; z-index: 62; top: calc(var(--header-h) + 12px); left: 50%;
  width: min(980px, calc(100vw - 48px)); padding: 0;
  border: 1px solid #cbd3e1; border-radius: 18px; background: rgba(255,255,255,.985);
  box-shadow: 0 24px 70px rgba(11,19,43,.2), 0 2px 6px rgba(11,19,43,.08);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translate(-50%, -10px); transition: opacity .18s ease, transform .2s ease, visibility .18s ease;
  overflow: hidden;
}
.services-menu.is-open .services-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.services-mega-intro { padding: 24px 28px 20px; border-bottom: 1px solid var(--line); background: #f8f9fc; }
.services-mega-intro > span { display: block; margin-bottom: 8px; color: var(--blue-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.services-mega-intro strong { display: block; font-size: 20px; letter-spacing: -.035em; }
.services-mega-intro p { margin: 8px 0 0; color: var(--slate); font-size: 13px; line-height: 1.6; }
.services-mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mega-service-card {
  min-height: 208px; padding: 24px 28px 24px; border-right: 1px solid var(--line);
  background: #fff; transition: background .18s ease, box-shadow .18s ease;
}
.mega-service-card:last-child { border-right: 0; }
.mega-service-card::after { display: none; }
.mega-service-card:hover, .mega-service-card:focus-visible { background: #f4f7ff; box-shadow: inset 0 -3px 0 var(--blue); }
.mega-service-card:focus-visible { outline: 3px solid rgba(31,95,224,.25); outline-offset: -3px; }
.mega-service-num { display: block; margin-bottom: 32px; color: var(--blue-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.mega-service-card > strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.mega-service-card p { min-height: 45px; margin: 8px 0 20px; color: var(--slate); font-size: 13px; line-height: 1.65; }
.mega-service-meta { display: flex; justify-content: space-between; align-items: center; color: var(--navy); font-size: 12px; font-weight: 750; }
.mega-service-meta b { font-size: 18px; font-weight: 500; transition: transform .18s ease; }
.mega-service-card:hover .mega-service-meta b { transform: translateX(4px); }
.services-mega-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px 16px 28px; border-top: 1px solid var(--line); background: #fff; }
.services-mega-foot a { padding: 8px 0 !important; color: var(--slate) !important; font-size: 12px !important; }
.services-mega-foot a::after { display: none; }
.services-mega-foot a:hover { color: var(--blue-dark) !important; }
.services-mega-tools { display: flex; align-items: center; gap: 24px; }
.services-mega-foot .services-mega-cta { padding: 12px 16px !important; border-radius: 5px; background: var(--navy); color: #fff !important; font-weight: 750; }
.services-mega-foot .services-mega-cta:hover { background: var(--blue); color: #fff !important; }
.mega-backdrop {
  position: fixed; z-index: 45; inset: var(--header-h) 0 0; background: rgba(11,19,43,.18);
  backdrop-filter: blur(5px); opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}
.mega-menu-open .mega-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
.start-btn, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px;
  border: 1px solid var(--navy); border-radius: 6px;
  background: var(--navy); color: #fff;
  font-size: 14px; font-weight: 750; letter-spacing: -.01em;
  cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.start-btn { min-height: 42px; padding-inline: 16px; letter-spacing: .08em; font-size: 12px; }
.btn:hover, .start-btn:hover { background: var(--blue); border-color: var(--blue); }
.btn:active, .start-btn:active { transform: translateY(1px); }
.btn-secondary { background: transparent; color: var(--navy); border-color: #aeb7c8; }
.btn-secondary:hover { background: #fff; border-color: var(--navy); color: var(--navy); }
.btn-text { min-height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--navy); justify-content: flex-start; }
.btn-text:hover { background: transparent; color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: transparent; border-radius: 6px; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 18px; height: 1.5px; background: var(--navy); margin: 4px auto; }
.mobile-nav { display: none; position: fixed; z-index: 49; inset: var(--header-h) 0 auto 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 16px 24px 24px; }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.mobile-nav .start-btn { margin-top: 16px; border-bottom: 0; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.65rem, 6vw, 5rem); line-height: .98; letter-spacing: -.065em; margin-bottom: 28px; max-width: 850px; word-break: keep-all; overflow-wrap: break-word; }
h2 { font-size: clamp(2rem, 3.6vw, 3.45rem); line-height: 1.08; letter-spacing: -.05em; margin-bottom: 20px; word-break: keep-all; overflow-wrap: break-word; }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.28; letter-spacing: -.025em; }
.lede { color: var(--slate); font-size: clamp(1.05rem, 1.2vw, 1.2rem); line-height: 1.75; max-width: 710px; }
.small { color: var(--muted); font-size: 13px; line-height: 1.7; }
.muted { color: var(--muted); }
.hero { padding: 96px 0 80px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 72px; align-items: end; }
.hero-title { max-width: none; font-size: clamp(2.75rem, 3.9vw, 3.7rem); line-height: 1.04; letter-spacing: -.055em; }
.hero-title > span { display: block; white-space: nowrap; }
.hero-title > span > span { display: inline; }
.hero-copy .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { margin-top: 24px; color: var(--muted); font-size: 13px; }
.report-sheet { background: #fff; border: 1px solid #cfd5e0; padding: 28px; box-shadow: 14px 14px 0 #dde2eb; }
.report-head { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 16px; border-bottom: 2px solid var(--navy); }
.report-head strong { font-size: 16px; }
.report-head span { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.report-priority { display: inline-flex; margin: 24px 0 16px; padding: 4px 8px; background: #fef0ee; color: var(--danger); border: 1px solid #f5c6c1; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.report-sheet h3, .report-sheet .report-title { margin-bottom: 12px; font-size: clamp(1.15rem, 1.7vw, 1.5rem); line-height: 1.28; letter-spacing: -.025em; }
.report-sheet p { color: var(--slate); font-size: 14px; line-height: 1.7; }
.report-lines { display: grid; gap: 12px; margin-top: 24px; }
.report-line { display: grid; grid-template-columns: 78px 1fr; gap: 16px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.55; }
.report-line span { color: var(--muted); }
.trust-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trust-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.trust-list div { padding: 20px 24px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 650; }
.trust-list div:last-child { border-right: 0; }
.trust-list i { width: 7px; height: 7px; background: var(--blue); display: inline-block; }
.section { padding: 96px 0; border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 48px; }
.section-head > div:first-child { max-width: 760px; }
.service-rows { border-top: 2px solid var(--navy); }
.service-row { display: grid; grid-template-columns: 90px 1fr 1.05fr 42px; gap: 28px; align-items: center; padding: 28px 20px 28px 0; border-bottom: 1px solid var(--line); transition: background .18s ease, padding .18s ease, box-shadow .18s ease; }
.service-row .num { color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.service-row h3 { margin: 0; }
.service-row p { margin: 0; color: var(--slate); line-height: 1.65; }
.service-row p small { display: block; margin-top: 4px; color: var(--blue-dark); font-size: 12px; font-weight: 780; letter-spacing: -.01em; }
.service-row .arrow { font-size: 23px; transition: transform .18s ease; }
.service-row:hover, .service-row:focus-visible { padding-left: 20px; background: #fff; box-shadow: inset 3px 0 0 var(--blue); }
.service-row:focus-visible { outline: 3px solid rgba(31,95,224,.22); outline-offset: 3px; }
.service-row:hover .arrow, .service-row:focus-visible .arrow { transform: translateX(5px); color: var(--blue); }
.deliverable-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 68px; align-items: center; }
.document-preview { border: 1px solid #bcc5d5; background: #fff; padding: 32px; box-shadow: 12px 12px 0 #e0e4ec; }
.document-preview .doc-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.document-preview .doc-title { font-size: 24px; line-height: 1.25; font-weight: 750; margin: 28px 0 12px; letter-spacing: -.035em; }
.document-preview .doc-copy { color: var(--slate); line-height: 1.7; font-size: 14px; }
.doc-facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.doc-facts div { padding: 16px 12px 16px 0; }
.doc-facts strong { display: block; font-size: 21px; }
.doc-facts span { color: var(--muted); font-size: 11px; }
.check-list { list-style: none; margin: 28px 0 32px; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); color: var(--slate); line-height: 1.6; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 12px; color: var(--blue); font-weight: 900; }
.band { background: var(--navy); color: #fff; }
.band .eyebrow { color: #8fb0ff; }
.band .lede, .band .small { color: #b9c2d5; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); }
.process-step { padding: 32px 24px 16px 0; border-right: 1px solid var(--line-dark); }
.process-step:last-child { border-right: 0; padding-left: 24px; }
.process-step:not(:first-child) { padding-left: 24px; }
.process-step .num { display: block; color: #8fb0ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 56px; }
.process-step h3 { margin-bottom: 12px; }
.process-step p { color: #b9c2d5; font-size: 14px; line-height: 1.7; }
.work-list { border-top: 2px solid var(--navy); }
.work-item { display: grid; grid-template-columns: 1fr 180px 1.3fr 38px; align-items: center; gap: 32px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.work-item strong { font-size: 20px; letter-spacing: -.025em; }
.work-item .tag { color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.work-item p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.6; }
.final-cta { padding: 84px 0; background: #fff; border-bottom: 1px solid var(--line); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.final-cta h2 { margin-bottom: 12px; max-width: 720px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-h) + 32px); }
.faq-list { border-top: 2px solid var(--navy); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; color: var(--navy); font-size: 17px; font-weight: 760; letter-spacing: -.025em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--blue-dark); font-size: 24px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 720px; margin: -3px 48px 24px 0; color: var(--slate); font-size: 14px; line-height: 1.75; }
.faq-item summary:focus-visible { outline: 3px solid rgba(31,95,224,.22); outline-offset: 4px; }
.self-check-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 76px; align-items: start; }
.self-check-aside { position: sticky; top: calc(var(--header-h) + 32px); }
.self-check-notice { margin-top: 24px; padding: 16px 16px; border-left: 3px solid var(--blue); background: #fff; color: var(--slate); font-size: 13px; line-height: 1.65; }
.check-question { margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
.check-question:first-child { border-top: 2px solid var(--navy); }
.check-question legend { display: block; width: 100%; margin-bottom: 16px; padding: 0; color: var(--navy); font-size: 17px; font-weight: 760; line-height: 1.45; letter-spacing: -.025em; }
.self-check-layout .check-options { display: flex; flex-wrap: wrap; gap: 8px; border-top: 0; }
.self-check-layout .check-options label { position: relative; display: block; padding: 0; border: 0; color: inherit; font-size: inherit; }
.self-check-layout .check-options label:nth-child(odd), .self-check-layout .check-options label:nth-child(even) { padding: 0; border: 0; }
.check-options input { position: absolute; opacity: 0; pointer-events: none; }
.check-options span { display: inline-flex; min-width: 90px; min-height: 42px; align-items: center; justify-content: center; padding: 8px 16px; border: 1px solid #b9c3d5; border-radius: 5px; background: #fff; color: var(--slate); font-size: 13px; font-weight: 700; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.check-options input:checked + span { border-color: var(--blue); background: var(--blue-soft); color: var(--navy); box-shadow: inset 0 0 0 1px var(--blue); }
.check-options input:focus-visible + span { outline: 3px solid rgba(31,95,224,.24); outline-offset: 3px; }
.self-check-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.check-status { margin: 0; color: var(--danger); font-size: 13px; line-height: 1.55; }
.check-result { margin-top: 32px; padding: 28px; border: 1px solid #bdc8da; background: #fff; box-shadow: 10px 10px 0 #e0e5ee; }
.check-result[hidden] { display: none; }
.check-result:focus { outline: 3px solid rgba(31,95,224,.2); outline-offset: 4px; }
.check-result .result-score { color: var(--blue-dark); font-size: 12px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.check-result h2 { margin: 12px 0 8px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.check-result p { color: var(--slate); line-height: 1.7; }
.page-hero { padding: 80px 0 64px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 360px; gap: 72px; align-items: end; }
.page-hero h1 { font-size: clamp(2.7rem, 5.4vw, 4.7rem); }
.price-box { border-top: 3px solid var(--navy); background: #fff; padding: 24px; }
.price-box .label { display: block; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.price-box .price { display: block; margin: 12px 0 8px; font-size: 38px; font-weight: 850; letter-spacing: -.055em; }
.price-box p { color: var(--slate); font-size: 13px; line-height: 1.65; }
.price-box .btn { width: 100%; margin-top: 12px; }
.detail-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 80px; align-items: start; }
.side-rail { position: sticky; top: calc(var(--header-h) + 32px); border-top: 2px solid var(--navy); }
.side-rail-title { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.timeline { list-style: none; padding: 12px 0 0; margin: 0; }
.timeline li { position: relative; padding: 16px 0 16px 40px; }
.timeline li::before { content:""; position:absolute; left: 8px; top: 24px; width: 9px; height: 9px; background: #fff; border: 2px solid var(--blue); border-radius: 50%; z-index: 1; }
.timeline li::after { content:""; position:absolute; left: 12px; top: 36px; bottom: -16px; width: 1px; background: #b8c6e7; }
.timeline li:last-child::after { display: none; }
.timeline strong { display: block; color: var(--blue-dark); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.timeline span { color: var(--slate); font-size: 13px; line-height: 1.55; }
.detail-main > section { padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid var(--line); }
.detail-main > section:last-child { border-bottom: 0; margin-bottom: 0; }
.detail-main h2 { font-size: clamp(1.85rem, 3vw, 3rem); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.info-block { padding: 24px 0; border-top: 2px solid var(--navy); }
.info-block h3 { margin-bottom: 8px; }
.info-block p { color: var(--slate); line-height: 1.7; font-size: 14px; }
.plain-list { margin: 16px 0 0; padding: 0; list-style: none; }
.plain-list li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 14px; line-height: 1.55; }
.plain-list li::before { content:"—"; color: var(--blue); margin-right: 8px; }
.package-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.package { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--navy); padding: 28px; }
.package.featured { border-top-color: var(--blue); }
.package .badge { display: inline-block; margin-bottom: 20px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.package h3 { margin-bottom: 8px; }
.package .amount { display: block; margin: 16px 0; font-size: 31px; font-weight: 850; letter-spacing: -.045em; }
.package .btn { width: 100%; margin-top: 24px; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ba-panel { background: #fff; border: 1px solid var(--line); padding: 24px; }
.ba-panel.bad { background: #f4f1ee; }
.ba-label { display: block; margin-bottom: 20px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ba-window { border: 1px solid #cfd5df; background: #fff; min-height: 270px; }
.ba-bar { height: 30px; background: #e9ebef; border-bottom: 1px solid #d8dde5; }
.ba-content { padding: 24px; }
.ba-content h4 { font-size: 24px; line-height: 1.2; margin: 0 0 16px; }
.ba-content p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.fake-cta { margin-top: 24px; padding: 12px 16px; background: var(--navy); color: #fff; text-align: center; font-size: 12px; font-weight: 750; }
.ba-panel.bad .fake-cta { margin-top: 120px; background: #d9dce3; color: #747b88; }
.faq { border-top: 2px solid var(--navy); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 40px 24px 0; font-weight: 750; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content:"+"; position:absolute; right: 4px; top: 16px; font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content:"−"; }
.faq details p { max-width: 780px; color: var(--slate); line-height: 1.75; padding: 0 0 24px; margin: 0; }
.start-layout { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 72px; padding: 60px 0 100px; }
.start-rail { position: sticky; top: calc(var(--header-h) + 28px); align-self: start; padding: 32px 28px; border: 1px solid var(--line); background: transparent; color: var(--navy); }
.start-rail h2 { font-size: 26px; letter-spacing: -.03em; }
.start-rail .timeline li::before { background: var(--paper); border-color: #667085; }
.start-rail .timeline li::after { background: #c8ced8; }
.start-rail .timeline strong { color: #344054; }
.start-rail .timeline span { color: var(--slate); }
.start-rail .eyebrow { gap: 0; color: #667085; }
.start-rail .eyebrow::before { display: none; }
.start-panel { background: #fff; border: 1px solid var(--line); padding: 32px; }
.start-panel h1 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 16px; }
.selection-summary { display: grid; grid-template-columns: minmax(150px,.85fr) minmax(240px,1.35fr) auto; gap: 24px; align-items: end; padding: 24px 0; border-top: 2px solid var(--navy); border-bottom: 1px solid var(--line); margin: 28px 0 32px; }
.selection-summary strong { display: block; font-size: 21px; }
.selection-summary span { color: var(--muted); font-size: 13px; }
.selection-summary .summary-term strong { margin-top: 4px; color: var(--slate); font-size: 13px; line-height: 1.55; letter-spacing: -.015em; }
.selection-summary .summary-price { color: var(--navy); font-size: 27px; font-weight: 850; white-space: nowrap; }
.service-select { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 32px; }
.service-option { position: relative; }
.service-option input { position: absolute; opacity: 0; pointer-events: none; }
.service-option label { display: block; height: 100%; padding: 16px; border: 1px solid var(--line); cursor: pointer; }
.service-option label strong { display: block; margin-bottom: 4px; }
.service-option label span { color: var(--muted); font-size: 12px; }
.service-option label small { display: block; margin-top: 8px; color: var(--slate); font-size: 11px; line-height: 1.45; }
.service-option label em { display: inline-block; margin-left: 4px; padding: 2px 8px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 9px; font-style: normal; letter-spacing: .04em; vertical-align: 2px; }
.service-option input:checked + label { border-color: var(--navy); box-shadow: inset 0 0 0 1px var(--navy); background: #f1f2f4; }
.form-section { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.form-section h2 { font-size: 23px; margin-bottom: 20px; }
.form-section-title { display: flex; align-items: baseline; gap: 4px; letter-spacing: -.025em; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, fieldset legend { font-size: 13px; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #bcc5d4; border-radius: 4px; background: #fff; padding: 12px 12px; color: var(--ink); outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,95,224,.12); }
.check-options { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.check-options label { display: flex; gap: 8px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 13px; }
.check-options label:nth-child(odd) { padding-right: 16px; }
.check-options label:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.form-actions p { margin: 0; max-width: 450px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.form-status { margin-top: 16px; padding: 16px; display: none; background: var(--blue-soft); color: var(--navy); font-size: 13px; line-height: 1.6; }
.form-status.is-success { border-left: 3px solid #19734d; background: #eef8f3; color: #14583c; }
.form-status.is-error { border-left: 3px solid var(--danger); background: #fff1f1; color: #8d2525; }
.privacy-check { display: flex; gap: 8px; align-items: flex-start; font-weight: 500 !important; }
.privacy-check input { width: auto; min-height: auto; margin-top: 4px; }
.privacy-check a { color: var(--blue-dark); font-weight: 750; }
.turnstile-wrap { margin-top: 16px; min-height: 66px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.work-page-list { display: grid; gap: 0; border-top: 2px solid var(--navy); }
.work-page-item { padding: 48px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 160px 1fr 1fr; gap: 40px; }
.work-page-item .meta { color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-page-item h2 { font-size: 33px; margin-bottom: 8px; }
.work-page-item p { color: var(--slate); line-height: 1.75; }
.work-page-item ul { list-style: none; padding: 0; margin: 0; }
.work-page-item li { padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 14px; }
.policy { max-width: 780px; padding: 76px 0 100px; }
.policy h1 { font-size: clamp(2.3rem,5vw,4rem); }
.policy h2 { font-size: 24px; margin: 40px 0 12px; }
.policy p, .policy li { color: var(--slate); line-height: 1.8; }
.policy .notice { margin: 28px 0; padding: 16px; background: #fff; border-left: 3px solid var(--blue); }
.policy a { color: var(--blue-dark); text-underline-offset: 3px; }
.policy-table-wrap { margin: 24px 0 16px; overflow-x: auto; border: 1px solid var(--line); background: #fff; }
.policy-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; }
.policy-table th, .policy-table td { padding: 16px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.policy-table th { background: #f2f4f7; color: var(--navy); font-size: 11px; letter-spacing: .04em; }
.policy-table tbody tr:last-child td { border-bottom: 0; }
.refund-formula { margin: 24px 0; padding: 20px; border: 1px solid var(--line); border-left: 3px solid var(--navy); background: #fff; }
.refund-formula > strong { display: block; margin-bottom: 8px; color: var(--navy); }
.refund-formula p { margin: 4px 0; }
.policy-links { padding-left: 20px; }
.service-period { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.service-period strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.section-note { max-width: 760px; margin: -8px 0 24px; color: var(--slate); font-size: 14px; line-height: 1.7; }
.site-footer { background: var(--navy); color: #fff; padding: 48px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 56px; padding-bottom: 32px; border-bottom: 1px solid var(--line-dark); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 33px; height: 33px; }
.footer-brand strong { font-size: 16px; }
.footer-top p { color: #aeb8ca; font-size: 13px; line-height: 1.75; max-width: 360px; margin-top: 16px; }
.footer-col h3 { font-size: 12px; letter-spacing: .11em; text-transform: uppercase; color: #8fb0ff; margin-bottom: 16px; }
.footer-col a { display: block; color: #c2c9d6; font-size: 13px; padding: 8px 0; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; color: #8e99ad; font-size: 11px; line-height: 1.65; }
.footer-bottom div:last-child { text-align: right; }
.business-details { max-width: 620px; }
.business-details strong { color: #fff; }
.business-details a { color: #c9d8ff; text-decoration: underline; text-underline-offset: 3px; }
.purchase-consent { margin-top: 52px; padding-top: 40px; border-top: 2px solid var(--navy); }
.purchase-consent h2 { margin-top: 8px; }
.consent-compact { margin: 24px 0 16px; border-top: 1px solid var(--line); }
.consent-compact label { display: grid; grid-template-columns: 18px minmax(0,1fr); gap: 12px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 14px; line-height: 1.55; }
.consent-compact input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--blue); }
.consent-primary { font-weight: 720; color: var(--navy) !important; }
.consent-details { border-bottom: 1px solid var(--line); }
.consent-details summary { position: relative; padding: 12px 40px 12px 0; color: var(--blue-dark); font-size: 13px; font-weight: 750; cursor: pointer; list-style: none; }
.consent-details summary::-webkit-details-marker { display: none; }
.consent-details summary::after { content: "+"; position: absolute; right: 4px; top: 8px; font-size: 22px; font-weight: 400; }
.consent-details[open] summary::after { content: "−"; }
.consent-details ul { margin: 0 0 16px; padding: 0 0 0 20px; }
.consent-details li { margin: 8px 0; color: var(--slate); font-size: 13px; line-height: 1.6; }
.btn:disabled { cursor: wait; opacity: .68; }
.payment-hold { margin: 16px 0 0; padding: 12px 16px; border-left: 3px solid #d49a26; background: #fff8e8; color: #765b1b !important; font-size: 13px; line-height: 1.55 !important; }
@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav { display: none; }
  .mega-backdrop { display: none; }
  .menu-toggle { display: block; }
  .hero-grid, .page-hero-grid, .deliverable-grid, .detail-layout, .start-layout, .faq-grid, .self-check-layout { grid-template-columns: 1fr; }
  .hero-grid, .page-hero-grid { gap: 48px; }
  .report-sheet, .price-box { max-width: 680px; }
  .side-rail, .start-rail { position: static; }
  .faq-intro, .self-check-aside { position: static; }
  .start-layout { gap: 24px; }
  .start-rail { order: 2; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .trust-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-list div:nth-child(2n) { border-right: 0; }
  .trust-list div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .service-row { grid-template-columns: 70px 1fr 42px; }
  .service-row p { grid-column: 2 / 3; }
  .service-row .arrow { grid-column: 3; grid-row: 1 / span 2; }
  .work-item { grid-template-columns: 1fr 140px 38px; }
  .work-item p { grid-column: 1 / 3; }
  .work-page-item { grid-template-columns: 120px 1fr; }
  .work-page-item > :last-child { grid-column: 2; }
}
@media (min-width: 981px) {
  .start-panel { border-left: 0; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --header-h: 64px; }
  .site-header { height: var(--header-h); }
  .brand { min-width: auto; }
  .brand-copy span { display: none; }
  .hero { padding: 56px 0 48px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); line-height: 1.01; }
  .hero-title { font-size: clamp(1.6rem, 7.6vw, 2.4rem); line-height: 1.08; letter-spacing: -.055em; }
  .hero-title > span { white-space: nowrap; }
  .hero-title > span > span { display: inline; }
  h2 { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .hero-copy .actions, .final-cta-inner, .form-actions { align-items: stretch; flex-direction: column; }
  .hero-copy .actions .btn, .final-cta .btn, .form-actions .btn { width: 100%; }
  .report-sheet { padding: 24px; box-shadow: 7px 7px 0 #dde2eb; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list div { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .trust-list div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .service-row { grid-template-columns: 46px 1fr 24px; gap: 16px; padding: 24px 0; }
  .service-row p { font-size: 14px; }
  .faq-item summary, .check-question legend { font-size: 16px; }
  .self-check-actions { align-items: stretch; flex-direction: column; }
  .self-check-actions .btn { width: 100%; }
  .self-check-layout .check-options { display: grid; grid-template-columns: repeat(3, 1fr); }
  .self-check-layout .check-options span { min-width: 0; width: 100%; padding-inline: 8px; }
  .doc-facts { grid-template-columns: 1fr; }
  .doc-facts div { border-bottom: 1px solid var(--line); }
  .doc-facts div:last-child { border-bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child), .process-step:last-child { border-right: 0; border-top: 1px solid var(--line-dark); padding: 24px 0; }
  .process-step:first-child { border-top: 0; }
  .process-step .num { margin-bottom: 20px; }
  .work-item { grid-template-columns: 1fr 28px; gap: 8px; }
  .work-item .tag, .work-item p { grid-column: 1; }
  .work-item .arrow { grid-column: 2; grid-row: 1; }
  .final-cta { padding: 68px 0; }
  .page-hero { padding: 56px 0 48px; }
  .page-hero h1 { font-size: clamp(2.4rem, 11vw, 3.55rem); }
  .two-col, .package-grid, .before-after, .form-grid, .service-select, .check-options { grid-template-columns: 1fr; }
  .self-check-layout .check-options { grid-template-columns: repeat(3, 1fr); }
  .check-options label:nth-child(even) { padding-left: 0; border-left: 0; }
  .selection-summary { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .selection-summary .summary-price { margin-top: 2px; }
  .policy-table-wrap { max-width: 100%; }
  .start-panel { padding: 24px 16px; }
  .work-page-item { grid-template-columns: 1fr; gap: 12px; padding: 36px 0; }
  .work-page-item > :last-child { grid-column: 1; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div:last-child { text-align: left; }
  .business-details { font-size: 10.5px; line-height: 1.75; }
  .purchase-consent { margin-top: 40px; padding-top: 32px; }
  .consent-compact { margin-top: 16px; }
  .consent-compact label { grid-template-columns: 16px minmax(0,1fr); gap: 8px; padding: 8px 0; font-size: 13px; line-height: 1.48; }
  .consent-compact input { width: 15px; height: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* 한글 어절 단위 줄바꿈 — 단어 중간에서 줄이 바뀌면 교정 안 된 티가 난다.
   overflow-wrap 은 끊을 수 없는 긴 토큰(URL 등)이 넘칠 때의 안전장치. */
body{word-break:keep-all;overflow-wrap:break-word}
.form-status-code{display:inline-block;margin-top:4px;opacity:.7;font-size:.8em;letter-spacing:.01em}
.required-legend{margin:0 0 16px;font-size:.86rem;opacity:.72}
.required-legend span{font-weight:700}
.field-hint{margin:-2px 0 12px;font-size:.88rem;opacity:.72}
.check-options.is-invalid{outline:2px solid #d64545;outline-offset:6px;border-radius:8px}

/* ── 방문자 경로 다이어그램 · 해결하는 문제 (2026-08-18) ─────────────────
   현직자 피드백: "메인에 상황을 설명할 수 있는 이미지가 있으면 직관적이겠다".
   이미지 파일이 아니라 HTML/CSS 로 그린다 — 확대해도 안 깨지고, 글자가 진짜
   글자라 검색·번역·스크린리더에 그대로 잡히며, 배포에서 누락될 파일이 없다.
   (og-v2.png 를 정적 배포 중 실제로 날린 적이 있다.) */

.journey { margin: 0 0 72px; border: 1px solid var(--line); background: #fff; }
.journey-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; align-items: baseline; padding: 16px 24px; border-bottom: 1px solid var(--line); background: #fbfaf7; }
.journey-head strong { font-size: 13px; letter-spacing: -.01em; }
.journey-head span { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: -.01em; }

.journey-track { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); }
.journey-step { display: flex; flex-direction: column; padding: 24px 24px 28px; border-right: 1px solid var(--line); }
.journey-step:last-child { border-right: 0; }
.journey-step .n { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.journey-step .n::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.journey-step h3 { margin: 0 0 20px; font-size: 15px; line-height: 1.35; letter-spacing: -.025em; }
.journey-step.arrive h3 { color: var(--blue-dark); }

.journey-leak { margin-top: 0; padding-top: 16px; border-top: 1px dashed #d9c9c2; color: #8a4b3c; font-size: 12.5px; line-height: 1.7; }
.journey-leak b { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #b06046; }
.journey-leak.none { border-top-color: var(--line); color: var(--muted); }
.journey-leak.none b { color: var(--muted); }

.journey-foot { padding: 16px 24px; border-top: 1px solid var(--line); background: #fbfaf7; color: var(--slate); font-size: 13px; line-height: 1.75; }
.journey-foot strong { color: var(--ink); }

.problem-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 60px; }
.problem-item { padding: 28px 0 32px; border-top: 1px solid var(--line); }
.problem-item:first-child, .problem-item:nth-child(2) { border-top: 2px solid var(--navy); }
.problem-says { margin: 0 0 16px; font-size: 17px; font-weight: 750; line-height: 1.45; letter-spacing: -.03em; }
.problem-does { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.problem-does b { display: block; margin-bottom: 8px; color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 980px) {
  .journey-track { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .journey-step { border-bottom: 1px solid var(--line); }
  .journey-step:nth-child(2n) { border-right: 0; }
  .journey-step:last-child { grid-column: 1 / -1; border-bottom: 0; }
}
@media (max-width: 680px) {
  .journey { margin-bottom: 44px; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-step { border-right: 0; padding: 16px 16px; }
  .journey-step:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .journey-step h3 { margin-bottom: 12px; }
  .problem-list { grid-template-columns: 1fr; gap: 12px 0; }
  .problem-item { padding: 24px 0 28px; }
  .problem-item:nth-child(2) { border-top-width: 1px; border-top-color: var(--line); }
  .problem-says { font-size: 16px; }
}

/* 「없어지는 것」 — 현직자 컨펌은 "무엇을 하는가"가 아니라
   "기업의 어떤 문제가 실질적으로 없어지는가"였다. 활동이 아니라 결과를 쓴다. */
.problem-gain { margin: 16px 0 0; color: var(--ink); font-size: 13.5px; line-height: 1.7; }
.problem-gain b { display: block; margin-bottom: 8px; color: var(--success); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.problem-cta { display: flex; flex-wrap: wrap; gap: 12px 32px; margin: 16px 0 0; }

/* 두 줄 이상인 제목의 마지막 줄에 한 어절만 남는 것을 막는다 (AI 티 기준 §11-20). */
h2 { text-wrap: balance; }

/* ── 시각디자인 기준 v1 감사 반영 (2026-08-18) ─────────────────────────
   노션 「시각디자인 기준 — 여백·타이포·위계를 측정으로 판정한다 v1」로
   라이브를 측정해 나온 위반. 대부분 이 섹션을 만들며 내가 낸 것이다. */

/* 보조 텍스트 최소 13px — 12.5px 였다 */
.journey-leak { font-size: 13px; }

/* 두 줄이 되는 항목이 있어 1.45 는 붙어 보인다. 인용문이라 본문 1.6 까지는 아니어도 1.5 */
.problem-says { line-height: 1.5; }

/* 한국어 본문 한 줄 40~60자. 91자였다 (13px × 60 ≈ 780px) */
.problem-list ~ .small, #problems .small { max-width: 62ch; }

/* 터치 타깃 — 텍스트 링크 높이가 18px 였다. 글자 위치는 그대로 두고 누를 수 있는
   영역만 넓힌다. WCAG 2.5.8 은 24px, Apple HIG 는 44px 를 요구한다. */
/* 터치 영역 44px. 실제 박스를 키우고 같은 크기의 음수 마진으로 되돌려,
   누를 수 있는 넓이는 얻고 레이아웃 높이는 그대로 둔다.
   (min-height 만 주면 align-items:end 인 섹션 헤더에서 링크가 내려앉고,
    ::after 로 만든 영역은 뒤에 그려진 형제에 가려 실제로 안 눌린다 — 둘 다 확인함) */
.btn-text { min-height: 44px; padding-block: 13px; margin-block: -13px;
  box-sizing: border-box; align-items: center; }

/* 문단 여백을 스케일로 명시한다. 브라우저 기본값은 `margin-block: 1em` 이라
   글자 크기에 따라 13 / 14 / 16.8px 이 되어 아무도 정한 적 없는 값이 섞인다.
   클래스가 정한 여백(특정성 0,1,0)이 이 규칙(0,0,2)을 이긴다. */
main p { margin-block-end: 16px; }
main p:last-child { margin-block-end: 0; }
