/* WorkMind AI — 판매 페이지 공용 스타일 (class / enterprise) */
:root {
  --bg: #ffffff; --wash: #f5f7f9; --ink: #10141a; --sub: #4b5563;
  --faint: #9aa3af; --line: #e5e9ee; --blue: #2447e0; --blue-soft: #eef1fd;
  --green: #0d9463; --red: #b42318; --red-soft: #fef1f0;
  --pen: #2447e0; --graphite: #4b5563; --paper: #ffffff; --manila: #f5f7f9; --rule: #e5e9ee; --rule-dark: #d5dae1; --stamp: #b42318;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --mono: ui-monospace, "SF Mono", Consolas, monospace;
  --r-lg: 18px; --r-md: 12px;
  --shadow: 0 1px 2px rgba(16,20,26,.04), 0 12px 32px rgba(16,20,26,.07);
  --shadow-lg: 0 2px 4px rgba(16,20,26,.05), 0 24px 64px rgba(16,20,26,.13);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; word-break: keep-all; overflow-wrap: break-word; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
img, video { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a, button { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { text-wrap: pretty; }
.hidden { display: none !important; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 999; border-radius: 8px; }
.container { max-width: 1140px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.u-link { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 버튼 ---------- */
.btn { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; border-radius: var(--r-md); padding: 15px 26px; font-size: 15.5px; font-weight: 700; text-align: center; transition: transform .12s ease, box-shadow .12s ease, background .12s ease; }
.btn:active { transform: translateY(1px); }
.btn small { font-weight: 500; font-size: 11.5px; opacity: .75; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #232a34; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: #1d3ac2; }
.btn-line, .btn-pen { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn-line:hover, .btn-pen:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }

/* ---------- 내비 ---------- */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 28px; padding-top: 13px; padding-bottom: 13px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 16px; letter-spacing: -0.01em; margin-right: auto; }
.brand svg { width: 24px; height: 28px; color: var(--ink); }
.brand i { font-style: normal; color: var(--blue); }
.nav-links { display: flex; gap: 24px; font-size: 14.5px; font-weight: 500; color: var(--sub); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"] { font-weight: 700; }
.nav-cta { background: var(--blue); color: #fff; font-weight: 700; font-size: 13.5px; padding: 10px 18px; border-radius: 10px; white-space: nowrap; }
.nav-cta:hover { background: #1d3ac2; }
.menu-btn { display: none; background: none; border: 0; width: 40px; height: 40px; }
.menu-btn span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; }
.mobile-panel { display: none; border-top: 1px solid var(--line); background: #fff; padding: 10px 24px 18px; }
.mobile-panel.open { display: grid; gap: 2px; }
.mobile-panel a { padding: 11px 4px; font-size: 15.5px; font-weight: 600; border-bottom: 1px solid var(--wash); }

/* ---------- 히어로 ---------- */
.hero { overflow: hidden; background: radial-gradient(1100px 480px at 85% -10%, var(--blue-soft), transparent 62%), var(--bg); border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; padding-top: 72px; padding-bottom: 72px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--blue); background: var(--blue-soft); border-radius: 999px; padding: 7px 14px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(32px, 4.4vw, 50px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.22; }
.hero h1 u { text-decoration: none; color: var(--blue); }
.hero-sub { margin-top: 20px; font-size: 17px; color: var(--sub); max-width: 520px; line-height: 1.75; }
.hero-sub b { color: var(--ink); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-note { margin-top: 24px; font-size: 13px; color: var(--faint); }
.hero-note a { color: var(--sub); text-decoration: underline; text-underline-offset: 3px; }
.hero-meta { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 26px; font-size: 13.5px; font-weight: 600; color: var(--sub); }
.hero-meta span::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); margin-right: 8px; vertical-align: 2px; }
.guarantee { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; border: 1px solid #f3c9c4; background: var(--red-soft); border-radius: 12px; padding: 14px 16px; max-width: 520px; }
.guarantee .g-mark { flex: 0 0 auto; font-size: 12px; font-weight: 800; color: #fff; background: var(--red); border-radius: 7px; padding: 4px 8px; margin-top: 2px; }
.guarantee b { display: block; font-size: 15px; color: var(--red); }
.guarantee span { font-size: 13.5px; color: var(--sub); }
.guarantee span b { display: inline; color: var(--ink); font-size: inherit; }

/* 신청 카드 (히어로 우측) */
.enroll { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 28px 28px 24px; }
.enroll .e-tag { display: inline-block; font-size: 12.5px; font-weight: 800; color: var(--red); background: var(--red-soft); border-radius: 8px; padding: 5px 10px; }
.enroll .e-price { margin-top: 14px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.enroll .e-price s { font-size: 14px; color: var(--faint); }
.enroll .e-price b { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.enroll .e-price b i { font-style: normal; font-size: 18px; font-weight: 700; margin-left: 2px; }
.enroll .e-off { font-size: 13px; font-weight: 800; color: var(--red); }
.enroll .e-inc { margin-top: 18px; display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 16px; }
.enroll .e-inc li { font-size: 14px; color: var(--sub); padding-left: 22px; position: relative; }
.enroll .e-inc li::before { content: "\2713"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }
.enroll .e-inc li b { color: var(--ink); }
.enroll .e-when { margin-top: 16px; font-size: 13px; color: var(--sub); background: var(--wash); border-radius: 10px; padding: 11px 13px; line-height: 1.6; }
.enroll .e-when b { color: var(--ink); }
.enroll .btn { width: 100%; margin-top: 14px; }
.enroll .e-fine { margin-top: 12px; font-size: 12px; color: var(--faint); text-align: center; }
.enroll .e-fine a { text-decoration: underline; text-underline-offset: 3px; }

/* 증거 카드 (기업 히어로 우측) */
.proof { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 26px 28px; }
.proof h3 { font-size: 15.5px; font-weight: 800; letter-spacing: -0.01em; }
.proof p { margin-top: 6px; font-size: 13.5px; color: var(--sub); }
.proof .nums { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.proof .nums b { display: block; font-size: 24px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.proof .nums b i { font-style: normal; font-size: 14px; font-weight: 700; }
.proof .nums span { display: block; margin-top: 5px; font-size: 12px; color: var(--sub); line-height: 1.5; }
.proof .p-foot { margin-top: 14px; font-size: 11.5px; color: var(--faint); }

/* 하단 고정 바 */
.mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(16,20,26,.08); transform: translateY(110%); transition: transform .25s ease; }
.mbar.show { transform: translateY(0); }
.mbar .mbar-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; padding-bottom: 10px; }
.mbar .m-price { display: flex; flex-direction: column; line-height: 1.2; }
.mbar .m-price s { font-size: 12px; color: var(--faint); }
.mbar .m-price b { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.mbar .m-price b i { font-style: normal; font-size: 13px; }
.mbar .m-note { font-size: 12.5px; color: var(--sub); margin-left: 6px; }
.mbar .btn { padding: 12px 22px; font-size: 14.5px; white-space: nowrap; }
body.has-mbar { padding-bottom: 76px; }

/* ---------- 섹션 공통 ---------- */
.sect { padding-top: 88px; padding-bottom: 88px; }
.sect.wash { background: var(--wash); }
.sect-head { max-width: 680px; margin-bottom: 40px; position: relative; }
.sect-eyebrow, .sect-no { display: block; font-size: 13.5px; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
.sect-head h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.3; }
.sect-head h2 em { font-style: normal; color: var(--blue); }
.sect-head .aside { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--sub); background: var(--wash); border-radius: 8px; padding: 5px 10px; }
.sect-lede { margin-top: 14px; margin-bottom: 30px; font-size: 16px; color: var(--sub); max-width: 680px; }
.sect-lede b { color: var(--ink); }
.tt-note { margin-top: 20px; font-size: 13px; color: var(--faint); line-height: 1.7; }
.tt-note a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 단계 (ol.steps) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: st; }
.steps li { counter-increment: st; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 22px; position: relative; }
.steps li::before { content: "STEP " counter(st); display: inline-block; font-size: 12px; font-weight: 800; color: var(--blue); background: var(--blue-soft); border-radius: 8px; padding: 4px 9px; }
.steps h3 { margin-top: 14px; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.steps p { margin-top: 8px; font-size: 14px; color: var(--sub); }
.steps p b { color: var(--ink); }

/* ---------- 카드 그리드 ---------- */
.cards, .make-grid, .honest, .prep-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.prep-grid { grid-template-columns: repeat(3, 1fr); }
.cards article, .make-grid article, .honest article, .prep-grid article { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 26px 28px; }
.cards h3, .make-grid h3, .honest h3, .prep-grid h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.cards p, .make-grid p, .honest p, .prep-grid p { margin-top: 8px; font-size: 14.5px; color: var(--sub); line-height: 1.7; }
.cards p b, .make-grid p b, .honest p b, .prep-grid p b { color: var(--ink); }
.cards a, .prep-grid a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.make-grid .m-tag { display: inline-block; font-size: 12px; font-weight: 800; color: var(--blue); margin-bottom: 10px; }
.honest h3::before { content: attr(data-mark); display: inline-block; font-size: 12px; font-weight: 800; color: var(--blue); background: var(--blue-soft); border-radius: 8px; padding: 4px 9px; margin-bottom: 12px; margin-right: 0; }
.honest h3 { display: flex; flex-direction: column; align-items: flex-start; }
.honest-note { margin-top: 18px; font-size: 14.5px; color: var(--sub); background: var(--wash); border-radius: 12px; padding: 16px 20px; }
.honest-note b { color: var(--ink); }

/* ---------- 고민 리스트 ---------- */
.pain-list { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; max-width: 720px; overflow: hidden; }
.pain-list li { padding: 15px 22px 15px 50px; border-top: 1px solid var(--line); position: relative; font-size: 15px; color: var(--sub); line-height: 1.7; }
.pain-list li:first-child { border-top: 0; }
.pain-list li::before { content: "\2713"; position: absolute; left: 22px; color: var(--blue); font-weight: 800; }
.pain-foot { margin-top: 20px; font-size: 16px; color: var(--ink); line-height: 1.8; }
.pain-foot b { color: var(--blue); }

/* ---------- 수강 사례 카드 ---------- */
.students { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.students article { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 22px 20px; display: flex; flex-direction: column; }
.students .s-who { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.students .s-org { font-size: 12.5px; color: var(--faint); font-weight: 600; margin-top: 2px; }
.students p { margin-top: 12px; font-size: 14px; color: var(--sub); flex: 1; }
.students a { margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--blue); }
.s-foot { margin-top: 14px; font-size: 12.5px; color: var(--faint); }

/* ---------- 타임테이블 (원데이) ---------- */
.glance { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.glance > div { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 12px; display: flex; flex-direction: column; gap: 4px; position: relative; }
.glance > div.mk { background: var(--blue); border-color: var(--blue); color: #fff; }
.glance .g-t, .glance .g-no { font-size: 12px; font-weight: 700; opacity: .7; }
.glance .g-name { font-size: 14.5px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.3; }
.glance .g-min, .glance .g-out { font-size: 12px; opacity: .75; margin-top: auto; }
.glance > div.lunch-after::before { content: "점심"; position: absolute; left: -9px; top: 50%; transform: translate(-100%, -50%) rotate(-90deg); font-size: 10px; font-weight: 700; color: var(--faint); letter-spacing: .1em; }
.glance-cap { margin-top: 12px; font-size: 13px; color: var(--sub); }
.glance-cap b { color: var(--ink); }
.cur-summary { margin-top: 26px; background: var(--wash); border-radius: var(--r-lg); padding: 22px 26px; }
.cur-summary ul { display: grid; gap: 8px; }
.cur-summary li { font-size: 14.5px; color: var(--sub); }
.cur-summary li b { color: var(--ink); }
.cur-summary ul.sub { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.cur-summary ul.sub li { font-size: 13px; color: var(--faint); }
.cur-summary a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.rows { display: grid; gap: 12px; }
.cur-part { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-top: 22px; padding-bottom: 10px; border-bottom: 2px solid var(--ink); }
.cur-part .cp-tag { font-size: 12px; font-weight: 800; color: #fff; background: var(--ink); border-radius: 7px; padding: 4px 9px; }
.cur-part .cp-name { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.cur-part .cp-time { font-size: 13px; color: var(--sub); font-weight: 600; }
.cur-part .cp-goal { margin-left: auto; font-size: 13px; color: var(--blue); font-weight: 700; }
.cur-block { display: grid; grid-template-columns: 170px 1fr; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 26px; }
.cur-block .cb-time { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; }
.cur-block .cb-time span { display: block; font-size: 12.5px; font-weight: 600; color: var(--faint); margin-top: 4px; }
.cur-block h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.cur-block ul { display: grid; gap: 7px; }
.cur-block li { font-size: 14.5px; color: var(--sub); padding-left: 16px; position: relative; line-height: 1.7; }
.cur-block li::before { content: "\00b7"; position: absolute; left: 4px; color: var(--blue); font-weight: 800; }
.cur-block li b { color: var(--ink); }
.cur-block li.out { margin-top: 6px; padding: 9px 12px 9px 34px; background: var(--blue-soft); border-radius: 9px; color: var(--ink); font-weight: 700; font-size: 14px; }
.cur-block li.out::before { content: "\2713"; left: 13px; color: var(--blue); }
.while { margin-top: 14px; border-top: 1px dashed var(--line); padding-top: 12px; }
.while > b { display: block; font-size: 12.5px; font-weight: 800; color: var(--faint); margin-bottom: 6px; }
.while li { font-size: 13.5px; }
.cur-lunch { display: flex; align-items: center; gap: 16px; padding: 12px 26px; font-size: 13.5px; color: var(--sub); background: var(--wash); border-radius: 12px; }
.cur-lunch .cb-time { font-weight: 800; color: var(--ink); }

/* ---------- 커리큘럼 (기업, 6차시) ---------- */
.glance.six { grid-template-columns: repeat(6, 1fr); }
.cur { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.cur article { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 24px 22px; }
.cur .c-no { display: inline-block; font-size: 12px; font-weight: 800; color: var(--blue); background: var(--blue-soft); border-radius: 8px; padding: 4px 9px; }
.cur h3 { margin-top: 12px; font-size: 18px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.cur ul { display: grid; gap: 7px; }
.cur li { font-size: 14px; color: var(--sub); padding-left: 16px; position: relative; line-height: 1.7; }
.cur li::before { content: "\00b7"; position: absolute; left: 4px; color: var(--blue); font-weight: 800; }
.cur li b { color: var(--ink); }
.cur li.out { margin-top: 6px; padding: 9px 12px 9px 34px; background: var(--blue-soft); border-radius: 9px; color: var(--ink); font-weight: 700; font-size: 13.5px; }
.cur li.out::before { content: "\2713"; left: 13px; color: var(--blue); }
.formats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.formats article { background: var(--wash); border-radius: var(--r-lg); padding: 22px 24px; }
.formats h3 { font-size: 16.5px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.formats h3 span { font-size: 11.5px; font-weight: 800; color: #fff; background: var(--ink); border-radius: 7px; padding: 3px 8px; }
.formats p { margin-top: 8px; font-size: 14px; color: var(--sub); }
.adv-band { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; background: var(--ink); color: #fff; border-radius: 22px; padding: 44px 48px; }
.adv-band .sect-no { color: #9fb0ff; }
.adv-band h2 { font-size: clamp(22px, 2.8vw, 30px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.35; }
.adv-band h2 em { font-style: normal; color: #9fb0ff; }
.adv-band p { margin-top: 12px; font-size: 15px; color: #c7cdd6; max-width: 640px; }
.adv-band p b { color: #fff; }
.adv-list { margin-top: 18px; display: grid; gap: 7px; }
.adv-list li { font-size: 14px; color: #c7cdd6; padding-left: 18px; position: relative; }
.adv-list li::before { content: "\2713"; position: absolute; left: 0; color: #9fb0ff; font-weight: 800; }
.adv-band .btn-ink { background: #fff; color: var(--ink); }
.adv-band .btn-ink:hover { background: var(--blue-soft); }

/* ---------- 실적 표 ---------- */
.ledger-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
table.ledger { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 15px; }
.ledger th { text-align: left; font-size: 12.5px; font-weight: 700; color: var(--faint); padding: 16px 22px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.ledger td { padding: 17px 22px; border-bottom: 1px solid var(--wash); vertical-align: top; }
.ledger tr:last-child td { border-bottom: 0; }
.ledger .no { font-weight: 800; color: var(--blue); font-size: 13.5px; width: 56px; }
.ledger .who { font-weight: 700; white-space: nowrap; }
.ledger .who span { display: block; font-weight: 500; font-size: 12.5px; color: var(--faint); margin-top: 2px; }
.ledger .what, .ledger .left { color: var(--sub); }
.ledger .left b { color: var(--ink); }
.ledger a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.ledger-foot { margin-top: 14px; font-size: 12.5px; color: var(--faint); }
.ledger-foot a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- AX ---------- */
.ax-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 36px; }
.ax-box > h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.ax-box > h3 em { font-style: normal; color: var(--blue); }
.ax-journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; counter-reset: ax; }
.ax-journey li { counter-increment: ax; background: var(--wash); border-radius: 12px; padding: 18px 18px; }
.ax-journey li::before { content: counter(ax); display: inline-block; font-size: 12px; font-weight: 800; color: #fff; background: var(--ink); border-radius: 50%; width: 22px; height: 22px; line-height: 22px; text-align: center; }
.ax-journey h4 { margin-top: 10px; font-size: 15.5px; font-weight: 800; }
.ax-journey p { margin-top: 6px; font-size: 13.5px; color: var(--sub); }
.ax-note { margin-top: 20px; font-size: 14.5px; color: var(--sub); border-top: 1px solid var(--line); padding-top: 18px; }
.ax-note b { color: var(--ink); }

/* ---------- 강사 ---------- */
.inst { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.inst h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.3; }
.inst h2 em { font-style: normal; color: var(--blue); }
.inst .who { margin-top: 12px; font-size: 14px; font-weight: 700; color: var(--sub); }
.inst-facts { margin-top: 18px; display: grid; gap: 8px; }
.inst-facts li { font-size: 14px; color: var(--sub); padding-left: 20px; position: relative; }
.inst-facts li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.inst-facts li b { color: var(--ink); }
.inst-letter { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 34px; }
.inst-letter p { font-size: 15.5px; color: var(--sub); line-height: 1.8; }
.inst-letter p + p { margin-top: 14px; }
.inst-letter b { color: var(--ink); }

/* ---------- 수강료 ---------- */
.fee { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: stretch; }
.fee-left, .fee-right, .refund-box { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 32px; }
.fee-tag { display: inline-block; font-size: 12.5px; font-weight: 800; color: var(--red); background: var(--red-soft); border-radius: 8px; padding: 5px 10px; }
.fee-reg { margin-top: 14px; font-size: 14px; color: var(--faint); text-decoration: line-through; }
.fee-now { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.fee-now i { font-style: normal; font-size: 20px; font-weight: 700; margin-left: 2px; }
.fee-inc { margin-top: 18px; display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 16px; }
.fee-inc li { font-size: 14.5px; color: var(--sub); padding-left: 22px; position: relative; }
.fee-inc li::before { content: "\2713"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }
.fee-note { margin-top: 16px; font-size: 13px; color: var(--faint); line-height: 1.7; }
.fee-right h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.fee-right p { margin-top: 10px; font-size: 14.5px; color: var(--sub); }
.fee-right p b { color: var(--ink); }
.refund-box { grid-column: 1 / -1; }
.refund-box h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.refund-box ul { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.refund-box li { font-size: 14px; color: var(--sub); padding-left: 16px; position: relative; }
.refund-box li::before { content: "\00b7"; position: absolute; left: 4px; color: var(--blue); font-weight: 800; }
.refund-box li b { color: var(--ink); }
.refund-box a.more { display: inline-block; margin-top: 14px; font-size: 13.5px; font-weight: 700; color: var(--blue); }

/* ---------- 기수 모집 (JS) ---------- */
.cohort-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; background: var(--ink); color: #fff; border-radius: 22px; padding: 44px 48px; align-items: center; }
.cohort-grid .sect-no { color: #9fb0ff; }
.cohort-grid h2 { font-size: clamp(22px, 2.8vw, 30px); font-weight: 800; letter-spacing: -0.025em; }
.cohort-meta { margin-top: 14px; display: grid; gap: 6px; font-size: 14.5px; color: #c7cdd6; }
.cohort-meta b { color: #fff; }
.cohort-cta { background: #fff; color: var(--ink); border-radius: var(--r-lg); padding: 26px; }
.cohort-price { font-size: 34px; font-weight: 800; letter-spacing: -0.03em; }
.cohort-price i { font-style: normal; font-size: 18px; margin-left: 2px; }
.cohort-remain { margin-top: 4px; font-size: 13.5px; font-weight: 700; color: var(--red); margin-bottom: 14px; }
.cohort-cta .btn { width: 100%; }
.refund-link { margin-top: 12px; font-size: 12px; color: var(--faint); }
.refund-link a { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 신청·문의 폼 ---------- */
.waitlist-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: start; }
.waitlist-grid h2, .contact-grid h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.3; }
.waitlist-grid .lede, .contact-grid .lede { margin-top: 14px; font-size: 15.5px; color: var(--sub); }
.waitlist-grid .lede b, .contact-grid .lede b { color: var(--ink); }
.wl-points, .contact-points { margin-top: 18px; display: grid; gap: 8px; }
.wl-points li, .contact-points li { font-size: 14.5px; color: var(--sub); padding-left: 22px; position: relative; }
.wl-points li::before, .contact-points li::before { content: "\2713"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }
form#waitlist-form, form#corp-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 30px 26px; box-shadow: var(--shadow); }
.form-group { margin-top: 14px; }
.form-group:first-of-type { margin-top: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group label { display: block; font-size: 13px; color: var(--sub); margin-bottom: 6px; font-weight: 600; }
.form-group input, .form-group textarea, .form-group select { width: 100%; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 14px; font-size: 14.5px; color: var(--ink); font-family: var(--sans); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.privacy-consent { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 0; color: var(--sub); font-size: 12.5px; line-height: 1.6; }
.privacy-consent input { width: 15px; height: 15px; margin-top: 2px; accent-color: var(--blue); flex: 0 0 auto; }
.privacy-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.form-submit { width: 100%; margin-top: 18px; }
.form-result { margin-top: 12px; font-size: 13.5px; min-height: 18px; }
.form-result.ok { color: var(--green); }
.form-result.err { color: var(--red); }
.wl-note { margin-top: 12px; font-size: 12px; color: var(--faint); line-height: 1.6; }
.corp-band { margin-top: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--wash); border-radius: var(--r-lg); padding: 28px 32px; }
.corp-band h2 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.corp-band h2 em { font-style: normal; color: var(--blue); }
.corp-band p { margin-top: 6px; font-size: 14px; color: var(--sub); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; max-width: 820px; border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 18px 40px 18px 4px; font-size: 16px; font-weight: 700; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 20px; font-weight: 500; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { padding: 0 4px 20px; font-size: 14.5px; color: var(--sub); line-height: 1.8; }
.faq-list details p b { color: var(--ink); }
.faq-list details p a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 푸터 ---------- */
footer { margin-top: 64px; border-top: 1px solid var(--line); padding: 40px 0 44px; background: var(--wash); }
.footer-inner { display: grid; gap: 14px; font-size: 13px; color: var(--sub); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13.5px; }
.footer-links a:hover { color: var(--blue); }
.footer-doc { font-size: 11.5px; color: var(--faint); }

/* ---------- 반응형 ---------- */
@media (max-width: 960px) {
  .nav-links, .nav > .nav-cta { display: none; }
  .menu-btn { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; padding-top: 48px; padding-bottom: 56px; }
  .sect { padding-top: 60px; padding-bottom: 60px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .cards, .make-grid, .honest, .prep-grid, .cur, .formats, .fee { grid-template-columns: 1fr; }
  .students { grid-template-columns: 1fr 1fr; }
  .glance, .glance.six { grid-template-columns: repeat(3, 1fr); }
  .glance > div.lunch-after::before { display: none; }
  .cur-block { grid-template-columns: 1fr; gap: 10px; }
  .cur-part .cp-goal { margin-left: 0; width: 100%; }
  .adv-band, .cohort-grid { grid-template-columns: 1fr; padding: 30px 26px; }
  .ax-journey { grid-template-columns: 1fr 1fr; }
  .inst, .waitlist-grid, .contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .refund-box ul { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .proof .nums { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .steps, .students, .ax-journey { grid-template-columns: 1fr; }
  .glance, .glance.six { grid-template-columns: repeat(2, 1fr); }
  .mbar .m-note { display: none; }
  .enroll { padding: 22px 20px; }
  .fee-left, .fee-right, .refund-box, .inst-letter, form#waitlist-form, form#corp-form, .ax-box { padding: 22px 20px; }
}
@media (prefers-reduced-motion: reduce) { .mbar { transition: none; } }
