:root {
  --navy: #102e4c;
  --navy-deep: #0a2038;
  --blue: #2155c9;
  --blue-soft: #e9f0fe;
  --blue-mid: #8fb4ee;
  --blue-hover: #1947af;
  --ink: #172d43;
  --muted: #5b6d80;
  --line: #dce5ef;
  --pale: #f3f7fc;
  --line-soft: #e4ebf4;
  --line-mid: #d7e3f4;
  --line-strong: #c3d3e8;
  --tint: #f6f9fd;
  --ink-2: #4b5f75;
  /* 흰 바탕 4.95:1, 연한 바탕(#f6f9fd) 4.69:1 — 시안의 #7b8b9d 는 3.5:1 로 기준 미달이었다. */
  --dim: #617283;
  --font: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: white; font-family: var(--font); font-size: 16px; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.34; letter-spacing: -.021em; }
h2 { font-size: 36px; font-weight: 700; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.hero :focus-visible, .footer :focus-visible { outline-color: white; }
.container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 10px 18px; background: white; border: 2px solid var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-row { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-link { display: flex; align-items: center; min-height: 44px; }
.edu-wordmark { width: auto; height: 56px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
.desktop-nav > a { display: inline-flex; align-items: center; min-height: 44px; }
.desktop-nav > a:not(.button):hover, .text-link:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 7px; background: var(--blue); color: white; font-size: 15px; font-weight: 500; line-height: 1.5; transition: background-color .15s, border-color .15s; }
.button:hover { background: var(--blue-hover); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 14px; }
#menu-toggle { display: none; min-width: 56px; min-height: 44px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); font-size: 14px; }
#mobile-menu { border-top: 1px solid var(--line); }
#mobile-menu nav { padding-block: 12px 20px; display: grid; gap: 4px; }
#mobile-menu a { padding: 10px 12px; min-height: 44px; font-size: 15px; }
#mobile-menu .button { margin-top: 8px; }
.hero { position: relative; isolation: isolate; min-height: 580px; display: flex; align-items: center; background: var(--navy); color: white; }
.hero picture, .hero picture img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture { z-index: -2; }
.hero picture img { object-fit: cover; object-position: center 45%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgb(8 30 56 / 88%), rgb(8 30 56 / 62%) 52%, rgb(8 30 56 / 14%)), linear-gradient(0deg, rgb(8 30 56 / 52%), rgb(8 30 56 / 0%) 46%); }
.hero-content { padding-block: 100px; }
.eyebrow { margin-bottom: 16px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.hero-eyebrow { color: #d8e8ff; font-size: 13px; letter-spacing: .08em; }
.hero h1 { max-width: 630px; margin-bottom: 24px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.24; letter-spacing: -.026em; text-wrap: balance; }
.hero-description { max-width: 590px; color: #edf3fa; font-size: 16px; line-height: 1.8; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-glass { background: transparent; border-color: rgb(255 255 255 / 60%); }
.button-glass:hover { background: rgb(255 255 255 / 12%); }
.page-hero { background: var(--navy); color: #fff; padding-block: 84px 72px; }
.page-hero .eyebrow { color: var(--blue-mid); }
.page-hero h1 { font-size: clamp(32px, 4vw, 46px); line-height: 1.28; letter-spacing: -.026em; margin-bottom: 16px; }
/* 남색 배너 시절의 색. 배너가 밝아졌으므로 여기서 색을 정하지 않는다 —
   남겨두면 (0,1,1) 특이도로 .page-hero-lead 를 이겨 본문이 흰 글씨처럼 보인다. */
.page-hero p { font-size: 16px; line-height: 1.85; }
.prose { max-width: 720px; }
.prose p { color: var(--muted); font-size: 16px; line-height: 1.9; text-wrap: pretty; }
.step-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.step-list li { display: flex; gap: 18px; align-items: flex-start; padding: 24px 26px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.step-list p { color: var(--ink); font-size: 15px; line-height: 1.8; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
/* 넓은 표는 좁은 화면에서 페이지를 밀어낸다. 표만 따로 스크롤시킨다. */
.fact-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.fact-table table { width: 100%; border-collapse: collapse; min-width: 460px; }
.fact-table th, .fact-table td { padding: 16px 20px; text-align: left; font-size: 14px; line-height: 1.8; vertical-align: top; }
.fact-table thead th { background: var(--pale); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.fact-table tbody tr + tr th, .fact-table tbody tr + tr td { border-top: 1px solid var(--line); }
.fact-table tbody th { font-weight: 600; color: var(--navy); white-space: nowrap; }
.fact-table tbody td { color: var(--muted); }
.table-note { margin-top: 14px; font-size: 13px; line-height: 1.8; color: var(--muted); }
.step-list strong { color: var(--navy); font-weight: 600; }
.major-groups { display: grid; gap: 32px; }
.major-field { font-size: 14px; font-weight: 700; color: var(--blue); letter-spacing: .02em; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.major-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 24px; }
.major-list li { display: flex; flex-direction: column; gap: 2px; padding: 10px 0; }
.major-name { font-size: 15px; font-weight: 500; color: var(--ink); }
.major-body { font-size: 13px; color: var(--muted); line-height: 1.7; }
.review-card--link { text-decoration: none; color: inherit; overflow: hidden; padding: 0; transition: transform .18s ease, border-color .18s ease; }
.review-card--link:hover { transform: translateY(-3px); border-color: #bed1ef; }
.review-thumb { width: 100%; height: 172px; object-fit: cover; display: block; background: var(--pale); }
.review-card-body { display: flex; flex-direction: column; gap: 10px; padding: 24px 26px 26px; }
.review-title { font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1.45; }
.review-summary { font-size: 14px; line-height: 1.8; color: var(--muted); }
.review-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12px; color: var(--muted); }
.page-hero .review-meta { color: #b9d0f3; }
.review-body { max-width: 760px; }
.review-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: 14px; margin-bottom: 32px; }
.review-body .prose p + p { margin-top: 20px; }
.review-back { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px; }
.empty-note { color: var(--muted); font-size: 14px; padding: 32px 0; }
.section { padding-block: 88px; }
.section-heading { margin-bottom: 36px; }
.section-heading h2 + p, .curriculum h2 + p, .contact-intro h2 + p { margin-top: 16px; color: var(--muted); max-width: 640px; text-wrap: pretty; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.advantage-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 26px; background: var(--pale); border: 1px solid #e2eaf4; border-radius: 12px; overflow: hidden; transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.advantage-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--blue); }
.advantage-card:hover { transform: translateY(-3px); border-color: #bed1ef; background: #fff; }
.step-number { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .1em; margin-bottom: 30px; font-variant-numeric: tabular-nums; }
.advantage-card h3 { margin-bottom: 12px; font-size: 21px; }
.advantage-card > p { color: var(--muted); font-size: 14px; line-height: 1.8; white-space: pre-line; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 26px; }
.tags span { padding: 3px 8px; background: white; border: 1px solid var(--line); border-radius: 4px; color: #425d79; font-size: 11px; font-weight: 500; }
.testimonials { background: var(--pale); }
.heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.text-link { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.review-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #aebfd5 transparent; padding: 4px 2px 20px; scroll-padding-inline: 2px; }
.review-card { flex: 0 0 calc((100% - 40px) / 3); display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: white; scroll-snap-align: start; transition: border-color .18s ease; }
.review-card:hover { border-color: #bed1ef; }
.review-course { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--blue-soft); color: #1a48ab; font-size: 12px; font-weight: 500; }
blockquote { margin: 18px 0 28px; font-size: 15px; line-height: 1.85; }
.review-person { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid #edf1f6; }
.review-person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.review-name { font-size: 14px; font-weight: 700; }
.review-degree { margin-top: 2px; font-size: 12px; color: var(--muted); }
.review-controls { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; }
.review-controls p { color: var(--muted); font-size: 12px; }
.review-controls > div { display: flex; gap: 8px; }
.review-controls button { width: 44px; height: 44px; border: 1px solid #8191a6; border-radius: 6px; background: white; color: var(--ink); font-size: 20px; }
.review-controls button:hover { border-color: var(--blue); color: var(--blue); }
.review-controls button:disabled { opacity: .35; cursor: default; }
.curriculum { padding-block: 72px; }
.curriculum-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 48px; background: var(--navy); border-radius: 16px; color: #fff; }
.curriculum-panel .eyebrow { color: var(--blue-mid); }
.curriculum-panel h2 { color: #fff; }
.curriculum-panel h2 + p { color: #c6d7ea; }
.curriculum h2 { font-size: 30px; }
.curriculum-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.curriculum-item { display: flex; gap: 18px; align-items: flex-start; padding: 26px 28px; background: var(--pale); border: 1px solid #e2eaf4; border-radius: 12px; }
.curriculum-link { display: block; text-decoration: none; color: inherit; }
.curriculum-item:has(.curriculum-link):hover { border-color: #bed1ef; }
.curriculum-thumb { flex-shrink: 0; width: 72px; height: 72px; border-radius: 10px; object-fit: cover; background: #fff; }
.curriculum-index { flex-shrink: 0; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .1em; padding-top: 4px; font-variant-numeric: tabular-nums; }
.curriculum-item h3 { font-size: 19px; margin-bottom: 8px; }
.curriculum-item p { color: var(--muted); font-size: 14px; line-height: 1.8; white-space: pre-line; }
.curriculum-tag { display: inline-block; margin-top: 12px; padding: 3px 9px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #425d79; font-size: 11px; font-weight: 500; }
.button-outline { flex-shrink: 0; color: var(--navy); border-color: #fff; background: #fff; }
.button-outline:hover { background: var(--blue-soft); border-color: var(--blue-soft); }
.contact { background: #edf3fb; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-intro { padding-top: 16px; }
.contact-intro h2 { max-width: 310px; font-size: 40px; line-height: 1.4; }
.contact-intro h2 + p { font-size: 15px; line-height: 1.9; }
.contact-guide { margin-top: 48px; padding-top: 24px; border-top: 1px solid #ccd9e9; }
.contact-guide > p { font-size: 14px; font-weight: 500; }
.contact-guide ol { list-style: none; padding: 0; margin: 16px 0 0; }
.contact-guide li { display: flex; gap: 12px; margin-top: 12px; color: var(--muted); font-size: 13px; }
.contact-guide li span { color: var(--blue); font-variant-numeric: tabular-nums; font-size: 12px; }
.consultation-form { padding: 36px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.form-heading { margin-bottom: 28px; }
.form-heading h3 { font-size: 22px; }
.form-heading p { margin-top: 6px; color: var(--muted); font-size: 13px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { min-width: 0; margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 500; }
.field input, .field textarea { display: block; width: 100%; border: 1px solid #8191a6; border-radius: 6px; padding: 12px 14px; background: white; color: var(--ink); font-size: 16px; line-height: 1.5; }
.field input { min-height: 48px; }
.field textarea { min-height: 124px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); font-size: 14px; }
.field input:focus, .field textarea:focus { border-color: var(--blue); outline: 2px solid #b8d0ff; outline-offset: 2px; }
.field-count { display: block; margin-top: 6px; color: var(--muted); text-align: right; font-size: 12px; font-variant-numeric: tabular-nums; }
.field-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; }
.form-privacy { color: var(--muted); font-size: 12px; line-height: 1.7; text-align: center; margin-top: 14px; }
.demo-note { background: var(--pale); color: var(--navy); border: 1px solid #b7c5d6; padding: 14px; margin-top: 16px; border-radius: 6px; font-size: 14px; line-height: 1.7; }
.demo-note[data-tone="ok"] { background: var(--blue-soft); border-color: #a9c4f2; }
.demo-note[data-tone="error"] { background: #fdf0ee; border-color: #e4b4ac; color: #8a2d1b; }
.footer { background: var(--navy); color: #c7d4e3; padding-block: 52px 24px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; }
/* 푸터는 흰색 로고 자산을 쓴다. invert 필터는 남색 타일까지 흰색으로 만들어 마크를 지운다. */
.edu-wordmark--footer { height: 50px; }
.footer-brand > a { display: inline-flex; }
.footer-brand > p { max-width: 350px; margin-top: 16px; }
.social-links { display: flex; gap: 24px; margin-top: 20px; }
.social-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-info h2 { font-size: 14px; color: white; }
.footer-info ul { list-style: none; padding: 0; margin: 16px 0 0; }
.footer-info li { margin-top: 12px; }
.footer-info li span { display: inline-block; min-width: 80px; color: #a6bbd1; }
.footer-bottom { margin-top: 36px; padding-top: 24px; border-top: 1px solid #36516d; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 12px; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer a:hover { color: white; }
@media (max-width: 1023px) {
  .desktop-nav { gap: 20px; }
  .advantages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .major-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card { flex-basis: calc((100% - 20px) / 2); }
  .curriculum-panel { padding: 38px 34px; }
  .curriculum-list { grid-template-columns: 1fr; }
  .contact-grid { gap: 36px; grid-template-columns: .85fr 1.15fr; }
  .consultation-form { padding: 28px; }
  .contact-intro h2 { font-size: 34px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 767px) {
  .container { width: calc(100% - 40px); }
  .header-row { height: 64px; }
  .edu-wordmark { height: 46px; }
  .desktop-nav { display: none; }
  #menu-toggle { display: block; }
  .hero { min-height: 600px; align-items: flex-end; }
  .hero-shade { background: linear-gradient(0deg, rgb(9 35 64 / 94%), rgb(9 35 64 / 63%) 56%, rgb(9 35 64 / 8%)); }
  .hero-content { padding-block: 96px 52px; }
  .hero h1 { max-width: 400px; margin-bottom: 20px; font-size: 40px; }
  .hero-description { max-width: 450px; font-size: 14px; }
  .hero-actions { margin-top: 28px; gap: 10px; }
  .hero-actions .button { padding-inline: 18px; font-size: 14px; }
  .section { padding-block: 56px; }
  .page-hero { padding-block: 56px 48px; }
  h2 { font-size: 28px; }
  .eyebrow { margin-bottom: 12px; font-size: 11px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 + p { font-size: 14px; margin-top: 12px; }
  .heading-row { display: block; }
  .heading-row .text-link { margin-top: 16px; }
  .advantage-card { padding: 24px; }
  .review-card { flex-basis: 86%; padding: 24px; }
  .review-track { gap: 16px; }
  .review-controls p { max-width: 200px; font-size: 11px; }
  .curriculum-panel { align-items: flex-start; flex-direction: column; gap: 24px; padding: 32px 24px; border-radius: 14px; }
  .curriculum-panel .button-outline { width: 100%; }
  .curriculum h2 { font-size: 28px; }
  .curriculum h2 + p { font-size: 14px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-intro { padding-top: 0; }
  .contact-intro h2 { font-size: 32px; max-width: none; }
  .contact-guide { margin-top: 24px; padding-top: 20px; }
  .consultation-form { padding: 24px; }
  .footer { padding-top: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: block; }
  .footer-bottom > div { margin-top: 12px; }
}
@media (max-width: 479px) {
  .advantages-grid { grid-template-columns: 1fr; gap: 12px; }
  .review-grid { grid-template-columns: 1fr; }
  .major-list { grid-template-columns: 1fr; }
  .fact-table th, .fact-table td { padding: 13px 15px; }
  .advantage-card { display: grid; grid-template-columns: 26px minmax(0, 1fr); column-gap: 16px; }
  .step-number { margin-top: 4px; margin-bottom: 0; grid-row: 1 / 4; }
  .advantage-card h3 { font-size: 20px; margin-bottom: 8px; }
  .advantage-card > p, .tags { grid-column: 2; }
  .tags { padding-top: 16px; }
  .hero h1 { font-size: 38px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { min-height: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Creditbank: source content fitted to the existing page design. */
.creditbank-process { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.creditbank-process li { display: flex; align-items: center; gap: 16px; padding: 24px; background: var(--pale); border-radius: 12px; font-weight: 500; }
.creditbank-process .step-number { margin: 0; }
.creditbank-subsection { margin-block: 48px; }
.creditbank-subsection h3 { font-size: 24px; margin-bottom: 16px; }
.creditbank-subsection > p { color: var(--muted); }
.creditbank-uses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 36px; padding-inline-start: 20px; margin: 24px 0 0; color: var(--muted); }
.creditbank-table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; }
.creditbank-table caption { text-align: start; font-size: 21px; font-weight: 700; padding-bottom: 20px; color: var(--ink); }
.creditbank-table th, .creditbank-table td { padding: 24px; text-align: start; vertical-align: top; border-bottom: 1px solid var(--line); }
.creditbank-table thead th { background: var(--blue-soft); color: var(--navy); }
.creditbank-table tbody th { font-weight: 500; }
.creditbank-table td { color: var(--muted); line-height: 1.9; }
.creditbank-law th:first-child { width: 29%; }
.creditbank-table ul { padding-inline-start: 20px; margin: 0; }
.creditbank-table li + li { margin-top: 8px; }
.creditbank-comparison th:first-child { width: 12%; }
.creditbank-comparison th:nth-child(2) { width: 23%; }
.creditbank-degrees { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.creditbank-degree { display: flex; flex-direction: column; min-width: 0; padding: 30px 26px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.creditbank-degree h3 { font-size: 24px; }
.creditbank-degree-note { color: var(--muted); font-size: 14px; margin-top: 12px; }
.creditbank-degree dl { margin: 28px 0 12px; }
.creditbank-degree dl > div { display: flex; justify-content: space-between; gap: 16px; padding-block: 6px; }
.creditbank-degree dt { color: var(--muted); }
.creditbank-degree dd { margin: 0; font-weight: 500; font-variant-numeric: tabular-nums; }
.creditbank-total { color: var(--blue); font-weight: 700; font-size: 24px; padding-bottom: 28px; }
.creditbank-duration { border-top: 1px solid var(--line); padding-top: 20px; margin-top: auto; color: var(--muted); font-size: 14px; line-height: 1.9; }
.creditbank-majors { margin: 0; }
.creditbank-majors li { border-bottom: 1px solid var(--line); padding-block: 16px; }
@media (max-width: 900px) {
  .creditbank-degrees { grid-template-columns: 1fr; }
  .creditbank-degree dl { max-width: 420px; }
  .creditbank-duration { margin-top: 16px; }
}
@media (max-width: 767px) {
  .creditbank-process { grid-template-columns: 1fr; gap: 12px; }
  .creditbank-process li { padding: 20px 24px; }
  .creditbank-uses { grid-template-columns: 1fr; }
  .creditbank-subsection { margin-block: 36px; }
  .creditbank-table { font-size: 14px; }
  .creditbank-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
  .creditbank-table tbody { display: block; }
  .creditbank-table tbody tr { display: grid; grid-template-columns: 1fr; padding: 24px 20px; border-bottom: 1px solid var(--line); }
  .creditbank-table tbody th, .creditbank-table tbody td { display: block; width: auto; padding: 0; border: 0; }
  .creditbank-table tbody th + th { margin-top: 8px; }
  .creditbank-table tbody td { margin-top: 16px; }
  .creditbank-comparison tbody th:first-child { color: var(--blue); font-size: 13px; }
  .creditbank-comparison tbody th:nth-child(2) { font-size: 18px; }
}

/* About: original people and copy within the current visual system. */
.about-coaches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.about-coach { min-width: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.about-coach > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center top; background: var(--pale); }
.about-coach-body { padding: 28px 24px; }
.about-coach h3 { font-size: 24px; }
.about-coach-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; margin-top: 12px; font-size: 13px; color: var(--muted); }
.about-coach-meta span { color: var(--blue); font-weight: 500; }
.about-coach-quote { margin-top: 24px; line-height: 1.8; font-size: 15px; font-weight: 500; }
.about-coach ul { padding-inline-start: 18px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.about-coach li + li { margin-top: 10px; }
.about-location { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.about-map { width: 100%; height: 460px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.about-location-details { display: grid; gap: 32px; }
.about-location-details h3 { font-size: 21px; margin-bottom: 12px; }
.about-location-details p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.about-phone { display: inline-flex; align-items: center; min-height: 44px; color: var(--blue); font-size: 24px; font-weight: 700; }
.about-location .text-link { margin-top: 12px; color: var(--blue); }
@media (max-width: 1023px) {
  .about-coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-location { grid-template-columns: 1fr; gap: 32px; }
  .about-map { height: 360px; }
}
@media (max-width: 767px) {
  .about-coaches { grid-template-columns: 1fr; }
  .about-coach-body { padding: 24px; }
  .about-map { height: 320px; }
}

/* ============================================================
   v4 — 하위 페이지 (승인된 시안 반영, 2026-09-13)
   색과 글꼴은 그대로 두고 구조만 바꾼다.
   바뀐 것: 짙은 남색 배너를 걷어내고 밝은 바탕 + 옅은 블루 번짐으로.
   남색은 페이지 맨 아래 상담 띠 한 곳에만 남는다 — 브랜드 색이지만 첫 화면을 덮지 않는다.
   테두리 상자를 규칙선으로 바꾸고, 사람들이 찾는 숫자를 배너에서 바로 보여준다.
   ============================================================ */

/* ---- 배너 ---- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 84px 0 76px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f1f6fd 100%); color: var(--ink);
  border-bottom: 1px solid var(--line-soft); }
.page-hero-glow { position: absolute; z-index: -1; inset: -200px -140px auto auto; width: 720px; height: 720px;
  border-radius: 50%; background: radial-gradient(circle, rgb(33 85 201 / 10%), rgb(33 85 201 / 0%) 66%); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 56px; align-items: start; }
.page-hero-grid:has(.hero-panel) { grid-template-columns: 1.08fr .92fr; gap: 88px; }
.crumb { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; font-size: 13px; color: var(--dim); }
.crumb a { display: inline-flex; align-items: center; min-height: 32px; }
.crumb a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.crumb span[aria-current] { color: var(--navy); font-weight: 500; }
.page-hero .eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; color: var(--blue); }
.page-hero .eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--blue); }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(34px, 4.6vw, 66px); font-weight: 900;
  line-height: 1.15; letter-spacing: -.042em; text-wrap: balance; }
.page-hero .page-hero-lead { max-width: 38ch; color: var(--ink-2); font-size: 18px; line-height: 1.9; }
.page-hero-cta { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-quiet { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.button-quiet:hover { background: var(--blue-soft); border-color: #a9c4f2; }

/* 배너 오른쪽 — 그 페이지에서 사람들이 실제로 찾는 값. 지어낸 수치는 넣지 않는다. */
.hero-panel { padding: 30px 32px 28px; border: 1px solid var(--line-mid); border-radius: 16px; background: #fff; }
.hero-panel > p:first-child { margin-bottom: 22px; font-size: 11.5px; letter-spacing: .18em; font-weight: 700; color: var(--dim); }
.hero-panel dl { margin: 0; display: grid; }
.hero-panel dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line-soft); }
.hero-panel dl > div:first-child { padding-top: 0; border-top: 0; }
.hero-panel dt { font-size: 15.5px; color: var(--ink-2); }
.hero-panel dd { margin: 0; font-size: clamp(28px, 3vw, 40px); font-weight: 900; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-panel dd span { font-size: 14px; font-weight: 500; margin-left: 4px; color: var(--dim); }
.hero-panel dd[data-accent] { color: var(--blue); }
.hero-panel-note { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line-soft); font-size: 13px; line-height: 1.8; color: var(--dim); }
.hero-panel-rows { display: grid; gap: 11px; padding: 18px 0; border-top: 1px solid var(--line-soft); font-size: 14.5px; color: var(--muted); }
.hero-panel-rows > span { display: flex; justify-content: space-between; gap: 16px; }
.hero-panel-rows b { color: var(--navy); font-weight: 600; font-variant-numeric: tabular-nums; }
.hero-quote { margin: 0; padding: 28px 30px; border-radius: 16px; background: #fff; border: 1px solid var(--line-mid); }
.hero-quote p { font-size: 21px; font-weight: 500; line-height: 1.75; letter-spacing: -.022em; color: var(--navy); }
.hero-quote footer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); font-size: 13.5px; color: var(--dim); }

/* ---- 섹션 ---- */
.section-heading .eyebrow { display: flex; align-items: center; gap: 13px; color: var(--blue); }
.section-heading .eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--blue); }
.section-heading h2 { font-size: clamp(27px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.036em; text-wrap: balance; }
.section-heading h2 + p { font-size: 16px; line-height: 1.9; }
.testimonials { background: var(--tint); border-block: 1px solid var(--line-soft); }
.group-label { margin-bottom: 20px; font-size: 12px; letter-spacing: .14em; font-weight: 700; color: var(--dim); }

/* 남색은 여기 한 곳. 페이지 끝에서 상담으로 밀어준다. */
.closing-cta { margin-block: 92px; border-radius: 20px; background: var(--navy); color: #fff;
  padding: 52px 56px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.closing-cta h2 { margin-bottom: 12px; font-size: 30px; font-weight: 800; letter-spacing: -.032em; color: #fff; }
.closing-cta p { font-size: 16px; line-height: 1.85; color: #c6d7ea; max-width: 52ch; }
.closing-cta .button { flex-shrink: 0; background: #fff; color: var(--navy); border-color: #fff; font-weight: 700; min-height: 56px; padding-inline: 30px; }
.closing-cta .button:hover { background: var(--blue-soft); border-color: var(--blue-soft); }

/* ---- 학점은행제 ---- */
.creditbank-process { gap: 0; margin-top: 48px; border-top: 1px solid var(--line-mid); }
.creditbank-process li { flex-direction: column; align-items: flex-start; gap: 10px; padding: 28px;
  background: transparent; border-radius: 0; border-right: 1px solid var(--line-soft); }
.creditbank-process li:first-child { padding-left: 0; }
.creditbank-process li:last-child { padding-right: 0; border-right: 0; }
.creditbank-process .step-number { margin: 0; font-size: 32px; font-weight: 900; color: var(--blue); letter-spacing: -.03em; }
.creditbank-process li > span:last-child, .creditbank-process li { font-size: 17px; font-weight: 500; }

.creditbank-subsection h3 { font-size: clamp(21px, 2.2vw, 26px); font-weight: 700; letter-spacing: -.03em; }
.creditbank-uses { padding-inline-start: 0; list-style: none; gap: 0 56px; margin-top: 20px; counter-reset: use; }
.creditbank-uses li { counter-increment: use; display: flex; align-items: baseline; gap: 16px; padding: 15px 0;
  border-bottom: 1px solid var(--line-soft); color: var(--ink); font-size: 16px; line-height: 1.7; }
.creditbank-uses li::before { content: counter(use, decimal-leading-zero); flex-shrink: 0;
  font-size: 12px; font-weight: 700; color: var(--blue); font-variant-numeric: tabular-nums; }

/* 학위 3종은 기존 마크업(학위별 article)을 그대로 두고 배치만 바꾼다.
   넓을 때는 subgrid 로 각 줄을 가로로 맞춰 세 학위를 비교할 수 있게 하고,
   좁아지면 자연스럽게 카드 3장으로 접힌다. 마크업을 갈아엎지 않아도 둘 다 된다. */
.creditbank-degrees { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.creditbank-degree { padding: 30px 28px 28px; border: 1px solid var(--line-mid); border-radius: 16px;
  background: #fff; transition: transform .18s ease, border-color .18s ease; }
.creditbank-degree:hover { border-color: #bed1ef; }
.creditbank-degree h3 { font-size: 21px; font-weight: 700; letter-spacing: -.024em; }
.creditbank-degree-note { margin-top: 6px; font-size: 13px; color: var(--dim); }
.creditbank-degree dl { margin: 22px 0 0; display: grid; gap: 0; }
.creditbank-degree dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0;
  border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.creditbank-degree dt { color: var(--dim); }
.creditbank-degree dd { margin: 0; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.creditbank-total { margin-top: 20px; font-size: clamp(28px, 3vw, 36px); font-weight: 900;
  letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.creditbank-duration { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.creditbank-duration p { color: var(--muted); font-size: 13px; line-height: 1.85; }
/* 학사학위가 가장 많이 선택되는 경로다. 한 장만 파랑으로 세운다. */
.creditbank-degree:nth-child(2) { border-color: var(--blue); }
.creditbank-degree:nth-child(2) .creditbank-total { color: var(--blue); }
@supports (grid-template-rows: subgrid) {
  .creditbank-degrees { grid-template-rows: repeat(5, auto); }
  .creditbank-degree { display: grid; grid-row: span 5; grid-template-rows: subgrid; align-content: start; }
  .creditbank-degree h3 { align-self: end; }
}

/* 훑어보는 목록이라 표가 아니라 칩이 맞다. 전공 사진은 21개를 다 만들 수 없어 쓰지 않는다. */
.creditbank-majors, .major-list { display: flex; flex-wrap: wrap; gap: 10px; grid-template-columns: none; }
.creditbank-majors li, .major-list li { display: inline-flex; flex-direction: row; padding: 0; }
.creditbank-majors .major-name, .major-list .major-name { display: inline-flex; align-items: center;
  min-height: 42px; padding: 11px 19px; background: #fff; border: 1px solid var(--line-mid);
  border-radius: 999px; font-size: 15px; font-weight: 400; color: var(--navy);
  transition: border-color .15s, background-color .15s, transform .12s ease; }
.creditbank-majors li:hover .major-name, .major-list li:hover .major-name {
  border-color: var(--blue); background: var(--blue-soft); transform: translateY(-1px); }
.major-body { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* ---- 소개 ---- */
.about-coaches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.about-coach { overflow: hidden; border: 1px solid var(--line-mid); border-radius: 16px; background: #fff;
  transition: transform .18s ease, border-color .18s ease; }
.about-coach:hover { transform: translateY(-3px); border-color: #bed1ef; }
.about-coach > img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; object-position: center 20%; }
.about-coach-body { padding: 24px 24px 26px; }
.about-coach-body h3 { font-size: 21px; font-weight: 700; letter-spacing: -.024em; }
.about-coach-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 8px; font-size: 13px; }
.about-coach-meta p { color: var(--blue); font-weight: 600; }
.about-coach-meta span { padding: 3px 9px; border-radius: 999px; background: #f1f6fd; color: var(--muted);
  font-size: 11.5px; font-weight: 500; font-variant-numeric: tabular-nums; }
.about-coach-quote { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft);
  font-size: 15px; line-height: 1.75; font-weight: 500; color: var(--ink); }
.about-coach-body ul { margin: 14px 0 0; padding-inline-start: 0; list-style: none; display: grid; gap: 7px; }
.about-coach-body li { display: flex; gap: 9px; align-items: baseline; color: var(--muted); font-size: 13px; line-height: 1.7; }
.about-coach-body li::before { content: ""; flex-shrink: 0; width: 4px; height: 4px; border-radius: 50%;
  background: #a9bdd4; transform: translateY(-2px); }

/* 전문 컨설턴트 9명은 가로형으로 압축한다. 큰 카드 12장은 훑기 어렵다. */
.about-coaches--compact { gap: 20px; margin-top: 0; }
.about-coaches--compact .about-coach { display: flex; gap: 18px; align-items: center; padding: 16px;
  border-color: var(--line-soft); }
.about-coaches--compact .about-coach > img { width: 78px; height: 78px; aspect-ratio: 1; border-radius: 10px;
  object-position: center 18%; flex-shrink: 0; }
.about-coaches--compact .about-coach-body { padding: 0; min-width: 0; }
.about-coaches--compact .about-coach-body h3 { font-size: 17px; }
.about-coaches--compact .about-coach-meta { margin-top: 5px; font-size: 12.5px; }
.about-coaches--compact .about-coach-quote { margin-top: 8px; padding-top: 0; border-top: 0;
  font-size: 13px; line-height: 1.65; font-weight: 400; color: var(--muted); }
.about-coaches--compact .about-coach-body ul { display: none; }

/* 찾아오시는 길 — 빈 지도 상자가 아니라 정보가 먼저 */
.about-location { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.about-location-details { background: #fff; border: 1px solid var(--line-mid); border-radius: 16px; padding: 28px 30px; }
.about-location-details > div { padding: 20px 0; border-top: 1px solid var(--line-soft); }
.about-location-details > div:first-child { padding-top: 0; border-top: 0; }
.about-location-details h3 { margin-bottom: 8px; font-size: 11.5px; letter-spacing: .16em; font-weight: 700; color: var(--dim); }
.about-location-details p { font-size: 16px; line-height: 1.8; }
.about-phone { font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--blue); font-variant-numeric: tabular-nums; }
.about-hours { display: grid; gap: 6px; font-size: 14.5px; color: var(--muted); }
.about-hours > span { display: flex; justify-content: space-between; gap: 16px; }
.about-hours b { color: var(--navy); font-weight: 500; font-variant-numeric: tabular-nums; }
/* 지도는 실제 구글맵 iframe 이다. 높이를 주지 않으면 브라우저 기본 150px 로 찌그러진다. */
.about-map { display: block; width: 100%; height: 460px; border: 1px solid var(--line-mid);
  border-radius: 16px; background: #fff; }

/* ---- 커리큘럼: 사진이 먼저 오는 카드 격자 ----
   글자 행만으로는 훑을 게 없다. 노션 썸네일이 있으면 그걸, 없으면 분류별 대체 사진을 쓴다. */
.curriculum-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 24px;
  margin-top: 36px; list-style: none; padding: 0; border: 0; }
.curriculum-item { display: block; padding: 0; background: #fff; border: 1px solid var(--line-mid);
  border-radius: 16px; overflow: hidden; transition: transform .18s ease, border-color .18s ease; }
.curriculum-item:hover { transform: translateY(-4px); border-color: #bed1ef; background: #fff; }
.curriculum-item .curriculum-link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.curriculum-figure { position: relative; }
.curriculum-thumb { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover;
  display: block; background: var(--tint); border-radius: 0; }
.curriculum-tag { position: absolute; left: 14px; bottom: 14px; margin: 0; padding: 5px 12px;
  border-radius: 6px; background: var(--blue); border: 0; color: #fff; font-size: 11.5px; font-weight: 600; }
.curriculum-body { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 20px 22px 22px; }
.curriculum-figure:not(:has(img)) { padding: 20px 22px 0; }
.curriculum-figure:not(:has(img)) .curriculum-tag { position: static; display: inline-flex; }
.curriculum-item h3 { font-size: 18px; font-weight: 700; letter-spacing: -.024em; line-height: 1.45; margin: 0; overflow-wrap: anywhere; }
.curriculum-body > p:not(.curriculum-meta) { margin-top: 9px; font-size: 14px; line-height: 1.75; color: var(--muted);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.curriculum-item .curriculum-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: auto; padding-top: 14px;
  white-space: normal; overflow-wrap: anywhere;
  border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--dim); font-variant-numeric: tabular-nums; }

/* 목표로 고르기 — 개수는 노션을 따라간다 */
.goal-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.goal-filter button { display: inline-flex; align-items: center; gap: 6px; min-height: 42px; padding: 10px 18px;
  border-radius: 999px; border: 1px solid var(--line-mid); background: #fff; color: var(--ink); font-size: 14px; }
.goal-filter button b { font-variant-numeric: tabular-nums; font-weight: 500; color: var(--dim); }
.goal-filter button:hover { border-color: var(--blue); }
.goal-filter button[aria-pressed="true"] { background: var(--blue); border-color: var(--blue); color: #fff; font-weight: 500; }
.goal-filter button[aria-pressed="true"] b { color: #fff; }

/* ---- 수료후기: 커리큘럼과 같은 사진 카드 격자 ---- */
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
  margin-top: 36px; border: 0; }
.review-card--link, .review-card.review-card--link { display: block; padding: 0; border: 1px solid var(--line-mid);
  border-radius: 16px; overflow: hidden; background: #fff; transition: transform .18s ease, border-color .18s ease; }
.review-card--link:hover { transform: translateY(-4px); border-color: #bed1ef; background: #fff; }
.review-figure { position: relative; }
.review-thumb { width: 100%; aspect-ratio: 4 / 3; height: auto; border-radius: 0; object-fit: cover;
  object-position: center 22%; display: block; background: var(--tint); }
.review-card-body .review-course, .review-figure .review-course { position: absolute; left: 14px; bottom: 14px;
  margin: 0; padding: 5px 12px; border-radius: 6px; background: var(--blue); color: #fff;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0; }
.review-card-body { padding: 20px 22px 22px; gap: 0; }
.review-title { font-size: 19px; font-weight: 700; letter-spacing: -.024em; line-height: 1.45; }
.review-summary { margin-top: 9px; font-size: 14px; line-height: 1.75; color: var(--muted);
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.review-card-body .review-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--dim); font-variant-numeric: tabular-nums; }

/* 작성자는 왼쪽, 등록일은 오른쪽. 좁은 카드에서는 날짜만 다음 줄로 내려간다. */
.post-meta.post-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 12px; line-height: 1.5; }
.post-meta .post-author { display: inline-flex; align-items: center; gap: 6px; min-width: 0; max-width: 100%; color: var(--muted); font-weight: 500; }
.post-author > span { overflow-wrap: anywhere; }

/* 요청된 문장만 의미 단위로 줄바꿈하며 데스크톱 원형 배치는 유지한다. */
.mobile-line { display: inline; }
.audience-label { min-width: 0; }
.plan-copy { word-break: keep-all; overflow-wrap: break-word; }
@media (max-width: 767px) {
  .mobile-line { display: block; }
  .desktop-break { display: none; }
  #advantages-title, #testimonials-title, #creditbank-comparison-title,
  .creditbank-law-copy, .audience-intro, .audience-label {
    word-break: keep-all; overflow-wrap: break-word;
  }
  #advantages-title .mobile-line, #testimonials-title .mobile-line,
  #creditbank-comparison-title .mobile-line { margin-top: .1em; }
  body[data-feedback] .audience-intro { padding-inline: 12px; }
}
.post-meta .post-author-logo { display: block; flex: 0 0 18px; width: 18px; height: 18px; aspect-ratio: 1; object-fit: contain; border-radius: 0; }
.post-meta .post-date { white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--muted); }
.post-meta > .post-date, .post-meta > [data-detail-date] { margin-inline-start: auto; }
.post-date::before { content: ''; display: inline-block; width: 12px; height: 12px; margin-inline-end: 5px; vertical-align: -1px; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='2' y='3' width='12' height='11' rx='2' fill='none' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M5 1v4M11 1v4M2 7h12' fill='none' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat; }

/* v4 반응형 — 새 기본값보다 뒤에 와야 이긴다. */
@media (max-width: 1023px) {
  .page-hero-grid:has(.hero-panel) { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero-panel, .hero-quote { max-width: 560px; }
  .about-coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .creditbank-degrees { grid-template-columns: 1fr; grid-template-rows: none; }
  .creditbank-degree { display: block; grid-row: auto; }
  .curriculum-facts { grid-column: 2; margin-top: 14px; }
  .curriculum-go { grid-column: 2; justify-self: start; margin-top: 16px; }
  .review-card--link, .review-card.review-card--link { grid-template-columns: 72px 150px minmax(0, 1fr); gap: 12px 28px; }
  .review-aside { grid-column: 3; text-align: left; margin-top: 6px; }
  .review-aside .review-meta { justify-content: flex-start; }
  .about-location { grid-template-columns: 1fr; gap: 28px; }
  .closing-cta { flex-direction: column; align-items: flex-start; gap: 28px; padding: 40px 36px; }
  .closing-cta .button { width: 100%; }
}
@media (max-width: 767px) {
  .page-hero { padding: 54px 0 48px; }
  .page-hero-glow { inset: -180px -170px auto auto; width: 460px; height: 460px; }
  .crumb { margin-bottom: 20px; font-size: 12px; }
  .page-hero h1 { margin-bottom: 16px; font-size: clamp(30px, 8.6vw, 40px); }
  .page-hero-lead { max-width: none; font-size: 15.5px; line-height: 1.85; }
  .page-hero-cta { margin-top: 26px; }
  .page-hero-cta .button { width: 100%; }
  .hero-panel, .hero-quote { max-width: none; padding: 22px 22px 20px; }
  .hero-quote p { font-size: 17.5px; }
  .section-heading .eyebrow::before, .page-hero .eyebrow::before { width: 18px; }
  .creditbank-process { grid-template-columns: 1fr; gap: 0; }
  .creditbank-process li { flex-direction: row; align-items: center; gap: 16px; padding: 18px 0;
    border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .creditbank-process .step-number { font-size: 24px; }
  .creditbank-uses { grid-template-columns: 1fr; }
  .creditbank-degree { padding: 24px 22px; }
  .creditbank-majors .major-name { min-height: 40px; padding: 10px 16px; font-size: 14px; }
  .about-coaches { grid-template-columns: 1fr; gap: 16px; }
  .about-coach > img { aspect-ratio: 16 / 10; }
  .about-coaches--compact .about-coach > img { aspect-ratio: 1; }
  .about-location-details { padding: 22px 22px; }
  .about-map-canvas { height: 260px; }
  .curriculum-item h3 { font-size: 20px; }
  .curriculum-index { font-size: 24px; }
  .curriculum-item p { font-size: 15px; }
  .review-card--link, .review-card.review-card--link { grid-template-columns: 54px minmax(0, 1fr); gap: 10px 18px; padding: 24px 0; }
  .review-thumb { grid-column: 2; height: 180px; }
  .review-card-body { grid-column: 2; }
  .review-aside { grid-column: 2; }
  .review-index { font-size: 24px; }
  .review-title { font-size: 20px; }
  .review-summary { font-size: 15px; }
  .closing-cta { margin-block: 56px; padding: 32px 24px; border-radius: 16px; }
  .closing-cta h2 { font-size: 22px; line-height: 1.42; }
  .closing-cta p { font-size: 14.5px; }
}
@media (max-width: 479px) {
  .creditbank-majors { gap: 8px; }
  .curriculum-item, .review-card--link, .review-card.review-card--link { grid-template-columns: minmax(0, 1fr); }
  .curriculum-index, .review-index { display: block; }
  .curriculum-facts, .curriculum-go, .review-thumb, .review-card-body, .review-aside { grid-column: 1; }
}

/* ---- v5: 배너 사진 층 ----
   원본 사이트는 하위 페이지마다 전면 사진을 쓴다. 우리 배너는 색면뿐이라
   나란히 두면 밀도에서 밀렸다. 밝은 톤은 유지하되 사진을 깔고,
   왼쪽은 흰 막으로 덮어 글자를 읽히게 하고 오른쪽에서 사진이 드러나게 한다. */
.page-hero-photo { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%; }
.page-hero-scrim { position: absolute; z-index: -2; inset: 0;
  background: linear-gradient(100deg, #fbfcfe 0%, rgb(251 252 254 / 97%) 30%, rgb(246 249 253 / 66%) 52%, rgb(246 249 253 / 12%) 86%); }
.page-hero:has(.page-hero-photo) { background: #fbfcfe; }
.page-hero:has(.page-hero-photo) .page-hero-glow { opacity: .55; }
@media (max-width: 1023px) { .curriculum-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .curriculum-item { display: block; } }
@media (max-width: 767px)  { .curriculum-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .curriculum-figure:not(:has(img)) { padding: 16px 18px 0; }
  .curriculum-body { padding: 16px 18px 18px; } .curriculum-item h3 { font-size: 16.5px; } }
@media (max-width: 479px)  { .curriculum-list { grid-template-columns: 1fr; grid-auto-rows: auto; } }
@media (max-width: 1023px) { .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .review-card--link, .review-card.review-card--link { display: block; } }
@media (max-width: 767px)  { .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .review-card-body { padding: 16px 18px 18px; } .review-title { font-size: 16.5px; } }
@media (max-width: 479px)  { .review-grid { grid-template-columns: 1fr; } }

/* ============================================================
   v6 — 하위 페이지 모션 · 배경톤 (홈 제외)
   지적: "모션·효과·배경톤·배경이 전혀 없어서 심심하다."
   실제로 사이트 전체에 등장 효과가 0개였다. _ui.mjs 가 본문을 다시 쓰면서
   빌드가 심어둔 data-reveal 이 통째로 사라져 있었다.
   여기서는 하위 페이지(body[data-page="sub"])에만 모션과 배경층을 준다.
   ============================================================ */

/* ---- 스크롤 등장 ---- */
[data-page] [data-reveal] { opacity: 0; transform: translateY(18px);
  transition: opacity .62s cubic-bezier(.22,.61,.36,1), transform .62s cubic-bezier(.22,.61,.36,1); }
[data-page] [data-reveal="in"] { opacity: 1; transform: none; }
/* 격자·목록은 한 줄씩 따라 들어오게 — 전부 동시에 뜨면 움직임이 안 읽힌다. */
[data-page="sub"] [data-reveal="in"] > .about-coach,
[data-page="sub"] [data-reveal="in"] > .creditbank-degree,
[data-page="sub"] [data-reveal="in"] > .curriculum-item,
[data-page="sub"] [data-reveal="in"] > .review-card--link,
[data-page] [data-reveal="in"] > .advantage-card,
[data-page] [data-reveal="in"] > .review-card,
[data-page] [data-reveal="in"] > li { animation: edu-rise .58s cubic-bezier(.22,.61,.36,1) both; }
[data-page] [data-reveal="in"] > *:nth-child(1) { animation-delay: .02s; }
[data-page] [data-reveal="in"] > *:nth-child(2) { animation-delay: .07s; }
[data-page] [data-reveal="in"] > *:nth-child(3) { animation-delay: .12s; }
[data-page] [data-reveal="in"] > *:nth-child(4) { animation-delay: .17s; }
[data-page] [data-reveal="in"] > *:nth-child(5) { animation-delay: .21s; }
[data-page] [data-reveal="in"] > *:nth-child(6) { animation-delay: .25s; }
[data-page] [data-reveal="in"] > *:nth-child(n+7) { animation-delay: .29s; }
@keyframes edu-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* 멘토 내용은 항상 보인다. 첫 카드에는 대기 없이, 이후 카드에는 개별 진입 모션만 준다. */
@media (prefers-reduced-motion: no-preference) {
  [data-page="sub"] [data-coach-enter="immediate"],
  [data-page="sub"] [data-coach-enter="in"] {
    animation: coach-enter .45s cubic-bezier(.22,.61,.36,1);
  }
}
@keyframes coach-enter {
  from { opacity: .35; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 배너는 관찰을 기다리지 않는다. 첫 화면이 비어 보이면 로딩 실패로 읽힌다. */
[data-page="sub"] .page-hero .page-hero-main > * { animation: edu-rise .7s cubic-bezier(.22,.61,.36,1) both; }
[data-page="sub"] .crumb { animation-delay: .02s; }
[data-page="sub"] .page-hero .eyebrow { animation-delay: .08s; }
[data-page="sub"] .page-hero h1 { animation-delay: .14s; }
[data-page="sub"] .page-hero-lead { animation-delay: .21s; }
[data-page="sub"] .page-hero-cta { animation-delay: .28s; }
[data-page="sub"] .hero-panel, [data-page="sub"] .hero-quote {
  animation: edu-rise .8s cubic-bezier(.22,.61,.36,1) .24s both; }

/* ---- 배경톤 ----
   흰 바탕 한 장에 상자만 얹으니 평면이었다. 구역마다 바탕을 바꾸고
   옅은 빛과 격자를 깔아 깊이를 만든다. 전부 CSS 라 이미지가 필요 없다. */
[data-page] .section { position: relative; isolation: isolate; }
[data-page] .section::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; }

/* 밝은 구역: 오른쪽 위에서 번지는 옅은 블루 */
[data-page] .section:not(.testimonials)::before {
  background: radial-gradient(760px 420px at 88% 0%, rgb(33 85 201 / 5%), rgb(33 85 201 / 0%) 70%); }

/* 톤 구역: 바탕색 + 미세 격자 + 아래쪽 빛 */
[data-page] .testimonials { background: var(--tint); }
[data-page] .testimonials::before {
  background:
    radial-gradient(880px 460px at 12% 100%, rgb(33 85 201 / 7%), rgb(33 85 201 / 0%) 68%),
    repeating-linear-gradient(0deg, rgb(16 46 76 / 3.5%) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(90deg, rgb(16 46 76 / 3.5%) 0 1px, transparent 1px 40px);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent); }

/* 구역이 바뀌는 자리에 얇은 빛줄 하나 — 경계가 생기면 리듬이 읽힌다. */
[data-page] .testimonials::after { content: ""; position: absolute; z-index: -1; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgb(33 85 201 / 26%), transparent); }

/* ---- 배너 아래로 본문이 올라타는 배치 ---- */
[data-page="sub"] .page-hero + .section { margin-top: -36px; padding-top: 76px;
  background: #fff; border-radius: 26px 26px 0 0; box-shadow: 0 -14px 34px rgb(16 46 76 / 5%); }
[data-page="sub"] .page-hero + .section::before { border-radius: 26px 26px 0 0; }

/* ---- 눌리고 뜨는 반응 ---- */
[data-page] .button { transition: background-color .15s, border-color .15s, transform .12s ease, box-shadow .18s ease; }
[data-page] .button:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgb(33 85 201 / 22%); }
[data-page] .button:active { transform: translateY(0); box-shadow: none; }
[data-page] .button-quiet:hover { box-shadow: 0 6px 18px rgb(16 46 76 / 10%); }
[data-page="sub"] .curriculum-item, [data-page="sub"] .review-card--link, [data-page="sub"] .about-coach,
[data-page="sub"] .creditbank-degree { transition: transform .2s cubic-bezier(.22,.61,.36,1), border-color .2s ease, box-shadow .2s ease; }
[data-page="sub"] .curriculum-item:hover, [data-page="sub"] .review-card--link:hover,
[data-page="sub"] .about-coach:hover, [data-page="sub"] .creditbank-degree:hover {
  box-shadow: 0 14px 32px rgb(16 46 76 / 10%); }
[data-page="sub"] .curriculum-thumb, [data-page="sub"] .review-thumb, [data-page="sub"] .about-coach > img {
  transition: transform .4s cubic-bezier(.22,.61,.36,1); }
[data-page="sub"] .curriculum-item:hover .curriculum-thumb,
[data-page="sub"] .review-card--link:hover .review-thumb,
[data-page="sub"] .about-coach:hover > img { transform: scale(1.035); }
[data-page="sub"] .curriculum-figure, [data-page="sub"] .review-figure { overflow: hidden; }

/* 링크는 밑줄이 자라게 */
[data-page="sub"] .review-go, [data-page="sub"] .text-link { position: relative; }
[data-page="sub"] .review-go { border-bottom-color: transparent; }
[data-page="sub"] .review-go::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px;
  background: var(--navy); transition: right .28s cubic-bezier(.22,.61,.36,1); }
[data-page="sub"] .review-card--link:hover .review-go::after { right: 0; }

/* 목차·필터 칩도 반응한다 */
[data-page="sub"] .goal-filter button { transition: background-color .15s, border-color .15s, transform .12s ease; }
[data-page="sub"] .goal-filter button:hover { transform: translateY(-1px); }
[data-page="sub"] .major-list li .major-name { transition: color .15s ease; }
[data-page="sub"] .major-list li:hover .major-name { color: var(--blue); }

@media (prefers-reduced-motion: reduce) {
  [data-page] [data-reveal] { opacity: 1; transform: none; }
  [data-page="sub"] .page-hero .page-hero-main > *, [data-page="sub"] .hero-panel,
  [data-page="sub"] .hero-quote, [data-page="sub"] [data-reveal="in"] > * { animation: none !important; }
}
@media (max-width: 767px) {
  [data-page="sub"] .page-hero + .section { margin-top: -24px; padding-top: 52px; border-radius: 20px 20px 0 0; }
}

/* ============================================================
   v7 — 회색 바탕 + 흰 패널 배치, 가운데 정렬 헤딩 (홈 제외)
   원본 방식으로 맞춘다: 페이지 바탕은 회색빛이고 내용은 흰 도형(패널) 위에 얹힌다.
   섹션 제목은 가운데 정렬 + 파란 알약 라벨.
   ============================================================ */
[data-page] { background: #eef2f7; }
[data-page] main { background: #eef2f7; }

/* 섹션 안쪽 컨테이너를 흰 도형으로 세운다. 마크업을 바꾸지 않고 배치만 바꾼다. */
[data-page] main .section { padding-block: 26px; background: transparent; border: 0; }
[data-page] main .section > .container { background: #fff; border-radius: 22px;
  padding: 72px 64px; width: min(1216px, calc(100% - 48px)); box-shadow: 0 2px 10px rgb(16 46 76 / 4%); }
[data-page] main .section.testimonials { background: transparent; border: 0; }
[data-page] main .section.testimonials > .container { background: var(--tint); }
[data-page] main .section::before, [data-page] main .section::after { display: none; }

/* 흰 도형 안쪽에도 옅은 빛을 둔다 — 평평한 백지가 되지 않게. */
[data-page] main .section > .container { position: relative; isolation: isolate; overflow: hidden; }
[data-page] main .section > .container::before { content: ""; position: absolute; z-index: -1; inset: 0;
  pointer-events: none;
  background: radial-gradient(620px 340px at 92% 0%, rgb(33 85 201 / 5%), rgb(33 85 201 / 0%) 70%); }
[data-page] main .section.testimonials > .container::before {
  background:
    radial-gradient(720px 380px at 8% 100%, rgb(33 85 201 / 8%), rgb(33 85 201 / 0%) 68%),
    repeating-linear-gradient(0deg, rgb(16 46 76 / 3%) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(90deg, rgb(16 46 76 / 3%) 0 1px, transparent 1px 40px); }

/* 배너 바로 아래 도형이 배너 위로 올라탄다 */
[data-page="sub"] .page-hero + .section { margin-top: -44px; padding-top: 0; background: transparent;
  border-radius: 0; box-shadow: none; }
[data-page="sub"] .page-hero + .section > .container { box-shadow: 0 -10px 30px rgb(16 46 76 / 7%); }

/* ---- 가운데 정렬 헤딩 + 파란 알약 라벨 ---- */
[data-page] .section-heading { text-align: center; margin-bottom: 44px; }
[data-page] .section-heading .eyebrow { display: inline-flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 20px; padding: 7px 16px; border-radius: 999px;
  background: var(--blue-soft); color: #1a48ab; font-size: 11.5px; letter-spacing: .14em; font-weight: 700; }
[data-page] .section-heading .eyebrow::before { display: none; }
[data-page] .section-heading h2 { margin-inline: auto; max-width: 22ch; }
[data-page] .section-heading h2 + p { margin-inline: auto; max-width: 58ch; }
[data-page] .heading-row { display: block; text-align: center; }
[data-page] .heading-row .text-link { margin-top: 18px; }
[data-page="sub"] .group-label { text-align: center; }

/* 헤딩 옆에 붙어 있던 보조 문구는 가운데로 내려온다 */
[data-page] .section > .container > div:first-child > p:last-child[style*="right"] { text-align: center; }

/* 좌우 2단이던 구역은 도형 안에서 가운데로 모은다 */
[data-page="sub"] .creditbank-subsection { text-align: center; }
[data-page="sub"] .creditbank-subsection > p { margin-inline: auto; max-width: 56ch; }
[data-page="sub"] .creditbank-uses li { text-align: left; }
[data-page="sub"] .creditbank-majors, [data-page="sub"] .major-list { justify-content: center; }
[data-page] .contact-intro { text-align: center; }
[data-page] .contact-intro h2 { margin-inline: auto; }
[data-page] .contact-guide { text-align: left; max-width: 420px; margin-inline: auto; }

/* 상담 띠는 도형 바깥에 그대로 둔다 — 남색은 이 한 곳뿐이다 */
[data-page="sub"] main .section:has(.closing-cta) > .container { background: transparent;
  box-shadow: none; padding: 0; overflow: visible; }
[data-page="sub"] main .section:has(.closing-cta) > .container::before { display: none; }
[data-page="sub"] .closing-cta { text-align: left; }

@media (max-width: 1023px) {
  [data-page] main .section > .container { padding: 52px 36px; border-radius: 18px; }
}
@media (max-width: 767px) {
  [data-page] main .section { padding-block: 14px; }
  [data-page] main .section > .container { padding: 40px 22px; border-radius: 16px;
    width: calc(100% - 24px); }
  [data-page="sub"] .page-hero + .section { margin-top: -28px; }
  [data-page] .section-heading { margin-bottom: 30px; }
  [data-page] .section-heading h2 { max-width: none; }
}
/* 헤딩이 가운데인데 셀만 왼쪽이면 어긋나 보인다. */
[data-page="sub"] .creditbank-process li { align-items: center; text-align: center; }
[data-page="sub"] .creditbank-subsection > h3 { margin-inline: auto; }
[data-page="sub"] .prose { margin-inline: auto; text-align: center; }
[data-page="sub"] .about-location, [data-page="sub"] .contact-grid { text-align: left; }

/* ============================================================
   v8 — 비율 교정 (실측 기반)
   잰 값에서 드러난 것:
   · 수료후기 배너가 화면의 78% — hero-quote 가 2단 규칙에 안 걸려 폭 1120px 로 퍼졌다
   · 지도가 460px 고정이라 옆 정보 카드(567~653px)보다 107~193px 짧아 줄이 어긋난다
   · 지도 가로세로비가 폭에 따라 1.28 → 0.98 → 0.70 으로 널뛴다
   · 소개 코치 격자가 1024px 에서도 3열이라 카드가 267×604(0.44)로 길쭉하다
   · 흰 도형 좌우 여백이 1440 에서 5%, 1024 에서 13% 로 리듬이 깨진다
   ============================================================ */

/* 인용 패널도 오른쪽 칸에 앉힌다. 이게 빠져서 배너가 첫 화면을 다 먹었다. */
.page-hero-grid:has(.hero-quote) { grid-template-columns: 1.08fr .92fr; gap: 88px; }
@media (max-width: 1023px) { .page-hero-grid:has(.hero-quote) { grid-template-columns: minmax(0, 1fr); gap: 36px; } }

/* 지도는 옆 카드 높이에 맞춘다. 좁아지면 가로세로비로 넘어간다. */
[data-page="sub"] .about-location { align-items: stretch; }
[data-page="sub"] .about-map { height: 100%; min-height: 420px; }
@media (max-width: 1023px) {
  [data-page="sub"] .about-location { align-items: start; }
  [data-page="sub"] .about-map { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
}
@media (max-width: 479px) { [data-page] .about-map { aspect-ratio: 4 / 3; } }

/* 배너가 첫 화면을 덮으면 아래에 뭐가 있는지 알 수 없다. */
@media (max-width: 1023px) { [data-page] .page-hero { padding: 56px 0 52px; } }
@media (max-width: 767px) {
  [data-page="sub"] .page-hero { padding: 40px 0 40px; }
  [data-page="sub"] .page-hero-cta { margin-top: 20px; }
  [data-page="sub"] .hero-panel, [data-page="sub"] .hero-quote { margin-top: 26px; padding: 20px 20px 18px; }
  [data-page="sub"] .page-hero-grid { gap: 0; }
  [data-page="sub"] .page-hero h1 { font-size: clamp(32px, 9.2vw, 42px); }
}

/* 3열을 유지하려면 흰 도형 안쪽 폭이 1100px 는 돼야 한다. 그 전에 2열로 내린다. */
@media (max-width: 1199px) { .about-coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1199px) { .curriculum-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* 도형 여백을 폭에 따라 움직여 리듬을 맞춘다(1440 에서 64, 1024 에서 44). */
[data-page] main .section > .container { padding: clamp(44px, 4.4vw, 72px) clamp(28px, 4.4vw, 64px); }

/* v8 마무리 — 위에서 1199px 규칙을 뒤에 붙이는 바람에 좁은 폭 규칙이 순서로 졌다.
   (390px 에서 코치 카드가 147×744 = 비율 0.20 으로 찌그러졌다.)
   같은 실수를 반복하지 않도록 여기서 폭을 내림차순으로 한 번에 확정한다. */
@media (max-width: 1199px) {
  .about-coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .curriculum-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1023px) {
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .about-coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .curriculum-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  /* 배너가 첫 화면을 90% 넘게 먹고 있었다. 아래에 뭐가 있는지 보이게 줄인다. */
  [data-page="sub"] .page-hero { padding: 34px 0 34px; }
  [data-page="sub"] .page-hero h1 { margin-bottom: 12px; }
  [data-page="sub"] .page-hero-lead { font-size: 15px; line-height: 1.75; }
  [data-page="sub"] .page-hero-cta { margin-top: 18px; gap: 8px; }
  [data-page="sub"] .page-hero-cta .button { min-height: 48px; }
  [data-page="sub"] .hero-panel, [data-page="sub"] .hero-quote { margin-top: 20px; }
  [data-page="sub"] .hero-panel dl > div { padding: 13px 0; }
  [data-page="sub"] .hero-panel > p:first-child { margin-bottom: 14px; }
  [data-page="sub"] .hero-panel-note { margin-top: 14px; padding-top: 12px; }
}
@media (max-width: 559px) {
  .about-coaches { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 479px) {
  .curriculum-list, .review-grid { grid-template-columns: 1fr; }
  [data-page="sub"] .page-hero-cta { flex-direction: column; align-items: stretch; }
}

/* 2단이 무너지는 폭부터 배너를 압축한다. 768px 에서 배너가 화면의 93% 였다 —
   패널이 아래로 내려가며 높이가 그대로 더해진 탓이다. */
@media (max-width: 1023px) {
  [data-page="sub"] .page-hero { padding: 40px 0 40px; }
  [data-page="sub"] .page-hero h1 { margin-bottom: 14px; }
  [data-page="sub"] .page-hero-cta { margin-top: 22px; }
  [data-page="sub"] .hero-panel, [data-page="sub"] .hero-quote { margin-top: 22px; padding: 22px 24px 20px; }
  [data-page="sub"] .hero-panel dl > div { padding: 14px 0; }
  [data-page="sub"] .hero-panel-rows { padding: 14px 0; gap: 9px; }
  [data-page="sub"] .hero-panel-note { margin-top: 14px; padding-top: 12px; }
  [data-page="sub"] .page-hero-grid { gap: 0; }
}

/* 작은 화면에서는 배너가 첫 화면을 88% 까지 먹었다. 숫자는 내용이라 지우지 않고
   여백과 글자만 줄여 아래 내용이 보이게 한다. */
@media (max-width: 479px) {
  [data-page="sub"] .page-hero { padding: 28px 0 28px; }
  [data-page="sub"] .crumb { margin-bottom: 14px; }
  [data-page="sub"] .page-hero .eyebrow { margin-bottom: 12px; }
  [data-page="sub"] .page-hero h1 { font-size: clamp(28px, 8.6vw, 34px); margin-bottom: 10px; }
  [data-page="sub"] .page-hero-lead { font-size: 14.5px; line-height: 1.7; }
  [data-page="sub"] .page-hero-cta { margin-top: 16px; }
  [data-page="sub"] .page-hero-cta .button { min-height: 46px; font-size: 14px; }
  [data-page="sub"] .hero-panel, [data-page="sub"] .hero-quote { margin-top: 16px; padding: 18px 18px 16px; }
  [data-page="sub"] .hero-panel dl > div { padding: 11px 0; }
  [data-page="sub"] .hero-panel dd { font-size: 30px; }
  [data-page="sub"] .hero-panel-rows { padding: 12px 0; gap: 8px; font-size: 13.5px; }
  [data-page="sub"] .hero-panel-note { margin-top: 12px; padding-top: 10px; font-size: 12.5px; }
}


/* ============================================================
   v9 — 홈 셸 승격 + 실측 결함 4건
   v6/v7 이 [data-page="sub"] 로 잠겨 있어 홈에만 지면·패널·등장이 없었다.
   위 generic 규칙을 [data-page] 로 넓혔고, 여기서는 홈 고유분만 다룬다.
   ============================================================ */

/* 홈: 사진 배너 위로 본문 패널이 올라탄다. 하위 페이지는 .page-hero(밝은 배너)라
   707행에서 따로 처리된다. 홈은 .hero(어두운 사진)라 얼굴이 모서리에 잘리지 않게 여유를 준다. */
[data-page="home"] .hero { padding-bottom: 56px; }
[data-page="home"] .hero + .section { margin-top: -40px; padding-top: 0; background: transparent; }
[data-page="home"] .hero + .section > .container { box-shadow: 0 -12px 32px rgb(16 46 76 / 10%); }

/* 남색 커리큘럼 띠는 도형 바깥에 둔다 — 하위 페이지의 .closing-cta 와 같은 처리.
   흰 패널 안에 남색 덩어리를 또 넣으면 상자 안의 상자가 된다. */
[data-page="home"] main .section:has(.curriculum-panel) > .container {
  background: transparent; box-shadow: none; padding: 0; overflow: visible; }
[data-page="home"] main .section:has(.curriculum-panel) > .container::before { display: none; }

/* 결함 1 — 후기 과정 배지가 카드 폭 전체로 늘어난다(실측 글자 81px / 상자 297px).
   .review-card 가 flex 컬럼이라 flex item 이 된 <p> 는 inline-block 이 block 으로
   blockify 되고 stretch 된다. .advantage-card 엔 align-items:flex-start 가 있는데 여기만 빠졌다.
   554행의 하위 페이지 position:absolute 변형과 부딪히지 않게 직계 자식으로 좁힌다. */
.review-card > .review-course { align-self: flex-start; max-width: 100%; }

/* 결함 3 — 후기 슬라이드에 다음 카드가 1px 도 안 보인다(실측 카드3+간격2 = 컨테이너 폭).
   폭별 열 수가 다르므로(3열/2열/1열) 각 구간 안에서만 좁힌다.
   .review-track .review-card 는 (0,2,0) 이라 205·235행의 (0,1,0) 반응형 규칙을
   전 폭에서 이겨버린다 — 모바일 카드가 82px 로 찌그러졌었다. */
@media (min-width: 1024px) { .review-track .review-card { flex-basis: calc((100% - 40px) / 3 - 26px); } }
@media (min-width: 768px) and (max-width: 1023px) { .review-track .review-card { flex-basis: calc((100% - 20px) / 2 - 26px); } }
/* 767px 이하는 235행의 flex-basis:86% 가 이미 14% 를 남긴다 — 건드리지 않는다. */

/* 결함 4 — 모바일 비교표가 어절 중간에서 쪼개진다.
   .creditbank-comparison th:first-child{width:12%} (0,2,1) 가 모바일 리셋
   .creditbank-table tbody th{width:auto} (0,1,2) 를 이겨 390px 에서 th 가 65px 에 갇힌다.
   word-break:keep-all 은 같은 줄의 overflow-wrap:break-word 에 무력화된다. */
@media (max-width: 767px) {
  [data-page] .creditbank-table.creditbank-comparison th,
  [data-page] .creditbank-table.creditbank-comparison td { width: auto; overflow-wrap: normal; }
}


/* ============================================================
   v10 — 원본 복원분의 새 구성요소
   하이라이트 마커 · 남색 통계 스트립 · 학점 계산기 · FAQ 아코디언 ·
   카카오톡/전화 채널(+모바일 하단 고정 바) · 인라인 아이콘 · 동의 체크박스.
   기존 규칙은 손대지 않고 맨 끝에서만 더한다 — 앞 층의 순서를 깨면
   v8 에서 겪은 "뒤에 붙인 넓은 폭 규칙이 좁은 폭을 이긴다" 가 재발한다.
   색은 기존 토큰(--navy --blue --blue-soft --ink --muted --line …)에서만 뽑는다.
   카카오 브랜드색만 예외 — 노란 판 위 검정 글자는 카카오 가이드가 정한 값이다.
   ============================================================ */

/* ---- 인라인 아이콘 기본값 ----
   아이콘은 파일 참조 없이 마크업 안에 직접 그린다. 줄 안에서 글자와 같이 눕고,
   flex 안에서 찌그러지지 않게 크기를 못박는다(flex:none = 0 0 auto). */
svg { width: 20px; height: 20px; flex: none; vertical-align: middle; }
.button svg, .text-link svg, .channel svg, .faq-list summary svg { width: 18px; height: 18px; }
.advantage-card svg, .icon-badge svg, .card-icon svg { width: 26px; height: 26px; }

/* 카드 아이콘은 판 위에 얹는다 — 파란 알약 라벨과 같은 어휘. */
.icon-badge, .card-icon { display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; margin-bottom: 18px; border-radius: 14px;
  background: var(--blue-soft); color: var(--blue);
  transition: background-color .18s ease, color .18s ease; }
.advantage-card:hover .icon-badge, .advantage-card:hover .card-icon { background: #fff; }

/* ---- 제목 하이라이트 마커 ----
   원본은 제목의 한 덩어리 뒤에 옅은 파란 띠를 깐다. 글자색은 건드리지 않으므로
   대비는 그대로다(띠가 없는 것과 같은 판정). 여러 줄로 접혀도 띠가 이어지게 clone. */
.mark, .hl { padding: 0 .06em;
  background-image: linear-gradient(transparent 58%, var(--blue-soft) 58%);
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone; box-decoration-break: clone; }
@supports (background: color-mix(in srgb, red 20%, transparent)) {
  .mark, .hl { background-image: linear-gradient(transparent 56%,
    color-mix(in srgb, var(--blue) 20%, transparent) 56%); }
}

/* ============================================================
   통계 카드 — 홈에서만 쓰는 단일 정의
   2026-09-16 22:27 피드백에 맞춰 아이콘·색·입체감을 한 규칙군에서 관리한다.
   ============================================================ */
#stats { margin-block: 48px 0; padding: 0; background: #eef4fc; color: #fff; }
main > #stats > .container { width: min(1200px, 100%); max-width: 1200px; margin: 0 auto;
  padding: 32px 40px; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
#stats > .container::before { display: none; }
#stats .stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; padding: 0; word-break: keep-all; }
#stats .stat { display: flex; min-width: 0; min-height: 226px; padding: 28px 18px 25px;
  flex-direction: column; align-items: center; justify-content: center;
  background: #2457bd linear-gradient(145deg, #3973de 0%, #2457bd 100%);
  border: 1px solid rgb(255 255 255 / 32%); border-radius: 16px;
  box-shadow: 0 14px 30px rgb(16 46 76 / 18%), inset 0 1px 0 rgb(255 255 255 / 16%);
  text-align: center; }
#stats .stat:nth-child(2) { background: #1e4ca9 linear-gradient(145deg, #326bd2 0%, #1e4ca9 100%); }
#stats .stat:nth-child(3) { background: #183f92 linear-gradient(145deg, #2a61c5 0%, #183f92 100%); }
#stats .stat:nth-child(4) { background: #123675 linear-gradient(145deg, #2458b4 0%, #123675 100%); }
#stats .stat-icon { display: inline-flex; width: 54px; height: 54px; margin-bottom: 18px;
  align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 50%; background: rgb(255 255 255 / 14%); color: #fff;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 16%); }
#stats .stat-icon svg { width: 26px; height: 26px; }
#stats .stat-value { display: block; margin: 0; color: #fff;
  font-family: var(--font); font-size: 36px; font-weight: 700; line-height: 1.25;
  letter-spacing: -.015em; font-variant-numeric: tabular-nums; }
#stats .stat-label { display: block; margin: 10px 0 0; color: rgb(255 255 255 / 82%);
  font-size: 13px; font-weight: 500; line-height: 1.5; }
[data-stat-chip] { font-variant-numeric: tabular-nums; }

/* 채울 값이 없어 숨겨지면 그다음 구역이 배너와 자연스럽게 맞닿는다. */
[data-page="home"] .hero + .section.stats[hidden] + .section {
  margin-top: -40px; padding-top: 0; background: transparent; }
[data-page="home"] .hero + .section.stats[hidden] + .section > .container {
  box-shadow: 0 -12px 32px rgb(16 46 76 / 10%); }

@media (max-width: 767px) {
  #stats { margin-top: 28px; }
  main > #stats > .container { width: 100%; padding: 26px 20px; }
  #stats .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  #stats .stat { min-height: 196px; padding: 22px 12px 20px; }
  #stats .stat-icon { width: 48px; height: 48px; margin-bottom: 14px; }
  #stats .stat-value { font-size: 32px; }
}

/* ============================================================
   학점 계산기 — 흰 도형 안 2열(입력 / 결과)
   폼과 결과가 형제일 때만 컨테이너를 격자로 세운다. 결과가 숨은 동안에는
   1열로 두어 오른쪽에 빈 칸이 남지 않게 한다(:has 의 인자 특이도로 hidden 이 이긴다).
   ============================================================ */
.calc-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 44px; align-items: start; }
[data-page] main .section.calc > .container:has(> .calc-result) {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 44px; align-items: start; }
[data-page] main .section.calc > .container:has(> .calc-result) > .section-heading { grid-column: 1 / -1; }
[data-page] main .section.calc > .container:has(> .calc-result[hidden]) {
  grid-template-columns: minmax(0, 1fr); }

.calc-form { min-width: 0; }
.calc-form .field { margin-bottom: 18px; }
.calc-form .calc-submit, .calc-form button[type="submit"] { width: 100%; margin-top: 4px; }
.calc-form > .calc-result { margin-top: 8px; }
.calc-hint { margin-top: 12px; color: var(--ink-2); font-size: 12.5px; line-height: 1.7; }

/* select 는 여태 규칙이 없었다 — 상담 시간대가 input 에서 select 로 바뀌므로
   input 과 같은 옷을 입힌다. 화살표는 파일 없이 두 겹 그라데이션으로 그린다. */
.field select, .calc-form select {
  display: block; width: 100%; min-width: 0; min-height: 48px; padding: 12px 44px 12px 14px;
  border: 1px solid #8191a6; border-radius: 6px; background-color: #fff; color: var(--ink);
  font-size: 16px; line-height: 1.5; -webkit-appearance: none; appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-2) 50%),
                    linear-gradient(135deg, var(--ink-2) 50%, transparent 50%);
  background-position: right 22px center, right 16px center;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.field select:focus, .calc-form select:focus {
  border-color: var(--blue); outline: 2px solid #b8d0ff; outline-offset: 2px; }
.field select:disabled { background-color: var(--pale); color: var(--muted); }

.calc-result { min-width: 0; padding: 26px 24px; border: 1px solid var(--line-mid);
  border-radius: 14px; background: var(--blue-soft); color: var(--ink); word-break: keep-all;
  animation: edu-rise .34s cubic-bezier(.22,.61,.36,1) both;
  transition: border-color .2s ease, background-color .2s ease; }
.calc-result > :first-child { margin-top: 0; }
.calc-number, .calc-result strong.calc-number { display: block;
  font-size: clamp(34px, 4.4vw, 46px); font-weight: 800; line-height: 1.1;
  letter-spacing: -.035em; color: var(--navy); font-variant-numeric: tabular-nums; }
.calc-result strong { font-weight: 700; color: var(--navy); }
.calc-result p { margin-top: 10px; color: var(--ink-2); font-size: 14.5px; line-height: 1.8; }
.calc-result dl { margin: 16px 0 0; display: grid; }
.calc-result dl > div { display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; padding: 11px 0; border-top: 1px solid rgb(33 85 201 / 16%); }
.calc-result dt { margin: 0; color: var(--ink-2); font-size: 13.5px; }
.calc-result dd { margin: 0; color: var(--navy); font-size: 16px; font-weight: 700;
  font-variant-numeric: tabular-nums; }
.calc-result ul { margin: 14px 0 0; padding-left: 18px; color: var(--ink-2);
  font-size: 14.5px; line-height: 1.8; }
.calc-result li { margin-top: 6px; }
.calc-note { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgb(33 85 201 / 16%);
  color: var(--ink-2); font-size: 12.5px; line-height: 1.7; }

/* ============================================================
   FAQ 아코디언 — details/summary
   ============================================================ */
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease; }
.faq-list details[open] { border-color: var(--line-strong); box-shadow: 0 10px 26px rgb(16 46 76 / 7%); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  min-height: 44px; padding: 17px 22px; cursor: pointer; list-style: none;
  color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.6; word-break: keep-all;
  transition: color .15s ease; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::marker { content: ""; }
.faq-list summary:hover { color: var(--blue); }
.faq-list summary:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; border-radius: 12px; }
/* 열림 표시 — 두 변만 남긴 사각형을 돌려 꺾쇠로 쓴다(파일 참조 없음). */
.faq-list summary::after { content: ""; flex: none; width: 9px; height: 9px; margin-right: 5px;
  border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: translateY(-3px) rotate(45deg);
  transition: transform .24s cubic-bezier(.22,.61,.36,1); }
.faq-list details[open] summary::after { transform: translateY(2px) rotate(-135deg); }
.faq-list details > :not(summary) { padding: 0 22px 20px; color: var(--muted);
  font-size: 15px; line-height: 1.85; word-break: keep-all; }
.faq-list details[open] > :not(summary) { animation: edu-rise .3s cubic-bezier(.22,.61,.36,1) both; }
.faq-list details > :not(summary) p + p { margin-top: 10px; }
.faq-list details > :not(summary) a { color: var(--blue); text-decoration: underline;
  text-underline-offset: 3px; }

/* ============================================================
   카카오톡 · 전화 채널
   ============================================================ */
.contact-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px; margin-top: 20px; }
.channel { display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 13px 18px; border: 1px solid transparent; border-radius: 10px;
  font-size: 15px; font-weight: 600; line-height: 1.4; text-align: center; word-break: keep-all;
  transition: transform .12s ease, box-shadow .18s ease, background-color .15s ease,
    border-color .15s ease, color .15s ease, filter .15s ease; }
.channel:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgb(16 46 76 / 12%); }
.channel:active { transform: translateY(0); box-shadow: none; }
/* 카카오 브랜드 가이드가 정한 조합 — 노란 판(#FEE500) 위 검정 글자(#191600). */
.channel-kakao { background: #FEE500; color: #191600; }
.channel-kakao:hover { filter: brightness(.96); }
.channel-tel { background: #fff; border-color: var(--line-strong); color: var(--ink); }
.channel-tel:hover { border-color: var(--blue); color: var(--blue); }
.channel-text { display: grid; gap: 2px; text-align: left; }
.channel strong, .channel .channel-value { font-weight: 700; letter-spacing: -.01em;
  font-variant-numeric: tabular-nums; }
.channel small, .channel .channel-label { display: block; font-size: 12px; font-weight: 500;
  letter-spacing: 0; opacity: .82; }

/* ============================================================
   개인정보 수집 동의
   ============================================================ */
.field-consent { display: flex; align-items: flex-start; gap: 10px; min-height: 44px;
  margin: 4px 0 18px; padding: 10px 2px; cursor: pointer;
  color: var(--ink-2); font-size: 13.5px; line-height: 1.6; word-break: keep-all;
  transition: color .15s ease; }
.field-consent:hover { color: var(--ink); }
.field-consent input[type="checkbox"] { flex: none; width: 20px; height: 20px; margin: 1px 0 0;
  accent-color: var(--blue); cursor: pointer; }
.field-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   좁은 폭 — 내림차순으로 한 번에 확정한다(v8 의 교훈)
   ============================================================ */
@media (max-width: 1023px) {
  [data-page] main .section.calc > .container:has(> .calc-result) { gap: 24px 32px; }
  .calc-grid { gap: 24px 32px; }
}
@media (max-width: 767px) {
  [data-page] main .section.calc > .container:has(> .calc-result) {
    grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .calc-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .calc-result { padding: 22px 20px; }
  .contact-channels { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .faq-list summary { padding: 15px 18px; font-size: 15px; }
  .faq-list details > :not(summary) { padding: 0 18px 17px; font-size: 14.5px; }
  .icon-badge, .card-icon { width: 46px; height: 46px; margin-bottom: 14px; border-radius: 12px; }
}

/* 휴대폰에서는 상담 채널을 화면 아래에 붙여 둔다 — 어디까지 내려가도 손이 닿는다.
   홈 인디케이터 영역만큼 안쪽 여백을 더하고, 푸터가 바에 가리지 않게 body 를 민다. */
@media (max-width: 479px) {
  /* 고정 바가 있는 페이지만 민다. 전부 밀면 채널이 없는 하위 페이지에서
     푸터 아래에 회색 띠 70px 가 남는다. */
  body:has(.contact-channels) { padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }
  .contact-channels { position: fixed; z-index: 35; inset: auto 0 0 0; margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgb(255 255 255 / 97%); border-top: 1px solid var(--line-mid);
    box-shadow: 0 -6px 20px rgb(16 46 76 / 12%); }
  .channel { min-height: 50px; padding: 10px 12px; border-radius: 9px; font-size: 14px; }
  .channel-text { text-align: center; }
  .channel small, .channel .channel-label { display: none; }
  .calc-result { padding: 20px 18px; }
}
@supports (backdrop-filter: blur(8px)) {
  @media (max-width: 479px) { .contact-channels { backdrop-filter: blur(8px); } }
}
/* 고정 바가 조상의 transform 안에 갇히면 화면이 아니라 그 상자를 기준으로 눕는다.
   [data-reveal] 은 뜨기 전 translateY(18px) 를 갖고 있어 실제로 그 상자가 된다. */
@media (max-width: 479px) {
  [data-page] [data-reveal]:has(.contact-channels) { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .calc-result, .faq-list details[open] > :not(summary) { animation: none !important; }
  .faq-list summary::after, .channel, .icon-badge, .card-icon { transition: none; }
  .channel:hover { transform: none; }
}

/* ============================================================
   v11 — 상담 채널 격자 빈칸 제거 (실측)
   항목이 3개인데 2열이라 마지막 줄에 늘 빈칸이 남았다
   (1440: 702px 채우고 351px 빔 / 390 고정바: 179px 빔).
   폭별로 항목 수와 열 수를 맞춘다.
   ============================================================ */
/* 데스크톱·태블릿: 3항목 = 3열. 나누어떨어지므로 빈칸이 없다. */
@media (min-width: 768px) {
  .contact-channels { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
/* 휴대폰 고정 바: 상담시간은 정보(누를 수 없다), 카톡·전화는 행동이다.
   정보를 한 줄 통으로 깔고 행동 둘을 아래 줄에 나란히 둔다 — 역시 빈칸이 없다.
   상담시간을 숨기면 이 문구가 모바일에서 아예 사라지므로 숨기지 않는다. */
@media (max-width: 479px) {
  .contact-channels > .channel-hours { grid-column: 1 / -1; min-height: 38px; padding: 6px 12px; }
  .contact-channels > .channel-hours .channel-label { display: inline; }
}

/* ============================================================
   v12 — 하위 페이지 마감 (홈과 같은 수준으로)
   playwright 로 1440/834/390 에서 about·creditbank·curriculum·review 를
   실제로 렌더해 잰 값과 그 처방:
   · 배너 eyebrow 가 "— ABOUT" (대시 + 캡스)라 홈 구역 제목의 알약 배지와
     어휘가 달랐다. 한 사이트에서 같은 역할의 라벨이 두 모양이면 마감이 아니다.
   · 소개 코치 격자가 834 에서 2열인데 항목이 3개 · 9개라 마지막 줄에
     368px / 366px 짜리 빈칸이 남아 있었다 (1440 에서는 3열이라 안 드러난다).
   · 커리큘럼 · 후기 격자는 노션이 주는 개수가 그때그때 다르고,
     커리큘럼은 목표 필터가 항목에 hidden 을 건다. "3개일 때만" 식 처방은
     다음 데이터에서 또 깨지므로 개수와 무관한 규칙으로 건다.
   · 본문에 들어갈 인라인 아이콘은 width/height 속성이 없으면 브라우저 기본
     300×150 으로 부푼다. 맥락마다 CSS 로 크기를 못박는다.
   색은 기존 토큰만 쓴다. 기존 규칙은 지우지 않고 맨 끝에서만 더한다.
   ============================================================ */

/* ---- 1. 배너 라벨을 홈과 같은 알약 배지로 ----
   값은 [data-page] .section-heading .eyebrow (v7) 와 같게 맞춘다.
   글자색 #1a48ab 는 그 규칙이 쓰던 값 그대로다 — 새 색을 만들지 않는다. */
[data-page] .page-hero .eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 0;
  margin-bottom: 22px; padding: 7px 16px; border-radius: 999px;
  background: var(--blue-soft); color: #1a48ab;
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em; }
/* 대시(—)는 알약과 겹쳐 읽히므로 이 맥락에서만 걷는다. */
[data-page] .page-hero .eyebrow::before { display: none; }

/* ---- 2. 배너 h1 위의 하이라이트 마커 ----
   v10 의 20% 는 흰 패널(#fff) 위에서 맞춘 값이다. 배너는 #fbfcfe 바탕에
   빛(page-hero-glow)과 사진이 겹쳐 띠가 묻힌다. 이 맥락에서만 띠를 진하게 한다.
   글자색은 건드리지 않으므로 글자 대비는 그대로다. */
[data-page="sub"] .page-hero h1 .hl,
[data-page="sub"] .page-hero h1 .mark {
  background-image: linear-gradient(transparent 58%, var(--blue-soft) 58%); }
@supports (background: color-mix(in srgb, red 20%, transparent)) {
  [data-page="sub"] .page-hero h1 .hl,
  [data-page="sub"] .page-hero h1 .mark {
    background-image: linear-gradient(transparent 56%,
      color-mix(in srgb, var(--blue) 30%, transparent) 56%); }
}

/* ---- 3. 본문 인라인 아이콘 — 맥락별 크기 고정 ----
   v10 의 전역 svg 규칙(20×20)이 1차 방어선이고, 여기서 하위 페이지 본문
   맥락마다 실제로 맞는 크기를 확정한다. flex:none 이 없으면 flex 줄 안에서
   찌그러진다(0 0 auto). */
[data-page="sub"] .creditbank-process svg,
[data-page="sub"] .creditbank-degree > svg,
[data-page="sub"] .about-location-details > div > svg {
  width: 26px; height: 26px; flex: none; color: var(--blue); }
[data-page="sub"] .creditbank-uses svg,
[data-page="sub"] .creditbank-table svg,
[data-page="sub"] .about-coach-body svg,
[data-page="sub"] .about-location-details p svg,
[data-page="sub"] .contact-guide svg,
[data-page="sub"] .prose svg,
[data-page="sub"] .step-list svg {
  width: 18px; height: 18px; flex: none; }
[data-page="sub"] .crumb svg,
[data-page="sub"] .group-label svg,
[data-page="sub"] .about-coach-meta svg,
[data-page="sub"] .creditbank-degree-note svg {
  width: 14px; height: 14px; flex: none; }

/* 줄 맨 앞 아이콘은 글자 첫 줄에 맞춘다. 상자 가운데에 맞추면 문단이 길수록
   아이콘이 아래로 내려가 글자와 어긋난다. */
[data-page="sub"] .creditbank-uses li > svg:first-child,
[data-page="sub"] .contact-guide li > svg:first-child,
[data-page="sub"] .step-list li > svg:first-child,
[data-page="sub"] .about-coach-body li > svg:first-child {
  align-self: flex-start; margin-top: .18em; }

/* 제목 앞 아이콘은 글자 크기를 따라가되 글자 아래선에 맞춰 앉힌다. */
[data-page="sub"] h2 > svg:first-child,
[data-page="sub"] h3 > svg:first-child {
  width: 22px; height: 22px; margin-right: 9px; vertical-align: -.16em; color: var(--blue); }

/* 아이콘만 있는 판(아이콘 배지)은 v10 값을 그대로 쓴다 — 여기서는 하위 페이지에서
   판 없이 본문에 바로 놓이는 아이콘이 글자 옆에서 뜨지 않게만 잡는다. */
[data-page="sub"] p > svg, [data-page="sub"] li > svg, [data-page="sub"] dd > svg,
[data-page="sub"] dt > svg { vertical-align: -.22em; }

/* ============================================================
   4. 격자 마지막 줄 빈칸
   항목 수 % 열 수 ≠ 0 이면 마지막 줄에 반드시 빈칸이 남는다.
   처방은 두 가지다.
     · 나머지 1 → 마지막 하나가 줄을 통째로 쓴다
     · 나머지 2 (3열) → 열을 6트랙으로 잘게 나눠 두 장이 반씩 나눠 갖는다
       간격(gap)이 같으므로 칸 너비와 간격이 3열일 때와 픽셀 단위로 같다.
       (6트랙: 칸 = 2t + g = (W-5g)/3 + g = (W-2g)/3 = 3열 칸 너비)
     · 나머지 2·3 (4열) → 같은 원리로 12트랙
   커리큘럼은 목표 필터가 항목에 hidden 을 걸므로 `of :not([hidden])` 로
   보이는 것만 세어야 한다. 그냥 :nth-child 로 세면 필터를 걸자마자 어긋난다.
   ============================================================ */

/* ---- 4-a. .about-coaches — 3열(≥1200) ---- */
@media (min-width: 1200px) {
  [data-page="sub"] .about-coaches > :last-child:nth-child(3n+1):not(:only-child) {
    grid-column: 1 / -1; }
  [data-page="sub"] .about-coaches:has(> :last-child:nth-child(3n+2)) {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  [data-page="sub"] .about-coaches:has(> :last-child:nth-child(3n+2)) > * { grid-column: span 2; }
  [data-page="sub"] .about-coaches:has(> :last-child:nth-child(3n+2)) > :nth-last-child(-n+2) {
    grid-column: span 3; }
}

/* ---- 4-b. .about-coaches — 2열(560~1199). 실측에서 빈칸이 난 구간이다 ---- */
@media (min-width: 560px) and (max-width: 1199px) {
  [data-page="sub"] .about-coaches > :last-child:nth-child(odd):not(:only-child) {
    grid-column: 1 / -1; }
  /* 세로 카드가 줄을 통째로 쓰면 4:3 사진 한 장이 700px 넘게 커져 줄을 지배한다.
     칸은 채우되 사진 크롭만 가로로 바꾼다 (가로형 압축 카드는 사진이 이미 정사각이라
     해당 없음 — --compact 가 뒤에서 되돌린다). */
  [data-page="sub"] .about-coaches > .about-coach:last-child:nth-child(odd):not(:only-child) > img {
    aspect-ratio: 24 / 7; object-position: center 26%; }
  [data-page="sub"] .about-coaches--compact > .about-coach:last-child:nth-child(odd):not(:only-child) > img {
    aspect-ratio: 1; object-position: center 18%; }
}

/* 게시글 목록은 개수에 관계없이 같은 열 너비를 유지한다. */

/* ---- 4-e. 학점은행제 본문 격자 (글자 카드라 늘어나도 사진 문제가 없다) ---- */
@media (min-width: 1024px) {
  [data-page="sub"] .creditbank-degrees > :last-child:nth-child(3n+1):not(:only-child) { grid-column: 1 / -1; }
  [data-page="sub"] .creditbank-degrees:has(> :last-child:nth-child(3n+2)) {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  [data-page="sub"] .creditbank-degrees:has(> :last-child:nth-child(3n+2)) > * { grid-column: span 2; }
  [data-page="sub"] .creditbank-degrees:has(> :last-child:nth-child(3n+2)) > :nth-last-child(-n+2) {
    grid-column: span 3; }
}
@media (min-width: 768px) {
  [data-page="sub"] .creditbank-process > :last-child:nth-child(3n+1):not(:only-child) { grid-column: 1 / -1; }
  [data-page="sub"] .creditbank-process:has(> :last-child:nth-child(3n+2)) {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
  [data-page="sub"] .creditbank-process:has(> :last-child:nth-child(3n+2)) > * { grid-column: span 2; }
  [data-page="sub"] .creditbank-process:has(> :last-child:nth-child(3n+2)) > :nth-last-child(-n+2) {
    grid-column: span 3; }
  /* 마지막 칸은 오른쪽 구분선을 지운다 — 늘어난 뒤에도 줄 끝에 선이 남지 않게.
     줄을 통째로 쓰게 되면 그 칸이 줄의 첫 칸이기도 하므로 왼쪽 여백도 0 으로 맞춘다
     (윗줄 첫 칸은 :first-child 라 이미 padding-left:0 이다). */
  [data-page="sub"] .creditbank-process > :last-child { border-right: 0; }
  [data-page="sub"] .creditbank-process > :last-child:nth-child(3n+1):not(:only-child) { padding-left: 0; }
  [data-page="sub"] .creditbank-uses > :last-child:nth-child(odd):not(:only-child) { grid-column: 1 / -1; }
}

/* ---- 5. 좁은 폭 되돌리기 ----
   위 알약 규칙이 v8 의 좁은 폭 여백 규칙보다 뒤에 있어 순서로 이긴다.
   v8 에서 겪은 "뒤에 붙인 규칙이 좁은 폭을 덮어쓴다" 를 여기서 다시 확정한다. */
@media (max-width: 767px) {
  [data-page] .page-hero .eyebrow { margin-bottom: 16px; padding: 6px 14px; font-size: 11px; }
}
@media (max-width: 479px) {
  [data-page] .page-hero .eyebrow { margin-bottom: 12px; padding: 5px 13px;
    font-size: 10.5px; letter-spacing: .12em; }
}

/* 2026-09-13: 원본의 공개 배치. 확정 이미지와 기존 모션은 유지한다. */
body[data-reference-layout] .header-row { min-height: 64px; }
body[data-reference-layout] .header .edu-wordmark { width: 146px; height: auto; }
body[data-reference-layout] main > .section > .container { width: calc(100% - 64px); max-width: none; margin-inline: auto; padding: 72px max(40px, calc((100vw - 1280px) / 2)); border-radius: 24px; }
body[data-reference-layout] .page-hero { min-height: 300px; padding: 62px 24px 92px; display: grid; place-items: center; text-align: center; background: var(--navy); }
body[data-reference-layout] .page-hero .page-hero-grid { display: block; width: 100%; max-width: 1200px; }
body[data-reference-layout] .page-hero .page-hero-main { margin: auto; max-width: none; }
body[data-reference-layout] .page-hero h1 { margin: 0 0 14px; max-width: none; color: white; font-size: clamp(36px, 4.2vw, 60px); }
body[data-reference-layout] .page-hero .page-hero-lead { max-width: none; margin: 0; color: white; font-size: clamp(16px, 1.6vw, 24px); }
body[data-reference-layout] .page-hero .page-hero-scrim { background: rgb(2 35 58 / 76%); }
body[data-reference-layout] .page-hero .page-hero-photo { height: 100%; object-position: center; }
body[data-reference-layout] .page-hero + .section { margin-top: -48px; padding-top: 0; position: relative; }
body[data-reference-layout] .section-heading { margin: 0 auto 48px; text-align: center; }
body[data-reference-layout] .section-heading h2 { max-width: none; font-size: clamp(28px, 3vw, 42px); }
body[data-reference-layout] .section-heading > p { max-width: none; margin-inline: auto; }
body[data-reference-layout] .about-coaches { display: grid; grid-template-columns: 1fr; gap: 48px; }
body[data-reference-layout] .about-coach { display: flex; flex-direction: row; text-align: left; border: 0; min-width: 0; }
body[data-reference-layout] .about-coach:nth-child(even) { flex-direction: row-reverse; }
body[data-reference-layout] .about-coach > img { width: 34%; aspect-ratio: 1; object-fit: cover; align-self: stretch; }
body[data-reference-layout] .about-coach-body { flex: 1; min-width: 0; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
body[data-reference-layout] .about-coach h3 { font-size: 32px; }
body[data-reference-layout] .about-coach-quote { margin-block: 22px; padding: 18px; border-left: 3px solid var(--blue); background: var(--tint); }
body[data-reference-layout] .creditbank-degrees { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; }
body[data-reference-layout] .creditbank-degree { grid-row: auto; display: block; }
body[data-reference-layout] .creditbank-degrees + .section-heading { margin-top: 64px; }
body[data-reference-layout] .reference-cta .container { background: transparent; box-shadow: none; }
body[data-reference-layout] .reference-cta .container::before { display: none; }
body[data-reference-layout] .reference-cta .creditbank-more { margin: 0; padding: 0; background: transparent; }
body[data-reference-layout] .curriculum-list, body[data-reference-layout] .review-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
body[data-reference-layout] .review-card--link { padding: 0; }
body[data-reference-layout] .review-card-body { padding: 20px 22px; }
body[data-reference-layout] .home-curriculum .curriculum-list { margin: 0; }
body[data-reference-layout] .section-more { margin-top: 36px; text-align: center; }
body[data-reference-layout] .pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
body[data-reference-layout] .pagination button, body[data-reference-layout] .detail-actions > a, body[data-reference-layout] .detail-actions > button { min-height: 44px; min-width: 44px; padding: 10px 15px; border: 1px solid var(--line-mid); border-radius: 8px; background: white; color: var(--ink); }
body[data-reference-layout] .pagination button[aria-current="page"] { color: white; background: var(--blue); border-color: var(--blue); }
body[data-reference-layout] .pagination button:disabled { opacity: .45; cursor: default; }
body[data-reference-layout] .detail-heading .container { padding-block: 44px; }
body[data-reference-layout] .detail-heading h2 { font-size: clamp(25px, 3vw, 40px); line-height: 1.45; }
body[data-reference-layout] .detail-heading .review-meta { justify-content: flex-start; margin-top: 20px; }
body[data-reference-layout] .review-article { margin-top: -48px; position: relative; }
body[data-reference-layout] .review-body { max-width: 1000px; margin-inline: auto; text-align: left; }
body[data-reference-layout] .review-body .prose { text-align: left; }
body[data-reference-layout] .detail-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-top: 48px; }
body[data-reference-layout] .detail-actions p { flex-basis: 100%; overflow-wrap: anywhere; }
body[data-reference-layout] #contact > .container { background: var(--navy); color: white; }
body[data-reference-layout] #contact .contact-grid { display: grid; grid-template-columns: minmax(0, 600px); justify-content: center; gap: 40px; }
body[data-reference-layout] #contact .contact-intro h2, body[data-reference-layout] #contact .contact-intro p { color: white; }
body[data-reference-layout] #contact .contact-intro h2 { max-width: none; }
body[data-reference-layout] #contact .consultation-form { color: var(--ink); background: white; width: 100%; }
body[data-reference-layout] #contact .contact-channels { max-width: 900px; margin: 40px auto 0; }
body[data-reference-layout] #contact .channel { color: var(--ink); }
@media (max-width: 1023px) {
  body[data-reference-layout] main > .section > .container { width: calc(100% - 48px); padding: 56px 32px; }
  body[data-reference-layout] .curriculum-list, body[data-reference-layout] .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  body[data-reference-layout] .about-coach-body { padding: 26px; }
  body[data-reference-layout] .about-coach h3 { font-size: 27px; }
}
@media (max-width: 767px) {
  body[data-reference-layout] .page-hero { min-height: 250px; padding: 44px 20px 76px; }
  body[data-reference-layout] .page-hero h1 { font-size: 36px; }
  body[data-reference-layout] main > .section > .container { width: calc(100% - 32px); padding: 44px 24px; border-radius: 20px; }
  body[data-reference-layout] .about-coach, body[data-reference-layout] .about-coach:nth-child(even) { flex-direction: column; }
  body[data-reference-layout] .about-coach > img { width: 100%; aspect-ratio: 4 / 3; object-position: center 25%; }
  body[data-reference-layout] .about-coach-body { padding: 24px; }
  body[data-reference-layout] .creditbank-degrees { grid-template-columns: 1fr; }
  body[data-reference-layout] .section-heading { margin-bottom: 32px; }
  body[data-reference-layout] #contact .consultation-form { padding: 24px 18px; }
  body[data-reference-layout] #contact .contact-channels { grid-template-columns: 1fr; }
}
@media (max-width: 639px) {
  body[data-reference-layout] .curriculum-list, body[data-reference-layout] .review-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  body[data-reference-layout] .pagination { gap: 4px; }
}

/* ── v13 (게이트) ────────────────────────────────────────────────────────────
   전환 중에만 떠 있는 안내(상세 페이지의 "불러오는 중")는 등장 모션 대상이 아니다.
   배너가 생기면서 이 문구가 첫 화면 아래로 내려갔고, IntersectionObserver 가
   발화하지 않아 3초 실패안전장치가 돌기 전까지 opacity:0 으로 남았다
   (실측 768·1024px: "스크롤해도 안 드러난 구역: p.empty-note").
   [data-page] [data-reveal](0,2,0) 와 같은 특정도라 뒤에 두어 이긴다. */
[data-page] [data-detail-loading] [data-reveal] { opacity: 1; transform: none; }

/* ============================================================
   v13 — 상담 채널: 안 보이던 칸과 어긋난 정렬 (사용자 제보, 실측)
   .channel-hours 에만 규칙이 없어 배경이 투명하고 글자색이 --ink 로 고정돼 있었다.
   1520 행의 `body[data-reference-layout] #contact > .container { background: var(--navy) }`
   가 걸리면 남색 위 남색이 되어 글자가 사라진다 — 사용자가 텍스트를 선택해 확인해 준
   바로 그 화면이다. 카톡(노랑)·전화(흰색)는 자기 배경이 있어 살아남았다.
   배경이 무엇이든 읽히도록 세 칸 모두 자기 표면과 글자색을 명시한다.
   ============================================================ */
.channel-hours { background: var(--pale); border-color: var(--line-mid); color: var(--ink); }
/* 어두운 판 위에 놓이더라도 자기 표면을 유지한다 — 상속된 white 가 글자색을 덮지 않게 */
#contact .channel-hours, #contact .channel-tel { color: var(--ink); }
#contact .channel-kakao { color: #191600; }
.channel-hours .channel-label, .channel-tel .channel-label { color: var(--muted); opacity: 1; }
.channel-kakao .channel-label { color: #4a4322; opacity: 1; }

/* 세 칸의 내용 폭이 달라 아이콘·글자 시작점이 칸마다 어긋나 보였다
   (실측 아이콘 x = 115 / 99 / 111). 안쪽 묶음을 같은 폭으로 세워 기준선을 맞춘다. */
.channel > .channel-icon, .channel > svg { flex: 0 0 auto; }
.channel-text { min-width: 0; }
@media (min-width: 768px) {
  .contact-channels > .channel { justify-content: flex-start; padding-inline: 22px; }
  .contact-channels > .channel > .channel-text { flex: 1 1 auto; }
}

/* 같은 뿌리의 남은 한 칸: .contact-guide 의 절차 목록이 `color: var(--muted)`(#5b6d80)로
   남색 판 위에 놓여 2.60:1 이었다(하위 4페이지 전부, 실측 360~1440px). 4.5:1 미만이므로
   눈으로는 "좀 흐리네" 로 넘어가지만 읽히지 않는다. 남색 판 위에서만 밝은 글자로 올린다
   (같은 판의 .curriculum-panel h2 + p 가 쓰는 값 — 새 색을 만들지 않는다). */
body[data-reference-layout] #contact .contact-guide li { color: #c6d7ea; }
body[data-reference-layout] #contact .contact-guide li span { color: #9ec2ef; }

/* v14 — eyebrow 표기: 마크업은 원본 그대로 Title Case, 화면은 원본처럼 대문자로.
   원본 마크업이 `Our Advantages`·`Success Stories` 인데 화면에는 대문자로 나온다.
   홈만 마크업을 대문자로 적어 두어 하위 페이지와 표기가 갈렸고, 하위는 변환이 없어
   렌더까지 원본과 달랐다. 표기는 마크업에서, 대문자는 CSS 에서 맡는다. */
.eyebrow { text-transform: uppercase; }

/* ============================================================
   v15 — 홈 상담 구역 가운데 정렬 (사용자 제보, 실측)
   원본은 `grid-cols-[1fr_minmax(0,600px)_1fr]` — 가운데 600px 한 열이다.
   하위 페이지는 1521 행에서 이미 그 형태인데, 그 규칙이 body[data-reference-layout]
   에 걸려 있고 홈에는 그 속성이 없어 홈만 2열(.8fr 1.2fr)로 남아 있었다.
   실측: 제목이 중앙에서 343px 왼쪽, 왼쪽 칸이 폼보다 544px 짧아 그만큼 빈 칸.
   레이아웃 모드를 통째로 켜면 홈 셸(v7/v9)이 뒤집히므로 상담 구역만 떼어 맞춘다.
   ============================================================ */
[data-page="home"] #contact .contact-grid {
  grid-template-columns: minmax(0, 600px); justify-content: center; gap: 40px; }
[data-page="home"] #contact .contact-intro { text-align: center; }
[data-page="home"] #contact .contact-intro h2 { max-width: none; margin-inline: auto; }
[data-page="home"] #contact .contact-intro h2 + p { margin-inline: auto; }
[data-page="home"] #contact .consultation-form { width: 100%; }
[data-page="home"] #contact .contact-channels { max-width: 900px; margin: 40px auto 0; }
@media (max-width: 767px) {
  [data-page="home"] #contact .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}

/* 2026-09-14 고객 피드백: 기존 팔레트·사진·동작 위에서 정렬과 정보 구조를 정리한다. */
body[data-feedback] { --nav-cta: oklch(0.25 0.08 250); }
body[data-feedback] .header .button { background: var(--nav-cta); border-radius: 999px; color: #fff; }
body[data-feedback] .header .button:hover { background: var(--navy); }
body[data-feedback][data-page="home"] .hero-content { text-align: center; margin-inline: auto; }
body[data-feedback][data-page="home"] .hero h1,
body[data-feedback][data-page="home"] .hero-description { max-width: 900px; margin-inline: auto; text-align: center; }
body[data-feedback][data-page="home"] .hero-actions { justify-content: center; }
body[data-feedback][data-page="home"] .hero-shade { background: linear-gradient(90deg, rgb(8 30 56 / 48%), rgb(8 30 56 / 65%) 50%, rgb(8 30 56 / 48%)); }
body[data-feedback] .advantage-card > p { text-wrap: pretty; overflow-wrap: anywhere; font-size: 15px; line-height: 1.85; }
body[data-feedback] #testimonials > .container,
body[data-feedback] #case-studies > .container { background: transparent; box-shadow: none; border: 0; }
body[data-feedback] #testimonials > .container::before,
body[data-feedback] #case-studies > .container::before { display: none; }
body[data-feedback] #testimonials .heading-row { display: block; text-align: center; }
body[data-feedback] #testimonials .heading-row .text-link { display: inline-flex; margin-top: 22px; }
body[data-feedback] .review-track { scroll-snap-type: x mandatory; grid-auto-columns: minmax(280px, 32%); padding: 6px 3px 22px; }
body[data-feedback] .review-track .review-card { background: #fff; box-shadow: 0 5px 20px rgb(16 46 76 / 5%); border: 1px solid var(--line); scroll-snap-align: start; }
body[data-feedback] .review-controls { gap: 20px; margin-top: 12px; }
body[data-feedback] .review-controls > div { display: flex; flex-wrap: wrap; gap: 8px; }
body[data-feedback] .review-controls button { min-height: 44px; min-width: 44px; padding: 8px 12px; font-size: 14px; }
body[data-feedback] [data-review-autoplay] { width: auto; }
body[data-feedback] [data-home-review-empty] { padding: 18px 0; text-align: center; }
body[data-feedback] .home-course-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
body[data-feedback] .home-course-grid .curriculum-list { display: contents; }
body[data-feedback] .home-course-grid .curriculum-item { min-width: 0; grid-column: auto; }
body[data-feedback] .home-course-grid .curriculum-link { min-height: 100%; overflow: hidden; }
body[data-feedback] .home-course-grid .curriculum-figure { aspect-ratio: 4 / 3; }
body[data-feedback] .home-course-grid .curriculum-thumb { width: 100%; height: 100%; object-fit: cover; }
body[data-feedback] .home-course-grid .curriculum-body { padding: 18px 16px; }
body[data-feedback] .home-course-grid h3 { font-size: 16px; line-height: 1.5; }
body[data-feedback] .home-course-grid .curriculum-body > p:not(.curriculum-meta) { font-size: 13px; }
body[data-feedback] .curriculum-more { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; min-height: 250px; padding: 24px 14px; background: var(--blue-soft); border: 1px solid var(--line-mid); border-radius: 16px; text-align: center; }
body[data-feedback] .curriculum-more > span:first-child { font-size: 38px; line-height: 1; color: var(--blue); }
body[data-feedback] .curriculum-more strong { font-size: 16px; }
body[data-feedback] .curriculum-more > span:last-child { font-size: 13px; color: var(--muted); }
body[data-feedback] #contact > .container { background: var(--pale); color: var(--ink); box-shadow: none; }
body[data-feedback] #contact > .container::before { display: none; }
body[data-feedback] #contact .contact-grid { display: grid; grid-template-columns: minmax(0, 720px); justify-content: center; gap: 32px; }
body[data-feedback] #contact .contact-intro { text-align: center; }
body[data-feedback] #contact .contact-intro h2 { color: var(--ink); font-weight: 800; }
body[data-feedback] #contact .contact-intro p { color: var(--muted); max-width: 540px; margin-inline: auto; }
body[data-feedback] #contact .contact-intro .eyebrow { color: var(--blue); }
body[data-feedback] #contact .contact-guide { display: none; }
body[data-feedback] #contact .consultation-form { width: 100%; padding: 40px; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 40px rgb(16 46 76 / 6%); background: white; }
body[data-feedback] #contact .form-heading { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 28px; }
body[data-feedback] #contact .form-heading h3 { font-size: 25px; }
body[data-feedback] #contact .form-heading p { margin-top: 8px; color: var(--muted); font-size: 14px; }
body[data-feedback] #contact .field { margin-bottom: 22px; }
body[data-feedback] #contact .field label { display: block; margin-bottom: 9px; font-size: 15px; font-weight: 500; }
body[data-feedback] #contact input:not([type="checkbox"]),
body[data-feedback] #contact select,
body[data-feedback] #contact textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line-mid); border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; }
body[data-feedback] #contact textarea { min-height: 130px; resize: vertical; }
body[data-feedback] #contact .field-consent { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
body[data-feedback] #contact .field-consent input { margin-top: 4px; flex: 0 0 18px; width: 18px; height: 18px; accent-color: var(--blue); }
body[data-feedback] #contact .form-submit { width: 100%; min-height: 54px; }
body[data-feedback] #contact .contact-channels { position: static; inset: auto; width: 100%; max-width: 720px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding: 0; margin: 24px auto 0; background: transparent; border: 0; box-shadow: none; }
body[data-feedback] #contact .channel { min-height: 76px; padding: 16px; border-radius: 12px; }
body[data-feedback] .about-coach { background: #fff; border-radius: 20px; box-shadow: 0 8px 30px rgb(16 46 76 / 9%), 0 1px 4px rgb(16 46 76 / 5%); }
body[data-feedback] .about-coach > img { box-shadow: 0 6px 20px rgb(16 46 76 / 10%); }
body[data-feedback] .about-coach-quote { position: relative; padding: 0; margin-block: 24px; background: none; border: 0; box-shadow: none; font-size: 20px; line-height: 1.7; font-weight: 500; color: var(--ink); }
body[data-feedback] .about-coach-quote::before { content: '“'; display: block; height: 28px; font-size: 44px; line-height: 1; color: var(--blue); }
body[data-feedback] .about-location { display: grid; grid-template-columns: 1.2fr 1fr; align-items: stretch; gap: 28px; }
body[data-feedback] .about-map { width: 100%; height: 100%; min-height: 440px; border: 1px solid var(--line); border-radius: 14px; }
body[data-feedback] .about-location-details { display: grid; gap: 16px; }
body[data-feedback] .about-location-details > div { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 5px 14px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: white; }
body[data-feedback] .about-location-details .icon-badge { grid-column: 1; grid-row: 1 / span 6; width: 40px; height: 40px; margin: 0; align-self: start; border-radius: 50%; background: var(--blue-soft); color: var(--blue); }
body[data-feedback] .about-location-details h3,
body[data-feedback] .about-location-details p,
body[data-feedback] .about-location-details .text-link { grid-column: 2; margin: 0; }
body[data-feedback] .about-location-details h3 { font-size: 18px; margin-bottom: 4px; }
body[data-feedback] .about-location-details p { font-size: 14px; line-height: 1.7; }
@media (max-width: 1279px) {
  body[data-feedback] .home-course-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  body[data-feedback] .review-controls { align-items: flex-start; flex-direction: column; }
  body[data-feedback] .review-track { grid-auto-columns: minmax(0, 88%); }
  body[data-feedback] .home-course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  body[data-feedback] #contact .consultation-form { padding: 28px 20px; }
  body[data-feedback] #contact .field-row { grid-template-columns: 1fr; gap: 0; }
  body[data-feedback] #contact .contact-channels { grid-template-columns: 1fr; }
  body[data-feedback] .about-coach-quote { font-size: 18px; }
  body[data-feedback] .about-location { grid-template-columns: 1fr; }
  body[data-feedback] .about-map { height: 300px; min-height: 300px; }
  body[data-feedback] .about-location-details > div { padding: 20px 16px; }
}
@media (max-width: 639px) {
  body[data-feedback] .home-course-grid { grid-template-columns: 1fr; }
  body[data-feedback] .curriculum-more { min-height: 180px; }
}
/* 2026-09-14: 고객이 확인한 학점은행제 도식과 상담 안내. */
body[data-feedback] .creditbank-process {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(36px, 5vw, 76px);
  max-width: 1020px; margin: 48px auto 72px; border: 0; padding: 0;
}
body[data-feedback] .creditbank-process li {
  position: relative; min-width: 0; aspect-ratio: 1; padding: 28px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px;
  border: 1px solid #ffffff2b; border-radius: 28px; color: #fff;
  background: #337ed8; font-size: clamp(18px, 2vw, 24px); font-weight: 750;
  box-shadow: 0 16px 32px #173d6829, inset 0 1px 0 #ffffff40;
}
body[data-feedback] .creditbank-process li:nth-child(2) { background: #235da9; }
body[data-feedback] .creditbank-process li:nth-child(3) { background: #183f75; }
body[data-feedback] .creditbank-process li:not(:last-child)::after {
  content: ''; position: absolute; left: calc(100% + 10px); width: clamp(24px, 3.5vw, 54px); height: 25px;
  top: calc(50% - 12px); background: #395a80; clip-path: polygon(0 30%, 66% 30%, 66% 0, 100% 50%, 66% 100%, 66% 70%, 0 70%);
}
body[data-feedback] .creditbank-process li > svg { width: 58px; height: 58px; color: #fff; }
body[data-feedback] .creditbank-process .step-number { display: none; }
body[data-feedback] .creditbank-audience {
  padding: 44px 24px 30px; margin: 0 0 64px; border: 1px solid #e5eafa; border-radius: 28px;
  background: linear-gradient(135deg, #eff5ff, #f2effc); box-shadow: 0 10px 28px #263e6610;
}
body[data-feedback] .creditbank-audience > h3 { font-size: 28px; margin: 0 0 22px; text-align: center; }
body[data-feedback] .audience-intro {
  max-width: 820px; margin: 0 auto; padding: 22px 32px; border-radius: 60px;
  background: #fff; box-shadow: 0 7px 22px #23426b0d; color: #263c58;
  font-size: 19px; line-height: 1.75; text-align: center; word-break: keep-all; overflow-wrap: anywhere;
}
body[data-feedback] .audience-intro strong { color: #1f559a; font-weight: 750; }
body[data-feedback] .audience-orbit { position: relative; margin: 24px auto 0; max-width: 1120px; isolation: isolate; }
body[data-feedback] .audience-orbit::before {
  content: ''; position: absolute; z-index: -1; inset: 15% 12%; border: 2px dashed #a9bdd8; border-radius: 50%;
}
body[data-feedback] .audience-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 176px; height: 176px;
  border-radius: 50%; background: #fff; color: #245b9e; box-shadow: 0 12px 36px #2545721a;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 17px;
  font-size: 24px; font-weight: 800;
}
body[data-feedback] .audience-center svg { width: 52px; height: 52px; }
body[data-feedback] .creditbank-uses {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: repeat(4, 132px);
  gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: use;
}
body[data-feedback] .creditbank-uses li {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  padding: 8px; margin: 0; border: 0; text-align: center; color: #253c59;
  font-size: 16px; line-height: 1.65; font-weight: 650; word-break: keep-all; overflow-wrap: anywhere;
}
body[data-feedback] .creditbank-uses li::before { content: none; }
body[data-feedback] .creditbank-uses .audience-number {
  display: grid; place-items: center; flex: none; width: 38px; height: 38px; margin: 0;
  border-radius: 50%; background: #fff; box-shadow: 0 4px 12px #34527717; color: #2861a8;
  font-size: 17px; line-height: 1; font-weight: 800;
}
body[data-feedback] .creditbank-uses li:nth-child(1) { grid-area: 1 / 2; }
body[data-feedback] .creditbank-uses li:nth-child(2) { grid-area: 1 / 4; }
body[data-feedback] .creditbank-uses li:nth-child(3) { grid-area: 2 / 5; }
body[data-feedback] .creditbank-uses li:nth-child(4) { grid-area: 3 / 5; }
body[data-feedback] .creditbank-uses li:nth-child(5) { grid-area: 4 / 4; }
body[data-feedback] .creditbank-uses li:nth-child(6) { grid-area: 4 / 2; }
body[data-feedback] .creditbank-uses li:nth-child(7) { grid-area: 3 / 1; }
body[data-feedback] .creditbank-uses li:nth-child(8) { grid-area: 2 / 1; }
body[data-feedback] .creditbank-degrees { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
body[data-feedback] .creditbank-degree {
  padding: 36px 30px; border: 1px solid #dce5ef; border-radius: 20px; background: #fff;
  box-shadow: 0 8px 24px #16365b0d; transition: transform .25s ease, box-shadow .25s ease;
}
body[data-feedback] .reference-cta { background: #f0f4f9; padding: 76px 0; }
body[data-feedback] .creditbank-more { background: transparent; border: 0; box-shadow: none; margin: 0; padding: 0; text-align: center; }
body[data-feedback] .creditbank-more > .icon-badge { display: none; }
body[data-feedback] .creditbank-more h3 { font-size: clamp(28px, 3vw, 38px); margin: 0 0 20px; }
body[data-feedback] .creditbank-more > p { font-size: 19px; line-height: 1.8; }
body[data-feedback] .creditbank-more .button { border-radius: 999px; padding: 16px 32px; font-size: 18px; }
body[data-feedback] .creditbank-more > .creditbank-more-note { font-size: 15px; color: #617087; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body[data-feedback] .about-location-details > div,
  body[data-feedback] .creditbank-process > li,
  body[data-feedback] .creditbank-degree { transition: scale .2s ease-out, box-shadow .2s ease-out; }
  body[data-feedback] .about-location-details > div:hover,
  body[data-feedback] .creditbank-process > li:hover,
  body[data-feedback] .creditbank-degree:hover { scale: 1.025; }
  body[data-feedback] .creditbank-degree:hover { box-shadow: 0 16px 34px #16365b17; }
}
@media (max-width: 900px) {
  body[data-feedback] .audience-orbit::before { display: none; }
  body[data-feedback] .audience-center { position: static; transform: none; width: 136px; height: 136px; margin: 28px auto; font-size: 20px; gap: 10px; }
  body[data-feedback] .audience-center svg { width: 42px; height: 42px; }
  body[data-feedback] .creditbank-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 12px; }
  body[data-feedback] .creditbank-uses li:nth-child(n) { grid-area: auto; padding: 18px 14px; background: #ffffffb8; border-radius: 14px; }
  body[data-feedback] .creditbank-degree { padding: 28px 20px; }
}
@media (max-width: 640px) {
  body[data-feedback] .creditbank-process { grid-template-columns: 1fr; max-width: 290px; gap: 52px; margin: 32px auto 48px; }
  body[data-feedback] .creditbank-process li { aspect-ratio: auto; min-height: 208px; padding: 28px 22px; font-size: 22px; gap: 22px; }
  body[data-feedback] .creditbank-process li:not(:last-child)::after { top: calc(100% + 14px); left: calc(50% - 18px); width: 36px; height: 25px; transform: rotate(90deg); }
  body[data-feedback] .creditbank-audience { margin-bottom: 36px; padding: 28px 16px; border-radius: 20px; }
  body[data-feedback] .audience-intro { font-size: 16px; padding: 20px 17px; border-radius: 20px; }
  body[data-feedback] .audience-intro br { display: none; }
  body[data-feedback] .creditbank-uses li { font-size: 15px; }
  body[data-feedback] .creditbank-degrees { grid-template-columns: 1fr; }
  body[data-feedback] .creditbank-degree { padding: 30px 26px; }
  body[data-feedback] .reference-cta { padding: 52px 0; }
  body[data-feedback] .creditbank-more > p { font-size: 17px; }
}
/* 원본 로고 픽셀을 보존하고 사이트에서 하단 슬로건 영역만 가린다. */
body[data-feedback] .edu-wordmark {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 27% 86%, 27% 100%, 0 100%);
}
body[data-feedback] [data-highlight] {
  background-repeat: no-repeat; background-position: left top; background-size: 0% 100%;
  transition: background-size .8s cubic-bezier(.2,.65,.3,1);
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
body[data-feedback] [data-highlight="in"] { background-size: 100% 100%; }
@media (prefers-reduced-motion: reduce) {
  body[data-feedback] [data-highlight] { background-size: 100% 100%; transition: none; }
}
body[data-feedback] .about-location-details { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body[data-feedback] .about-location-details a[href^="tel:"] { font-size: clamp(20px, 2.2vw, 28px); white-space: nowrap; }
body[data-feedback] #testimonials:has([data-home-review-empty]:not([hidden])) { padding-block: 24px; }
body[data-feedback] #testimonials:has([data-home-review-empty]:not([hidden])) > .container { padding-block: 32px; }
body[data-feedback] #testimonials:has([data-home-review-empty]:not([hidden])) .section-heading { gap: 16px; margin-bottom: 12px; }
body[data-feedback] #testimonials:has([data-home-review-empty]:not([hidden])) .empty-note { padding: 8px 0 0; }
body[data-feedback] .about-map-panel { display: flex; flex-direction: column; min-width: 0; }
body[data-feedback] .about-map-panel .about-map { width: 100%; flex: 1; }
body[data-feedback] .about-map-open { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-height: 44px; padding: 10px 2px 0; font-size: 15px; font-weight: 650; color: var(--blue); }

/* Notion cards reuse the site's existing type, color and rounded-card treatment. */
.home-review-link { color: inherit; text-decoration: none; }
.home-review-title { margin: 0 0 16px; font-size: 19px; line-height: 1.55; word-break: keep-all; overflow-wrap: anywhere; }
.home-review-link:focus-visible, .article-table:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[data-detail-body] { overflow-wrap: anywhere; }
[data-detail-body] p, [data-detail-body] li { white-space: pre-line; }
[data-detail-body] figure { margin: 32px 0; }
[data-detail-body] figure img { display: block; width: auto; max-width: 100%; height: auto; margin: auto; border-radius: 16px; }
[data-detail-body] figcaption { margin-top: 10px; color: var(--muted, #53657b); text-align: center; font-size: 14px; }
[data-detail-body] ul { padding-left: 1.5em; list-style: disc; }
[data-detail-body] ol { padding-left: 1.5em; list-style: decimal; }
[data-detail-body] li + li { margin-top: 8px; }
[data-detail-body] blockquote, [data-detail-body] aside { margin: 24px 0; padding: 20px 24px; border-left: 3px solid var(--blue); background: #f2f6fb; border-radius: 0 12px 12px 0; }
[data-detail-body] details { margin: 20px 0; padding: 16px 20px; border: 1px solid #dce5ef; border-radius: 12px; }
[data-detail-body] summary { cursor: pointer; font-weight: 700; }
[data-detail-body] pre { overflow-x: auto; padding: 20px; background: #f2f6fb; border-radius: 12px; white-space: pre; }
[data-detail-body] .article-table { max-width: 100%; overflow-x: auto; margin: 24px 0; }
[data-detail-body] table { width: 100%; border-collapse: collapse; }
[data-detail-body] th, [data-detail-body] td { padding: 12px 16px; min-width: 120px; text-align: left; border: 1px solid #dce5ef; }
[data-detail-body] th { background: #f2f6fb; }
[data-detail-body] .notion-column_list { display: flex; gap: 24px; }
[data-detail-body] .notion-column { flex: 1; min-width: 0; }
[data-detail-body] .callout-icon { margin-right: 10px; }
[data-detail-body] .media-error { padding: 16px; background: #f2f6fb; border-radius: 12px; }
[data-detail-body] video, [data-detail-body] audio { display: block; max-width: 100%; margin: 24px 0; }
@media (max-width: 640px) { [data-detail-body] .notion-column_list { flex-direction: column; gap: 8px; } }

/* ===================================================================
   2026-09-15 고객 피드백 반영 (홈 1~9 · 푸터 10~11)
   =================================================================== */

/* 1. 히어로 제목은 화면 폭과 무관하게 한 줄 (2026-09-16 재요청).
      휴대폰 폭에서는 38px 이 들어가지 않으므로 글자 크기를 폭에 맞춰 줄인다.
      계수는 눈대중이 아니라 실측이다: 이 문장은 Noto Sans KR 700 ·
      letter-spacing -.026em 에서 10.82em 폭이고 좌우 여백이 40px 이라
      (100vw - 40px) / 10.82 가 한 줄 상한이다. 8.8vw - 3.6px 는 그 상한의
      약 95% 로 320~479px 전 구간에서 들어간다. */
body[data-feedback][data-page="home"] .hero h1 { text-wrap: nowrap; white-space: nowrap; }
body[data-feedback][data-page="home"] .hero h1 .hero-title-lead { display: inline; }
@media (max-width: 479px) {
  body[data-feedback][data-page="home"] .hero h1 { font-size: min(38px, calc(8.8vw - 3.6px)); }
}

/* 2. 구역 제목 위 라벨: 파란 알약 배지를 걷어내고 글자만 남긴다. */
body[data-feedback][data-page] .section-heading .eyebrow {
  padding: 0; background: none; border-radius: 0;
  color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .16em;
}

/* 4. 수료후기 마퀴 — 두 벌을 나란히 두고 각자 제 폭만큼 왼쪽으로 민다.
      한 바퀴가 끝나면 둘째 벌이 첫째 벌 자리에 정확히 겹치므로 이음매가 없다.
      간격은 gap 이 아니라 카드의 margin-inline-end 다: gap 이면 마지막 카드 뒤
      간격이 빠져 되돌아갈 때 반 칸 튄다. */
body[data-feedback] .review-marquee { display: flex; width: 100%; overflow: hidden; margin-top: 4px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%); }
body[data-feedback] .review-set { display: flex; flex: 0 0 auto; align-items: stretch;
  margin: 0; padding: 4px 0 8px; list-style: none; }
body[data-feedback] .review-marquee.is-running .review-set { animation: edu-review-marquee 64s linear infinite; }
body[data-feedback] .review-marquee:hover .review-set,
body[data-feedback] .review-marquee:focus-within .review-set { animation-play-state: paused; }
@keyframes edu-review-marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
body[data-feedback] .review-marquee .review-card { flex: 0 0 380px; width: 380px;
  margin-inline-end: 20px; padding: 28px 30px; }
body[data-feedback] .review-quote { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.85; }
/* 고정 메인 카드는 링크 래퍼 없이 .review-person·blockquote·.review-goal을
   flex 카드의 직접 자식으로 만든다(_build-content.mjs). 상세 이동은 구역 더보기만 제공한다. */
body[data-feedback] .review-marquee .review-person { margin: 0 0 20px; padding: 0; border: 0; }
body[data-feedback] .review-marquee .review-person img { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; object-fit: cover; outline: 1px solid rgb(0 0 0 / 10%); }
body[data-feedback] .review-marquee .review-name { font-size: 15px; font-weight: 700; }
body[data-feedback] .review-stars { margin: 3px 0 0; color: #8b5700; font-size: 16px; letter-spacing: 2px; line-height: 1.25; }
body[data-feedback] .review-marquee .review-card > .review-goal { margin-top: auto; padding-top: 22px; }
body[data-feedback] .review-goal-label { display: inline-block; padding: 4px 9px; border-radius: 5px; background: #edf3ff; color: #2854a6; font-size: 11px; font-weight: 700; }
body[data-feedback] .review-goal .review-role { margin-top: 9px; color: var(--ink); font-size: 13px; font-weight: 600; }
body[data-feedback] .review-image-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: right; }
body[data-feedback] .review-marquee:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
body[data-feedback] .review-marquee:focus-visible,
body[data-feedback] .review-marquee:focus-within { -webkit-mask-image: none; mask-image: none; }
body[data-feedback] .review-marquee:not(.is-running) { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
body[data-feedback] .review-role { margin-top: 2px; font-size: 12px; color: var(--muted); }
@media (prefers-reduced-motion: reduce) {
  body[data-feedback] .review-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  body[data-feedback] .review-marquee .review-set { animation: none; }
  body[data-feedback] .review-marquee [data-review-set][aria-hidden="true"] { display: none; }
}
@media (max-width: 1023px) {
  body[data-feedback] .review-marquee .review-card { flex-basis: 320px; width: 320px; margin-inline-end: 16px; }
}
@media (max-width: 639px) {
  body[data-feedback] .review-marquee { -webkit-mask-image: none; mask-image: none; }
  body[data-feedback] .review-marquee .review-card { flex-basis: 268px; width: 268px; margin-inline-end: 14px; padding: 24px; }
  body[data-feedback] .review-quote { font-size: 14px; }
}

/* 6. 상담 폼: 필수 표시와 '전문 상담사'를 파랑으로. */
body[data-feedback] #contact .consultation-form label .req { color: var(--blue); font-weight: 700; }
body[data-feedback] #contact .contact-intro .hero-accent { color: var(--blue); font-weight: 700; }

/* 8. 옅은 좌→우 그라데이션. 2026-09-16 재요청으로 헤더 CTA 에도 넣는다
      (원본 사이트는 헤더만 단색이었지만 요청이 우선한다). */
body[data-feedback] .button:not(.button-glass):not(.button-outline):not(.button-quiet) {
  background-image: linear-gradient(90deg, #2a63de 0%, #17398c 100%);
}
body[data-feedback] .button:not(.button-glass):not(.button-outline):not(.button-quiet):hover {
  background-image: linear-gradient(90deg, #2155c9 0%, #122d73 100%);
}
/* 2026-09-16 22:22: 히어로 상담 버튼 양옆의 투명 테두리 선을 없앤다. */
body[data-feedback][data-page="home"] .hero-actions .button:not(.button-glass) {
  border: 0; background-clip: border-box; box-shadow: none;
}
/* 9. 헤더 CTA: 알약 → 중앙 버튼과 같은 살짝 둥근 네모. */
body[data-feedback] .header .button { border-radius: 7px; }

/* 10. 하위 페이지 큰 제목은 굵게 두지 않는다. */
body[data-feedback] .page-hero h1 { font-family: var(--font); font-weight: 700; letter-spacing: -.025em; }

/* 11. 푸터 오른쪽 정보는 왼쪽 로고·소개문 묶음의 시각 중심에만 살짝 맞춘다. */
@media (min-width: 768px) {
  body[data-feedback] .footer-info { padding-top: 22px; }
}

/* 2026-09-17: 참고 이미지처럼 큰 배경 아이콘과 강조 태그를 사용한다. */
body[data-feedback] .advantage-card {
  display: flex; flex-direction: column; min-width: 0; padding: 34px 24px 26px;
  background: linear-gradient(145deg, #fff, var(--pale));
  border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 8px 24px rgb(16 46 76 / 7%), 0 1px 3px rgb(16 46 76 / 4%);
}
body[data-feedback] .advantage-card::before { display: none; }
body[data-feedback] .advantage-icon {
  position: absolute; top: 18px; right: 18px; width: 72px; height: 72px;
  margin: 0; background: none; color: var(--blue-mid); opacity: .36; pointer-events: none;
}
body[data-feedback] .advantage-icon svg { width: 100%; height: 100%; }
body[data-feedback] .advantage-card h3,
body[data-feedback] .advantage-card > p,
body[data-feedback] .advantage-card .tags { position: relative; }
body[data-feedback] .advantage-card h3 { margin: 12px 0 16px; font-size: 21px; font-weight: 700; }
body[data-feedback] .advantage-card .tags { gap: 8px; padding-top: 24px; }
body[data-feedback] .advantage-card .tags span {
  padding: 5px 11px; border: 1px solid var(--line-mid); border-radius: 999px;
  background: var(--blue-soft); color: var(--navy); font-size: 12px; font-weight: 700;
}
body[data-feedback] #testimonials .review-more { margin-top: 24px; min-width: 160px; font-weight: 700; }
@media (max-width: 767px) {
  body[data-feedback] .advantage-card { padding: 26px 24px; }
  body[data-feedback] .advantage-icon { width: 64px; height: 64px; }
}

/* 2026-09-19: 고객 피드백 11~16. 기존 구조와 전공 탐색 동작을 유지한다. */
body[data-feedback] .about-location-details h3 { letter-spacing: 0; }
body[data-feedback] .about-location-details a.about-phone[href^="tel:"] {
  font-size: inherit; font-weight: inherit; color: inherit; letter-spacing: 0;
  min-height: 0; display: inline;
}
body[data-feedback] .creditbank-process { gap: 36px; }
body[data-feedback] .creditbank-process li {
  aspect-ratio: auto; min-height: 270px; padding: 32px 24px; gap: 14px;
  align-items: flex-start; text-align: left; border-radius: 16px;
  background: linear-gradient(145deg, var(--navy), var(--blue));
  box-shadow: 0 10px 24px rgb(16 46 76 / 12%);
}
body[data-feedback] .creditbank-process li:first-child { background: linear-gradient(145deg, #c8dfff, #a9ccf7); color: var(--navy); }
body[data-feedback] .creditbank-process li:first-child p,
body[data-feedback] .creditbank-process li:first-child > svg,
body[data-feedback] .creditbank-process li:first-child .step-number { color: var(--navy); }
body[data-feedback] .creditbank-process li:nth-child(2) { background: linear-gradient(145deg, #317cdf, #2155ad); }
body[data-feedback] .creditbank-process li:nth-child(3) { background: linear-gradient(145deg, #102e4c, #183f75); }
body[data-feedback] .creditbank-process li > svg { box-sizing: content-box; width: 28px; height: 28px; padding: 12px; border-radius: 50%; background: rgb(255 255 255 / 14%); margin-bottom: 0; }
body[data-feedback] .creditbank-process .step-number {
  display: block; position: absolute; top: 28px; right: 24px; margin: 0;
  color: #fff; opacity: .65; font-size: 15px; letter-spacing: .08em;
}
body[data-feedback] .creditbank-process strong { font-size: 23px; line-height: 1.4; }
body[data-feedback] .creditbank-process p { font-size: 15px; font-weight: 400; line-height: 1.75; color: #fff; }
body[data-feedback] .creditbank-process li:not(:last-child)::after {
  width: 20px; height: 16px; left: calc(100% + 8px); top: calc(50% - 8px);
}
body[data-feedback] .creditbank-audience { background: #fff; border: 0; border-radius: 20px; padding: 40px 28px; box-shadow: none; }
body[data-feedback] .audience-intro { background: #fff; padding: 18px 24px; border-radius: 60px; max-width: 720px; font-size: 17px; }
body[data-feedback] .audience-orbit { min-height: 500px; padding: 0; }
body[data-feedback] .audience-orbit::before { display: none; }
.audience-connections { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #dce4f1; stroke-width: 1; pointer-events: none; }
.audience-connections path { stroke-dasharray: 3 5; }
body[data-feedback] .audience-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; width: 168px; height: 168px; border: 8px solid #e8edfa; border-radius: 50%; background: linear-gradient(135deg, #fff, #edf2ff); color: var(--navy); gap: 4px; font-size: 22px; box-shadow: 0 12px 28px rgb(38 63 116 / 15%); }
body[data-feedback] .audience-center .audience-cap { display: block; width: 48px; height: 40px; margin-bottom: 5px; }
body[data-feedback] .creditbank-uses { display: block; position: relative; min-height: 500px; margin: 0; }
body[data-feedback] .creditbank-uses li:nth-child(n) { position: absolute; left: var(--orbit-x); top: var(--orbit-y); transform: translate(-50%, -50%); width: 190px; min-height: 0; padding: 8px; flex-direction: row; text-align: left; justify-content: flex-start; gap: 10px; background: transparent; border: 0; border-radius: 0; box-shadow: none; font-size: 14px; font-weight: 600; }
body[data-feedback] .creditbank-uses li:nth-child(1) { --orbit-x: 50%; --orbit-y: 8%; }
body[data-feedback] .creditbank-uses li:nth-child(2) { --orbit-x: 77%; --orbit-y: 20%; }
body[data-feedback] .creditbank-uses li:nth-child(3) { --orbit-x: 87%; --orbit-y: 50%; }
body[data-feedback] .creditbank-uses li:nth-child(4) { --orbit-x: 77%; --orbit-y: 80%; }
body[data-feedback] .creditbank-uses li:nth-child(5) { --orbit-x: 50%; --orbit-y: 92%; }
body[data-feedback] .creditbank-uses li:nth-child(6) { --orbit-x: 23%; --orbit-y: 80%; }
body[data-feedback] .creditbank-uses li:nth-child(7) { --orbit-x: 15%; --orbit-y: 50%; }
body[data-feedback] .creditbank-uses li:nth-child(8) { --orbit-x: 23%; --orbit-y: 20%; }
body[data-feedback] .creditbank-uses .audience-number { width: 32px; height: 32px; background: var(--blue); color: white; box-shadow: 0 6px 14px rgb(30 62 132 / 28%), 0 2px 4px rgb(30 62 132 / 12%); border-radius: 50%; font-size: 12px; }
body[data-feedback] .creditbank-degree .creditbank-total { font-size: 20px; color: #111; font-weight: 700; }
body[data-feedback] .creditbank-duration p:not(:last-child) { color: var(--blue); font-weight: 700; }
body[data-feedback] .consult-accent { color: var(--blue); font-weight: 700; }
body[data-feedback] .creditbank-more .button { border-radius: 7px; background: linear-gradient(100deg, var(--blue), #183f92); }
@media (min-width: 901px) {
  body[data-feedback] .creditbank-uses li:is(:nth-child(1), :nth-child(2), :nth-child(7)) { width: max-content; white-space: nowrap; }
}
@media (max-width: 900px) {
  .audience-connections { display: none; }
  body[data-feedback] .audience-orbit { min-height: 0; }
  body[data-feedback] .audience-center { position: static; transform: none; margin: 28px auto; }
  body[data-feedback] .creditbank-uses { display: grid; min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  body[data-feedback] .creditbank-uses li:nth-child(n) { position: static; transform: none; width: auto; grid-area: auto; padding: 8px 0; }
}
@media (max-width: 767px) {
  body[data-feedback] .creditbank-process { grid-template-columns: 1fr; gap: 28px; }
  body[data-feedback] .creditbank-process li { min-height: 240px; }
  body[data-feedback] .creditbank-process li:not(:last-child)::after { top: calc(100% + 6px); left: calc(50% - 10px); transform: rotate(90deg); }
  body[data-feedback] .creditbank-audience { padding: 28px 16px; }
  body[data-feedback] .creditbank-uses { gap: 12px; }
}
@media (max-width: 479px) {
  body[data-feedback] .audience-intro { font-size: 15px; padding: 16px 12px; border-radius: 24px; }
  body[data-feedback] .creditbank-uses { grid-template-columns: 1fr; }
  body[data-feedback] .creditbank-uses li:nth-child(n) { padding: 12px 0; border-bottom: 1px dashed #dce4f1; }
}

/* 2026-09-20: 진우 대화방의 최신 시안과 문구. */
body[data-feedback] main .section.about-location-section > .container,
body[data-feedback] main .section.creditbank-degrees-section > .container { background: #fff; }
body[data-feedback] main .about-location-section::before,
body[data-feedback] main .about-location-section > .container::before,
body[data-feedback] main .creditbank-degrees-section > .container::before { display: none; }
body[data-feedback] .about-map-panel { position: relative; min-height: 400px; }
body[data-feedback] .about-map-panel .about-map { position: absolute; inset: 0; min-height: 0; height: 100%; aspect-ratio: auto; }
body[data-feedback] .creditbank-basics > .container > .section-heading { margin-bottom: 0; }
body[data-feedback] .creditbank-basics > .container > .prose { margin-top: 0; }
body[data-feedback] .creditbank-basics > .container > .prose p { margin-top: 4px; }
body[data-feedback] .creditbank-law-emphasis { color: var(--navy); font-weight: 700; }
body[data-feedback][data-page="home"] .hero h1 { font-size: clamp(34px, 3.4vw, 46px); }
body[data-feedback][data-page="home"] .hero picture img { filter: brightness(.9) saturate(.94); }
.hero-scroll-cue { display: grid; place-items: center; width: 40px; height: 40px; margin: 0; color: white; border: 1.5px solid rgb(255 255 255 / 65%); border-radius: 50%; background: rgb(10 24 38 / 12%); }
.hero-scroll-cue::after { content: ''; position: absolute; inset: -3px; border-radius: inherit; }
body[data-feedback] .hero-scroll-cue > svg { display: block; width: 24px; height: 24px; flex: none; }
body[data-feedback][data-page="home"] .hero { align-items: center; padding-bottom: 0; }
body[data-feedback][data-page="home"] .hero-content { position: static; padding-block: 96px; }
body[data-feedback] .hero-scroll-cue { position: absolute; bottom: 64px; left: calc(50% - 20px); }
body[data-feedback] .about-location-details > div { display: flex; align-items: center; padding-block: 26px; }
body[data-feedback] .about-location-details .icon-badge { flex: 0 0 40px; align-self: center; }
.about-location-copy { min-width: 0; }
body[data-feedback] .about-location-copy h3 { margin-bottom: 8px; }
body[data-feedback] .about-location-copy p + p { margin-top: 5px; }
body[data-feedback] .creditbank-process li:first-child > svg { background: #d6e6ff; }
body[data-feedback] .creditbank-more .button { position: relative; isolation: isolate; overflow: hidden; }
body[data-feedback] .creditbank-more .button::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: linear-gradient(110deg, transparent 15%, rgb(255 255 255 / 30%) 48%, transparent 80%); transform: translateX(-140%); pointer-events: none; }
body[data-feedback] #contact .form-submit { justify-content: center; text-align: center; }
@media (max-width: 767px) { body[data-feedback] .about-map-panel { min-height: 300px; } }
@media (max-width: 479px) { body[data-feedback][data-page="home"] .hero h1 { font-size: min(34px, calc(8.1vw - 3.6px)); } }
@media (prefers-reduced-motion: no-preference) {
  .hero-scroll-cue[data-attention="in"] { animation: edu-scroll-cue 1.4s ease-in-out infinite; }
  .hero-scroll-cue:focus-visible { animation-play-state: paused; }
  body[data-feedback] .creditbank-more .button[data-attention="in"] { animation: edu-consult-glow 2.4s ease-in-out infinite; }
  body[data-feedback] .creditbank-more .button[data-attention="in"]::before { animation: edu-consult-shine 2.4s ease-in-out infinite; }
  body[data-feedback] .button,
  body[data-feedback] .advantage-card { transition: scale .2s ease-out, filter .2s ease-out, box-shadow .2s ease-out; }
  @media (hover: hover) {
    body[data-feedback] .button:not(:disabled):hover { scale: 1.025; filter: brightness(1.1); }
    body[data-feedback] .advantage-card:hover { scale: 1.025; box-shadow: 0 14px 32px rgb(16 46 76 / 12%); }
  }
  body[data-feedback] .button:not(:disabled):active { scale: .96; }
  @keyframes edu-scroll-cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
  @keyframes edu-consult-glow { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.17); } }
  @keyframes edu-consult-shine { 0%, 10% { transform: translateX(-140%); } 80%, 100% { transform: translateX(140%); } }
}

/* 2026-09-21 12:35~12:42: fixed-size article cards and restrained elevation. */
body[data-feedback][data-page="sub"] .curriculum-item,
body[data-feedback][data-page="sub"] .review-card--link {
  min-width: 0; box-shadow: 0 3px 8px rgb(16 46 76 / 5%), 0 10px 24px rgb(16 46 76 / 8%);
}
body[data-feedback][data-page="sub"] .review-card--link { display: flex; flex-direction: column; }
body[data-feedback][data-page="sub"] :is(.curriculum-figure, .review-figure) {
  flex: none; aspect-ratio: 4 / 3; padding: 0; background: var(--tint); overflow: hidden;
}
body[data-feedback][data-page="sub"] :is(.curriculum-thumb, .review-thumb) { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
body[data-feedback][data-page="sub"] .curriculum-figure:not(:has(img)) .curriculum-tag { position: absolute; }
body[data-feedback][data-page="sub"] :is(.curriculum-body, .review-card-body) {
  display: flex; flex-direction: column; flex: 1; min-height: 210px;
}
body[data-feedback][data-page="sub"] :is(.curriculum-body h3, .review-title) {
  min-height: 2.9em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
body[data-feedback][data-page="sub"] .review-card-body .review-meta { margin-top: auto; }
.list-status .button { margin-inline-start: 16px; }
body[data-feedback] .about-location-details > div,
body[data-feedback] .creditbank-degree { box-shadow: 0 3px 8px rgb(16 46 76 / 5%), 0 10px 24px rgb(16 46 76 / 8%); }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body[data-feedback] #stats .stat { transition: scale .2s ease-out, box-shadow .2s ease-out; }
  body[data-feedback] #stats .stat:hover { scale: 1.025; box-shadow: 0 16px 34px rgb(16 46 76 / 23%), inset 0 1px 0 rgb(255 255 255 / 16%); }
}
