/* 선불폰센터 시안 B (확정) — 인디고 바이올렛 #4F3BC4 (레퍼런스 ktmyr #6B3BE9에서 명도·채도를 낮춤) · 옅은 보라 #F2F0FB · 파스텔 카드 · 20px 카드 · 52px/8px 버튼 */
:root {
  --p: #4f3bc4;
  --p-deep: #3f2ea3;
  --p-tint: #f2f0fb;
  --p-tint-2: #e4e0f7;
  --ink: #141416;
  --ink-2: #36373b;
  --gray: #646870;
  --gray-2: #80848d;
  --line: #e6e8ec;
  --line-2: #cfd3d8;
  --bg: #f7f8fa;
  --bg-2: #f1f2f4;
  --sky: #eef5ff;
  --peach: #fff1eb;
  --mint: var(--p-tint);        /* 09-25 보조 초록 폐기 → 보라 통일(사장님) */
  --lemon: #fff3b0;
  --teal: var(--p);
  --yellow: #f0d92b;            /* 「약 5분」 밑줄 전용 */
  --red: #ec1b23;
  --max: 1080px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; font-size: 16px; line-height: 1.6; word-break: keep-all; overflow-wrap: anywhere; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
h1, h2, h3, h4, p, ol, ul, dl, table { margin: 0; }
h1, h2, h3, h4 { letter-spacing: -0.03em; line-height: 1.3; }
button, input, select { font: inherit; color: inherit; }
.wrap { width: min(var(--max), 100% - 40px); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 8px; background: #000; color: #fff; padding: 8px 12px; z-index: 99; }
:focus-visible { outline: 2px solid var(--p); outline-offset: 2px; }
.ic { width: 20px; height: 20px; flex: none; }
.num { font-variant-numeric: tabular-nums; }
section[id], [id="판정"] { scroll-margin-top: 80px; }

/* 상단 띠 · 헤더 */
.notice { background: var(--p); color: #fff; font-size: 13.5px; font-weight: 500; }
.notice .wrap { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 40px; text-align: center; }
.notice b { font-weight: 700; }
.head { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.head .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 24px; }
.logo { display: inline-flex; align-items: center; font-size: 20px; font-weight: 700; letter-spacing: -0.05em; }
.logo i { font-style: normal; background: var(--p); color: #fff; border-radius: 8px; padding: 1px 8px 2px; margin-right: 3px; line-height: 1.35; letter-spacing: -0.04em; }
.nav { display: flex; gap: 44px; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.nav a:hover { color: var(--p); }
.head-r { display: flex; align-items: center; gap: 10px; }

/* 버튼 — 레퍼런스: 52px · 8px · 600 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 52px; padding: 0 20px; border-radius: 8px; font-size: 16px; font-weight: 600; border: 0; cursor: pointer; white-space: nowrap; transition: background .15s, border-color .15s; }
.btn .ic { width: 18px; height: 18px; }
.btn-p, .btn-orange, .btn-green { background: var(--p); color: #fff; }
.btn-p:hover, .btn-orange:hover, .btn-green:hover { background: var(--p-deep); }
.btn-o { background: #fff; color: var(--ink); border: 1px solid var(--gray-2); }
.btn-o:hover { border-color: var(--ink); }
.btn-t { background: var(--p-tint); color: var(--p); }
.btn-t:hover { background: var(--p-tint-2); }
.btn-sm { min-height: 40px; font-size: 14px; padding: 0 14px; }
.btn-line { background: #fff; color: var(--ink); border: 1px solid var(--gray-2); }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line-2); }
.btn-dark { background: var(--ink); color: #fff; }
.more { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 500; color: var(--ink-2); }
.more .ic { width: 14px; height: 14px; }
.more:hover { color: var(--p); }

/* 히어로 */
.hero { padding: 28px 0 8px; }
.hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 16px; }
.banner { padding-right: 290px !important; border-radius: 20px; background: linear-gradient(120deg, #eeebfa 0%, #dfd9f5 100%); padding: 44px 48px; position: relative; overflow: hidden; min-height: 340px; display: flex; flex-direction: column; justify-content: center; }
.banner .eyebrow { font-size: 14px; font-weight: 600; color: var(--p); margin-bottom: 10px; }
.banner h1 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; max-width: 520px; }
.banner h1 b { color: var(--p); font-weight: 700; }
.banner .lead { margin-top: 14px; font-size: 16px; color: var(--ink-2); max-width: 470px; }
.banner .lead strong { color: var(--ink); font-weight: 600; }
.banner .cta { display: flex; gap: 8px; margin-top: 26px; flex-wrap: wrap; }
.banner .art { position: absolute; right: 32px; bottom: 26px; width: 230px; }
.side { display: grid; grid-template-rows: auto 1fr; gap: 16px; }
.quick { border-radius: 20px; background: var(--bg); padding: 22px 16px; display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }
.quick a { display: grid; justify-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); }
.quick a:hover { color: var(--p); }
.quick .qi { width: 52px; height: 52px; border-radius: 16px; background: #fff; display: grid; place-items: center; }
.quick .qi .ic { width: 26px; height: 26px; }
.promo { border-radius: 20px; background: var(--peach); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.promo b { font-size: 18px; font-weight: 700; letter-spacing: -0.03em; display: block; }
.promo span { font-size: 14px; color: var(--ink-2); }
.promo .more { margin-top: 16px; }
.promo .deco { position: absolute; right: 18px; bottom: 16px; font-size: 44px; font-weight: 800; color: #ff8a5b; letter-spacing: -0.05em; }

/* 섹션 공통 */
.sec { padding: 72px 0; }
.sec.gray { background: var(--bg); }
.sec-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 26px; }
.sec h2 { font-size: clamp(22px, 2.4vw, 26px); font-weight: 700; }
.sec .snip { margin-top: 8px; font-size: 16px; color: var(--gray); max-width: 680px; }
.sec .snip strong { color: var(--ink); font-weight: 600; }

/* 판정기 — 레퍼런스의 탭·상황 카드 방식 */
.judge-wrap { display: grid; grid-template-columns: 1fr 360px; gap: 20px; align-items: start; }
.judge { border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.judge fieldset { border: 0; margin: 0; padding: 0; }
.judge fieldset + fieldset { margin-top: 24px; }
.judge fieldset[disabled] { opacity: .35; }
.judge legend { padding: 0; margin-bottom: 12px; font-size: 17px; font-weight: 600; display: flex; gap: 8px; }
.judge legend i { font-style: normal; color: var(--p); }
.judge legend small { display: block; font-size: 13px; font-weight: 400; color: var(--gray); }
.seg { display: flex; gap: 8px; flex-wrap: wrap; }
.seg label { position: relative; flex: 1 1 0; min-width: 120px; }
.seg input { position: absolute; opacity: 0; inset: 0; }
.seg span { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 56px; padding: 10px 14px; border-radius: 12px; background: var(--sky); border: 1px solid transparent; font-size: 15px; font-weight: 500; cursor: pointer; }
.seg input:checked + span { background: #fff; border-color: var(--p); color: var(--p); font-weight: 600; box-shadow: 0 0 0 1px var(--p) inset; }
.seg input:focus-visible + span { outline: 2px solid var(--p); outline-offset: 2px; }
.verdict { border-radius: 20px; background: var(--bg); padding: 28px; min-height: 100%; display: flex; flex-direction: column; }
.verdict .tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--gray); background: #fff; border-radius: 24px; padding: 5px 12px; }
.verdict .tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line-2); }
.verdict h4 { font-size: 22px; font-weight: 700; margin: 16px 0 10px; }
.verdict ul { list-style: none; padding: 0; display: grid; gap: 6px; font-size: 15px; color: var(--ink-2); }
.verdict li { display: flex; gap: 8px; }
.verdict li::before { content: ""; flex: none; width: 5px; height: 5px; border-radius: 50%; background: currentColor; margin-top: 9px; }
.verdict .go { margin-top: auto; padding-top: 22px; }
.verdict .go .btn { width: 100%; }
.verdict[data-state="online"], .verdict[data-state="app"] { background: var(--mint); }
.verdict[data-state="online"] .dot, .verdict[data-state="app"] .dot { background: var(--teal); }
.verdict[data-state="online"] h4, .verdict[data-state="app"] h4 { color: var(--teal); }
.verdict[data-state="visit"] { background: var(--p-tint); }
.verdict[data-state="visit"] .dot { background: var(--p); }
.verdict[data-state="visit"] h4 { color: var(--p); }
.privacy { margin-top: 12px; font-size: 13px; color: var(--gray-2); }

/* 개통 방법 카드 — 레퍼런스 요금제 카드 형태 */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.plan { border: 1px solid var(--line); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; background: #fff; }
.plan .brand { font-size: 12px; font-weight: 700; color: var(--teal); }
.plan.visit .brand { color: var(--p); }
.plan h3 { font-size: 20px; font-weight: 700; margin: 6px 0 22px; }
.plan dl { display: grid; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.plan dl div { display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; }
.plan dt { display: flex; align-items: center; gap: 8px; color: var(--gray); }
.plan dt .ic { width: 18px; height: 18px; color: var(--p); }
.plan dd { margin: 0; text-align: right; font-weight: 500; }
.plan .price { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 0 22px; }
.plan .price b { font-size: 26px; font-weight: 700; color: var(--p); letter-spacing: -0.03em; }
.plan .price b small { font-size: 15px; color: var(--ink); font-weight: 500; margin-right: 4px; }
.plan.online .price b { color: var(--p); box-shadow: inset 0 -10px 0 var(--yellow); padding: 0 2px; }
.plan .price span { font-size: 13px; color: var(--gray); }
.plan .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }

/* 비교표 */
.tbl-wrap { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; }
.tbl { width: 100%; border-collapse: collapse; font-size: 15px; }
.tbl th, .tbl td { padding: 16px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.tbl tr:last-child th, .tbl tr:last-child td { border-bottom: 0; }
.tbl thead th { background: var(--bg); font-size: 14px; font-weight: 600; color: var(--gray); }
.tbl thead th b { display: block; font-size: 16px; color: var(--ink); }
.tbl thead .on b { color: var(--teal); }
.tbl thead .vi b { color: var(--p); }
.tbl tbody th { width: 22%; font-weight: 600; color: var(--ink-2); }
.tbl td { color: var(--ink-2); }
.tbl td strong { color: var(--ink); font-weight: 600; }
.mark { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; margin-right: 8px; vertical-align: -4px; }
.mark .ic { width: 12px; height: 12px; stroke-width: 3; }
.mark.y { background: var(--mint); color: var(--teal); }
.mark.n { background: #fde4e5; color: var(--red); }
.cap { margin-top: 12px; font-size: 13px; color: var(--gray-2); }

/* 지역 — 칩 필터 + 카드 */
.search { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line-2); border-radius: 12px; padding: 0 16px; min-height: 56px; max-width: 520px; background: #fff; }
.search:focus-within { border-color: var(--p); box-shadow: 0 0 0 1px var(--p) inset; }
.search .ic { color: var(--gray-2); }
.search input { flex: 1; min-width: 0; border: 0; outline: 0; font-size: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; }
.tile { display: inline-flex; align-items: center; gap: 6px; height: 44px; padding: 0 16px; border-radius: 24px; background: var(--bg-2); border: 1px solid transparent; font-size: 15px; font-weight: 500; cursor: pointer; }
.tile em { font-style: normal; font-size: 13px; color: var(--gray); }
.tile:hover { border-color: var(--line-2); }
.tile[aria-selected="true"] { background: var(--p-tint); border-color: var(--p); color: var(--ink); }
.tile[aria-selected="true"] em { color: var(--p); }
.prov-block[hidden], .rgrid li[hidden] { display: none; }
.prov-h { font-size: 15px; font-weight: 600; color: var(--gray); margin-bottom: 12px; }
.prov-h b { color: var(--p); }
.rgrid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.rgrid a { display: block; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; background: #fff; transition: border-color .15s; }
.rgrid a:hover { border-color: var(--p); }
.rgrid b { display: block; font-size: 17px; font-weight: 600; }
.rgrid small { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; font-size: 13px; color: var(--gray); }
.rgrid small .ic { width: 16px; height: 16px; color: var(--p); }
.empty { padding: 24px; border-radius: 16px; background: var(--bg); color: var(--ink-2); }

/* 파스텔 배너 2장 */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.card-pastel { border-radius: 20px; padding: 32px 36px; min-height: 150px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.card-pastel.lemon { background: var(--lemon); }
.card-pastel.sky { background: #dbe8ff; }
.card-pastel b { font-size: 19px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.45; }
.card-pastel .chip-art { flex: none; width: 110px; height: 76px; border-radius: 12px; background: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: var(--p); box-shadow: 0 6px 16px -8px #0003; text-align: center; line-height: 1.3; }
.card-pastel .chip-art big { display: block; font-size: 22px; letter-spacing: -0.03em; }

/* 절차 */
.flow { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.flow li { border-radius: 20px; background: #fff; border: 1px solid var(--line); padding: 26px; }
.flow .n { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--p); color: #fff; font-size: 14px; font-weight: 700; }
.flow h3 { font-size: 18px; font-weight: 600; margin: 16px 0 6px; }
.flow p { font-size: 15px; color: var(--gray); }

/* 준비물 */
.kit { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.kit div { border-radius: 16px; padding: 24px 20px; }
.kit div:nth-child(1) { background: var(--p-tint); }
.kit div:nth-child(2) { background: var(--sky); }
.kit div:nth-child(3) { background: #e4f6f4; }
.kit div:nth-child(4) { background: var(--peach); }
.kit .ic { width: 30px; height: 30px; margin-bottom: 16px; color: var(--ink); }
.kit h3 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.kit p { font-size: 14px; color: var(--ink-2); }
.kit .warn { margin-top: 8px; font-size: 13px; color: var(--red); }

/* FAQ */
.faq { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; gap: 12px; align-items: center; padding: 22px 4px; font-size: 16.5px; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .q { color: var(--p); font-weight: 700; }
.faq summary .t { flex: 1; }
.faq summary .pm { width: 20px; height: 20px; flex: none; position: relative; }
.faq summary .pm::before { content: ""; position: absolute; inset: 4px 5px 7px; border-right: 2px solid var(--gray); border-bottom: 2px solid var(--gray); transform: rotate(45deg); transition: transform .15s; }
.faq details[open] summary .pm::before { transform: rotate(-135deg) translate(-3px, -3px); }
.faq details > p { margin: 0 0 20px; padding: 18px 20px; background: var(--bg); border-radius: 12px; font-size: 15px; color: var(--ink-2); }

/* 예약 */
.reserve { display: grid; grid-template-columns: 1fr 1.25fr; gap: 24px; align-items: start; }
.reserve-side { border-radius: 20px; background: var(--p-tint); padding: 32px; }
.reserve-side h2 { font-size: 24px; }
.reserve-side .snip { color: var(--ink-2); }
.reserve-side ol { list-style: none; padding: 0; margin-top: 24px; display: grid; gap: 14px; }
.reserve-side li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.reserve-side li b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--p); color: #fff; font-size: 13px; }
.reserve-side li strong { display: block; color: var(--ink); font-weight: 600; }
.warnbox { margin-top: 22px; padding: 14px 16px; border-radius: 12px; background: #fff; font-size: 13.5px; color: var(--ink-2); }
.form { border: 1px solid var(--line); border-radius: 20px; padding: 32px; }
.form-h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; }
.form-h b { font-size: 19px; font-weight: 700; }
.form-h span { font-size: 13px; color: var(--gray-2); }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f { display: block; font-size: 14px; font-weight: 600; color: var(--ink-2); }
.f input, .f select { display: block; width: 100%; margin-top: 8px; height: 52px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 8px; background: #fff; font-size: 16px; }
.f input:focus, .f select:focus { outline: 0; border-color: var(--p); box-shadow: 0 0 0 1px var(--p) inset; }
.form fieldset { border: 0; margin: 20px 0 0; padding: 0; }
.form legend { font-size: 14px; font-weight: 600; color: var(--ink-2); margin-bottom: 10px; padding: 0; }
.form .seg label { flex: 0 0 auto; min-width: 0; }
.form .seg span { min-height: 40px; padding: 0 14px; border-radius: 24px; background: var(--bg-2); font-size: 14px; }
.form .seg input:checked + span { background: var(--p-tint); color: var(--ink); box-shadow: none; border-color: var(--p); }
.form .actions { margin-top: 24px; }
.form .actions .btn { width: 100%; }
.receipt { margin-top: 20px; border-radius: 16px; background: var(--bg); padding: 22px; }
.receipt-h { display: flex; justify-content: space-between; font-size: 13px; color: var(--gray); }
.receipt-h b { color: var(--p); font-size: 15px; }
.receipt pre { white-space: pre-wrap; font: inherit; font-size: 14.5px; line-height: 1.7; margin: 12px 0 16px; padding: 16px; background: #fff; border-radius: 12px; }
.receipt .row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; }
.receipt p { font-size: 13px; color: var(--gray); margin-top: 12px; }

/* 권역 (지역 페이지) */
.crumb { display: flex; gap: 6px; font-size: 13px; color: var(--gray); margin-bottom: 14px; }
.crumb a:hover { color: var(--p); }
.stat-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.stat-chips span { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; border-radius: 24px; background: #ffffffb3; font-size: 13.5px; color: var(--ink-2); }
.stat-chips b { color: var(--p); }
.zones { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.zone { border: 1px solid var(--line); border-radius: 20px; padding: 28px; }
.zone-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.zone-h h3 { font-size: 20px; font-weight: 700; }
.zone-h span { font-size: 12.5px; color: var(--p); background: var(--p-tint); border-radius: 24px; padding: 4px 10px; }
.bars { list-style: none; padding: 0; display: grid; gap: 14px; }
.bars li { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; font-size: 14.5px; }
.bars li b { font-weight: 500; }
.bars li b small { font-size: 12px; color: var(--gray-2); margin-left: 6px; }
.bars .d { font-weight: 600; font-variant-numeric: tabular-nums; }
.bars .track { grid-column: 1 / -1; height: 8px; border-radius: 4px; background: var(--bg-2); position: relative; overflow: hidden; }
.bars .track i { position: absolute; inset: 0 auto 0 0; border-radius: 4px; background: var(--p); }
.bars li.sub .track i { background: #a99ee0; }
.scale { display: flex; justify-content: space-between; margin-top: 10px; font-size: 11.5px; color: var(--gray-2); }
.zone-f { margin-top: 18px; padding: 12px 14px; border-radius: 12px; background: var(--bg); font-size: 13px; color: var(--gray); }
.near { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.near a { border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.near a:hover { border-color: var(--p); }
.near b { display: block; font-size: 17px; font-weight: 600; }
.near small { font-size: 13px; color: var(--gray); }

/* 푸터 · 떠 있는 상담 버튼 */
.foot { background: var(--bg); border-top: 1px solid var(--line); font-size: 13.5px; color: var(--gray); }
.foot .wrap { padding: 44px 0 56px; }
.foot .links { display: flex; flex-wrap: wrap; gap: 8px 24px; font-weight: 600; color: var(--ink-2); padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.foot .links a:hover { color: var(--p); }
.foot .info { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-top: 20px; }
.foot dl { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.foot dl div { display: flex; gap: 6px; }
.foot dt { color: var(--gray-2); }
.foot dd { margin: 0; }
.todo { color: var(--p); font-weight: 600; }
.foot .logo { font-size: 17px; color: var(--ink); }
.foot .copy { margin-top: 12px; font-size: 12.5px; color: var(--gray-2); }
.fab { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: flex; align-items: center; gap: 10px; }
.fab span { background: var(--ink); color: #fff; font-size: 12.5px; padding: 8px 12px; border-radius: 12px; line-height: 1.4; }
.fab a { width: 60px; height: 60px; border-radius: 50%; background: #fee500; color: #191919; display: grid; place-items: center; box-shadow: 0 8px 20px -6px #00000040; } /* 카카오톡 상담 = 카카오 노랑 */
.fab a .ic { width: 28px; height: 28px; }

@media (max-width: 960px) {
  .nav { display: none; }
  .hero-grid, .judge-wrap, .reserve { grid-template-columns: 1fr; }
  .side { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
  .rgrid, .kit, .near { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .wrap { width: min(var(--max), 100% - 32px); }
  .banner { padding: 30px 24px 150px !important; min-height: 0; }
  .banner .art { width: 150px; right: 16px; bottom: 16px; }
  .banner .cta .btn { flex: 1 1 100%; }
  .side { grid-template-columns: 1fr; }
  .sec { padding: 52px 0; }
  .sec-top { display: block; }
  .sec-top .more { margin-top: 10px; }
  .plans, .duo, .flow, .zones, .grid2 { grid-template-columns: 1fr; }
  .rgrid, .kit, .near { grid-template-columns: 1fr 1fr; }
  .judge, .verdict, .form, .plan, .zone, .reserve-side { padding: 22px; }
  .seg label { min-width: calc(50% - 4px); }
  .tbl { font-size: 13.5px; }
  .tbl th, .tbl td { padding: 12px 12px; }
  .mark { display: none; }
  .card-pastel { padding: 24px; }
  .card-pastel .chip-art { display: none; }
  .foot .info { grid-template-columns: 1fr; }
  .fab span { display: none; }
  .receipt .row { grid-template-columns: 1fr; }
}

/* 09-25 수정: 판정 다시 선택 · 번호이동 안내 */
.judge { position: relative; }
.judge .reset { position: absolute; top: 22px; right: 22px; border: 0; background: none; padding: 4px 6px; font-size: 13.5px; font-weight: 600; color: var(--gray); cursor: pointer; border-radius: 6px; }
.judge .reset:hover { color: var(--p); background: var(--p-tint); }
.porting-note { margin-top: 14px; padding: 12px 14px; border-radius: 10px; background: #fdf6c4; font-size: 14px; font-weight: 500; color: var(--ink); }
.porting-note[hidden] { display: none; }
@media (max-width: 640px) { .judge .reset { top: 16px; right: 14px; } }
.judge fieldset:first-of-type legend { padding-right: 96px; }
.bars li.park .track i { background: var(--ink-2); }
.p-badge { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 4px; background: #1f6feb; color: #fff; font-style: normal; font-size: 11px; font-weight: 800; margin-right: 6px; vertical-align: 1px; }

/* 온라인 개통 페이지 */
.steps10 { grid-template-columns: repeat(5, 1fr); gap: 12px; }
.steps10 li { padding: 22px 20px; }
.steps10 li.hot { border-color: var(--p); box-shadow: 0 0 0 1px var(--p) inset; }
.flow h3 em { display: inline-block; font-style: normal; font-size: 11.5px; font-weight: 700; color: #141416; background: var(--yellow); border-radius: 4px; padding: 1px 6px; margin-left: 4px; vertical-align: 2px; }
.card-note { border: 1px solid var(--line); border-radius: 20px; padding: 30px; background: #fff; }
.card-note h2 { font-size: 21px; }
@media (max-width: 960px) { .steps10 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .steps10 { grid-template-columns: 1fr; } .card-note { padding: 22px; } }

/* 09-25 시·도 선택: 한 줄 가로 스크롤 · 사각 버튼 · 보라 테두리/스크롤바 (사장님 캡처 기준) */
.chips { flex-wrap: nowrap; gap: 10px; overflow-x: auto; overflow-y: hidden; padding: 2px 2px 12px; margin: 18px 0 20px; scrollbar-width: thin; scrollbar-color: var(--p) #e9e6f7; -webkit-overflow-scrolling: touch; }
.chips::-webkit-scrollbar { height: 8px; }
.chips::-webkit-scrollbar-track { background: #e9e6f7; border-radius: 99px; }
.chips::-webkit-scrollbar-thumb { background: var(--p); border-radius: 99px; }
.chips::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
.tile { flex: 0 0 auto; min-width: 96px; height: 40px; padding: 0 18px; justify-content: center; border-radius: 6px; background: #fff; border: 1.5px solid var(--p); color: var(--ink); font-size: 15.5px; font-weight: 600; }
.tile:hover { border-color: var(--p); background: var(--p-tint); }
.tile[aria-selected="true"] { background: var(--p-tint); border-width: 2.5px; color: var(--p); font-weight: 800; }
/* 크롬은 scrollbar-color가 있으면 ::-webkit-scrollbar를 무시해 양끝 화살표가 보인다 → 웹킷 계열은 웹킷 스타일로 */
@supports selector(::-webkit-scrollbar) { .chips { scrollbar-width: auto; scrollbar-color: auto; } }

/* 온라인 페이지: 선불유심 구매 · 추천 요금제 */
a.inl { color: var(--p); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.usim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.usim { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 20px; display: flex; flex-direction: column; align-items: center; }
.usim img { width: 100%; max-width: 220px; height: 240px; object-fit: contain; }
.usim figcaption { width: 100%; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 2px; }
.usim figcaption b { font-size: 17px; }
.usim figcaption small { font-size: 13px; color: var(--gray); }
.net { display: inline-block; justify-self: start; font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.net.kt { background: #e4f6f4; color: #0f6e61; }
.net.lg { background: #fde7ef; color: #b0245a; }
.net.both { background: var(--p-tint); color: var(--p); }
.num-col { text-align: right !important; font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; }
.plan-tabs { display: flex; gap: 10px; overflow-x: auto; padding: 2px 2px 12px; margin-bottom: 8px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pcard { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.pcard[hidden] { display: none; }
.pcard-h { display: flex; justify-content: space-between; align-items: center; }
.pcard-h em { font-style: normal; font-size: 12px; font-weight: 700; color: #141416; background: var(--yellow); border-radius: 4px; padding: 2px 8px; }
.pcard h3 { font-size: 21px; margin: 12px 0 4px; }
.pcard .price { font-size: 15px; color: var(--ink-2); padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.pcard .price b { font-size: 28px; color: var(--p); letter-spacing: -0.03em; font-variant-numeric: tabular-nums; margin-right: 2px; }
.pcard .price small { color: var(--gray); margin-left: 2px; }
.pcard dl { display: grid; gap: 8px; margin: 0; }
.pcard dl div { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; }
.pcard dt { color: var(--gray); }
.pcard dd { margin: 0; text-align: right; font-weight: 500; }
.cap[hidden] { display: none; }
@media (max-width: 960px) { .usim-grid, .plan-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .usim-grid, .plan-grid { grid-template-columns: 1fr; } .usim img { height: 200px; } }

/* 온라인 페이지 히어로: 개통 시작(→10단계) + 페이지 내 바로가기 3개 */
.cta-stack { flex-direction: column; align-items: stretch; max-width: 460px; }
.cta-stack > .btn-p { width: 100%; }
.cta-jump { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.cta-jump .btn { min-height: 46px; padding: 0 8px; font-size: 15px; }
.banner .cta.cta-stack { display: flex; flex-direction: column; flex-wrap: nowrap; }
.banner .cta.cta-stack .btn { flex: none; width: 100%; }
.banner .cta.cta-stack .cta-jump { width: 100%; }

/* 개통 유형 탭(빠른개통·eSIM개통·번호이동) */
.guide { background: var(--bg); border-radius: 20px; padding: 24px 24px 20px; margin-bottom: 32px; }
.guide-panel[hidden] { display: none; }
.guide-lead { font-size: 15.5px; color: var(--ink-2); margin: 4px 0 16px; }
.guide-lead strong { color: var(--p); }
.mini-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.mini-steps li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; }
.mini-steps .n { width: 26px; height: 26px; border-radius: 50%; background: var(--p); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.mini-steps b { display: block; font-size: 15px; margin-bottom: 4px; }
.mini-steps p { margin: 0; font-size: 13.5px; color: var(--gray); line-height: 1.55; }
.guide-note { margin: 14px 0 0; padding: 12px 14px; border-radius: 10px; background: #fdf6c4; font-size: 13.5px; color: var(--ink); }
.steps-h { font-size: 18px; margin: 0 0 14px; }

/* 개통 유형 탭 — 각 방법의 단계를 카드형(기존 10단계 형식)으로 */
.guide { background: none; padding: 0; margin: 0; }
.steps-g { grid-template-columns: repeat(var(--cols, 5), 1fr); gap: 12px; }
.steps-g li { padding: 22px 20px; }
.steps-g li.hot { border-color: var(--p); box-shadow: 0 0 0 1px var(--p) inset; }
.guide-note { margin-top: 16px; }
@media (max-width: 960px) { .steps-g { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .steps-g { grid-template-columns: 1fr; } }

.foot-link { color: var(--p); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* 지역 페이지: 근처 권역 아래 예약 CTA */
.near-cta { margin-top: 20px; display: flex; justify-content: center; }
.near-cta .btn { min-width: 320px; }
.sec.gray .form { background: #fff; }
@media (max-width: 640px) { .near-cta .btn { width: 100%; min-width: 0; } }
