/* ============================================================
   BURN창(번창) — 디자인 시스템 v4 "토스 이식" (제로 재시공, 2026-07-20)
   레퍼런스 1:1: toss.im (outputs/ref-toss-home.png) — 초대형 볼드 헤드라인,
   조용한 헤더, 큰 여백(섹션 64~96px), 회색 서피스 카드, 1px 헤어라인, 그림자 0.
   색 3개 고정: 화이트 베이스 + 잉크 블랙 + BURN 오렌지레드 1색.
   금지: 균일 카드그리드 / 라벨+숫자 스탯카드 나열 / 드롭섀도 / 다색·그라데.
   타이포(토스 실측): 히어로 56~66 / H2 32~36 / 본문 15 / lh 1.6.
   ============================================================ */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css"); /* 가변폰트 — 히어로 정밀 얇은 두께(450)용, 세계최고 갤러리 과녁: 대형+얇게 */

:root {
  color-scheme: light; /* 자동다크 반전 차단 */
  /* 색 3 + 파생 회색 (락 — 중간 변경 금지) */
  --bg: #ffffff;
  --ink: #191f28;          /* 토스 gray900 */
  --sub: #4e5968;          /* 보조 텍스트 */
  --mute: #8b95a1;         /* 흐린 텍스트 */
  --line: #e5e8eb;         /* 1px 헤어라인 */
  --surface: #f9fafb;      /* 연회색 서피스 카드 */
  --surface-2: #f2f4f6;
  --accent: #ff5a36;       /* BURN 오렌지레드 — 유일한 고채도 */
  --accent-soft: #fff3ef;
  /* 구 var 호환 별칭(서브페이지 인라인 파급) */
  --navy: #191f28; --navy-700: #333d4b; --deep: #191f28; --deep2: #333d4b;
  --burn: #ff5a36; --burn-soft: #fff3ef; --hot: #ff5a36; --hot-soft: #fff3ef;
  --cyan: #ff5a36; --ink-soft: #4e5968; --line-strong: #d1d6db;
  --band-sub: #8b95a1; --band-dim: #8b95a1;
  --ok: #0f8a5f;           /* 기능색(폼 성공 등 한정 — 장식 금지) */
  --mono: "Pretendard", sans-serif; /* v3 모노 폐기 — 토스는 본문 서체 tabular */
  --r: 12px; --r-lg: 20px;
  --shadow: none; --shadow-lift: none; /* 그림자 전폐 */
  --maxw: 1140px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; max-width: 100%; } /* clip=스크롤컨테이너 미생성 → sticky 헤더 보존 + 모바일 phantom 가로오버플로 차단 */
