/* 불송치119 — 공통 스타일 v2. 콘셉트: 야간의 서류(다크 히어로 + 서류 백색 본문 + 인주 도장) */

:root {
  --paper: #FBFAF7;
  --paper-dim: #F4F3EE;
  --ink: #1A1C21;
  --ink-hero: #14161B;
  --ink-soft: #4A4D55;
  --stamp: #C22F2E;
  --stamp-deep: #9E2020;
  --stamp-lite: #E2574F;
  --navy: #232F47;
  --line: #DCD9D0;
  --line-strong: #B8B4A8;
  --serif: "Noto Serif KR", "Nanum Myeongjo", serif;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Malgun Gothic", sans-serif;
  --w: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.75;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

a { color: inherit; }
img { max-width: 100%; }
:focus-visible { outline: 3px solid var(--stamp); outline-offset: 2px; }

.wrap { max-width: var(--w); margin: 0 auto; padding: 0 24px; }

/* 스크롤 리빌 — JS 활성(html.js) 환경에서만 숨김 적용 (no-JS·크롤러에는 항상 보임) */
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
html.js .reveal.in { opacity: 1; transform: none; }

/* ---------- 헤더 ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 247, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
}
.brand {
  font-family: var(--serif); font-weight: 900; font-size: 22px;
  text-decoration: none; letter-spacing: -.01em; white-space: nowrap;
}
.brand em { font-style: normal; color: var(--stamp); }
.brand small {
  display: block; font-family: var(--sans); font-weight: 500;
  font-size: 11px; color: var(--ink-soft); letter-spacing: .14em; line-height: 1;
}
.gnb { display: flex; gap: 26px; align-items: center; }
.gnb a { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--ink-soft); }
.gnb a:hover, .gnb a[aria-current="page"] { color: var(--stamp); }
.call-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--stamp); color: #fff !important; text-decoration: none;
  font-weight: 700; font-size: 15px; padding: 10px 18px; border-radius: 4px;
  white-space: nowrap;
}
.call-btn:hover { background: var(--stamp-deep); }
.menu-btn {
  display: none; background: none; border: 1px solid var(--line-strong); border-radius: 4px;
  font-size: 20px; line-height: 1; padding: 8px 11px; cursor: pointer; color: var(--ink);
}
.mobile-panel { display: none; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-panel a {
  display: block; padding: 14px 24px; text-decoration: none; font-weight: 700;
  font-size: 16px; border-bottom: 1px solid var(--line);
}
@media (max-width: 860px) {
  .gnb .hide-m { display: none; }
  .menu-btn { display: inline-flex; }
  body.nav-open .mobile-panel { display: block; }
}

/* ---------- 공통 섹션 ---------- */
section { padding: 88px 0; }
.sec-head {
  display: flex; align-items: baseline; justify-content: space-between;
  border-top: 2px solid var(--ink); padding-top: 14px; margin-bottom: 40px; gap: 12px;
}
.sec-label {
  font-size: 13px; font-weight: 700; letter-spacing: .22em; color: var(--stamp);
}
.sec-ref {
  font-family: var(--serif); font-size: 13px; color: var(--ink-soft); text-align: right;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 900; letter-spacing: -.015em; line-height: 1.42; }
h2 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 22px; }
h3 { font-size: 20px; font-weight: 700; }
.lead { font-size: clamp(17px, 2.2vw, 19px); color: var(--ink-soft); max-width: 46em; }
.num { font-family: var(--serif); font-variant-numeric: tabular-nums; }
mark { background: linear-gradient(transparent 62%, rgba(194, 47, 46, .22) 62%); color: inherit; }

