/* 앱 카드형 스킨(victory1002, 2026-09-26 시안 06). 색은 강조색 하나(palette.blue → --blue)에서 섞어 만든다.
   사이트마다 palette.blue 만 바꾸면 같은 틀이 다른 색으로 나온다. 글꼴은 레이아웃의 Pretendard. */
body.app {
  --p: var(--blue, #e5484d);
  --pd: color-mix(in srgb, var(--p) 78%, #000);
  --ps: color-mix(in srgb, var(--p) 9%, #fff);
  --pm: color-mix(in srgb, var(--p) 22%, #fff);
  --ink: #16181d; --mut: #5e6573; --line: #e3e6eb; --bg: #f2f4f7;
  background: var(--bg); color: var(--ink);
  font-family: Pretendard, "Noto Sans KR", -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; letter-spacing: -.01em; word-break: keep-all; overflow-wrap: anywhere;
}
body.app .site-header { background: #fff; border-bottom: 0; }
body.app .site-header .brand { font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
body.app .site-header .primary-nav a { font-weight: 600; color: var(--mut); }
body.app .site-header .primary-nav a:hover { color: var(--p); }
body.app main, body.app .wrap { max-width: none; }

.ap { padding-bottom: 20px; }
.ap h1, .ap h2 { margin: 0; color: var(--ink); letter-spacing: -.025em; text-wrap: balance; }
.ap p { margin: 0; }
.ap a { color: inherit; text-decoration: none; }
.ap-in { max-width: 1080px; margin: 0 auto; padding-inline: 20px; }
.ap-ic { width: 26px; height: 26px; flex: none; }
.ap-sec { padding-block: 14px 10px; }
.ap-sh { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.ap-sh h2 { font-size: 1.22rem; font-weight: 800; }
.ap-count { font-size: .85rem; font-weight: 700; color: var(--mut); font-variant-numeric: tabular-nums; }
.ap-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-weight: 800; font-size: .92rem; padding: 11px 18px; white-space: nowrap; background: var(--p); color: #fff; }
.ap .ap-btn-w { background: #fff; color: var(--pd); }   /* .ap a{color:inherit} 보다 세게 — 흰 버튼에 흰 글씨가 됐었다 */
.ap a:focus-visible, .ap summary:focus-visible { outline: 2px solid var(--p); outline-offset: 2px; border-radius: 10px; }

/* 첫 화면 — 강조색 카드 하나가 이 틀의 대표 요소 */
.ap-hero { padding-block: 20px 6px; }
.ap-hi { background: var(--p); color: #fff; border-radius: 22px; padding: 26px 24px; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.ap-hi h1 { color: #fff; font-size: 1.65rem; font-weight: 800; line-height: 1.3; }
.ap-hi p { opacity: .92; margin-top: 6px; line-height: 1.6; max-width: 60ch; }
.ap-hi-sub { grid-template-columns: auto 1fr; align-items: start; }
.ap-hero-ic { width: 52px; height: 52px; padding: 12px; border-radius: 16px; background: rgba(255,255,255,.18); color: #fff; }
.ap-crumb { font-size: .8rem; opacity: .85; margin-bottom: 4px !important; }
.ap-crumb a { text-decoration: underline; text-underline-offset: 3px; }

/* 분야 버튼 줄 — 휴대폰에서 옆으로 넘긴다 */
.ap-chips { display: flex; gap: 8px; overflow-x: auto; padding-block: 12px 4px; scrollbar-width: none; }
.ap-chips::-webkit-scrollbar { display: none; }
.ap-chips a { flex: none; background: #fff; border-radius: 999px; padding: 9px 15px; font-weight: 700; font-size: .88rem; color: var(--ink); }
.ap-chips a:hover { background: var(--ps); color: var(--pd); }
.ap-chips-wrap { flex-wrap: wrap; overflow: visible; }

/* 분야 카드 */
.ap-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ap-card { background: #fff; border-radius: 20px; padding: 18px; display: grid; gap: 6px; align-content: start; }
.ap-card .ap-ic { width: 44px; height: 44px; padding: 10px; border-radius: 14px; background: var(--ps); color: var(--p); margin-bottom: 4px; }
.ap-card b { font-size: 1.02rem; }
.ap-card small { color: var(--mut); font-size: .82rem; }
.ap-card em { font-style: normal; font-size: .8rem; font-weight: 800; color: var(--p); font-variant-numeric: tabular-nums; }
.ap-card:hover { box-shadow: 0 0 0 2px var(--pm); }

/* 업체 목록 */
.ap-list { background: #fff; border-radius: 20px; padding: 4px 16px; }
.ap-camp { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.ap-camp:last-child { border-bottom: 0; }
.ap-camp-img { width: 64px; height: 64px; border-radius: 14px; overflow: hidden; background: var(--ps); display: grid; place-items: center; position: relative; }
.ap-camp-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }   /* 아이콘 위에 덮는다 — 이미지가 깨지면 지우고 아이콘이 보인다 */
.ap-camp-ph { width: 28px; height: 28px; color: var(--p); }
.ap-camp-txt { min-width: 0; display: grid; gap: 2px; }
.ap-camp-txt em { justify-self: start; font-style: normal; font-size: .72rem; font-weight: 800; color: var(--pd); background: var(--ps); border-radius: 999px; padding: 1px 8px; }
.ap-camp-txt b { font-size: .98rem; line-height: 1.4; }
.ap-camp-txt small { color: var(--mut); font-size: .8rem; }
.ap-go { font-size: .84rem; font-weight: 800; color: #fff; background: var(--p); border-radius: 10px; padding: 9px 13px; white-space: nowrap; }
.ap-camp:hover .ap-go { background: var(--pd); }
.ap-note { font-size: .8rem; color: var(--mut); margin-top: 8px !important; }

/* 자주 묻는 질문 */
.ap-faq { background: #fff; border-radius: 20px; padding: 4px 18px; }
.ap-faq details { border-bottom: 1px solid var(--line); }
.ap-faq details:last-child { border-bottom: 0; }
.ap-faq summary { cursor: pointer; list-style: none; font-weight: 700; padding: 14px 0; display: flex; justify-content: space-between; gap: 10px; }
.ap-faq summary::-webkit-details-marker { display: none; }
.ap-faq summary::after { content: "+"; color: var(--mut); font-weight: 500; }
.ap-faq details[open] summary::after { content: "−"; }
.ap-faq details p { color: var(--mut); font-size: .92rem; line-height: 1.7; padding-bottom: 14px; }
.ap-disc { font-size: .78rem; color: var(--mut); line-height: 1.6; }
.ap .region-credit { font-size: .7rem; color: var(--mut); line-height: 1.6; margin: 8px 0 0; }
.ap .region-credit a { color: var(--mut); }

/* 휴대폰 아래 고정 메뉴 — PC 에서는 숨김 */
.ap-tabbar { display: none; }

@media (max-width: 860px) { .ap-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) {
  .ap-in { padding-inline: 16px; }
  .ap-hi { grid-template-columns: 1fr; padding: 22px 20px; border-radius: 20px; }
  .ap-hi h1 { font-size: 1.36rem; }
  .ap-hi-sub { grid-template-columns: 1fr; }
  .ap-hero-ic { width: 44px; height: 44px; padding: 10px; }
  .ap-cards { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ap-card { padding: 14px; border-radius: 16px; }
  .ap-camp { grid-template-columns: 52px 1fr; }
  .ap-camp-img { width: 52px; height: 52px; border-radius: 12px; }
  .ap-go { grid-column: 1 / -1; text-align: center; }
  .ap { padding-bottom: 76px; }
  .ap-tabbar { display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    background: #fff; border-top: 1px solid var(--line); padding: 7px 4px calc(9px + env(safe-area-inset-bottom, 0px)); }
  .ap-tabbar a { display: grid; justify-items: center; gap: 2px; font-size: .7rem; font-weight: 700; color: var(--mut); }
  .ap-tabbar a.on { color: var(--p); }
  .ap-tabbar .ap-ic { width: 22px; height: 22px; }
}

/* ── v2(2026-09-26): 메인 현관 — 상황별 진입·통합 검색·관 블록(관 색 --g) ─────────────────── */
.ap-hi-main { grid-template-columns: 1fr; gap: 16px; }
.ap-hi-main h1 { font-size: 1.85rem; }
.ap-search { position: relative; display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 14px; padding: 6px 12px; max-width: 640px; }
.ap-search .ap-ic { width: 22px; height: 22px; color: var(--mut); }
.ap-search input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; font-size: 1rem; padding: 8px 4px; color: var(--ink); }
.ap-search input:focus { outline: none; }
.ap-search:focus-within { box-shadow: 0 0 0 3px rgba(255,255,255,.55); }
.ap-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ap-sug { position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20; list-style: none; margin: 0; padding: 6px; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px -16px rgba(0,0,0,.35); }
.ap-sug a { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 9px 10px; border-radius: 8px; color: var(--ink); }
.ap-sug a:hover { background: var(--bg); }
.ap-sug small { color: var(--mut); font-size: .78rem; white-space: nowrap; }
.ap-sits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-block: 14px 4px; }
.ap-sit { background: #fff; border-radius: 16px; padding: 14px; display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; align-items: center; border-left: 4px solid var(--g, var(--p)); }
.ap-sit .ap-ic { grid-row: span 2; width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: color-mix(in srgb, var(--g, var(--p)) 10%, #fff); color: var(--g, var(--p)); }
.ap-sit b { font-size: .95rem; }
.ap-sit small { color: var(--mut); font-size: .78rem; }
.ap-sit:hover { box-shadow: 0 0 0 2px color-mix(in srgb, var(--g, var(--p)) 25%, #fff); }
.ap-halls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ap-hall { background: #fff; border-radius: 20px; padding: 16px; display: grid; gap: 12px; align-content: start; border-top: 5px solid var(--g); }
.ap-hall-head { display: flex; gap: 12px; align-items: center; }
.ap-hall-head .ap-ic { width: 42px; height: 42px; padding: 9px; border-radius: 12px; background: color-mix(in srgb, var(--g) 10%, #fff); color: var(--g); }
.ap-hall-head b { display: block; font-size: 1.05rem; }
.ap-hall-head small { color: var(--mut); font-size: .8rem; }
.ap-hall-nums { display: flex; gap: 14px; flex-wrap: wrap; }
.ap-hall-nums div { display: grid; }
.ap-hall-nums b { font-size: 1.05rem; color: var(--g); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.ap-hall-nums span { font-size: .74rem; color: var(--mut); }
.ap-hall-hot { display: grid; gap: 6px; }
.ap-hall-hot a { display: flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; color: var(--ink); background: var(--bg); border-radius: 10px; padding: 8px 10px; }
.ap-hall-hot em { font-style: normal; font-size: .7rem; font-weight: 800; color: #fff; background: var(--g); border-radius: 999px; padding: 1px 7px; white-space: nowrap; }
.ap-hall-go { justify-self: start; font-size: .86rem; font-weight: 800; color: var(--g); }
.ap-hall-go::after { content: " \203A"; }
.ap-hi-g { background: var(--g, var(--p)); }
@media (max-width: 900px) { .ap-sits { grid-template-columns: repeat(2, 1fr); } .ap-halls { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ap-hi-main h1 { font-size: 1.45rem; } .ap-sits { grid-template-columns: 1fr 1fr; gap: 8px; } .ap-sit { padding: 12px; } .ap-halls { grid-template-columns: 1fr; } }

/* ── 관(서브도메인) 공통 ───────────────────────────────────────────────── */
.vp-hi { grid-template-columns: 1fr 1.2fr; gap: 20px; padding: 0; overflow: hidden; align-items: stretch; }
.vp-hero-img { display: block; width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.vp-hi-txt { padding: 24px 26px 24px 4px; display: grid; gap: 8px; align-content: center; }
.vp-hi-txt h1 { font-size: 1.6rem; }
.vp-tiles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.vp-tile { background: rgba(255,255,255,.16); border-radius: 12px; padding: 9px 12px; display: grid; gap: 1px; min-width: 96px; }
.vp-tile b { font-size: 1.08rem; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.vp-tile span { font-size: .74rem; opacity: .9; }
.vp-tile small { font-size: .7rem; opacity: .75; }
.vp-sidos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 12px; align-items: start; }
.vp-sido { background: #fff; border-radius: 14px; padding: 4px 14px; }
.vp-sido summary { cursor: pointer; list-style: none; font-weight: 800; padding: 10px 0; display: flex; justify-content: space-between; gap: 10px; }
.vp-sido summary::-webkit-details-marker { display: none; }
.vp-sido summary i { font-style: normal; font-weight: 600; font-size: .8rem; color: var(--mut); font-variant-numeric: tabular-nums; }
.vp-sido .ap-chips { padding-bottom: 12px; }
.vp .ap-chips a i { font-style: normal; color: var(--p); font-weight: 800; margin-left: 4px; font-variant-numeric: tabular-nums; }
.vp-kw span { flex: none; background: var(--ps); color: var(--pd); border-radius: 999px; padding: 7px 13px; font-weight: 700; font-size: .84rem; }
.vp-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; counter-reset: s; }
.vp-steps li { counter-increment: s; background: #fff; border-radius: 16px; padding: 14px 16px 14px 50px; position: relative; display: grid; gap: 4px; }
.vp-steps li::before { content: counter(s); position: absolute; left: 14px; top: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--p); color: #fff; font-weight: 800; font-size: .82rem; display: grid; place-items: center; }
.vp-steps b { font-size: .98rem; }
.vp-steps span { font-size: .82rem; color: var(--mut); }
.vp-steps a { justify-self: start; font-size: .82rem; font-weight: 800; color: var(--p); }
.vp-bars { display: grid; gap: 8px; background: #fff; border-radius: 16px; padding: 14px 16px; }
.vp-bar { display: grid; grid-template-columns: 130px 1fr auto; gap: 10px; align-items: center; font-size: .88rem; }
.vp-bar i { display: block; height: 10px; border-radius: 5px; background: var(--ps); }
.vp-bar i u { display: block; height: 100%; border-radius: 5px; background: var(--p); }
.vp-bar b { font-variant-numeric: tabular-nums; font-size: .84rem; }
.vp-traits { margin: 12px 0 0; padding-left: 1.1em; display: grid; gap: 6px; line-height: 1.65; font-size: .92rem; }
.vp-dongs { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 12px; }
.vp-dongs span { font-size: .8rem; color: var(--mut); margin-right: 4px; }
.vp-dongs b { background: #fff; border-radius: 999px; padding: 6px 12px; font-size: .86rem; }
.vp-dongs b i { font-style: normal; color: var(--mut); font-weight: 500; font-size: .76rem; margin-left: 4px; font-variant-numeric: tabular-nums; }
.vp-days { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; background: #fff; border-radius: 16px; padding: 12px 16px; }
.vp-days > span { font-weight: 800; font-size: .9rem; margin-right: 4px; }
.vp-days b { display: grid; justify-items: center; background: var(--ps); color: var(--pd); border-radius: 10px; padding: 6px 10px; font-size: .92rem; line-height: 1.15; font-variant-numeric: tabular-nums; }
.vp-days b.we { background: var(--p); color: #fff; }
.vp-days b small { font-size: .68rem; font-weight: 600; opacity: .8; }
.vp-days a { margin-left: auto; font-size: .82rem; font-weight: 800; color: var(--p); }
.vp-calc { background: #fff; border-radius: 16px; padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 12px; }
.vp-calc label { display: grid; gap: 4px; font-size: .78rem; font-weight: 700; color: var(--mut); }
.vp-calc input, .vp-calc select { font: inherit; font-size: 1rem; border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; width: 100%; background: #fff; color: var(--ink); font-variant-numeric: tabular-nums; }
.vp-calc input:focus, .vp-calc select:focus { outline: 2px solid var(--p); outline-offset: 1px; }
.vp-calc-out { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; border-top: 1px dashed var(--line); padding-top: 12px; }
.vp-calc-out span { font-size: .88rem; font-weight: 700; }
.vp-calc-out b { font-size: 1.35rem; color: var(--p); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.vp-calc small { grid-column: 1 / -1; font-size: .78rem; color: var(--mut); }
.vp-calc small a { color: var(--p); font-weight: 700; }
.vp-fairs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.vp-fair { background: #fff; border-radius: 14px; padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; align-items: center; }
.vp-fair b { font-size: .92rem; }
.vp-fair small { color: var(--mut); font-size: .78rem; grid-column: 1; }
.vp-fair em { grid-column: 2; grid-row: 1 / span 2; font-style: normal; font-size: .8rem; font-weight: 800; color: #fff; background: var(--p); border-radius: 9px; padding: 8px 11px; white-space: nowrap; }
.vp-form { background: #fff; border-radius: 16px; padding: 8px; overflow: hidden; }
.vp-form iframe { max-width: 100%; }
@media (max-width: 640px) {
  .vp-hi { grid-template-columns: 1fr; }
  .vp-hero-img { min-height: 0; aspect-ratio: 16 / 9; height: auto; }
  .vp-hi-txt { padding: 4px 18px 18px; }
  .vp-hi-txt h1 { font-size: 1.32rem; }
  .vp-steps, .vp-fairs, .vp-sidos { grid-template-columns: 1fr; }
  .vp-calc { grid-template-columns: 1fr; }
  .vp-bar { grid-template-columns: 96px 1fr auto; font-size: .82rem; }
}

/* ── 머천트 소개 페이지 /m/ (2026-09-26) — 관 색(--g)으로 버튼·번호. 배너가 첫 <img>. ─────────────── */
.mp-hi { grid-template-columns: 300px 1fr; gap: 22px; padding: 0; overflow: hidden; align-items: stretch; background: var(--g, var(--p)); }
.mp-fig { margin: 0; background: rgba(255,255,255,.18); display: block; min-height: 200px; overflow: hidden; }
.mp-fig.no-img::before { content: ""; width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.35); }
.mp-hero-img { display: block; width: 100%; height: 100%; min-height: 200px; object-fit: cover; }
.mp-hi-txt { padding: 24px 26px 24px 0; display: grid; gap: 8px; align-content: center; }
.mp-hi-txt h1 { font-size: 1.55rem; }
.mp-lead { opacity: .92; line-height: 1.6; max-width: 60ch; }
.mp-badge { justify-self: start; font-size: .76rem; font-weight: 800; background: #fff; color: var(--g, var(--p)); border-radius: 999px; padding: 4px 10px; }
.mp-body { background: #fff; border-radius: 20px; padding: 22px 22px 18px; display: grid; gap: 12px; max-width: 760px; margin-inline: auto; }
.mp-body h2 { font-size: 1.12rem; font-weight: 800; margin-top: 10px; }
.mp-body p { line-height: 1.75; }
.mp-cta { display: grid; justify-items: center; gap: 4px; background: var(--g, var(--p)); color: #fff; border-radius: 14px; padding: 15px 18px; font-size: 1.05rem; font-weight: 800; text-align: center; margin: 6px 0; }
.mp-cta small { font-size: .76rem; font-weight: 500; opacity: .9; }
.mp-cta:hover { filter: brightness(.94); }
.mp-pros { display: grid; gap: 10px; }
.mp-pro { display: grid; grid-template-columns: 30px 1fr; gap: 2px 10px; background: var(--bg); border-radius: 14px; padding: 12px 14px; }
.mp-pro span { grid-row: span 2; width: 26px; height: 26px; border-radius: 50%; background: var(--g, var(--p)); color: #fff; font-weight: 800; font-size: .82rem; display: grid; place-items: center; }
.mp-pro b { font-size: .98rem; }
.mp-pro p { font-size: .9rem; color: var(--mut); line-height: 1.6; }
.mp-list, .mp-steps { margin: 0; padding-left: 1.2em; display: grid; gap: 6px; line-height: 1.65; }
.mp-check li::marker { color: var(--g, var(--p)); }
.mp-kw { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.mp-kw span { font-size: .78rem; font-weight: 700; color: var(--mut); background: var(--bg); border-radius: 999px; padding: 4px 10px; }
.mp-rel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mp-rel a { display: grid; grid-template-columns: 56px 1fr; gap: 2px 12px; align-items: center; background: #fff; border-radius: 16px; padding: 12px 14px; }
.mp-rel .ap-camp-img { grid-row: span 2; width: 56px; height: 56px; }
.mp-rel b { font-size: .92rem; line-height: 1.35; }
.mp-rel small { color: var(--mut); font-size: .78rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
/* 카드에 소개 페이지 링크가 있으면 설명을 두 줄까지 */
.ap-camp.has-post .ap-camp-txt small { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.45; }
.ap-camp.has-post .ap-go { background: #fff; color: var(--p); box-shadow: inset 0 0 0 1.5px var(--p); }
@media (max-width: 640px) {
  .mp-hi { grid-template-columns: 1fr; }
  .mp-fig { min-height: 0; }
  .mp-hero-img { height: auto; min-height: 0; aspect-ratio: 3 / 2; }   /* 휴대폰: 배너가 0 높이로 접혀 제목과 겹치던 것(09-26) */
  .mp-hi-txt { padding: 4px 18px 18px; }
  .mp-hi-txt h1 { font-size: 1.28rem; }
  .mp-body { padding: 16px; border-radius: 16px; }
  .mp-rel { grid-template-columns: 1fr; }
}

/* 상담 iframe(리플알바) — tidy.css 의 크기 규칙이 app 스킨엔 없어 300×150 기본값으로 접혀 보였다(2026-09-26 사용자 캡처). */
.ap .region-iframe { margin: 0; }
.ap .region-iframe .region-h2 { display: none; }   /* 구역 제목은 바깥 ap-sh 가 이미 보여 준다 */
.ap .region-frm { width: 100%; min-height: 780px; border: 0; border-radius: 12px; background: #fff; display: block; }
@media (max-width: 600px) { .ap .region-frm { min-height: 840px; } }

/* 회생관 홈 — 시군구로 법원 찾기(2026-09-27) */
.vp-find { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; background: #fff; border-radius: 14px; padding: 10px 12px; margin-top: 12px; }
.vp-find label { font-size: .84rem; font-weight: 700; color: var(--mut); white-space: nowrap; }
.vp-find input { font: inherit; font-size: 1rem; border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; min-width: 0; }
.vp-find input:focus { outline: 2px solid var(--p); outline-offset: 1px; }
.vp-find .ap-btn { white-space: normal; }
@media (max-width: 640px) { .vp-find { grid-template-columns: 1fr; } }

/* 키워드 관(4단계, 2026-09-27) — 주제 묶음·포인트·확인 목록 */
.vp-groups { display: grid; gap: 12px; }
.vp-group { background: #fff; border-radius: 16px; padding: 12px 14px; display: grid; gap: 8px; }
.vp-group > b { font-size: .92rem; }
.vp-group .ap-chips a { background: var(--bg); }
.vp .ap-chips a.on { background: var(--p); color: #fff; }
.vp-points { list-style: none; padding: 0; gap: 10px; }
.vp-points li { background: #fff; border-radius: 14px; padding: 12px 14px; }
.vp-points li b { display: block; margin-bottom: 3px; }
.vp-checks { margin: 0; padding-left: 1.3em; display: grid; gap: 6px; line-height: 1.6; font-size: .92rem; background: #fff; border-radius: 16px; padding: 14px 16px 14px 36px; }
.vp-checks li::marker { color: var(--p); font-weight: 800; }
.vp-calc input[type="date"], .vp-calc input[type="month"] { font: inherit; font-size: 1rem; border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; width: 100%; background: #fff; color: var(--ink); }

/* 빠른 상담 신청 폼(2026-09-27) — iframe 코드 없는 관·메인 */
.qc { display: grid; gap: 12px; padding: 8px; }
.qc-lead { font-size: .92rem; color: var(--mut); line-height: 1.6; }
.qc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.qc-grid label { display: grid; gap: 4px; font-size: .78rem; font-weight: 700; color: var(--mut); }
.qc-grid label span { font-weight: 500; }
.qc-wide { grid-column: 1 / -1; }
.qc input[type="text"], .qc input[type="tel"], .qc select, .qc textarea { font: inherit; font-size: 1rem; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; width: 100%; background: #fff; color: var(--ink); }
.qc input:focus, .qc select:focus, .qc textarea:focus { outline: 2px solid var(--p); outline-offset: 1px; }
.qc-agree { display: flex; gap: 8px; align-items: flex-start; font-size: .82rem; line-height: 1.5; color: var(--mut); }
.qc-agree input { margin-top: 3px; flex: none; }
.qc-agree a { color: var(--p); font-weight: 700; }
.qc-btn { justify-self: stretch; text-align: center; font-size: 1.02rem; padding: 13px 18px; border: 0; cursor: pointer; }
.qc-btn:disabled { opacity: .6; cursor: default; }
.qc-msg { font-size: .9rem; font-weight: 700; min-height: 1.2em; margin: 0; }
.qc-msg.ok { color: var(--p); }
.qc-msg.err { color: #c92a2a; }
.contact-hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }
@media (max-width: 640px) { .qc-grid { grid-template-columns: 1fr; } }

/* 병원관(2026-09-27) — 기관 목록 */
.hp-fac { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.hp-fac li { background: #fff; border-radius: 14px; padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; align-items: center; }
.hp-fac b { font-size: .95rem; }
.hp-fac span { grid-column: 1; font-size: .8rem; color: var(--mut); }
.hp-fac a { grid-column: 2; grid-row: 1 / span 2; font-weight: 800; color: #fff; background: var(--p); border-radius: 9px; padding: 8px 12px; font-size: .86rem; white-space: nowrap; }
.mp-form-note { font-size: .9rem; color: var(--mut); line-height: 1.6; }
.mp .region-frm { width: 100%; min-height: 780px; border: 0; border-radius: 12px; background: var(--bg); display: block; }
@media (max-width: 600px) { .mp .region-frm { min-height: 840px; } }