@media (prefers-reduced-motion: no-preference) { html:focus-within { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 15px; line-height: 1.6; letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all; /* 한글 단어 중간 줄바꿈 방지 */
}
/* 🇰🇷 한글 어절 단위 줄바꿈 전역 강제 (회장님 07-20 '받을 수/있는' 절단 지적) — 모든 텍스트에 상속 */
* { word-break: keep-all; overflow-wrap: break-word; }
h1, h2, h3, h4, p, span, a, li, td, th, label, button, .t-row, .t-links a, .pf-t, .pf-d { word-break: keep-all; overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
svg.ic { width: 1.05em; height: 1.05em; display: inline-block; vertical-align: -0.16em; flex: none; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap.wide { max-width: 1200px; }
.t-portal .wrap.wide { max-width: 1440px; } /* 포털(홈 배너레일) 구간만 넓게 — 300px 광고레일 확보 */
.num { font-variant-numeric: tabular-nums; }

/* ── 타이포 계단 (토스 실측 스케일) ── */
h1,h2,h3 { color: var(--ink); font-weight: 800; letter-spacing: -0.025em; line-height: 1.25; margin: 0; }
h1 { font-size: clamp(30px, 5vw, 48px); }
h2 { font-size: clamp(22px, 3.4vw, 32px); }
h3 { font-size: clamp(17px, 2.2vw, 19px); letter-spacing: -0.015em; }
p { margin: 0; }
.eyebrow { color: var(--accent); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; }
.lead { color: var(--sub); font-size: clamp(15px, 2.2vw, 18px); font-weight: 500; }

/* ── 헤더 — 토스식 조용한 화이트 ── */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid transparent; }
.hdr.scrolled, .hdr { border-bottom-color: var(--line); }
.hdr .wrap { display: flex; align-items: center; gap: 20px; height: 64px; }
.logo { display: inline-flex; align-items: center; height: 40px; line-height: 40px; font-weight: 900; font-size: 21px; color: var(--ink); letter-spacing: -0.02em; }
.logo-img { height: 34px; width: auto; display: block; }
.logo .wm { position: relative; display: inline-block; padding-right: 3px; }
.logo .flame { position: absolute; top: -9px; right: -7px; width: 14px; height: 14px; }
.gnb { display: none; margin-left: 8px; }
.gnb-item { position: relative; }
.gnb-top { display: inline-flex; align-items: center; height: 64px; padding: 0 13px; font-weight: 600; font-size: 15px; color: var(--sub); transition: .13s; border-radius: 8px; }
.gnb-item:hover > .gnb-top, .gnb-item.on > .gnb-top { color: var(--ink); }
.gnb-drop { position: absolute; top: 60px; left: 50%; transform: translate(-50%, 6px); min-width: 212px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 8px; opacity: 0; pointer-events: none; transition: .14s; box-shadow: 0 12px 32px rgba(25,31,40,.08); }
.gnb-item:hover > .gnb-drop, .gnb-item:focus-within > .gnb-drop { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.gnb-drop a { display: block; padding: 10px 12px; border-radius: 8px; font-weight: 600; font-size: 14.5px; color: var(--sub); white-space: nowrap; }
.gnb-drop a:hover { background: var(--surface-2); color: var(--ink); }
.gnb-drop .ext { color: var(--mute); font-size: 12px; }
.hdr .spacer { flex: 1; }
.hdr .cta { display: none; }
.hdr .live { display: none; }
/* 상단 유틸(로그인·가입) — 실서비스 크롬 */
.hdr-util { display: none; margin-left: auto; align-items: center; gap: 4px; }
.hdr-util .u-login { padding: 8px 12px; font-weight: 700; font-size: 14px; color: var(--sub); border-radius: 10px; }
.hdr-util .u-login:hover { color: var(--ink); background: var(--surface-2); }
.hdr-util .u-join { padding: 8px 12px; font-weight: 700; font-size: 14px; color: var(--sub); border-radius: 10px; }
.hdr-util .u-join:hover { color: var(--accent); background: var(--surface-2); }
/* 레일 정보 안내 카드 (유도 아님 — 다른 레일 위젯과 같은 정보 톤) */
.rail-box .rail-note { margin: 0 0 10px; font-size: 13px; line-height: 1.55; color: var(--sub); font-weight: 500; }
.rail-box .rail-link { display: inline-block; font-size: 13.5px; font-weight: 700; color: var(--accent); }
.rail-box .rail-link:hover { text-decoration: underline; }
.burger { margin-left: auto; width: 40px; height: 40px; border: 0; border-radius: 10px;
  background: transparent; display: grid; place-items: center; cursor: pointer; }
.burger:hover { background: var(--surface-2); }
.burger span, .burger span::before, .burger span::after { content:""; display:block; width:17px; height:2px; background:var(--ink); position:relative; border-radius: 1px; }
.burger span::before { position:absolute; top:-5px; } .burger span::after { position:absolute; top:5px; }
/* 모바일 드로어 */
.drawer { position: fixed; inset: 64px 0 auto 0; max-height: calc(100dvh - 64px); overflow: auto; background: #fff; border-bottom: 1px solid var(--line);
  transform: translateY(-8px); opacity: 0; pointer-events: none; transition: .18s; z-index: 49; }
.drawer.open { transform: none; opacity: 1; pointer-events: auto; }
.drawer .dw-top { display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: left;
  padding: 15px 24px; font: inherit; font-weight: 700; font-size: 15.5px; border: 0; border-top: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.drawer .dw-top:first-child { border-top: 0; }
.drawer .dw-top .chev { color: var(--mute); transition: .15s; }
.drawer .dw-top.open .chev { transform: rotate(180deg); color: var(--accent); }
.drawer .dw-sub { display: none; background: var(--surface); }
.drawer .dw-sub.open { display: block; }
.drawer .dw-sub a { display: block; padding: 12px 24px 12px 36px; font-weight: 600; font-size: 14.5px; color: var(--sub); border-top: 1px solid var(--line); }

@media (min-width: 1024px) {
  .gnb { display: inline-flex; }
  .burger { display: none; }
  .hdr-util { display: inline-flex; }
}

/* ── 버튼 ── */
/* 실측: toss 버튼 600/radius15 · channel 500/radius8 → 600·radius14 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 14px; font-weight: 550; font-size: 15px; cursor: pointer;
  border: 1px solid transparent; transition: .15s; white-space: nowrap; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #333d4b; }
.btn-burn { background: var(--accent); color: #fff; }
.btn-burn:hover { filter: brightness(1.05); }
.btn-ghost { background: var(--surface-2); color: var(--ink); }
.btn-ghost:hover { background: var(--line); }
.btn-sm { padding: 9px 15px; font-size: 14px; border-radius: 10px; }

/* ── 섹션 — 큰 여백 ── */
section { padding: clamp(56px, 8vw, 96px) 0; }
.sec-surface { background: var(--surface); }
.sec-head { max-width: 680px; margin-bottom: 36px; }
.sec-head .lead { margin-top: 12px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ── 서브페이지 상단 (라이트·조용) ── */
.page-head { background: #fff; border-bottom: 1px solid var(--line); padding: clamp(36px,5.5vw,60px) 0; }
.page-head h1 { font-size: clamp(26px, 4.2vw, 40px); }
.page-head .lead b { color: var(--ink); }
.crumb { color: var(--mute); font-size: 13px; margin-bottom: 12px; }
.crumb a:hover { color: var(--ink); }
.page-head .eyebrow { margin-bottom: 4px; display: inline-block; }

/* ── 카드 — 회색 서피스, 그림자·보더 0 (토스) ── */
.grid { display: grid; gap: 14px; }
.grid.c2 { grid-template-columns: 1fr; }
.grid.c3 { grid-template-columns: 1fr; }
@media (min-width:640px){ .grid.c2{grid-template-columns:repeat(2,1fr);} .grid.c3{grid-template-columns:repeat(2,1fr);} }
@media (min-width:960px){ .grid.c3{grid-template-columns:repeat(3,1fr);} }
.card { background: var(--surface); border: 0; border-radius: var(--r-lg); padding: 26px; box-shadow: none; transition: .15s; }
a.card:hover, .card.lift:hover { background: var(--surface-2); }
.card h3 { margin-bottom: 8px; }
.card .muted { color: var(--sub); font-size: 14.5px; }

/* ── 공고 리스트 — 헤어라인 행 ── */
.toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
.toolbar input, .toolbar select { padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; font: inherit; font-size: 15px; background: var(--surface); color: var(--ink); }
.toolbar input { flex: 1; min-width: 180px; }
.toolbar input, .toolbar select { transition: border-color .15s, box-shadow .15s; }
.toolbar input:focus, .toolbar select:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-soft); } /* 토스/clerk급 포커스 링 */
.gonggo-list { display: grid; gap: 0; }
.gonggo { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 18px 4px; display: block; transition: .12s; }
.gonggo:first-child { border-top: 1px solid var(--line); }
.gonggo:hover { background: var(--surface); }
.gonggo .top { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 7px; }
.gonggo .name { font-weight: 700; color: var(--ink); font-size: 16.5px; letter-spacing: -0.02em; }
.gonggo .meta { color: var(--mute); font-size: 13.5px; margin-top: 5px; display: flex; flex-wrap: wrap; gap: 5px 14px; }
.gonggo .sum { color: var(--sub); font-size: 14px; margin-top: 7px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gauge { display: block; height: 3px; width: min(160px, 36%); background: var(--surface-2); border-radius: 2px; overflow: hidden; margin-top: 12px; }
.gauge i { display: block; height: 100%; background: var(--accent); border-radius: 2px; }

/* 태그 — 채도 절제 */
.tag { display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 8px; font-size: 12.5px; font-weight: 700; background: var(--surface-2); color: var(--sub); font-variant-numeric: tabular-nums; }
.tag.burn { background: var(--accent-soft); color: var(--accent); }
.tag.ok { background: var(--surface-2); color: var(--sub); }
.tag.region { background: var(--surface-2); color: var(--sub); }

/* ── 공고 상세 ── */
.detail-head { border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 24px; }
.kv { display: grid; grid-template-columns: 92px 1fr; gap: 10px 14px; font-size: 15px; }
.kv dt { color: var(--mute); font-weight: 600; }
.kv dd { margin: 0; color: var(--ink); font-weight: 600; }
.notice { background: var(--accent-soft); border: 0; color: #c2410c; border-radius: var(--r); padding: 14px 16px; font-size: 14px; font-weight: 600; }

/* ── 폼 ── */
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: 14.5px; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; font: inherit; font-size: 16px; color: var(--ink); background: var(--surface); } /* 16px = iOS 포커스 자동확대 방지 */
.field input, .field textarea, .field select { transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-soft); } /* 토스/clerk급 포커스 링 */
.field .hint { color: var(--mute); font-size: 12.5px; margin-top: 5px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-msg { padding: 12px 14px; border-radius: 10px; font-weight: 700; font-size: 14px; margin-top: 8px; }
.form-msg.ok { background: #e8f6ef; color: var(--ok); }
.form-msg.err { background: var(--accent-soft); color: var(--accent); }

/* ── 푸터 — 라이트 (토스 문법) ── */
.ftr { background: var(--surface); color: var(--sub); padding: 52px 0 40px; margin-top: 40px; border-top: 1px solid var(--line); }
.ftr .cols { display: grid; grid-template-columns: 1fr; gap: 28px; }
.ftr .logo { color: var(--ink); }
.ftr a { color: var(--sub); } .ftr a:hover { color: var(--ink); }
.ftr h4 { color: var(--ink); font-size: 14px; margin: 0 0 12px; font-weight: 800; }
.ftr .lnk { display: block; padding: 4px 0; font-size: 14px; }
.ftr .fine { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 20px; font-size: 12.5px; color: var(--mute); }
@media (min-width: 760px){ .ftr .cols { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }

.hide { display: none !important; }
.count-note { color: var(--mute); font-size: 13.5px; margin-bottom: 14px; font-variant-numeric: tabular-nums; }

/* ── 본문+사이드레일 2단 ── */
.layout2 { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
@media (min-width: 1100px) { .layout2 { grid-template-columns: minmax(0,1fr) 300px; } }
.rail { display: grid; gap: 14px; position: sticky; top: 80px; }
.rail-box { background: var(--surface); border: 0; border-radius: var(--r-lg); padding: 20px; }
.rail-box h4 { margin: 0 0 10px; font-size: 14.5px; color: var(--ink); font-weight: 800; }
.rail-box .mini { display: block; padding: 9px 0; border-top: 1px solid var(--line); font-size: 13.5px; font-weight: 600; color: var(--sub); }
.rail-box .mini:first-of-type { border-top: 0; padding-top: 0; }
.rail-box .mini:hover { color: var(--ink); }
.rail-box .mini b { color: var(--accent); font-weight: 800; margin-right: 6px; font-variant-numeric: tabular-nums; }

/* ── 광고/서비스 카드 ── */
.ad-card { display: flex; flex-direction: column; gap: 6px; background: var(--surface); border: 0; border-radius: var(--r-lg); padding: 20px; transition: .15s; }
.ad-card:hover { background: var(--surface-2); }
.ad-card .ad-tag { font-size: 12px; font-weight: 800; color: var(--accent); }
.ad-card strong { font-size: 15.5px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1.4; }
.ad-card .ad-desc { font-size: 13.5px; color: var(--sub); line-height: 1.55; }
.ad-card .ad-cta { font-size: 13.5px; font-weight: 800; color: var(--ink); margin-top: 2px; }
.ad-native { margin: 16px 0; }
.ad-native .ad-card { flex-direction: column; }
@media (min-width: 720px) { .ad-native .ad-card { flex-direction: row; align-items: center; gap: 16px; } .ad-native .ad-card strong { flex: 1; } }
/* ── 광고 슬롯 (스폰서) — 색블록 배너 ── */
.spon { position: relative; display: flex; flex-direction: column; border-radius: 16px; padding: 22px 20px; overflow: hidden; transition: transform .15s, box-shadow .15s; text-align: left; }
.spon-filled { color: #fff; } /* 색블록 위 흰 글씨 */
.spon-filled:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.spon-empty { border: 1.5px dashed var(--line-strong); background: var(--surface); color: var(--ink); }
.spon-empty:hover { border-color: var(--accent); }
.spon-label { position: absolute; top: 12px; right: 12px; font-size: 10px; font-weight: 800; letter-spacing: .04em; padding: 2px 7px; border-radius: 5px; background: rgba(255,255,255,.22); color: #fff; }
.spon-label.ghost { background: transparent; border: 1px solid var(--line-strong); color: var(--mute); }
.spon-body { display: flex; flex-direction: column; gap: 8px; min-width: 0; margin-top: 14px; }
.spon-body strong { font-size: 20px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.28; }
.spon-desc { font-size: 13.5px; line-height: 1.55; opacity: .92; }
.spon-empty .spon-desc { color: var(--sub); opacity: 1; }
.spon-btn { align-self: flex-start; margin-top: 6px; font-size: 13.5px; font-weight: 800; padding: 9px 16px; border-radius: 999px; background: #fff; color: #1a1a1a; }
.spon-empty .spon-btn { background: var(--accent); color: #fff; }
.spon-disc { font-size: 9.5px; line-height: 1.4; margin-top: 8px; opacity: .78; }
/* 세로형(레일) = 하프페이지급 높이 */
.spon-vertical { min-height: 288px; justify-content: flex-end; }
.spon-vertical .spon-body { margin-top: auto; }
/* 가로형(공고 상세·모바일 인라인) */
.spon-horizontal, .spon-native { min-height: 120px; justify-content: center; }
@media (min-width: 720px) { .spon-native { min-height: 128px; } }
.rail-ad { padding: 0; border: 0; background: transparent; }
.rail-adask { display: block; font-size: 12px; font-weight: 700; color: var(--mute); text-align: center; padding: 4px; }
.rail-adask:hover { color: var(--accent); }
/* 모바일: 레일 배너 슬롯 숨김(인라인 native 슬롯만 노출) */
@media (max-width: 899px) { .t-rail .rail-ad, .t-rail .rail-adask, .t-rail-left { display: none !important; } }
.ftr-ad { display: grid; gap: 14px; grid-template-columns: 1fr; margin-bottom: 36px; }
@media (min-width: 720px) { .ftr-ad { grid-template-columns: 1fr 1fr; } }
.ftr .ad-card { background: #fff; }

/* ── 하이라이트 코너 ── */
.hl-corner { border: 0; border-radius: var(--r-lg); background: var(--surface); padding: 24px; }
.hl-corner .hl-k { font-size: 12.5px; font-weight: 800; color: var(--accent); }
.hl-corner h3 { margin: 6px 0 8px; }
.hl-list { display: grid; gap: 0; margin-top: 10px; }
.hl-list a { display: flex; justify-content: space-between; gap: 10px; padding: 11px 2px; border: 0; border-top: 1px solid var(--line); border-radius: 0; font-size: 14px; font-weight: 600; color: var(--sub); }
.hl-list a:first-child { border-top: 0; }
.hl-list a:hover { color: var(--ink); }

/* ── 섹션 헤더(피드형) ── */
.feed-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 16px; }
.feed-head h2 { font-size: clamp(19px, 2.6vw, 24px); letter-spacing: -0.02em; }
.feed-head h2::after { content: none; }
.feed-head .more-lnk { font-size: 14px; font-weight: 700; color: var(--mute); white-space: nowrap; }
.feed-head .more-lnk:hover { color: var(--ink); }

/* ── 레거시 호환(서브페이지 산재 클래스 — 라이트 재정의) ── */
.ticker { display: none; }
.dash-hero { background: #fff; padding: clamp(40px,6vw,72px) 0; }
.dash-hero h1 { color: var(--ink); } .dash-hero .sub { color: var(--sub); }
.big-nums { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.big-num { background: var(--surface); border-radius: var(--r-lg); padding: 22px; }
.big-num::after { content: none; }
.big-num .n { font-size: clamp(30px,5vw,44px); font-weight: 800; color: var(--ink); letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.big-num.hot .n { color: var(--accent); }
.big-num .l { font-size: 13px; font-weight: 600; color: var(--sub); }
.big-num .d { font-size: 12.5px; color: var(--mute); margin-top: 8px; }
.big-num .d b { color: var(--ink); }
.big-num .spark { display: none; }
@media (max-width: 720px){ .big-nums { grid-template-columns: 1fr; } }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip-row .qp { border: 0; background: var(--surface-2); border-radius: 999px; padding: 9px 16px; font: inherit; font-size: 14px; font-weight: 700; color: var(--sub); cursor: pointer; transition: .13s; }
.chip-row .qp:hover { color: var(--ink); background: var(--line); }
.chip-row .qp.on { background: var(--ink); color: #fff; }
.bento { display: grid; gap: 14px; grid-template-columns: repeat(2,1fr); margin-top: 22px; }
@media (min-width: 900px){ .bento { grid-template-columns: repeat(3,1fr); } }
.bento-card { background: var(--surface); border: 0; border-radius: var(--r-lg); padding: 20px; display: flex; flex-direction: column; gap: 5px; transition: .12s; }
.bento-card:hover { background: var(--surface-2); }
.bento-card .bt-kicker { font-size: 12px; font-weight: 800; color: var(--accent); }
.bento-card .bt-n { font-size: clamp(22px,3vw,30px); font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.bento-card .bt-t { font-weight: 800; color: var(--ink); font-size: 15.5px; letter-spacing: -0.02em; }
.bento-card .bt-d { color: var(--sub); font-size: 13.5px; line-height: 1.5; }
.hero { background: #fff; padding: clamp(56px,9vw,104px) 0 clamp(44px,7vw,72px); }
.hero .badge { display: inline-flex; align-items: center; gap: 7px; background: var(--surface-2); border: 0; padding: 8px 14px; border-radius: 999px; font-weight: 700; font-size: 13px; color: var(--sub); }
.hero .badge b { color: var(--accent); }
.hero h1 { margin: 20px 0 16px; } .hero h1 .hl { color: var(--accent); }
.hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero .trust { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 16px 26px; color: var(--sub); font-size: 14px; font-weight: 600; }
.hero .trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero .trust .dot { color: var(--ok); }
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 40px; }
.stats .cell { background: var(--surface); border-radius: var(--r-lg); padding: 22px 18px; text-align: center; }
.stats .n { font-size: clamp(24px,4vw,32px); font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.stats .n em { color: var(--accent); font-style: normal; }
.stats .l { font-size: 13px; color: var(--sub); font-weight: 600; margin-top: 4px; }
@media (min-width: 720px){ .stats { grid-template-columns: repeat(4,1fr); } }

/* ============================================================
   홈 전용 — 토스 이식 (제로 재시공)
   ============================================================ */
/* 히어로: 초대형 중앙 볼드 (토스 1:1) */
.t-hero { padding: clamp(40px, 5.5vw, 84px) 0 clamp(28px, 3.5vw, 44px); position: relative; isolation: isolate; }
/* ── 시그니처 배경: 오렌지 방사 글로우(은은) + 상승 불티 입자('번창=불태워 키우다') ── */
.t-hero::before {
  content: ""; position: absolute; inset: -10% -5% auto -5%; height: 130%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(46% 40% at 22% 8%, rgba(255,90,54,.10), transparent 70%),
    radial-gradient(40% 46% at 88% 24%, rgba(255,138,80,.08), transparent 72%);
}
.embers { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.embers i {
  position: absolute; bottom: -12px; width: 5px; height: 5px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,120,70,.9), rgba(255,90,54,0) 70%);
  opacity: 0; animation: ember linear infinite;
}
.embers i:nth-child(1){ left: 8%;  width:4px;height:4px; animation-duration: 12s; animation-delay: 0s; }
.embers i:nth-child(2){ left: 19%; width:6px;height:6px; animation-duration: 15s; animation-delay: 3s; }
.embers i:nth-child(3){ left: 31%; width:3px;height:3px; animation-duration: 10s; animation-delay: 6s; }
.embers i:nth-child(4){ left: 44%; width:5px;height:5px; animation-duration: 14s; animation-delay: 1.5s; }
.embers i:nth-child(5){ left: 58%; width:4px;height:4px; animation-duration: 13s; animation-delay: 5s; }
.embers i:nth-child(6){ left: 69%; width:6px;height:6px; animation-duration: 16s; animation-delay: 8s; }
.embers i:nth-child(7){ left: 81%; width:3px;height:3px; animation-duration: 11s; animation-delay: 2.5s; }
.embers i:nth-child(8){ left: 92%; width:5px;height:5px; animation-duration: 15s; animation-delay: 6.5s; }
@keyframes ember {
  0%   { transform: translateY(0) scale(1); opacity: 0; }
  12%  { opacity: .30; }
  70%  { opacity: .22; }
  100% { transform: translateY(-340px) scale(.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .embers i { animation: none; opacity: 0; } }
.t-hero h1 .ph { display: inline-block; } /* 어절 덩어리 통째 줄바꿈(‘받을 수/있는’ 절단 방지) */
/* 히어로 2단(텍스트 좌 + 실사 사진 우) — channel.io/toss 실측 구도. 모바일=스택 */
.t-hero-grid { display: grid; grid-template-columns: 1fr; gap: clamp(24px, 4vw, 44px); align-items: center; }
@media (min-width: 900px) { .t-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); } }
.t-hero-copy { text-align: center; }
@media (min-width: 900px) { .t-hero-copy { text-align: left; } .t-hero-copy .t-fresh, .t-hero-copy .t-actions { justify-content: flex-start; } .t-hero-copy .t-sub { margin-left: 0; } }
.t-hero-photo img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; border-radius: 20px; display: block; }
@media (max-width: 899px) { .t-hero-photo { order: -1; } .t-hero-photo img { aspect-ratio: 16/9; } }
.t-hero .t-kicker { font-size: clamp(14px, 1.8vw, 16px); font-weight: 700; color: var(--sub); }
/* 실측(2026-07-20): toss H1 66/700/lh1.4 · channel 54/600/-0.02em · stibee 44/600/-0.4px → 700·-0.02em·lh1.32 */
/* 세계최고 갤러리 과녁 이식(2026-07-20): 대형+얇게(w450)+타이트 자간+넉넉 행간 — stripe 300·vercel 400·retool 300 정량 대조 */
/* 캐시노트 과녁(2026-07-20 확정): 한국 사장님向=볼드. 완성도(크기·여백·구조)가 받쳐주면 볼드여도 안 촌스러움 */
.t-hero h1 { font-family: "Pretendard Variable", "Pretendard", sans-serif; font-size: clamp(30px, 5.2vw, 64px); font-weight: 680; letter-spacing: -0.035em; line-height: 1.2; margin: 14px 0 0; }
.t-hero h1 em { font-style: normal; font-weight: 800; color: var(--accent); font-variant-numeric: tabular-nums; letter-spacing: -0.03em; } /* 숫자는 더 볼드+오렌지로 대비 강조 */
.t-hero .t-fresh { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px;
  font-size: 13.5px; font-weight: 700; color: var(--sub); font-variant-numeric: tabular-nums; }
.t-hero .t-fresh .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok, #12b76a); flex: none;
  box-shadow: 0 0 0 3px rgba(18,183,106,.15); }
.t-hero .t-sub { margin: 14px auto 0; max-width: 560px; font-size: clamp(14.5px, 2vw, 16px); color: var(--mute); font-weight: 500; }
.t-hero .t-actions { margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.t-hero .t-link { font-weight: 700; font-size: 15px; color: var(--sub); }
.t-hero .t-link:hover { color: var(--accent); }

/* 첫 화면 실물 공고 — 스크롤 0에서 진짜 공고가 보인다 */
.hero-live { max-width: 780px; margin: clamp(28px, 4.5vw, 40px) auto 0; padding: 0 24px; text-align: left; }
.hero-live .hl-h { display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.hero-live .hl-h b { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; }
.hero-live .hl-h a { font-size: 13px; font-weight: 700; color: var(--mute); }
.hero-live .hl-h a:hover { color: var(--ink); }
.hero-live .t-row .nm { font-size: 15px; }

/* 신뢰 스트립 — 출처·수집주기·업데이트 시각(전부 실측 바인딩) */
/* ② 신뢰 벨트 — 숫자+아이콘 시각화(2026-07-20 구조 재설계, cashnote 신뢰밴드 결) */
.btn-lg { padding: 17px 30px; font-size: 16.5px; border-radius: 16px; }
/* 신뢰 벨트: 차분한 '신뢰 네이비'(#2b4a6f) 액센트 — 오렌지=친근/CTA, 네이비=신뢰(캐시노트 블루의 절제 해석) */
.trust-belt { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f6f8fb, #f3f6fa);
  margin-top: clamp(20px,3vw,32px); padding: clamp(26px,3.5vw,40px) 0; }
.tb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 719px) { .tb-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 8px; } }
.tb-item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0 8px; }
.tb-ic { width: 26px; height: 26px; color: #2b4a6f; }
.tb-v { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; letter-spacing: -0.03em; color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1.1; }
.tb-v b { font-weight: 700; }
.tb-v.tb-live { font-size: clamp(15px,1.8vw,17px); font-weight: 650; display: inline-flex; align-items: center; gap: 6px; }
.tb-v .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok, #12b76a); box-shadow: 0 0 0 4px rgba(18,183,106,.14); }
.tb-k { font-size: clamp(12.5px, 1.5vw, 14px); color: var(--mute); font-weight: 600; }
.tb-k b { color: var(--sub); font-variant-numeric: tabular-nums; }
.tb-src { margin-top: clamp(18px,2.5vw,26px); text-align: center; font-size: 13px; color: var(--sub); font-weight: 600; }
.tb-src .badge { display: inline-block; padding: 3px 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 12.5px; font-weight: 700; color: var(--ink); margin: 0 2px; }

/* ③ 여정 3스텝 — 사장님 사용 흐름 시각화 */
.journey { padding: clamp(48px,7vw,88px) 0; }
.jn-head { text-align: center; max-width: 640px; margin: 0 auto clamp(30px,4vw,48px); }
.jn-head h2 { font-family: "Pretendard Variable","Pretendard",sans-serif; font-size: clamp(23px,3.4vw,40px); font-weight: 640; letter-spacing: -0.035em; line-height: 1.25; }
.jn-head p { margin-top: 12px; color: var(--sub); font-size: clamp(15px,1.8vw,17px); }
.jn-steps { display: flex; align-items: stretch; justify-content: center; gap: 12px; max-width: 980px; margin: 0 auto; }
.jn-step { flex: 1; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px,2.6vw,32px) clamp(18px,2vw,26px); position: relative; }
.jn-num { position: absolute; top: -14px; left: clamp(18px,2vw,26px); width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 700; font-size: 15px; display: grid; place-items: center; }
.jn-ic { width: 34px; height: 34px; color: var(--ink); margin: 8px 0 14px; }
.jn-step h3 { font-size: clamp(17px,2vw,20px); font-weight: 700; letter-spacing: -0.02em; }
.jn-step p { margin-top: 8px; color: var(--sub); font-size: clamp(13.5px,1.6vw,15px); line-height: 1.6; }
.jn-arrow { display: flex; align-items: center; color: var(--line-strong, #cbd2da); flex: none; }
.jn-arrow svg { width: 26px; height: 26px; }
.jn-cta { text-align: center; margin-top: clamp(28px,3.5vw,40px); }
@media (max-width: 767px) {
  .jn-steps { flex-direction: column; gap: 22px; max-width: 420px; }
  .jn-arrow { transform: rotate(90deg); justify-content: center; margin: -8px 0; }
}

/* 포털 3단 (네이버식 IA · 토스 결) */
.t-portal { border-top: 1px solid var(--line); padding: clamp(40px,6vw,64px) 0 clamp(56px,8vw,88px); }
.t-cols { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: start; }
.t-rail-left { display: none; } /* 좌측 배너 레일 = 초와이드 데스크탑 전용 */
@media (max-width: 1359px) { .t-rail-left { display: none !important; } } /* 1360 미만 확실히 숨김(4열 붕괴 방지) */
/* 기본 3열: 공고(메인) | 편집콘텐츠 | 우측 레일 */
@media (min-width: 900px) { .t-cols { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) 300px; } }
/* 초와이드 4열: 좌측 광고레일 300px 추가 (좌 | 메인 | 편집 | 우측레일) */
@media (min-width: 1360px) { .t-cols { grid-template-columns: 300px minmax(0, 1.3fr) minmax(0, 0.95fr) 300px; gap: 28px; } .t-rail-left { display: grid; } }
.t-sec-h { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.t-sec-h h2 { font-size: clamp(20px, 2.6vw, 24px); letter-spacing: -0.02em; }
.t-sec-h .more { font-size: 13.5px; font-weight: 700; color: var(--mute); }
.t-sec-h .more:hover { color: var(--ink); }
/* 공고 행 (메인 칼럼) */
.t-row { display: block; padding: 16px 2px; border-bottom: 1px solid var(--line); transition: .12s; }
.t-row:hover { background: var(--surface); }
.t-row .r1 { display: flex; align-items: center; gap: 10px; }
.t-row .dd { font-weight: 800; font-size: 14px; color: var(--mute); min-width: 42px; font-variant-numeric: tabular-nums; }
.t-row.urgent .dd { color: var(--accent); }
.t-row .nm { font-weight: 700; font-size: 15.5px; letter-spacing: -0.015em; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.t-row .r2 { margin-top: 4px; padding-left: 52px; color: var(--mute); font-size: 13px; display: flex; gap: 5px 12px; flex-wrap: wrap; }
/* 링크 리스트 (서브 칼럼) */
.t-links { display: grid; gap: 0; }
.t-links a { display: block; padding: 11px 2px; border-bottom: 1px solid var(--line); font-size: 14.5px; font-weight: 600; color: var(--sub); }
.t-links a:hover { color: var(--ink); background: var(--surface); }
.t-links a b { color: var(--ink); font-weight: 700; display: block; letter-spacing: -0.015em; }
.t-links a span { font-size: 13px; color: var(--mute); font-weight: 500; }
.t-group { margin-bottom: 36px; }
/* 우측 레일 */
.t-rail { display: grid; gap: 14px; position: sticky; top: 84px; }
.t-cta-card { background: var(--surface); border-radius: var(--r-lg); padding: 24px; }
.t-cta-card .k { font-size: 12.5px; font-weight: 800; color: var(--accent); }
.t-cta-card h3 { margin: 6px 0 6px; font-size: 18px; }
.t-cta-card h3 .ph { display: inline-block; } /* 어절 덩어리 통째 줄바꿈 — 좁은 컬럼에서도 2줄 이내(회장님 07-20 세로깨짐 방어) */
.t-cta-card p { color: var(--sub); font-size: 13.5px; }
.t-cta-card .btn { margin-top: 14px; width: 100%; }
/* 도구 줄 — 텍스트 링크 행 */
.t-tools { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 8px; }
.t-tools a { font-size: 13.5px; font-weight: 700; color: var(--sub); padding: 7px 12px; border-radius: 999px; background: var(--surface-2); margin: 0 8px 0 0; }
.t-tools a:hover { background: var(--line); color: var(--ink); }

/* ══ v8 정보 플랫폼(포털) — 네이버 메인式 검색밴드 + 데이터 밀집 존 (회장님 07-20 방향확정) ══ */
/* 검색 + 필터 밴드 (히어로·여정 폐기 → 유도 아닌 정보형 진입) */
.sb { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #ffffff, #f9fafb); padding: clamp(20px,3.2vw,36px) 0 clamp(18px,2.6vw,28px); }
.sb-intro { font-size: clamp(23px,3.6vw,34px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.25; color: var(--ink); word-break: keep-all; }
.sb-intro em { font-style: normal; color: var(--accent); font-weight: 800; font-variant-numeric: tabular-nums; }
.sb-intro span { display: block; margin-top: 8px; font-size: 14.5px; font-weight: 500; color: var(--mute); letter-spacing: -0.01em; line-height: 1.5; }
/* 방문 집계 스트립 + 7일 미니 바차트 (광고주 신뢰 자산) */
.visit-strip { display: flex; align-items: flex-end; gap: 14px; margin-top: 14px; flex-wrap: wrap; }
.vs-num { font-size: 13.5px; font-weight: 600; color: var(--sub); }
.vs-num b { color: var(--accent); font-weight: 800; font-variant-numeric: tabular-nums; }
.vs-chart { display: inline-flex; align-items: flex-end; gap: 4px; height: 40px; }
.vs-bar { display: inline-flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; width: 16px; }
.vs-bar i { display: block; width: 100%; background: var(--accent); border-radius: 3px 3px 0 0; opacity: .85; transition: height .3s; }
.vs-bar:last-child i { opacity: 1; }
.vs-bar em { font-style: normal; font-size: 9px; color: var(--mute); margin-top: 3px; }
.vs-note { font-size: 12px; color: var(--mute); }
.sb-form { display: flex; align-items: center; gap: 8px; margin-top: 15px; max-width: 720px; border: 2px solid var(--ink); border-radius: 14px; padding: 3px 3px 3px 15px; transition: .14s; }
.sb-form:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.sb-form svg { width: 19px; height: 19px; color: var(--mute); flex: none; }
.sb-form input { flex: 1; border: 0; outline: 0; font-size: 15.5px; font-weight: 500; padding: 12px 6px; background: transparent; color: var(--ink); min-width: 0; }
.sb-form button { flex: none; border: 0; background: var(--ink); color: #fff; font-weight: 700; font-size: 15px; padding: 12px 22px; border-radius: 11px; cursor: pointer; transition: .14s; }
.sb-form button:hover { background: var(--accent); }
.sb-chips { margin-top: 13px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.sb-chips .lbl { font-weight: 700; color: var(--sub); font-size: 13px; }
.sb-chips a { font-weight: 600; font-size: 13px; color: var(--sub); padding: 6px 12px; border-radius: 999px; background: var(--surface-2); }
.sb-chips a:hover { background: var(--accent-soft); color: var(--accent); }
.sb-chips .sep { width: 1px; height: 14px; background: var(--line); margin: 0 4px; }
.sb-stats { margin-top: 15px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px 26px; }
.sb-stats span { display: inline-flex; align-items: center; }
.sb-stats span { font-size: 13.5px; font-weight: 600; color: var(--sub); font-variant-numeric: tabular-nums; }
.sb-stats b { color: var(--ink); font-weight: 800; font-size: 16px; margin-right: 3px; }
/* 갱신시각 = 부가정보 → 3개 숫자 지표보다 작고 약한 캡션 톤 (회장님 07-20: 너무 크다) */
.sb-stats .live { color: var(--mute); font-size: 12.5px; font-weight: 500; }
.sb-stats .live b { color: var(--sub); font-weight: 600; font-size: 12.5px; margin-right: 3px; }
.sb-stats .live i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); margin-right: 6px; vertical-align: 1px; }
/* 존 헤더 (제목 + 더보기) — 굵은 밑줄로 '판' 구획 (네이버 문법) */
.z-h { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; margin-bottom: 4px; }
.z-h h2 { font-size: clamp(17px,2.1vw,20px); letter-spacing: -0.02em; margin: 0; }
.z-h h2 .fire { color: var(--accent); }
.z-h .more { font-size: 13px; font-weight: 700; color: var(--mute); flex: none; }
.z-h .more:hover { color: var(--accent); }
/* 인건비 지원금 킬러 하이라이트 */
.hl-band { background: var(--accent-soft); border: 1px solid #ffd9cc; border-radius: var(--r-lg); padding: 16px 20px; margin-top: 8px; }
.hl-band .hl-t { font-weight: 800; font-size: 15px; color: var(--ink); letter-spacing: -0.02em; }
.hl-band .hl-t em { font-style: normal; color: var(--accent); }
.hl-band .t-row { border-bottom-color: #ffe1d6; padding: 13px 2px; }
.hl-band .t-row:last-child { border-bottom: 0; }
.hl-band .t-row:hover { background: #fff6f2; }
.hl-band .hl-more { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 700; color: var(--accent); }
/* 업종별 바로가기 그리드 */
.cat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 6px; }
@media (min-width: 560px) { .cat-grid { grid-template-columns: repeat(3,1fr); } }
.cat-grid a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 14px; font-weight: 700; color: var(--ink); }
.cat-grid a:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.cat-grid a .lbl { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cat-grid a b { flex: none; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--mute); font-size: 12.5px; }
.cat-grid a:hover b { color: var(--accent); }

/* 협업 문의 페이지 — 트래픽 설득 블록 */
.pt-traffic { padding: 20px 22px; }
.pt-traffic .pt-t { font-size: 15px; color: var(--ink); margin-bottom: 14px; }
.pt-traffic .pt-t b { color: var(--navy); }
.pt-stat { display: flex; align-items: baseline; gap: 8px 18px; flex-wrap: wrap; margin-bottom: 14px; }
.pt-big { font-size: 26px; font-weight: 900; color: var(--accent); font-variant-numeric: tabular-nums; }
.pt-big b { font-weight: 900; }
.pt-lbl { font-size: 13px; color: var(--sub); margin-right: 8px; }
.pt-traffic .vs-chart { height: 56px; }
.pt-traffic .vs-bar { width: 30px; }
.pt-note { font-size: 12px; color: var(--mute); margin-top: 10px; }