/* ---------- 히어로 (다크 + 괘선 그리드 + 인주 지평선) ---------- */
.hero {
  position: relative; overflow: hidden; color: #F5F4F0; padding: 0;
  background: linear-gradient(to bottom, #101216 0%, #181219 40%, #47191833 70%, #101216 100%), #101216;
}
.hero-lines {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  display: grid; grid-template-columns: clamp(24px, 9vw, 130px) auto clamp(24px, 9vw, 130px);
}
.hero-lines div:nth-child(2) { border-left: 1px solid rgba(255,255,255,.07); border-right: 1px solid rgba(255,255,255,.07); }
.hero-horizon {
  position: absolute; left: 50%; transform: translateX(-50%); z-index: 0;
  top: calc(100% - 230px); width: 170%; min-width: 980px; height: 820px;
  border-radius: 100%;
  background: radial-gradient(closest-side, #101216 76%, #7E1B1A 92%, var(--stamp-lite) 100%);
  border: 1px solid rgba(226, 87, 79, .45);
  box-shadow: 0 -30px 120px rgba(194, 47, 46, .28);
}
.hero-rows { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding-top: 46px; }
.hero-rows .row {
  width: 100%; display: flex; flex-direction: column; align-items: center;
  border-top: 1px solid rgba(255,255,255,.07); padding: 0 24px;
}
.hero-rows .row:first-child { border-top: 0; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  border: 1px solid rgba(255,255,255,.16); border-bottom: 0; color: #C9CCD4;
  padding: 8px 16px; letter-spacing: .04em; background: rgba(255,255,255,.03);
}
.hero-chip em { font-style: normal; color: var(--stamp-lite); font-weight: 800; }
.hero h1 {
  font-size: clamp(34px, 6vw, 62px); margin: 54px 0 20px; color: #fff; text-align: center;
  line-height: 1.32; text-shadow: 0 2px 26px rgba(0,0,0,.5); max-width: 20em;
}
.hero .lead { margin: 0 auto 46px; color: #ABAFBA; text-align: center; max-width: 38em; }
.hero .lead b { color: #E8E9EC; }
.hero mark { background: linear-gradient(transparent 58%, rgba(226, 87, 79, .42) 58%); }
.cta-stack { width: min(400px, 88vw); display: grid; margin-bottom: 12px; }
.cta-stack a {
  height: 56px; display: grid; place-content: center; text-decoration: none;
  font-weight: 800; font-size: 16.5px; transition: background .18s ease;
}
.cta-stack .cta-ghost2 {
  border: 1px solid rgba(255,255,255,.15); border-bottom: 0; color: #E8E9EC;
  background: rgba(255,255,255,.03); backdrop-filter: blur(10px);
}
.cta-stack .cta-ghost2:hover { background: rgba(255,255,255,.09); }
.cta-stack .cta-red {
  color: #fff; border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(to top right, #7E1B1A, var(--stamp) 55%, var(--stamp-lite));
  box-shadow: 0 10px 34px rgba(194, 47, 46, .4);
}
.cta-stack .cta-red:hover { background: linear-gradient(to top right, #6E1514, var(--stamp-deep) 55%, var(--stamp)); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--stamp); color: #fff; text-decoration: none;
  font-weight: 800; font-size: 17px; padding: 15px 28px; border-radius: 4px;
  box-shadow: 0 6px 22px rgba(194, 47, 46, .38);
  transition: transform .18s ease, background .18s ease;
}
.btn-primary:hover { background: var(--stamp-deep); transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--ink); color: var(--ink); text-decoration: none;
  font-weight: 700; font-size: 16px; padding: 14px 24px; border-radius: 4px; background: transparent;
  transition: background .18s ease, color .18s ease;
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.hero .btn-ghost { border-color: #D8D9DE; color: #E8E9EC; }
.hero .btn-ghost:hover { background: #E8E9EC; color: var(--ink-hero); }
.hero-note { font-size: 13px; color: #7E828E; margin: 6px 0 0; text-align: center; }

/* 통지서 목업 + 도장 (시그니처) — 지평선 위에 떠오르는 구성 */
.notice-stage { position: relative; padding: 10px 6px; width: min(460px, 90vw); margin: 64px auto 0; }
.notice-doc {
  position: relative; background: #fff; border: 1px solid #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .55), 0 4px 18px rgba(0,0,0,.35);
  padding: 30px 28px 26px; transform: rotate(1.2deg); color: var(--ink);
}
.notice-doc::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255,255,255,.12);
  transform: rotate(-2.6deg) translate(-10px, 10px);
}
.notice-doc h4 {
  font-family: var(--serif); font-weight: 700; font-size: 19px; text-align: center;
  letter-spacing: .3em; text-indent: .3em; border-bottom: 2px solid var(--ink);
  padding-bottom: 14px; margin-bottom: 6px;
}
.notice-row {
  display: flex; justify-content: space-between; gap: 12px;
  border-bottom: 1px solid var(--line); padding: 11px 2px; font-size: 14px;
}
.notice-row dt { color: var(--ink-soft); font-weight: 600; white-space: nowrap; }
.notice-row dd { font-family: var(--serif); text-align: right; }
.notice-row dd.redact {
  color: transparent; background: repeating-linear-gradient(90deg, var(--line) 0 14px, transparent 14px 18px);
  border-radius: 2px; user-select: none;
}
.notice-foot { font-size: 12px; color: var(--ink-soft); text-align: center; padding-top: 16px; }
.stamp {
  position: absolute; right: 2%; bottom: 16%; z-index: 2;
  width: 148px; height: 148px; border-radius: 50%;
  border: 5px double var(--stamp); color: var(--stamp);
  display: grid; place-content: center; text-align: center;
  font-family: var(--serif); font-weight: 900; font-size: 27px; line-height: 1.3;
  letter-spacing: .18em; text-indent: .18em;
  transform: rotate(-12deg);
  background: radial-gradient(circle at 42% 38%, rgba(194, 47, 46, .1), rgba(194, 47, 46, .03) 70%);
  mix-blend-mode: multiply;
  animation: stamp-in .45s cubic-bezier(.2, 1.5, .4, 1) .55s both;
}
.stamp::after {
  content: ""; position: absolute; inset: -14px; border-radius: 50%;
  border: 2px solid rgba(194, 47, 46, .5);
  animation: stamp-ring .8s ease-out 1s both;
}
.stamp small { display: block; font-size: 12px; font-weight: 700; letter-spacing: .3em; margin-top: 4px; }
@keyframes stamp-in {
  from { opacity: 0; transform: rotate(-3deg) scale(1.9); }
  to { opacity: 1; transform: rotate(-12deg) scale(1); }
}
@keyframes stamp-ring {
  from { opacity: .9; transform: scale(.7); }
  to { opacity: 0; transform: scale(1.25); }
}
.hero-doc-row { padding-bottom: 96px !important; }
@media (max-width: 900px) {
  .stamp { width: 124px; height: 124px; font-size: 23px; }
  .hero h1 { margin-top: 40px; }
}

/* ---------- 조문 마퀴 ---------- */
.law-marquee {
  background: #101216; border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08); overflow: hidden; padding: 15px 0;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.law-marquee .track {
  display: flex; gap: 56px; width: max-content; align-items: baseline;
  animation: marq 36s linear infinite; will-change: transform;
}
.law-marquee span { font-family: var(--serif); font-size: 14.5px; color: #6E7280; white-space: nowrap; }
.law-marquee span b { color: var(--stamp-lite); font-weight: 700; margin-right: 8px; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- D-day 계산기 ---------- */
.calc-strip { background: var(--paper-dim); border-bottom: 1px solid var(--line); padding: 72px 0; }
.calc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.calc-inner h2 { margin: 10px 0 12px; }
.calc-inner p { color: var(--ink-soft); font-size: 15.5px; max-width: 34em; }
.calc-box {
  background: #fff; border: 1px solid var(--line-strong); padding: 30px;
  box-shadow: 0 14px 36px rgba(26, 28, 33, .08);
}
.calc-box label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.calc-box input[type="date"] {
  width: 100%; font: inherit; font-size: 17px; padding: 12px 14px;
  border: 1px solid var(--line-strong); border-radius: 4px; background: var(--paper); color: var(--ink);
}
.calc-result {
  margin-top: 18px; padding: 18px; background: var(--paper-dim); border-left: 3px solid var(--line-strong);
  font-size: 15px; color: var(--ink-soft); min-height: 64px;
}
.calc-result.on { border-left-color: var(--stamp); background: #FBF1F0; color: var(--ink); }
.calc-result .big { font-family: var(--serif); font-weight: 900; font-size: 24px; display: block; }
.calc-result .big em { font-style: normal; color: var(--stamp); }
.calc-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 12px; }
@media (max-width: 860px) { .calc-inner { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- 팩트 스트립 ---------- */
.facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.facts .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { padding: 38px 28px; border-left: 1px solid var(--line); }
.fact:first-child { border-left: 0; }
.fact b { font-family: var(--serif); font-size: 23px; display: block; margin-bottom: 8px; }
.fact b em { font-style: normal; color: var(--stamp); }
.fact p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.fact .ref { display: block; margin-top: 10px; font-size: 12px; color: var(--line-strong); font-family: var(--serif); }
@media (max-width: 820px) {
  .facts .wrap { grid-template-columns: 1fr; }
  .fact { border-left: 0; border-top: 1px solid var(--line); }
  .fact:first-child { border-top: 0; }
}

/* ---------- 조문 체인 ---------- */
.chain-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700;
  color: var(--stamp); border: 1px solid rgba(194,47,46,.4); border-radius: 999px;
  padding: 5px 14px; margin-bottom: 18px; background: #FBF1F0;
}
.chain { display: grid; grid-template-columns: 1fr 44px 1fr 44px 1fr; align-items: stretch; gap: 0; }
.chain-card {
  background: #fff; border: 1px solid var(--line-strong); padding: 26px 24px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 10px 28px rgba(26, 28, 33, .07);
}
.chain-card .art { font-family: var(--serif); font-weight: 900; font-size: 19px; color: var(--stamp); }
.chain-card .art small { display: block; font-family: var(--sans); font-weight: 600; font-size: 12px; color: var(--ink-soft); letter-spacing: .08em; margin-top: 2px; }
.chain-card blockquote {
  font-size: 14px; color: var(--ink-soft); border-left: 3px solid var(--line); padding-left: 12px;
  font-family: var(--serif); line-height: 1.7;
}
.chain-card p { font-size: 15px; font-weight: 600; margin-top: auto; }
.chain-arrow {
  display: grid; place-content: center; font-family: var(--serif); font-weight: 900;
  font-size: 26px; color: var(--stamp);
}
.chain-arrow::before { content: "→"; }
@media (max-width: 900px) {
  .chain { grid-template-columns: 1fr; }
  .chain-arrow { padding: 10px 0; }
  .chain-arrow::before { content: "↓"; }
}

/* ---------- 카드 그리드 (서비스) ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); padding: 28px 26px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(26,28,33,.1); border-color: var(--line-strong); }
.card h3 { font-size: 18px; }
.card p { font-size: 15px; color: var(--ink-soft); }
.card .ref { font-size: 12.5px; color: var(--line-strong); font-family: var(--serif); margin-top: auto; padding-top: 8px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ---------- 절차 타임라인 ---------- */
.steps { counter-reset: step; display: grid; gap: 0; position: relative; }
.steps::before {
  content: ""; position: absolute; left: 27px; top: 30px; bottom: 30px;
  width: 1px; background: var(--line-strong);
}
.step {
  counter-increment: step;
  display: grid; grid-template-columns: 72px 1fr; gap: 24px;
  padding: 26px 0; border-bottom: 1px solid var(--line); position: relative;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--serif); font-weight: 900; font-size: 26px; color: var(--stamp);
  line-height: 1; background: var(--paper); z-index: 1;
  align-self: start; padding: 6px 0;
}
.step h3 { margin-bottom: 6px; }
.step p { font-size: 15.5px; color: var(--ink-soft); max-width: 40em; }
.step .due {
  display: inline-block; font-size: 13px; font-weight: 700; color: var(--stamp);
  border: 1px solid rgba(194, 47, 46, .4); padding: 2px 10px; border-radius: 999px; margin-top: 10px;
}

/* ---------- 조문 인용 박스 ---------- */
.law-quote {
  border-left: 3px solid var(--stamp); background: var(--paper-dim);
  padding: 22px 26px; margin: 26px 0; font-size: 15.5px;
}
.law-quote cite { display: block; font-family: var(--serif); font-style: normal; font-size: 13.5px; color: var(--ink-soft); margin-bottom: 8px; }
.law-quote .verbatim { font-family: var(--serif); }

/* ---------- 경고 박스 ---------- */
.warn-box {
  border: 1px solid rgba(194, 47, 46, .35); background: #FBF1F0;
  padding: 20px 24px; margin: 24px 0; font-size: 15px;
}
.warn-box b { color: var(--stamp); }

/* ---------- 표 ---------- */
.tbl-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 15px; background: #fff; }
th, td { border: 1px solid var(--line); padding: 12px 16px; text-align: left; vertical-align: top; }
th { background: var(--paper-dim); font-family: var(--serif); font-weight: 700; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; gap: 14px; align-items: baseline;
  padding: 22px 4px; font-family: var(--serif); font-weight: 700; font-size: 18px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "問"; color: var(--stamp); font-size: 15px; flex-shrink: 0; }
.faq-item summary::after { content: "+"; margin-left: auto; color: var(--line-strong); font-family: var(--sans); font-weight: 400; font-size: 22px; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .a { padding: 0 4px 24px 34px; color: var(--ink-soft); font-size: 15.5px; max-width: 46em; }

/* ---------- 프로필 ---------- */
.profile { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.profile-card {
  background: #fff; border: 1px solid var(--line); padding: 30px;
  text-align: center;
}
.profile-card .seal {
  width: 84px; height: 84px; margin: 0 auto 16px; border-radius: 50%;
  border: 3px double var(--stamp); color: var(--stamp); display: grid; place-content: center;
  font-family: var(--serif); font-weight: 900; font-size: 24px; letter-spacing: .1em; text-indent: .1em;
}
.profile-card h3 { font-size: 22px; }
.profile-card p { font-size: 14px; color: var(--ink-soft); margin-top: 6px; }
.cred-list { list-style: none; display: grid; gap: 12px; }
.cred-list li { display: flex; gap: 12px; font-size: 15.5px; }
.cred-list li::before { content: "―"; color: var(--line-strong); flex-shrink: 0; }
.cred-list li.crime::before { content: "★"; color: var(--stamp); }
.cred-list li.crime b { color: var(--stamp); }
@media (max-width: 800px) { .profile { grid-template-columns: 1fr; } .profile-card { max-width: 340px; margin: 0 auto; } }

/* ---------- CTA 밴드 ---------- */
.cta-band { background: var(--navy); color: #EDEFF4; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: #B9C0CF; }
.cta-band .btn-ghost { border-color: #EDEFF4; color: #EDEFF4; }
.cta-band .btn-ghost:hover { background: #EDEFF4; color: var(--navy); }

/* ---------- 상담 폼 ---------- */
.consult { background: var(--paper-dim); border-top: 1px solid var(--line); }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .consult-grid { grid-template-columns: 1fr; } }
.consult-info h2 { margin-bottom: 14px; }
.consult-info .phone-big {
  font-family: var(--serif); font-weight: 900; font-size: clamp(30px, 4vw, 40px);
  color: var(--stamp); display: block; margin: 18px 0 6px; text-decoration: none;
}
.consult-info ul { list-style: none; display: grid; gap: 8px; margin-top: 18px; font-size: 15px; color: var(--ink-soft); }
form.consult-form { background: #fff; border: 1px solid var(--line); padding: 32px; display: grid; gap: 18px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; }
.field label .req { color: var(--stamp); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; padding: 12px 14px;
  border: 1px solid var(--line-strong); border-radius: 4px; background: var(--paper);
  color: var(--ink);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--stamp); border-color: var(--stamp); }
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.consult-form button {
  font: inherit; font-weight: 800; font-size: 17px; color: #fff; background: var(--stamp);
  border: 0; border-radius: 4px; padding: 15px; cursor: pointer;
}
.consult-form button:hover { background: var(--stamp-deep); }
.consult-form button:disabled { background: var(--line-strong); cursor: wait; }
.form-msg { font-size: 14px; font-weight: 600; }
.form-msg.ok { color: #1D6B45; }
.form-msg.err { color: var(--stamp); }
.form-legal { font-size: 12.5px; color: var(--ink-soft); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink-soft); font-weight: 500; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--stamp); flex-shrink: 0; }

/* ---------- 본문 아티클 (하위 페이지) ---------- */
.article { max-width: 780px; margin: 0 auto; }
.article .kicker { font-size: 13px; font-weight: 700; letter-spacing: .22em; color: var(--stamp); margin-bottom: 14px; }
.article h1 { font-size: clamp(28px, 4.4vw, 40px); margin-bottom: 16px; }
.article .meta { font-size: 14px; color: var(--ink-soft); font-family: var(--serif); border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 36px; }
.article h2 { font-size: 24px; margin: 52px 0 16px; padding-top: 22px; border-top: 1px solid var(--line); }
.article h3 { margin: 30px 0 10px; }
.article p { margin-bottom: 16px; }
.article ul, .article ol { margin: 0 0 16px 22px; }
.article li { margin-bottom: 8px; }
.article .src { font-size: 13.5px; color: var(--ink-soft); border-top: 1px solid var(--line); margin-top: 44px; padding-top: 18px; }

/* ---------- 모바일 하단 고정 전화바 ---------- */
.callbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  grid-template-columns: 1fr 1fr; box-shadow: 0 -6px 20px rgba(0,0,0,.15);
}
.callbar a {
  display: grid; place-content: center; padding: 15px 8px; text-decoration: none;
  font-weight: 800; font-size: 16px;
}
.callbar .cb-tel { background: var(--stamp); color: #fff; }
.callbar .cb-form { background: var(--ink); color: #fff; }
@media (max-width: 860px) {
  .callbar { display: grid; }
  body { padding-bottom: 56px; }
}

/* ---------- 푸터 ---------- */
.site-foot { background: var(--ink); color: #A6A9B0; font-size: 13.5px; padding: 44px 0 52px; line-height: 1.9; }
.site-foot .brand { color: var(--paper); font-size: 19px; margin-bottom: 10px; display: inline-block; }
.site-foot a { color: #CFD1D6; }
.site-foot .foot-nav { display: flex; gap: 20px; flex-wrap: wrap; margin: 14px 0 18px; }
.site-foot .foot-nav a { text-decoration: none; font-weight: 600; }
.site-foot .disclaim { border-top: 1px solid #33363D; margin-top: 18px; padding-top: 16px; font-size: 12.5px; color: #7E828B; }
