/* ==========================================================================
   KLAARO 클라로 — B2B CRM · AI Revenue Workspace (DREXLY 템플릿)
   기준: KLAARO-B2B-CRM-SaaS-AI-build-pack / 01-reference-screens/hq (18장)
   레이아웃·색 = 시안 실측값 (마케팅 3장은 페이지별 배율, 앱 15장은 2379px → 1.6521)
   값 = 05-data/mock-data.json · design-tokens.json · 04-content/ui-copy.md
   ※ 시안의 실존 기업명(삼성SDS·현대글로비스·LG전자·포스코DX 등)은 mock-data의
     가상 회사명으로 전량 교체했다. 사람 이름도 실존 인물명을 피해 가상으로 바꿨다.
   ========================================================================== */

:root {
  /* 05-data/design-tokens.json */
  --ink: #101318;
  --bone: #f4f1ea;
  --lime: #c7f36b;
  --cobalt: #5b6cff;
  --coral: #ff6557;
  --slate: #66717a;
  --white: #ffffff;

  /* 시안 실측 보정 */
  --app-bg: #f7f6f2;
  --side: #0a0d12;
  --side-2: #161a21;
  --line: #e7e4dc;
  --line-2: #d9d5cb;
  --text: #101318;
  --text-2: #4b545c;
  --muted: #8d959c;
  --ok: #3f9142;
  --warn: #d98324;

  --sans: "Pretendard Variable", Pretendard, SUIT, -apple-system, BlinkMacSystemFont,
          system-ui, "Malgun Gothic", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;

  /* 치수 — 03-specs/02-design-system.md + 시안 실측 */
  --mk-max: 1280px;      /* 마케팅 최대폭 */
  --side-w: 190px;       /* 앱 사이드바 (시안 실측 190.1) */
  --app-hd: 60px;        /* 앱 헤더 (시안 실측 ~59) */
  --pad: 20px;
  --r-sm: 8px; --r-md: 14px; --r-lg: 24px; --r-pill: 999px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bone); color: var(--text);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
table { border-collapse: collapse; }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--lime); color: var(--ink); padding: 10px 16px; font-weight: 700; z-index: 100; }
.skip:focus { left: 12px; top: 12px; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--cobalt); outline-offset: 2px; border-radius: 6px;
}

/* ══════════════════════════════════════════════════════════════════════
   공개(마케팅) 셸 — 랜딩 · 제품 · 요금
   ══════════════════════════════════════════════════════════════════════ */
.mk-wrap { width: var(--mk-max); margin: 0 auto; }

.mk-hd { background: var(--ink); color: #fff; height: 72px; position: relative; z-index: 20; }
.mk-hd-in { width: var(--mk-max); margin: 0 auto; height: 100%; display: flex; align-items: center; gap: 46px; }
.logo { display: inline-flex; align-items: baseline; gap: 8px; font-weight: 800; letter-spacing: .04em; }
.logo b { font-size: 22px; }
.logo em { font-style: normal; font-size: 12.5px; font-weight: 600; opacity: .62; letter-spacing: -.02em; }
.mk-nav { display: flex; gap: 34px; }
.mk-nav a { font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.82); letter-spacing: -.02em; }
.mk-nav a:hover, .mk-nav a[aria-current="page"] { color: var(--lime); }
.mk-end { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.mk-end .login { font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.82); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: var(--r-sm); font-weight: 700; letter-spacing: -.02em; }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: #b9e957; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.34); }
.btn-ghost:hover { border-color: #fff; }
.btn-line { background: var(--white); color: var(--text); border: 1px solid var(--line-2); }
.btn-line:hover { border-color: #b9b4a8; }
.mk-end .btn { height: 40px; padding: 0 18px; font-size: 14.5px; }

.mk-ft { background: var(--ink); color: rgba(255,255,255,.66); padding: 28px 0 20px; }
.mk-ft-in { width: var(--mk-max); margin: 0 auto; display: grid; grid-template-columns: 300px repeat(4, 1fr); gap: 26px; }
.mk-ft .logo { color: #fff; }
.mk-ft-brand p { margin: 12px 0 0; font-size: 12.5px; line-height: 1.7; }
.mk-soc { display: flex; gap: 10px; margin-top: 16px; }
.mk-soc a { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,.26); display: grid; place-items: center; }
.mk-soc svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mk-ft h3 { margin: 2px 0 12px; font-size: 13px; font-weight: 700; color: #fff; letter-spacing: -.02em; }
.mk-ft ul { list-style: none; margin: 0; padding: 0; }
.mk-ft li { font-size: 12.5px; line-height: 1.85; }
.mk-ft li a:hover { color: var(--lime); }
.mk-ft-legal { width: var(--mk-max); margin: 18px auto 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 11.5px; color: rgba(255,255,255,.44); line-height: 1.7; }

/* 마케팅 공통 조각 */
.eyebrow { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 5px 13px; font-size: 12.5px; font-weight: 600; color: var(--text-2); }
.sec-h { font-size: 40px; line-height: 1.2; font-weight: 800; letter-spacing: -.045em; margin: 0; }
.sec-p { margin: 14px 0 0; font-size: 15.5px; line-height: 1.7; color: var(--text-2); letter-spacing: -.02em; }
.note { margin: 12px 0 0; font-size: 12px; color: var(--muted); letter-spacing: -.02em; }

/* ══════════════════════════════════════════════════════════════════════
   앱 셸 — 15개 화면 공용 (사이드바 190 · 헤더 60 · 뷰포트 1440×901)
   ══════════════════════════════════════════════════════════════════════ */
.app { display: grid; grid-template-columns: var(--side-w) 1fr; min-height: 901px; background: var(--app-bg); }

.side { background: var(--side); color: #fff; padding: 18px 12px 16px; display: flex; flex-direction: column; }
.side .logo { padding: 0 8px; }
.side .logo b { font-size: 20px; }
.ws {
  display: flex; align-items: center; gap: 9px; width: 100%; margin-top: 18px;
  background: var(--side-2); border: 1px solid rgba(255,255,255,.09); border-radius: var(--r-sm);
  height: 40px; padding: 0 12px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.92);
}
.ws svg { width: 15px; height: 15px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ws .cv { margin-left: auto; width: 8px; height: 8px; border-right: 1.6px solid rgba(255,255,255,.6); border-bottom: 1.6px solid rgba(255,255,255,.6); rotate: 45deg; margin-top: -3px; }
.side nav { margin-top: 16px; }
.side nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.side nav a {
  display: flex; align-items: center; gap: 11px; height: 34px; padding: 0 12px;
  border-radius: var(--r-sm); font-size: 13.5px; font-weight: 600;
  color: rgba(255,255,255,.72); letter-spacing: -.03em;
}
.side nav a:hover { background: rgba(255,255,255,.07); color: #fff; }
.side nav a[aria-current="page"] { background: var(--lime); color: var(--ink); font-weight: 700; }
.side nav svg { width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; }
.side-help {
  margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-sm);
  font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.8);
}
.side-help svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.main { display: flex; flex-direction: column; min-width: 0; }
.app-hd {
  height: var(--app-hd); display: flex; align-items: center; gap: 16px;
  padding: 0 var(--pad); border-bottom: 1px solid var(--line);
  background: var(--app-bg);
}
.gsearch {
  display: flex; align-items: center; gap: 9px; width: 430px; height: 36px;
  background: var(--white); border: 1px solid var(--line-2); border-radius: var(--r-sm); padding: 0 12px;
}
.gsearch svg { width: 15px; height: 15px; flex: none; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.gsearch input { border: 0; outline: 0; background: transparent; font: inherit; font-size: 13px; width: 100%; min-width: 0; letter-spacing: -.02em; }
.gsearch input::placeholder { color: var(--muted); }
.kbd { margin-left: auto; display: flex; gap: 3px; }
.kbd i { font-style: normal; border: 1px solid var(--line-2); border-radius: 4px; padding: 1px 5px; font-size: 10.5px; color: var(--muted); }
.hd-end { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.btn-new { height: 36px; padding: 0 15px; font-size: 13.5px; }
.btn-new .cv { width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; rotate: 45deg; margin-top: -3px; margin-left: 3px; }
.bell { position: relative; width: 34px; height: 34px; border: 0; background: transparent; display: grid; place-items: center; }
.bell svg { width: 18px; height: 18px; fill: none; stroke: var(--text-2); stroke-width: 1.7; }
.bell i { position: absolute; right: 2px; top: 2px; min-width: 15px; height: 15px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 9.5px; font-weight: 800; font-style: normal; display: grid; place-items: center; }
.me { position: relative; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; border: 0; }
.me::after { content: ""; position: absolute; right: -1px; bottom: -1px; width: 9px; height: 9px; border-radius: 50%; background: #3fbf5a; border: 2px solid var(--app-bg); }

.canvas { flex: 1; padding: var(--pad); min-width: 0; overflow: hidden; }
.pg-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.pg-head h1 { margin: 0; font-size: 26px; font-weight: 800; letter-spacing: -.04em; }
.pg-head .sub { font-size: 13px; color: var(--muted); }
.demo-badge { margin-left: auto; border: 1px solid var(--cobalt); color: var(--cobalt); border-radius: var(--r-sm); padding: 5px 12px; font-size: 12px; font-weight: 700; background: #f2f4ff; }

/* 앱 공용 카드/부품 */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 8px 12px; min-width: 0; }
.card > h2, .card > .ch h2 { margin: 0; font-size: 14.5px; font-weight: 800; letter-spacing: -.035em; }
.ch { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.ch .more, .ch .pick { margin-left: auto; }
.more { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--text-2); }
.more:hover { color: var(--ink); }
.pick { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line-2); border-radius: var(--r-sm); height: 26px; padding: 0 10px; font-size: 11.5px; color: var(--text-2); background: var(--white); white-space: nowrap; }
.pick .cv { width: 6px; height: 6px; border-right: 1.4px solid var(--muted); border-bottom: 1.4px solid var(--muted); rotate: 45deg; margin-top: -3px; }
.i-help { width: 13px; height: 13px; fill: none; stroke: var(--muted); stroke-width: 1.7; }

.chip { display: inline-block; border-radius: var(--r-sm); padding: 2px 8px; font-size: 11px; font-weight: 700; letter-spacing: -.02em; }
.chip.hi { background: #ffe9e6; color: #d2402f; }
.chip.mid { background: #fff2dc; color: #b3701a; }
.chip.low { background: #eef7e4; color: #4b8130; }
.chip.co { background: #eceeff; color: #3f4fd8; }
.chip.gy { background: #f1efe9; color: var(--text-2); }
.dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; vertical-align: 1px; margin-right: 5px; }
.dot.r { background: var(--coral); } .dot.g { background: #3fbf5a; } .dot.y { background: #e8a33a; } .dot.b { background: var(--cobalt); }

.bar { display: block; height: 8px; border-radius: 999px; background: #eeece5; overflow: hidden; }
.bar i { display: block; height: 100%; border-radius: 999px; background: var(--lime); }
.bar.co i { background: var(--cobalt); }

.tbl { width: 100%; font-size: 12.5px; }
.tbl th { text-align: left; font-weight: 700; color: var(--muted); font-size: 11.5px; padding: 0 8px 8px; border-bottom: 1px solid var(--line); }
.tbl td { padding: 9px 8px; border-bottom: 1px solid var(--line); letter-spacing: -.02em; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl .num { text-align: right; font-weight: 700; }

.ai-note { display: flex; align-items: center; gap: 7px; margin-top: 4px; font-size: 9.5px; line-height: 1.4; color: var(--muted); letter-spacing: -.02em; }
.ai-note svg { width: 13px; height: 13px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ai-badge { display: inline-flex; align-items: center; gap: 5px; background: #eceeff; color: #3f4fd8; border-radius: var(--r-sm); padding: 3px 9px; font-size: 11px; font-weight: 700; }
.ai-badge svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }

/* ══════════════════════════════════════════════════════════════════════
   반응형 — 앱 화면은 데스크톱 도구다. 좁은 화면에서는 셸을 접는다.
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 1360px) {
  :root { --mk-max: calc(100vw - 48px); }
  .mk-ft-in, .mk-ft-legal { width: var(--mk-max); }
}
@media (max-width: 1199px) {
  .app { grid-template-columns: 1fr; min-height: 0; }
  .side { flex-direction: row; align-items: center; gap: 12px; padding: 10px 14px; overflow-x: auto; }
  .side .logo { flex: none; }
  .ws { width: auto; margin-top: 0; flex: none; }
  .side nav { margin-top: 0; }
  .side nav ul { grid-auto-flow: column; gap: 6px; }
  .side nav a { height: 32px; white-space: nowrap; }
  .side-help { display: none; }
  .canvas { overflow: visible; }
}
@media (max-width: 1023px) {
  .mk-nav, .mk-end .login { display: none; }
  .mk-ft-in { grid-template-columns: repeat(2, 1fr); }
  .gsearch { width: 100%; }
}
@media (max-width: 767px) {
  .mk-hd-in { gap: 14px; }
  .mk-ft-in { grid-template-columns: 1fr; }
  .mk-ft-legal { flex-direction: column; }
  .pg-head { flex-wrap: wrap; }
  .demo-badge { margin-left: 0; }
  .app-hd { flex-wrap: wrap; height: auto; padding: 10px var(--pad); gap: 10px; }
  .hd-end { margin-left: 0; }
}

/* ── 대시보드 /app ────────────────────────────────────────────────────── */
.kpi { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.kpi li { position: relative; padding: 6px 14px 7px; }
.ki { display: grid; place-items: center; width: 26px; height: 26px; border-radius: var(--r-sm); }
.ki svg { width: 15px; height: 15px; fill: none; stroke-width: 1.8; }
.ki.g { background: #eaf6e2; } .ki.g svg { stroke: #4b8130; }
.ki.b { background: #eceeff; } .ki.b svg { stroke: var(--cobalt); }
.ki.c { background: #e7efff; } .ki.c svg { stroke: #3f6fd8; }
.ki.r { background: #ffe9e6; } .ki.r svg { stroke: var(--coral); }
.kl { position: absolute; left: 52px; top: 15px; display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--text-2); letter-spacing: -.03em; }
.kpi b { display: block; margin-top: 9px; font-size: 26px; font-weight: 800; letter-spacing: -.045em; line-height: 1.15; }
.kf { display: flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 11.5px; color: var(--muted); letter-spacing: -.02em; }
.kf .up { font-style: normal; color: var(--ok); font-weight: 700; }
.kf.risk { color: var(--coral); font-weight: 600; }
.bar.mini { flex: 1; height: 6px; }
.stages .bar, .owners .bar { height: 7px; }
.bar.full { display: block; margin-top: 8px; height: 6px; }

.row2 { display: grid; grid-template-columns: 1fr 396px; gap: 12px; margin-top: 24px; }
.spark { width: 16px; height: 16px; fill: none; stroke: var(--cobalt); stroke-width: 1.8; vertical-align: -3px; margin-right: 3px; }
.brief-lead { margin: 0 0 4px; font-size: 11.5px; color: var(--text-2); letter-spacing: -.02em; }
.acts { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.acts li { display: grid; grid-template-columns: 26px 1fr auto 12px; gap: 11px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 2px 10px; }
.no { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; color: #fff; font-size: 11px; font-weight: 800; }
.no.n1 { background: #2f4fd8; } .no.n2 { background: #e8a33a; } .no.n3 { background: #e05a45; }
.acts b { font-size: 12.5px; line-height: 1.35; font-weight: 800; letter-spacing: -.035em; }
.acts p { margin: 1px 0 0; font-size: 10.5px; line-height: 1.3; color: var(--muted); letter-spacing: -.02em; }
.amt { text-align: right; }
.amt em { display: block; font-style: normal; font-size: 10.5px; color: var(--muted); }
.amt b { display: block; margin-top: 1px; font-size: 12.5px; font-weight: 800; letter-spacing: -.03em; }
.arw { color: var(--muted); font-size: 15px; }
.all-acts { display: flex; align-items: center; justify-content: center; gap: 7px; height: 22px; margin-top: 4px; border: 1px solid var(--line); border-radius: var(--r-sm); font-size: 12.5px; font-weight: 600; color: var(--text-2); }
.all-acts:hover { border-color: var(--line-2); color: var(--ink); }

.wp-total { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.wp-sub { margin: 2px 0 9px; font-size: 11px; color: var(--muted); }
.stages { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.stages li { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; }
.stages span { font-size: 11.5px; color: var(--text-2); }
.stages em { font-style: normal; font-size: 11px; color: var(--text-2); white-space: nowrap; }
.stages em b { font-weight: 400; color: var(--muted); }
.wp-conv { margin: 9px 0 0; font-size: 11px; color: var(--cobalt); }
.wp-conv b { font-weight: 800; }

.row4 { display: grid; grid-template-columns: 1fr 1fr .94fr 1.19fr; gap: 12px; margin-top: 24px; }
.g-lb { margin: 0; font-size: 11px; line-height: 1.4; color: var(--muted); }
.g-amt { display: flex; align-items: baseline; gap: 10px; margin: 3px 0 6px; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.g-rate { margin-left: auto; font-size: 11.5px; font-weight: 400; color: var(--muted); }
.g-rate b { font-size: 13px; font-weight: 800; color: #4b8130; }
.g-sub { margin: 5px 0 0; font-size: 10.5px; line-height: 1.4; color: var(--muted); }
.g-lb2 { margin: 8px 0 5px; font-size: 11.5px; font-weight: 700; letter-spacing: -.03em; }
.owners { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.owners li { display: grid; grid-template-columns: 28px 1fr 28px; gap: 8px; align-items: center; font-size: 11px; line-height: 1.4; color: var(--text-2); }
.owners em { font-style: normal; text-align: right; font-weight: 700; }

.feed, .meets { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.feed li { display: grid; grid-template-columns: 26px 1fr auto; gap: 9px; align-items: center; }
.fi { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; }
.fi svg { width: 14px; height: 14px; fill: none; stroke-width: 1.8; }
.fi.g { background: #eaf6e2; } .fi.g svg { stroke: #4b8130; }
.fi.b { background: #e7efff; } .fi.b svg { stroke: #3f6fd8; }
.fi.r { background: #ffeae7; } .fi.r svg { stroke: var(--coral); }
.fi.y { background: #fff3de; } .fi.y svg { stroke: #b3701a; }
.feed b, .meets b { font-size: 11.5px; line-height: 1.35; font-weight: 700; letter-spacing: -.03em; }
.feed span, .meets div span { display: block; margin-top: 1px; font-size: 10.5px; line-height: 1.35; color: var(--muted); letter-spacing: -.02em; }
.feed em, .meets em { font-style: normal; font-size: 10.5px; color: var(--muted); white-space: nowrap; }
.meets li { display: grid; grid-template-columns: 40px 1fr auto; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 3px 8px; }
.tm b { display: block; font-size: 12.5px; font-weight: 800; }
.tm em { display: block; margin-top: 1px; }

.risk-tbl th, .risk-tbl td { padding: 1px 4px; font-size: 10.5px; white-space: nowrap; line-height: 1.4; }
.risk-tbl tbody th { white-space: normal; }
.risk-tbl tbody th { font-weight: 600; text-align: left; letter-spacing: -.035em; }
.risk-sum { display: flex; justify-content: space-between; margin: 7px 0 0; font-size: 11px; color: var(--muted); }
.risk-sum b { color: var(--coral); font-weight: 800; }

@media (max-width: 1199px) {
  .row2 { grid-template-columns: 1fr; }
  .row4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .kpi, .row4 { grid-template-columns: 1fr; }
  .acts li { grid-template-columns: 30px 1fr; }
  .amt { grid-column: 1 / -1; text-align: left; }
  .arw { display: none; }
}

/* ── 공용 앱 부품 (여러 화면 공유) ────────────────────────────────────── */
.hd-acts { margin-left: auto; display: flex; gap: 8px; }
.hd-acts .btn { height: 34px; padding: 0 13px; font-size: 12.5px; }
.hd-acts svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn-co { background: var(--cobalt); color: #fff; }
.btn-co:hover { background: #4a5aee; }
.ic-btn { width: 24px; height: 24px; border: 0; background: transparent; color: var(--muted); border-radius: 6px; font-size: 13px; display: grid; place-items: center; }
.ic-btn:hover { background: #f1efe9; color: var(--ink); }
.lnk { border: 0; background: transparent; font-size: 11.5px; color: var(--muted); }
.dim { color: var(--muted); }
.sm { font-size: 11px; }
.mt6 { margin-top: 6px; }
.sh { margin: 9px 0 4px; font-size: 11.5px; font-weight: 800; letter-spacing: -.03em; }
.sh.mt0 { margin-top: 4px; }
.upd { margin-left: auto; font-size: 10.5px; color: var(--muted); }
.wfull { width: 100%; height: 28px; margin-top: 7px; font-size: 11.5px; }
.two b { display: block; font-size: 11.5px; font-weight: 600; }
.two em { display: block; font-style: normal; font-size: 10.5px; color: var(--muted); }
.two em.ov { color: var(--coral); }
.av { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: #eceeff; color: #3f4fd8; font-size: 11px; font-weight: 800; flex: none; }
.av.sm { width: 20px; height: 20px; font-size: 10px; border-radius: 6px; }
.pager { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 10px; font-size: 11.5px; }
.pager a { min-width: 24px; height: 24px; padding: 0 6px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; color: var(--text-2); }
.pager a:hover { background: #f1efe9; }
.pager a[aria-current="page"] { background: var(--lime); color: var(--ink); font-weight: 800; }
.pager span { color: var(--muted); }
.pager .ptotal { margin-right: auto; }
.pager .pick { margin-left: auto; }
.tabs { display: flex; gap: 18px; border-bottom: 1px solid var(--line); margin: -2px -12px 8px; padding: 0 12px; }
.tabs a { padding: 0 0 8px; font-size: 12.5px; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; }
.tabs a em { font-style: normal; margin-left: 4px; color: var(--muted); }
.tabs a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--ink); font-weight: 800; }
.tabs a[aria-current="page"] em { color: var(--text-2); }

/* ── 05 리드 인박스 ──────────────────────────────────────────────────── */
.l3 { display: grid; grid-template-columns: 216px 1fr 336px; gap: 12px; align-items: start; }
.l2 { display: grid; grid-template-columns: 1fr 286px; gap: 12px; align-items: start; }
.lcol { display: grid; gap: 12px; }
.views { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.views li { display: flex; align-items: center; gap: 8px; height: 30px; padding: 0 9px; border-radius: var(--r-sm); font-size: 12px; color: var(--text-2); }
.views li.on { background: #f3f8e6; color: var(--ink); font-weight: 700; }
.views span { display: inline-flex; align-items: center; gap: 8px; }
.views svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.views em { margin-left: auto; font-style: normal; font-size: 11px; color: var(--muted); }
.fl { display: block; margin-bottom: 7px; }
.fl > span:first-child { display: block; font-size: 11px; color: var(--text-2); margin-bottom: 3px; }
.sel { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 10px; border: 1px solid var(--line-2); border-radius: var(--r-sm); font-size: 11.5px; color: var(--text-2); background: var(--white); }
.sel .cv { margin-left: auto; width: 6px; height: 6px; border-right: 1.4px solid var(--muted); border-bottom: 1.4px solid var(--muted); rotate: 45deg; margin-top: -3px; }
.lbar { display: flex; gap: 8px; margin-bottom: 8px; }
.gsearch.sm { height: 30px; width: 100%; }
.gsearch.sm input { font-size: 11.5px; }
.lbulk { display: flex; align-items: center; gap: 7px; padding: 6px 0 8px; border-bottom: 1px solid var(--line); font-size: 11.5px; }
.lbulk b { font-weight: 800; } .lbulk span { color: var(--muted); margin-right: 4px; }
.pick.dis { opacity: .45; cursor: not-allowed; }
.more-dots { margin-left: auto; }
.ltbl th, .ltbl td { padding: 5px 6px; font-size: 11.5px; }
.ltbl tbody th { font-weight: 700; text-align: left; }
.ltbl input[type=checkbox] { width: 13px; height: 13px; accent-color: var(--cobalt); }
.src { display: inline-flex; align-items: center; gap: 6px; color: var(--text-2); }
.src svg { width: 13px; height: 13px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.score { font-weight: 800; }
.score .chip { margin-left: 6px; font-weight: 700; }
.lside .ch { flex-wrap: wrap; }
.score-badge { background: #ffe9e6; color: #d2402f; border-radius: 6px; padding: 1px 7px; font-size: 11px; font-weight: 800; }
.lside .ch .ic-btn { margin-left: auto; }
.l-acts { display: flex; gap: 6px; margin-bottom: 7px; }
.l-acts .pick svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ch.mt { margin-top: 4px; }
.ai-box { background: #fff4f2; border: 1px solid #ffd9d2; border-radius: var(--r-sm); padding: 7px 10px; }
.ai-box b { display: block; font-size: 12px; font-weight: 800; letter-spacing: -.03em; }
.ai-box p { margin: 4px 0 0; font-size: 10px; line-height: 1.45; color: var(--text-2); }
.checks { list-style: none; margin: 7px 0 0; padding: 0; display: grid; gap: 3px; }
.checks li { display: flex; align-items: center; font-size: 11px; line-height: 1.4; color: var(--text-2); }
.checks span { display: inline-flex; align-items: center; gap: 7px; }
.checks em { margin-left: auto; font-style: normal; font-weight: 600; }
.ok { width: 14px; height: 14px; fill: none; stroke: #4b8130; stroke-width: 1.9; }
.kv { margin: 0; }
.kv > div { display: flex; justify-content: space-between; gap: 12px; padding: 1px 0; font-size: 11px; line-height: 1.5; }
.kv dt { color: var(--muted); } .kv dd { margin: 0; text-align: right; }
.kv dd a { color: var(--cobalt); }

/* ── 06 고객사 ───────────────────────────────────────────────────────── */
.acol { min-width: 0; }
.fbar { display: flex; align-items: center; gap: 7px; margin-bottom: 9px; }
.fbar-end { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.fbar svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.vtog { display: inline-flex; border: 1px solid var(--line-2); border-radius: var(--r-sm); overflow: hidden; }
.vtog button { width: 28px; height: 26px; border: 0; background: var(--white); display: grid; place-items: center; }
.vtog button.on { background: #f1efe9; }
.vtog svg { width: 13px; height: 13px; fill: none; stroke: var(--text-2); stroke-width: 1.7; }
.atbl th, .atbl td { padding: 4px 7px; font-size: 11.5px; }
.atbl tbody th { text-align: left; font-weight: 400; }
.atbl tbody th span:last-child b { display: block; font-size: 12px; font-weight: 700; letter-spacing: -.03em; }
.atbl tbody th span:last-child em { display: block; font-style: normal; font-size: 10.5px; color: var(--muted); }
.atbl tbody th .av { vertical-align: middle; margin-right: 8px; }
.atbl tbody th > span:last-child { display: inline-block; vertical-align: middle; }
.atbl tr.sel { background: #fbfcf6; }
.atbl input[type=checkbox] { width: 13px; height: 13px; accent-color: var(--cobalt); }
.donut-row { display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: center; margin-top: 8px; }
.donut { width: 84px; height: 84px; border-radius: 50%;
  background: conic-gradient(var(--cobalt) 0 calc(var(--a) * 1%), #4a8fd6 0 calc((var(--a) + var(--b)) * 1%), #3fbf8a 0 calc((var(--a) + var(--b) + var(--c)) * 1%), #e8c04a 0 calc((var(--a) + var(--b) + var(--c) + var(--d)) * 1%), #e8934a 0 100%);
  -webkit-mask: radial-gradient(circle, transparent 52%, #000 53%); mask: radial-gradient(circle, transparent 52%, #000 53%); }
.legend { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.legend li { display: flex; align-items: center; gap: 6px; font-size: 10.5px; color: var(--text-2); }
.legend em { margin-left: auto; font-style: normal; color: var(--muted); }
.sw { width: 8px; height: 8px; border-radius: 2px; flex: none; }
.sw.b { background: var(--cobalt); } .sw.c { background: #4a8fd6; } .sw.g { background: #3fbf8a; }
.sw.y { background: #e8c04a; } .sw.o { background: #e8934a; }
.big-n { display: flex; align-items: baseline; gap: 8px; margin: 6px 0 8px; }
.big-n b { font-size: 26px; font-weight: 800; letter-spacing: -.04em; }
.big-n b.r { color: var(--coral); }
.big-n span { font-size: 11px; color: var(--muted); }
.mini-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.mini-list li { display: flex; align-items: center; gap: 8px; font-size: 11.5px; }
.mini-list em { margin-left: auto; font-style: normal; font-size: 10.5px; color: var(--muted); }
.warn-h { display: flex; align-items: center; gap: 7px; }
.warn-i { width: 15px; height: 15px; fill: none; stroke: var(--coral); stroke-width: 1.8; }

@media (max-width: 1199px) { .l3, .l2 { grid-template-columns: 1fr; } }
@media (max-width: 1023px) { .ltbl, .atbl { display: block; overflow-x: auto; white-space: nowrap; } }
@media (max-width: 767px) { .fbar, .lbar, .lbulk, .l-acts, .hd-acts { flex-wrap: wrap; } .donut-row { grid-template-columns: 1fr; } }
/* 고객사 표 — 줄바꿈으로 행이 부풀지 않게 고정 */
.atbl { width: 100%; }
.atbl th, .atbl td { white-space: nowrap; }
.atbl tbody th > span:last-child b, .atbl tbody th > span:last-child em { white-space: nowrap; }
.atbl tbody tr { height: 38px; }
.ltbl th, .ltbl td { white-space: nowrap; }
.ltbl tbody tr { height: 34px; }

/* ── 07 파이프라인 ───────────────────────────────────────────────────── */
.pick.lg { height: 30px; font-size: 12px; }
.vtog.lg button { width: auto; height: 28px; padding: 0 14px; font-size: 12px; font-weight: 700; color: var(--text-2); }
.vtog.lg button.on { background: #f3f8e6; color: var(--ink); }
.kpi4 li { padding: 8px 13px 9px; }
.kf .dn { font-style: normal; color: #3f8ac8; font-weight: 700; }
.pipe2 { grid-template-columns: 1fr 262px; margin-top: 10px; }
.board { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; min-width: 0; }
.bcol { background: #f1efe9; border-radius: var(--r-md); padding: 8px; min-width: 0; }
.bcol header { display: flex; align-items: center; gap: 6px; }
.bcol header b { font-size: 12.5px; font-weight: 800; letter-spacing: -.03em; }
.cnt { background: #e2ded4; border-radius: 999px; padding: 0 6px; font-size: 10.5px; font-weight: 700; color: var(--text-2); }
.bcol header .ic-btn:nth-of-type(1) { margin-left: auto; }
.btot { margin: 4px 0 7px; font-size: 11.5px; font-weight: 700; color: var(--text-2); }
.bcol ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.dcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm); }
.dcard a { display: block; padding: 8px 9px; }
.dcard b { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: -.035em; line-height: 1.35; }
.drow { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; margin-top: 5px; }
.drow em { font-style: normal; font-size: 10px; color: var(--muted); }
.drow strong { font-size: 11.5px; font-weight: 800; letter-spacing: -.03em; }
.drow2 { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 3px; font-size: 9.5px; }
.drow2 em { font-style: normal; color: var(--muted); }
.drow2 i { font-style: normal; display: inline-flex; align-items: center; gap: 4px; color: var(--text-2); }
.av2 { display: inline-grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: #dff0c4; color: #4b8130; font-size: 8px; font-weight: 800; }
.dfoot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.dfoot em { font-style: normal; font-size: 9.5px; color: var(--muted); }
.add-deal { width: 100%; height: 26px; margin-top: 7px; border: 1px dashed var(--line-2); background: transparent; border-radius: var(--r-sm); font-size: 11px; color: var(--text-2); }
.bsum { margin: 7px 0 0; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: -.03em; }
.rk-h { display: flex; justify-content: space-between; margin: 0 0 7px; font-size: 11.5px; color: var(--text-2); }
.rk-h b { color: var(--coral); font-weight: 800; }
.rk { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.rk li { display: flex; align-items: center; gap: 7px; border-left: 3px solid var(--coral); background: #fff6f5; border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 6px 8px; }
.rk li.mid { border-left-color: #e8a33a; background: #fffaf0; }
.rk b { display: block; font-size: 11px; font-weight: 800; letter-spacing: -.035em; line-height: 1.3; }
.rk span:not(.chip) { display: block; margin-top: 2px; font-size: 9.5px; color: var(--muted); }
.rk .chip { margin-left: auto; flex: none; }
.reasons { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.reasons li { display: flex; font-size: 11.5px; color: var(--text-2); }
.reasons li::before { content: "•"; margin-right: 7px; color: var(--muted); }
.reasons em { margin-left: auto; font-style: normal; font-weight: 700; }

/* ── 08 딜 상세 ──────────────────────────────────────────────────────── */
.crumb { font-size: 11.5px; color: var(--muted); margin-bottom: 6px; }
.crumb b { color: var(--text-2); font-weight: 600; }
.back { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--white); font-size: 14px; color: var(--text-2); }
.dmeta { list-style: none; margin: 0 0 8px; padding: 0; display: flex; gap: 0; }
.dmeta li { padding: 0 26px 0 0; margin-right: 26px; border-right: 1px solid var(--line); }
.dmeta li:last-child { border-right: 0; }
.dmeta span { display: block; font-size: 10.5px; color: var(--muted); }
.dmeta b { display: block; margin-top: 3px; font-size: 19px; font-weight: 800; letter-spacing: -.04em; }
.dmeta b.g { color: #4b8130; }
.dmeta b.sm2 { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; }
.mi { width: 14px; height: 14px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.mi2 { width: 15px; height: 15px; fill: none; stroke: var(--cobalt); stroke-width: 1.8; }
.ai-panel { background: #f6f7ff; border-color: #d9def8; }
.ai-panel .ch .ai-badge { margin-left: auto; }
.ai4 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ai4 li { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 9px 11px; }
.ai4 b { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: -.03em; }
.ai4 p { margin: 5px 0 0; font-size: 10px; line-height: 1.45; color: var(--text-2); }
.ai4 .pick { margin-top: 8px; }
.d3 { display: grid; grid-template-columns: 1fr 320px 300px; gap: 12px; margin-top: 10px; }
.tl { list-style: none; margin: 0; padding: 0; }
.tl li { display: grid; grid-template-columns: 44px 24px 1fr auto; gap: 8px; padding: 3px 0; border-left: 0; }
.td { font-size: 10.5px; font-weight: 700; color: var(--text-2); }
.td em { display: block; font-style: normal; font-weight: 400; color: var(--muted); }
.ti { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; }
.ti svg { width: 12px; height: 12px; fill: none; stroke-width: 1.8; }
.ti.b { background: #e7efff; } .ti.b svg { stroke: #3f6fd8; }
.ti.g { background: #eaf6e2; } .ti.g svg { stroke: #4b8130; }
.ti.y { background: #fff3de; } .ti.y svg { stroke: #b3701a; }
.ti.c { background: #eceeff; } .ti.c svg { stroke: var(--cobalt); }
.tt { display: block; font-size: 9.5px; color: var(--muted); }
.tl div b { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: -.03em; margin-top: 1px; }
.tl div p { margin: 2px 0 0; font-size: 9.5px; line-height: 1.4; color: var(--muted); }
.tr { text-align: right; font-size: 10px; color: var(--text-2); white-space: nowrap; }
.tr em { display: block; font-style: normal; color: var(--muted); }
.dur { display: inline-block; margin-top: 3px; background: #eaf6e2; color: #4b8130; border-radius: 5px; padding: 1px 6px; font-size: 9px; font-weight: 700; }
.amt2 { display: block; margin-top: 2px; font-weight: 800; font-size: 11px; color: var(--ink); }
.kv.wide > div { padding: 3px 0; }
.comp { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.comp li { display: flex; align-items: center; gap: 8px; font-size: 11.5px; }
.comp b { font-weight: 700; }
.comp span:not(.chip) { margin-left: auto; font-weight: 700; }
.audit { margin: 0; font-size: 11px; color: var(--text-2); }
.cmt { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.cmt li { display: flex; align-items: center; gap: 9px; }
.cmt b { display: block; font-size: 11.5px; font-weight: 700; }
.cmt span:not(.chip):not(.av) { display: block; font-size: 10px; color: var(--muted); }
.cmt .chip { margin-left: auto; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.steps li { display: flex; align-items: center; gap: 8px; font-size: 11.5px; color: var(--text-2); }
.steps label { display: flex; align-items: center; gap: 8px; }
.steps input { width: 13px; height: 13px; accent-color: var(--cobalt); }
.steps em { margin-left: auto; font-style: normal; font-size: 10.5px; color: var(--muted); }

@media (max-width: 1199px) {
  .pipe2 { grid-template-columns: 1fr; }
  .board { grid-template-columns: repeat(2, 1fr); }
  .d3 { grid-template-columns: 1fr; }
  .ai4 { grid-template-columns: repeat(2, 1fr); }
  .dmeta { flex-wrap: wrap; gap: 12px 0; }
}
@media (max-width: 767px) { .board, .ai4 { grid-template-columns: 1fr; } .tl li { grid-template-columns: 40px 22px 1fr; } .tr { grid-column: 3; text-align: left; } }

/* ── 09 고객사 360 ───────────────────────────────────────────────────── */
.av.lg2 { width: 34px; height: 34px; border-radius: 9px; font-size: 16px; }
.navpair { display: inline-flex; border: 1px solid var(--line-2); border-radius: var(--r-sm); overflow: hidden; }
.navpair button { width: 28px; height: 30px; border: 0; background: var(--white); color: var(--text-2); font-size: 13px; }
.abar li { padding-right: 22px; margin-right: 22px; }
.abar b { font-size: 13px; }
.ring { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 2px solid #4b8130; font-size: 11px; font-weight: 800; color: #4b8130; }
.dmeta em.ov { font-style: normal; color: var(--coral); font-weight: 600; }
.tabs.a360 { margin: 0 0 10px; padding: 0; border-bottom: 1px solid var(--line); }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mt8 { margin-top: 8px; }
.org { margin-top: 10px; }
.org-top { display: flex; justify-content: center; }
.org-row { display: flex; justify-content: center; gap: 10px; margin-top: 10px; position: relative; }
.org-row::before { content: ""; position: absolute; left: 22%; right: 22%; top: -6px; height: 1px; border-top: 1px dashed #b8d47a; }
.org-row.sub { margin-top: 12px; }
.onode { display: grid; justify-items: center; gap: 3px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 7px 9px; background: var(--white); min-width: 92px; }
.onode.hl { border-color: #cfe3a0; background: #fbfdf5; }
.onode b { font-size: 11px; font-weight: 800; }
.onode em { font-style: normal; font-size: 9.5px; color: var(--muted); }
.a360-acts li { grid-template-columns: 26px 1fr auto; align-items: start; }
.a360-acts p { display: flex; gap: 6px; align-items: flex-start; }
.a360-acts .chip { flex: none; }
.fb { display: flex; align-items: center; gap: 7px; margin-top: 9px; font-size: 11px; color: var(--text-2); }
.fb .pick svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.fb .more { margin-left: auto; }
.ctbl th, .ctbl td { padding: 5px 6px; font-size: 10.5px; }
.ctbl tbody th { text-align: left; font-weight: 400; }
.ctbl tbody th b { display: block; font-size: 11px; font-weight: 700; }
.ctbl tbody th em, .ctbl td em { display: block; font-style: normal; font-size: 9.5px; color: var(--muted); }
.ctbl a { color: var(--cobalt); }
.fchips { display: flex; gap: 5px; margin-top: 8px; }
.qc { border: 1px solid var(--line-2); background: var(--white); border-radius: var(--r-pill); height: 24px; padding: 0 11px; font-size: 10.5px; color: var(--text-2); }
.qc.on { background: #eceeff; border-color: #c7cdfa; color: #3f4fd8; font-weight: 700; }
.fi.c2 { background: #eceeff; } .fi.c2 svg { stroke: var(--cobalt); }
.fi.c { background: #eceeff; } .fi.c svg { stroke: var(--cobalt); }
.dtbl th, .dtbl td { padding: 4px 6px; font-size: 10.5px; }
.dtbl tbody th { text-align: left; font-weight: 600; }
.dtbl a { color: var(--cobalt); }
.dtbl .sumrow td, .dtbl .sumrow th { font-weight: 800; border-top: 1px solid var(--line); }
.sig3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sig3 b { display: flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 800; }
.sig3 p { display: flex; align-items: center; gap: 6px; margin: 6px 0 0; font-size: 10px; color: var(--text-2); }
.sig3 p span:not(.dot):not(.chip) { color: var(--muted); }
.sig3 em { margin-left: auto; font-style: normal; font-weight: 700; text-align: right; }
.sig3 i { font-style: normal; } .sig3 i.g { color: #4b8130; } .sig3 i.ov { color: var(--coral); }

/* ── 10 활동 ─────────────────────────────────────────────────────────── */
.offline { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--white); height: 30px; padding: 0 12px; font-size: 11.5px; color: var(--text-2); }
.offline svg { width: 14px; height: 14px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.btn.sync { border-color: #c7cdfa; color: #3f4fd8; }
.act2 { grid-template-columns: 1fr 300px; margin-top: 4px; }
.calbar { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.calbar b { font-size: 12.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.vtog.dwm button { width: 34px; padding: 0; }
.cal { padding: 10px 12px; }
.calhead { display: grid; grid-template-columns: 54px repeat(7, 1fr); gap: 0; font-size: 10.5px; font-weight: 700; color: var(--text-2); text-align: center; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.calhead .today { color: var(--cobalt); }
.calhead .today i { display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--cobalt); color: #fff; font-size: 9px; font-style: normal; vertical-align: -3px; }
.calhead .sun { color: var(--coral); }
.calgrid { display: grid; grid-template-columns: 54px 1fr; }
.calgrid .slots { display: grid; grid-template-rows: repeat(9, 34px); }
.calgrid .slots span { font-size: 9.5px; color: var(--muted); padding-top: 2px; }
.days { display: grid; grid-template-columns: repeat(7, 1fr); }
.day { position: relative; height: 306px; border-left: 1px solid var(--line); background: repeating-linear-gradient(#fff 0 33px, var(--line) 33px 34px); }
.ev { position: absolute; left: 3px; right: 3px; top: calc(var(--r) * 34px + 2px); height: 30px; border-radius: 5px; padding: 3px 5px; overflow: hidden; }
.ev b { display: block; font-size: 8px; font-weight: 700; }
.ev i { display: block; font-style: normal; font-size: 8.5px; font-weight: 700; }
.ev em { display: none; }
.ev.g { background: #eaf6e2; color: #3c6b28; } .ev.y { background: #fff3de; color: #8a5a12; }
.ev.c { background: #eceeff; color: #3644b8; } .ev.p { background: #f2ecff; color: #5b3fb8; }
.ev.o { background: #fff0e0; color: #8a5212; }
.callegend { display: flex; gap: 14px; margin: 8px 0 0; font-size: 10px; color: var(--text-2); }
.dot.p { background: #7c5bd8; } .dot.gy { background: #c4c8d2; }
.feedq { width: 150px; margin-left: auto; }
.ftbl th, .ftbl td { padding: 4px 6px; font-size: 10px; }
.ftbl tbody th { text-align: left; font-weight: 400; }
.ftbl tbody th b { display: block; font-size: 10.5px; font-weight: 700; }
.ftbl tbody th em { display: block; font-style: normal; font-size: 9px; color: var(--muted); }
.ftbl .memo { max-width: 170px; }
.ok-t { color: #4b8130; } .warn-t { color: #b3701a; }
.grp { margin: 10px 0 6px; font-size: 11px; font-weight: 800; }
.grp.r { color: var(--coral); margin-top: 4px; } .grp.b { color: var(--cobalt); }
.todo { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.todo li { display: flex; align-items: center; gap: 7px; font-size: 10.5px; }
.todo input { width: 13px; height: 13px; accent-color: var(--cobalt); flex: none; }
.todo b { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: -.03em; }
.todo em { font-style: normal; font-size: 9.5px; color: var(--muted); }
.todo em.ov { color: var(--coral); display: block; }
.todo div { flex: 1; min-width: 0; }
.todo .chip { flex: none; }
.sm2i { width: 20px; height: 20px; } .sm2i svg { width: 11px; height: 11px; }
.ins { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.ins li { display: grid; grid-template-columns: 26px 1fr; gap: 9px; align-items: start; background: #f9f8f5; border-radius: var(--r-sm); padding: 7px 9px; }
.ins b { display: block; font-size: 10.5px; font-weight: 800; }
.ins span:not(.fi) { display: block; margin-top: 2px; font-size: 9.5px; color: var(--muted); }
.qrec { position: absolute; right: 320px; bottom: 20px; width: 292px; background: var(--white); border: 1px solid var(--line-2); border-radius: var(--r-md); box-shadow: 0 14px 40px rgba(16,19,24,.16); padding: 11px 13px 13px; z-index: 8; }
.qrec .ch .ic-btn { margin-left: auto; }
.qform { display: grid; gap: 6px; margin-top: 9px; }
.qform label { display: grid; grid-template-columns: 62px 1fr; gap: 8px; align-items: center; font-size: 10px; color: var(--text-2); }
.qform .sel { height: 26px; font-size: 10px; }
.qform .sel.box { height: auto; min-height: 42px; align-items: flex-start; padding-top: 5px; line-height: 1.4; }
.qform .sel3 { display: grid; grid-template-columns: 1fr .8fr .7fr; gap: 4px; }
.qform .sel3 .sel { font-style: normal; }
.qform .x { margin-left: auto; font-style: normal; color: var(--muted); }
.qchk { display: flex; align-items: center; gap: 7px; margin-top: 9px; font-size: 10px; color: var(--text-2); }
.qchk input { width: 13px; height: 13px; accent-color: var(--cobalt); }
.qfoot { display: flex; align-items: center; gap: 7px; margin-top: 9px; }
.qfoot .warn-t { flex: 1; font-size: 9px; }
.qfoot .warn-t a { color: var(--cobalt); }
.qfoot .btn { height: 27px; padding: 0 14px; font-size: 11px; }
.page-app-activities .canvas { position: relative; }

@media (max-width: 1199px) {
  .g3 { grid-template-columns: 1fr; }
  .act2 { grid-template-columns: 1fr; }
  .qrec { position: static; width: 100%; box-shadow: none; margin-top: 12px; }
  .sig3 { grid-template-columns: 1fr; }
  .cal, .ftbl { overflow-x: auto; }
}
@media (max-width: 767px) {
  .abar { flex-wrap: wrap; }
  .org-row { flex-wrap: wrap; }
  .calbar { flex-wrap: wrap; }
  .calhead, .calgrid { min-width: 700px; }
  .ev b, .ev i { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
/* 09 — 시안 1440×901 안에 2행이 들어가도록 압축 */
.g3 > * { max-height: none; }
.page-app-account .kv > div { padding: 0; font-size: 10.5px; }
.page-app-account .onode { padding: 5px 8px; min-width: 84px; }
.page-app-account .org-row { margin-top: 8px; }
.page-app-account .org-row.sub { margin-top: 9px; }
.page-app-account .a360-acts li { padding: 5px 9px; }
.page-app-account .a360-acts p { margin-top: 3px; font-size: 9.5px; line-height: 1.4; }
.page-app-account .ctbl th, .page-app-account .ctbl td { padding: 3px 5px; }
.page-app-account .feed { gap: 3px; }
.page-app-account .feed b { font-size: 10.5px; }
.page-app-account .feed span { font-size: 9.5px; }
.page-app-account .fchips { margin-top: 5px; }
.page-app-account .sig3 p { margin-top: 4px; }
.page-app-account .all-acts { height: 22px; margin-top: 5px; font-size: 10.5px; }
.page-app-account .card { padding: 7px 11px; }
.page-app-account .dmeta { margin-bottom: 6px; }
.page-app-account .tabs.a360 a { padding-bottom: 6px; font-size: 11.5px; }
/* 09 — 시안처럼 두 행 높이를 고정하고 넘치는 내용은 카드 안에서 스크롤 */
.page-app-account .g3 { grid-template-rows: 272px 300px; }
.page-app-account .g3 > * { overflow: auto; }
.page-app-account .lcol { overflow: visible; display: grid; grid-template-rows: auto auto; gap: 10px; }
.page-app-account .lcol > .card { overflow: auto; }

/* ── 11 AI 브리핑 ────────────────────────────────────────────────────── */
.page-app-briefing .pg-head { margin-bottom: 11px; }
.pg-head .basis { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--muted); }
.pg-head .basis svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brief2 { grid-template-columns: 1fr 331px; gap: 18px; }
.brief2 > .card { padding: 11px 12px 8px; }
.brief2 .spark { width: 15px; height: 15px; fill: var(--ink); stroke: none; vertical-align: -2px; }
.top5 { list-style: none; margin: 6px 0 0; padding: 0; }
.top5 > li { display: grid; grid-template-columns: 30px 160px 76px 92px 128px 118px 74px 88px; gap: 0 8px; padding: 6px 0 7px; border-top: 1px solid var(--line); }
.top5 .no { display: grid; place-items: center; width: 26px; height: 24px; border-radius: 6px; font-size: 12px; font-weight: 800; }
.top5 .n1 { background: #ffe9e6; color: #d2402f; } .top5 .n2 { background: #fff2dc; color: #b3701a; } .top5 .n3 { background: #eef7e4; color: #4b8130; }
.top5 .n4 { background: #eceeff; color: #3f4fd8; } .top5 .n5 { background: #f1efe9; color: var(--text-2); }
.t5a b { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: -.035em; line-height: 1.3; }
.t5a .dim { display: block; margin-top: 5px; }
.t5a .chip { margin-top: 8px; }
.t5c em { display: block; font-style: normal; font-size: 10.5px; color: var(--muted); }
.t5c b { display: block; margin-top: 9px; font-size: 13.5px; font-weight: 800; letter-spacing: -.04em; }
.t5c p { margin: 9px 0 0; font-size: 11px; line-height: 1.45; color: var(--text-2); }
.t5c .ev { position: static; left: auto; right: auto; top: auto; height: auto; overflow: visible; list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 5px; }
.t5c .ev li { position: relative; padding-left: 9px; font-size: 10.5px; line-height: 1.4; color: var(--text-2); }
.t5c .ev li::before { content: "•"; position: absolute; left: 0; color: var(--muted); }
.t5c.own span { display: block; margin-top: 9px; }
.t5c.own .ava { display: inline-block; width: 22px; height: 22px; border-radius: 50%; vertical-align: -6px; margin-right: 6px; }
.ava.g { background: #7ec98f; } .ava.c { background: #9dd3ea; } .ava.y { background: #f0c04a; } .ava.p { background: #c4b5ee; }
.t5c.own b { display: inline-block; margin-top: 0; font-size: 11.5px; font-weight: 700; }
.t5c.own small { display: block; margin-left: 28px; font-size: 10px; color: var(--muted); }
.t5b { display: grid; gap: 4px; }
.t5b .btn { height: 21px; font-size: 11px; font-weight: 700; }
.q-top { display: flex; align-items: flex-end; gap: 10px; margin: 3px 0 0; line-height: 1.1; }
.q-top b { font-size: 26px; font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.q-top b.sm3 { font-size: 19px; }
.qr { margin-left: auto; text-align: right; }
.qr { line-height: 1.35; }
.qr em { display: block; font-style: normal; font-size: 10.5px; font-weight: 700; color: var(--text-2); }
.qr em.g { color: #4b8130; }
.qr i { display: block; margin-top: 3px; font-style: normal; font-size: 10.5px; color: var(--muted); white-space: nowrap; }
.qr.big i { margin-top: 0; font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -.04em; }
.qr.big em { margin-top: 2px; font-weight: 400; color: var(--muted); }
.brief2 .lcol .card { padding: 9px 13px 10px; }
.brief2 .lcol .ch { margin-bottom: 4px; }
.brief2 .lcol h2 { line-height: 1.2; }
.brief2 .lcol .card > p.dim { line-height: 1.3; }
.brief2 .lcol { gap: 10px; }
.brief2 .bar { margin-top: 8px; }
.pline { list-style: none; margin: 7px 0 0; padding: 0; display: grid; gap: 3px; }
.pline li { display: flex; align-items: center; font-size: 11px; line-height: 1.45; color: var(--text-2); }
.pline em { margin-left: auto; font-style: normal; color: var(--ink); }
.chg { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.chg li { display: grid; grid-template-columns: 24px 1fr auto; gap: 9px; align-items: center; line-height: 1.3; }
.chg .fi { width: 24px; height: 24px; }
.chg b { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: -.03em; }
.chg span:not(.fi) { display: block; margin-top: 2px; font-size: 10px; color: var(--muted); }
.chg em { font-style: normal; font-size: 11px; font-weight: 700; color: var(--text-2); }
.ask { margin-top: 10px; padding: 9px 14px 0; }
.ask2 { display: grid; grid-template-columns: 1fr 422px; gap: 24px; align-items: start; }
.askbar { display: flex; align-items: center; gap: 10px; }
.askbar .spark { width: 20px; height: 20px; fill: var(--cobalt); stroke: none; flex: none; }
.askbar input { flex: 1; min-width: 0; height: 32px; border: 1px solid #c9d0f7; border-radius: var(--r-sm); background: #fbfcff; padding: 0 40px 0 13px; font: inherit; font-size: 13px; letter-spacing: -.02em; }
.askbar input::placeholder { color: var(--text-2); }
.askbar .send { position: relative; margin-left: -34px; width: 24px; height: 24px; border: 0; background: transparent; color: var(--cobalt); font-size: 15px; }
.ask .exq { margin: 9px 0 0; }
.qcs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.ask .qc { border-radius: var(--r-sm); height: 25px; padding: 0 8px; font-size: 10.5px; white-space: nowrap; }
.ask .qc:hover { border-color: #b9b4a8; color: var(--ink); }
.askR { border: 1px solid var(--line); border-radius: var(--r-md); padding: 6px 11px 6px; }
.askR h2 { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: -.035em; }
.evid { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 4px; }
.evid li { display: grid; grid-template-columns: 24px 1fr auto; gap: 9px; align-items: center; }
.evid .fi { width: 20px; height: 20px; border-radius: 6px; } .evid .fi svg { width: 12px; height: 12px; }
.evid b { font-size: 11.5px; font-weight: 600; letter-spacing: -.03em; }
.evid em { font-style: normal; font-size: 10.5px; color: var(--muted); }
.more5 { margin-top: 5px; color: var(--cobalt); font-size: 11.5px; }
.ai-note.disc { margin: 9px -14px 0; padding: 6px 14px; border-top: 1px solid var(--line); font-size: 11px; }
.fbtn { margin-left: auto; display: flex; gap: 4px; }
.fbtn svg { width: 14px; height: 14px; fill: none; stroke: var(--muted); stroke-width: 1.6; }

/* ── 12 시퀀스 빌더 ──────────────────────────────────────────────────── */
.page-app-sequences .canvas { padding: 0; }
.seq3 { display: grid; grid-template-columns: 296px 1fr 520px; grid-template-rows: 66px 1fr; grid-template-areas: "list mid kpi" "list mid side"; gap: 0 14px; height: calc(100vh - var(--app-hd)); }
.seq-list { grid-area: list; border-width: 0 1px 0 0; border-radius: 0; padding: 16px 16px 10px; display: flex; flex-direction: column; min-height: 0; }
.seq-list > h2 { display: flex; align-items: center; gap: 6px; font-size: 19px; letter-spacing: -.045em; }
.seq-list > h2 svg { width: 14px; height: 14px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.seqtabs { gap: 10px; margin: 11px 0 0; padding: 0; border-bottom: 0; flex-wrap: nowrap; }
.seqtabs a { padding-bottom: 5px; font-size: 11px; white-space: nowrap; }
.seqtabs a[aria-current="page"] { border-bottom: 0; background: var(--lime); border-radius: var(--r-pill); padding: 2px 8px; margin: -2px 0 2px; }
.seq-list .lbar { margin: 10px 0 0; }
.seq-list .lbar .gsearch { flex: 1; min-width: 0; }
.seq-list .lbar .pick { flex: none; height: 30px; font-size: 11px; padding: 0 8px; }
.wfull2 { width: 100%; height: 34px; margin-top: 10px; font-size: 12.5px; }
.slist { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; overflow: auto; min-height: 0; }
.slist li { border: 1px solid var(--line); border-radius: var(--r-md); padding: 9px 11px 10px; background: var(--white); }
.slist li.on { border-color: #b6d97a; background: #fbfdf5; box-shadow: 0 0 0 1px #d7ecab inset; }
.sl-h { display: flex; align-items: center; gap: 8px; }
.sl-h b { font-size: 12.5px; font-weight: 700; letter-spacing: -.035em; }
.sl-h .chip { margin-left: auto; font-size: 10px; padding: 2px 7px; }
.slist p { margin: 5px 0 0; font-size: 10.5px; color: var(--muted); line-height: 1.4; }
.sl-m { display: flex; gap: 26px; margin-top: 9px; }
.sl-m i { font-style: normal; }
.sl-m b { display: block; font-size: 14px; font-weight: 800; letter-spacing: -.04em; }
.sl-m em { display: block; margin-top: 2px; font-style: normal; font-size: 9.5px; color: var(--muted); }
.slist-foot { display: flex; align-items: center; margin: 10px 0 0; font-size: 11px; color: var(--muted); }
.pager.mini { margin: 0 0 0 auto; gap: 3px; }
.pager.mini a { min-width: 21px; height: 21px; font-size: 11px; }
.seq-mid { grid-area: mid; display: flex; flex-direction: column; min-width: 0; min-height: 0; padding: 16px 0 12px; }
.seq-head { display: flex; align-items: flex-start; gap: 8px; }
.seq-head h1 { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.045em; display: flex; align-items: center; gap: 8px; }
.seq-head p { margin: 5px 0 0; }
.seq-head .btn { height: 30px; padding: 0 14px; font-size: 12px; margin-left: auto; }
.seqtabs2 { gap: 20px; margin: 12px 0 0; padding: 0; }
.seqtabs2 a { padding-bottom: 7px; font-size: 12.5px; }
.canvas-box { position: relative; flex: 1; min-height: 0; margin-top: 10px; padding: 10px 0 0; overflow: auto; background: #fdfdfc; }
.flow { list-style: none; margin: 0 auto; padding: 0; width: 302px; display: grid; justify-items: center; }
.flow .lbl { font-size: 10px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 1px 9px; margin-bottom: 6px; }
.node { display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; width: 100%; background: var(--white); border: 1px solid var(--line-2); border-radius: var(--r-md); padding: 7px 11px; }
.node.cur { border-color: var(--cobalt); box-shadow: 0 0 0 1px var(--cobalt) inset; }
.node.cond { border-color: #f0c98f; background: #fffdf8; }
.node.ind { width: 244px; justify-self: start; margin-left: 4px; }
.node b { display: block; font-size: 12px; font-weight: 700; letter-spacing: -.035em; }
.node span:not(.ni) { display: block; margin-top: 3px; font-size: 10px; color: var(--muted); line-height: 1.35; }
.node em { align-self: center; font-style: normal; font-size: 10px; color: var(--muted); }
.ni { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; }
.ni svg { width: 14px; height: 14px; fill: none; stroke-width: 1.8; }
.ni.g { background: #eaf6e2; } .ni.g svg { stroke: #4b8130; }
.ni.c { background: #f1ecfb; } .ni.c svg { stroke: #6b4fc4; }
.ni.b { background: #e7efff; } .ni.b svg { stroke: var(--cobalt); }
.ni.o { background: #fff0e0; } .ni.o svg { stroke: #d98a2b; }
.flow .plus { position: relative; display: grid; place-items: center; width: 17px; height: 17px; margin: 4px 0; border: 1px solid var(--line-2); border-radius: 50%; background: var(--white); font-size: 10px; color: var(--muted); }
.flow .plus::before, .flow .plus::after { content: ""; position: absolute; left: 50%; width: 1px; height: 6px; background: var(--line-2); }
.flow .plus::before { top: -6px; } .flow .plus::after { bottom: -6px; }
.flow .plus.ind { justify-self: start; margin-left: 116px; }
.branch { display: flex; gap: 70px; margin: 9px 0; }
.branch span { display: grid; justify-items: center; border-radius: var(--r-sm); padding: 3px 9px; font-size: 9.5px; font-weight: 700; }
.branch em { font-style: normal; font-size: 9.5px; font-weight: 400; margin-top: 1px; }
.branch .yes { background: #eef7e4; color: #4b8130; }
.branch .no { background: #ffeae7; color: #d2402f; }
.zoom { position: absolute; left: 12px; bottom: 12px; display: grid; gap: 5px; }
.zoom button { width: 26px; height: 26px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--white); font-size: 12px; color: var(--text-2); }
.seq-kpi { grid-area: kpi; list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); }
.seq-kpi li { padding: 9px 12px; border-left: 1px solid var(--line); }
.seq-kpi li:first-child { border-left: 0; }
.seq-kpi span { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; color: var(--muted); }
.seq-kpi span svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.seq-kpi b { display: block; margin-top: 3px; font-size: 19px; font-weight: 800; letter-spacing: -.05em; }
.seq-kpi b.r { color: var(--coral); }
.seq-kpi .up { font-style: normal; font-size: 10px; font-weight: 700; color: #4b8130; letter-spacing: -.02em; }
.seq-side { grid-area: side; margin: 8px 0 12px; padding: 10px 13px 11px; overflow: auto; min-height: 0; }
.seq-side .ch .ic-btn { margin-left: auto; }
.stephead { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: center; }
.stephead b { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: -.035em; }
.stephead span:not(.ni) { display: block; margin-top: 3px; font-size: 10.5px; color: var(--muted); }
.fl2 { display: block; margin-top: 8px; }
.fl2 > span:first-child { display: block; font-size: 11px; font-weight: 700; margin-bottom: 5px; }
.fl2 .req { color: var(--coral); font-style: normal; }
.fl2 > span.dim { font-weight: 400; margin: -3px 0 5px; }
.row2i { display: flex; gap: 8px; align-items: center; }
.row2i .sel { flex: 1; min-width: 0; height: 32px; font-size: 11.5px; color: var(--ink); font-style: normal; }
.row2i .pick { height: 32px; flex: none; }
.row2i em { flex: none; }
.fl2 > .sel { height: 32px; }
.fl2 > .sel .x { margin-left: auto; font-style: normal; color: var(--muted); }
.preview { margin-top: 10px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #faf9f6; padding: 8px 11px 9px; }
.preview b { font-size: 11px; font-weight: 700; }
.preview p { margin: 5px 0 0; font-size: 10.5px; line-height: 1.4; color: var(--text-2); }
.preview p.dim { margin-top: 4px; }
.aidraft { display: flex; align-items: center; gap: 12px; margin-top: 11px; }
.aidraft b { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
.aidraft .mi2 { width: 14px; height: 14px; fill: none; stroke: var(--cobalt); stroke-width: 1.6; }
.aidraft .chip { font-size: 9px; padding: 1px 6px; }
.aidraft p { margin: 4px 0 0; }
.tgl { flex: none; margin-left: auto; width: 36px; height: 20px; border-radius: 999px; background: #d9d5cb; position: relative; }
.tgl::after { content: ""; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
.tgl.on { background: #8ecf5f; } .tgl.on::after { left: 18px; }
.okbox { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: center; margin-top: 9px; border: 1px solid #dfeccb; border-radius: var(--r-sm); background: #f8fcf1; padding: 7px 11px; }
.okbox .ok, .two-ok .ok { width: 16px; height: 16px; fill: none; stroke: #6ba83f; stroke-width: 1.8; }
.okbox b { display: block; font-size: 11.5px; font-weight: 700; }
.okbox span { display: block; margin-top: 3px; font-size: 10px; color: var(--muted); }
.two-ok { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--line); }
.two-ok b { font-size: 11px; font-weight: 700; margin-left: 6px; }
.two-ok .ok { vertical-align: -3px; }
.two-ok p { margin: 4px 0 0 22px; font-size: 10px; color: var(--muted); line-height: 1.45; }

@media (max-width: 1199px) {
  .brief2 { grid-template-columns: 1fr; }
  .ask2 { grid-template-columns: 1fr; gap: 16px; }
  .top5 > li { grid-template-columns: 30px 1fr 1fr; }
  .t5b { grid-column: 1 / -1; grid-auto-flow: column; }
  .seq3 { grid-template-columns: 1fr; grid-template-rows: auto; grid-template-areas: "list" "kpi" "mid" "side"; height: auto; }
  .seq-list { border-width: 0 0 1px; }
  .seq-side { margin: 0 0 12px; }
  .canvas-box { min-height: 620px; }
}
@media (max-width: 767px) {
  .top5 > li { grid-template-columns: 26px minmax(0,1fr); gap: 0 10px; padding-block: 10px; }
  .top5 .no { grid-column: 1; grid-row: 1; }
  .top5 .t5a { grid-column: 2; grid-row: 1; padding-bottom: 8px; }
  .top5 .t5c { grid-column: 2; width: 100%; display: grid; grid-template-columns: minmax(76px,92px) minmax(0,1fr); gap: 8px; align-items: start; padding: 8px 0; border-top: 1px solid var(--line); }
  .top5 .t5c em { grid-column: 1; }
  .top5 .t5c > b, .top5 .t5c > p, .top5 .t5c > .ev, .top5 .t5c.own > span { grid-column: 2; margin-top: 0; min-width: 0; }
  .top5 .t5b { grid-column: 1 / -1; grid-auto-flow: row; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin-top: 8px; }
  .top5 .t5b .btn { min-height: 44px; height: auto; }
  .table-scroll { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
  .table-scroll .ftbl { min-width: 820px; }
  .table-scroll .ctbl { min-width: 720px; }
  .seq-kpi { grid-template-columns: repeat(2, 1fr); }
  .two-ok { grid-template-columns: 1fr; }
}

/* ── 13 매출 예측 ────────────────────────────────────────────────────── */
.fc-head { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: flex-start; margin-bottom: 12px; }
.fc-hl h1 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.fc-sel { display: flex; gap: 16px; margin-top: 8px; }
.fc-sel label { display: block; }
.fc-sel label > span:first-child { display: block; margin-bottom: 4px; font-size: 11px; color: var(--text-2); }
.fc-sel .sel { height: 28px; min-width: 118px; font-size: 12px; color: var(--ink); }
.fc-hm { display: grid; justify-items: center; gap: 6px; padding-top: 12px; }
.fc-hm em { font-style: normal; font-size: 11px; color: var(--muted); }
.fc-appr { display: flex; align-items: center; gap: 12px; padding: 8px 12px; }
.fc-appr .ok { width: 22px; height: 22px; flex: none; fill: none; stroke: #4b9c33; stroke-width: 1.8; }
.fc-appr b { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: -.03em; }
.fc-appr span { display: block; margin-top: 3px; font-size: 10.5px; color: var(--muted); }
.fc-appr span i { font-style: normal; margin: 0 4px; color: var(--line-2); }
.fc-appr .pick { margin-top: 5px; height: 20px; font-size: 10.5px; }
.fc-appr .btn { height: 32px; padding: 0 16px; font-size: 12.5px; }
.fc-appr .lockb svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.fc-kpi { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); }
.fc-kpi li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; padding: 9px 14px; border-left: 1px solid var(--line); }
.fc-kpi li:first-child { border-left: 0; }
.fc-kpi .fi { width: 28px; height: 28px; border-radius: 9px; }
.fc-kpi em { display: block; font-style: normal; font-size: 11.5px; font-weight: 700; letter-spacing: -.03em; }
.fc-kpi b { display: block; margin-top: 5px; font-size: 24px; font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.fc-kpi i { display: block; margin-top: 4px; font-style: normal; font-size: 10.5px; color: var(--muted); }
/* 정렬 게이트: 5열 대역에서 라벨(em)이 셀에 따라 1/2줄로 갈려 금액 y가 밀림 → 2줄 고정 상자 */
@media (min-width: 1200px) { .fc-kpi em { line-height: 1.35; min-height: 2.7em; } }
.fc-chart { margin-top: 10px; padding: 9px 12px 14px; }
.lgd { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; color: var(--text-2); }
.lgd .ln { width: 22px; height: 2px; background: #3f5bff; }
.lgd .ln.dash { background: repeating-linear-gradient(90deg, #7a8290 0 5px, transparent 5px 9px); height: 2px; }
.lgd .sw { width: 13px; height: 11px; border-radius: 3px; }
.lgd .s70 { background: #c6d1ff; } .lgd .s90 { background: #dfe5ff; }
.fc-chart .ch .lgd:first-of-type { margin-left: auto; }
.fc-chart .ch .pick { margin-left: 12px; }
.fc-chart .ch h2 { white-space: nowrap; }
.vtog.scn { display: inline-flex; border: 1px solid var(--line-2); border-radius: var(--r-sm); overflow: hidden; margin: 2px 0 4px; }
.vtog.scn button { width: auto; height: 26px; padding: 0 16px; border: 0; border-left: 1px solid var(--line-2); background: var(--white); font-size: 11.5px; color: var(--text-2); }
.vtog.scn button:first-child { border-left: 0; }
.vtog.scn button[aria-pressed="true"] { background: #eceeff; color: #3f4fd8; font-weight: 700; }
.fchart { display: block; width: 100%; height: auto; }
.wchart { display: block; width: 100%; height: 172px; }
.fchart .ax, .wchart .ax { font-size: 10px; fill: var(--muted); }
.fchart .pl, .wchart .pl { font-size: 10.5px; font-weight: 700; fill: var(--ink); }
.wchart .pl.rn { fill: var(--coral); }
.wchart .wx { font-size: 9.5px; }
.fc-bot { grid-template-columns: 1fr 655px; gap: 12px; margin-top: 10px; align-items: stretch; }
.rtbl { width: 100%; border-collapse: collapse; margin-top: 4px; }
.rtbl th, .rtbl td { padding: 4px 5px; font-size: 10.5px; text-align: right; white-space: nowrap; }
.rtbl thead th { font-size: 10px; font-weight: 700; color: var(--text-2); border-bottom: 1px solid var(--line); }
.rtbl th:first-child, .rtbl td:first-child { text-align: left; }
.rtbl thead th:last-child, .rtbl tbody td:last-child { text-align: left; padding-left: 14px; }
.rtbl tbody th { font-weight: 600; display: flex; align-items: center; gap: 7px; }
.rtbl tbody tr { border-bottom: 1px solid var(--line); }
.rtbl .ava { width: 20px; height: 20px; border-radius: 50%; font-size: 10px; color: #fff; }
.ava.b { background: #6a86e8; } .ava.o { background: #ef8b3c; }
.rtbl tfoot th, .rtbl tfoot td { padding-top: 8px; font-weight: 800; font-size: 11px; }
.wcells { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: var(--r-sm); }
.wcells li { padding: 4px 4px 5px; text-align: center; border-left: 1px solid var(--line); }
.wcells li:first-child { border-left: 0; }
.wcells em { display: block; font-style: normal; font-size: 10px; font-weight: 700; }
.wcells b { display: block; margin-top: 4px; font-size: 14.5px; font-weight: 800; letter-spacing: -.04em; }
.wcells b.rn { color: var(--coral); }
.wcells i { display: block; margin-top: 3px; font-style: normal; font-size: 10px; color: var(--muted); }

@media (max-width: 1199px) {
  .fc-head { grid-template-columns: 1fr; }
  .fc-hm { justify-items: start; padding-top: 0; }
  .fc-kpi { grid-template-columns: repeat(2, 1fr); }
  .fc-kpi li:nth-child(odd) { border-left: 0; }
  .fc-bot { grid-template-columns: 1fr; }
  .rtbl { display: block; overflow-x: auto; }
}
@media (max-width: 767px) { .fc-sel { flex-wrap: wrap; } .fc-appr { flex-wrap: wrap; } .fc-kpi { grid-template-columns: 1fr; } .fc-kpi li { border-left: 0; } .wcells { grid-template-columns: repeat(3, 1fr); } }

/* ── 14 리포트 ───────────────────────────────────────────────────────── */
.rp-head { margin-bottom: 10px; }
.rp-head h1 { font-size: 28px; line-height: 1.05; }
.rp-head .samp { margin-left: auto; border: 1px solid #c9d0f7; background: #f4f6ff; padding: 5px 12px; font-size: 12px; }
.rp-body { display: grid; grid-template-columns: 1fr 219px; gap: 10px; align-items: start; }
.rp-left { min-width: 0; }
.rp-bar { display: flex; align-items: center; gap: 8px; }
.rp-bar .sel { height: 30px; font-size: 11.5px; color: var(--ink); }
.rp-bar .sel.dt { gap: 8px; } .rp-bar .sel.w1 { min-width: 122px; }
.rp-bar .sel svg { width: 13px; height: 13px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.rp-bar .btn { height: 30px; padding: 0 12px; font-size: 11.5px; }
.rp-bar .btn:first-of-type { margin-left: auto; }
.rp-bar .btn svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.rc { display: flex; flex-direction: column; padding: 9px 11px 8px; }
.rc > h2 { font-size: 12.5px; letter-spacing: -.035em; }
.rc-f, .rc-f2, .rc-f3 { margin: auto 0 0; padding-top: 7px; border-top: 1px solid var(--line); font-size: 11px; color: var(--text-2); }
.rc-f b { margin-left: 8px; font-size: 14px; font-weight: 800; color: var(--cobalt); letter-spacing: -.04em; }
.rc-f2 { display: flex; align-items: center; }
.rc-f2 span { margin-left: auto; } .rc-f2 b { margin-left: 5px; font-size: 14px; font-weight: 800; color: var(--cobalt); }
.rc-f3 { display: flex; align-items: center; gap: 6px; font-size: 10px; }
.rc-f3 em { font-style: normal; font-weight: 700; color: var(--ink); white-space: nowrap; }
.rc-f3 b { font-size: 12px; } .rc-f3 span { margin-left: auto; font-size: 9px; white-space: nowrap; }
.funnel { list-style: none; margin: 10px 0 0; padding: 0; }
.funnel li { display: grid; grid-template-columns: 26px 1fr 34px 40px; gap: 6px; align-items: center; }
.funnel em { font-style: normal; font-size: 10.5px; color: var(--text-2); }
.funnel svg { display: block; width: 100%; height: 29px; }
.funnel b { font-size: 11px; font-weight: 800; text-align: right; }
.funnel i { font-style: normal; font-size: 9.5px; color: var(--muted); }
.c2leg { display: flex; gap: 12px; margin-top: 7px; font-size: 9.5px; color: var(--text-2); }
.c2leg i.ln { display: inline-block; width: 14px; height: 2px; vertical-align: 3px; margin-right: 4px; }
.c2leg .ln.b { background: #3f5bff; } .c2leg .ln.g { background: #9bc93f; }
.c2wrap { position: relative; margin-top: 2px; }
.c2, .c5 { display: block; width: 100%; height: auto; }
.c2 .ax, .c5 .ax { font-size: 8.5px; fill: var(--muted); }
.c2tip { position: absolute; left: 52%; top: 12%; background: var(--white); border: 1px solid var(--line-2); border-radius: 6px; padding: 4px 7px 5px; box-shadow: 0 6px 16px rgba(16,19,24,.12); }
.c2tip b { display: block; font-size: 9.5px; font-weight: 700; }
.c2tip span { display: block; margin-top: 2px; font-size: 8.5px; color: var(--text-2); white-space: nowrap; }
.c2tip .d { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 4px; }
.c2tip .d.b { background: #3f5bff; } .c2tip .d.g { background: #9bc93f; }
.hbars { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 11px; }
.hbars li { display: grid; grid-template-columns: 28px 1fr 30px; gap: 7px; align-items: center; }
.hbars em { font-style: normal; font-size: 10.5px; color: var(--text-2); }
.hb { display: block; height: 19px; }
.hb i { display: block; height: 100%; border-radius: 3px; background: #3f5bff; }
.hbars b { font-size: 10.5px; font-weight: 700; }
.dn { position: relative; width: 108px; margin: 8px auto 0; }
.dn svg { display: block; width: 100%; height: auto; }
.dnc { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.dnc em { font-style: normal; font-size: 9.5px; color: var(--muted); }
.dnc b { display: block; font-size: 15px; font-weight: 800; letter-spacing: -.04em; }
.dleg { list-style: none; margin: 9px 0 0; padding: 0; display: grid; gap: 4px; }
.dleg li { display: flex; align-items: center; font-size: 9.5px; color: var(--text-2); }
.dleg i { width: 7px; height: 7px; border-radius: 50%; margin-right: 6px; flex: none; }
.dleg b { margin-left: auto; font-size: 9.5px; font-weight: 700; color: var(--ink); }
.dleg em { font-style: normal; margin-left: 5px; font-size: 9px; color: var(--muted); }
.rp6h { display: flex; justify-content: space-between; gap: 6px; margin-top: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 8.5px; color: var(--muted); }
.rp6h em { font-style: normal; white-space: nowrap; }
.rp6 { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 7px; }
.rp6 li { display: grid; grid-template-columns: 1fr auto; gap: 3px 6px; align-items: center; }
.rp6 .who { display: flex; align-items: center; gap: 6px; font-size: 10.5px; }
.rp6 .ava { width: 20px; height: 20px; border-radius: 50%; font-size: 9px; color: #fff; }
.rp6 b { font-size: 11px; font-weight: 700; text-align: right; }
.rp6 .amt { grid-column: 1 / -1; font-size: 9.5px; color: var(--text-2); text-align: right; }
.bar.mini2 { grid-column: 1 / -1; height: 4px; margin-top: -1px; }
.bar.mini2 i { background: #9bc93f; }
.cmpl { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 10px; }
.cmpl li { display: grid; grid-template-columns: 1fr auto auto; gap: 3px 6px; align-items: center; }
.cmpl em { font-style: normal; font-size: 10.5px; }
.cmpl b { font-size: 11px; font-weight: 800; }
.cmpl i { font-style: normal; font-size: 9px; color: var(--muted); }
.rp-rail { display: grid; gap: 10px; }
.rp-rail .card { padding: 9px 11px 10px; }
.defs { list-style: none; margin: 4px 0 0; padding: 0; display: grid; gap: 6px; }
.defs li { border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.defs li:last-child { border-bottom: 0; padding-bottom: 0; }
.defs b { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: -.03em; }
.defs p { margin: 3px 0 0; font-size: 9.5px; line-height: 1.4; color: var(--muted); }
.defs code { display: block; margin-top: 4px; font-family: inherit; font-size: 9px; color: var(--text-2); background: #f6f5f1; border-radius: 5px; padding: 3px 6px; }
.sched .tgl { margin-left: auto; }
.fr { display: grid; grid-template-columns: 40px 1fr; gap: 7px; align-items: center; margin-top: 6px; font-size: 10.5px; color: var(--text-2); }
.fr .sel { height: 28px; font-size: 10.5px; color: var(--ink); }
.fr .plus2 { margin-left: auto; font-style: normal; font-size: 9.5px; background: #f1efe9; border-radius: 5px; padding: 1px 6px; }
.wfull3 { width: 100%; height: 32px; margin-top: 10px; font-size: 12px; }
.rp-foot { display: flex; align-items: center; gap: 7px; margin: 10px 0 0; padding: 13px 0 8px; border-top: 1px solid var(--line); font-size: 11.5px; color: var(--muted); }
.rp-foot > svg { width: 15px; height: 15px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; }
.upd2 { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; }
.upd2 svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }

@media (max-width: 1199px) {
  .rp-body { grid-template-columns: 1fr; }
  .rp-grid { grid-template-columns: repeat(2, 1fr); }
  .rp-bar { flex-wrap: wrap; }
  .rp-bar .btn:first-of-type { margin-left: 0; }
}
@media (max-width: 767px) { .rp-grid { grid-template-columns: 1fr; } .rp-foot { flex-wrap: wrap; } }

/* ── 15 연동 센터 ────────────────────────────────────────────────────── */
.ic-head { display: block; margin-bottom: 10px; }
.ic-head h1 { margin: 0; font-size: 25px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.ic-head p { margin: 6px 0 0; font-size: 12px; color: var(--muted); }
.ic-tabs { gap: 26px; margin: 0 0 12px; padding: 0; }
.ic-tabs a { padding-bottom: 7px; font-size: 12.5px; }
.ic-body { display: grid; grid-template-columns: 358px 1fr; gap: 14px; align-items: start; }
.ic-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ic-list li { position: relative; display: grid; grid-template-columns: 44px 1fr auto 14px; gap: 12px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 12px; }
.ic-list li.on { border-color: #9fb0ff; background: #fafbff; box-shadow: 0 0 0 1px #c9d2ff inset; }
.ic-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #eef1fb; }
.ic-ico svg { width: 21px; height: 21px; fill: none; stroke: var(--cobalt); stroke-width: 1.7; }
.ic-ico.lg { width: 46px; height: 46px; border-radius: 14px; } .ic-ico.lg svg { width: 23px; height: 23px; }
.ic-list b { display: block; font-size: 13px; font-weight: 700; letter-spacing: -.035em; }
.ic-list li > div > span { display: block; margin-top: 3px; font-size: 11px; color: var(--muted); }
.tag { display: block; width: fit-content; margin-top: 7px; border-radius: var(--r-sm); padding: 2px 8px; font-style: normal; font-size: 10.5px; line-height: 1.5; font-weight: 700; }
.tag.ok { background: #eef7e4; color: #4b8130; } .tag.warn { background: #fff2dc; color: #b3701a; }
.ic-t { text-align: right; }
.ic-t b { font-size: 11.5px; font-weight: 600; } .ic-t span { display: block; margin-top: 3px; font-size: 10.5px; color: var(--muted); }
.chv { display: inline-block; width: 7px; height: 7px; border-top: 1.5px solid var(--muted); border-right: 1.5px solid var(--muted); rotate: 45deg; }
.ic-det { padding: 11px 14px 12px; }
.ic-dh { display: flex; align-items: center; gap: 14px; }
.ic-dh > div > b { display: block; font-size: 18px; line-height: 1.15; font-weight: 800; letter-spacing: -.045em; }
.ic-dh > div > span { display: block; margin-top: 4px; font-size: 11.5px; color: var(--muted); }
.ic-dh .tag { margin: 0 0 0 8px; vertical-align: 1px; }
.ic-dh .btn { margin-left: auto; height: 32px; padding: 0 14px; font-size: 12px; }
.ic-dh .btn svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.ic-meta { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 10px 0 0; }
.ic-meta dt { font-size: 11px; color: var(--muted); }
.ic-meta dd { margin: 4px 0 0; font-size: 12.5px; font-weight: 600; letter-spacing: -.03em; }
.ex { font-style: normal; color: var(--muted); margin: 0 3px; }
.ic-g3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 9px; }
.ic-g2 { display: grid; grid-template-columns: 1fr 300px; gap: 10px; margin-top: 9px; }
.ic-g2b { display: grid; grid-template-columns: 1fr 358px; gap: 10px; margin-top: 9px; }
.sub { border: 1px solid var(--line); border-radius: var(--r-md); background: #fbfaf8; padding: 7px 11px 8px; min-width: 0; }
.sub > h2 { margin: 0; font-size: 12.5px; font-weight: 800; letter-spacing: -.035em; }
.scopes { list-style: none; margin: 7px 0 0; padding: 0; display: grid; gap: 5px; }
.scopes li { display: grid; grid-template-columns: 15px 1fr; gap: 8px; align-items: start; }
.rd { width: 13px; height: 13px; border-radius: 50%; margin-top: 2px; }
.rd.on { background: var(--cobalt); box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--cobalt); }
.rd.no { background: var(--coral); box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--coral); }
.rd.off { background: transparent; box-shadow: 0 0 0 1.5px var(--line-2) inset; }
.scopes b { display: block; font-size: 11px; line-height: 1.35; font-weight: 700; }
.scopes span { display: block; margin-top: 1px; font-size: 10px; line-height: 1.35; color: var(--muted); }
.kvl { list-style: none; margin: 7px 0 0; padding: 0; display: grid; gap: 7px; }
.kvl li { display: flex; align-items: center; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 11.5px; }
.kvl li:last-child { border-bottom: 0; padding-bottom: 0; }
.kvl em { font-style: normal; color: var(--text-2); }
.kvl b { margin-left: auto; font-weight: 600; text-align: right; white-space: nowrap; }
.kvl .rf { width: 13px; height: 13px; fill: none; stroke: var(--muted); stroke-width: 1.7; vertical-align: -2px; margin-left: 3px; }
.fmap { list-style: none; margin: 7px 0 0; padding: 0; display: grid; gap: 6px; }
.fmap li { display: grid; grid-template-columns: 1fr 10px 1fr; gap: 8px; align-items: center; font-size: 11px; }
.fmap em { font-style: normal; color: var(--text-2); }
.fmap b { font-weight: 600; text-align: right; }
.mapedit { margin-top: 9px; height: 26px; }
.mapedit svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ic-two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 7px; }
.ic-two .box { border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--white); padding: 7px 10px 8px; min-width: 0; line-height: 1.35; }
.ic-two .box > b { font-size: 10.5px; font-weight: 700; }
.keyrow { display: flex; align-items: center; gap: 6px; margin: 5px 0 0; }
.keyrow i { flex: 1; min-width: 0; font-style: normal; font-size: 11px; letter-spacing: .02em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.keyrow i.url { letter-spacing: -.01em; }
.keyrow .ic-btn { width: 19px; height: 19px; }
.keyrow svg, .keyrow .ic-btn svg { width: 13px; height: 13px; fill: none; stroke: var(--muted); stroke-width: 1.6; }
.mini-kv { display: grid; gap: 2px; margin: 4px 0 0; }
.mini-kv div { display: flex; align-items: baseline; gap: 10px; font-size: 10px; }
.mini-kv dt { color: var(--muted); } .mini-kv dd { margin: 0 0 0 auto; text-align: right; }
.rt { margin-top: 5px; float: right; height: 21px; font-size: 10.5px; }
.ic-two .box::after { content: ""; display: block; clear: both; }
.alog { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 5px; }
.alog li { display: flex; align-items: baseline; gap: 8px; font-size: 10px; line-height: 1.4; }
.alog em { font-style: normal; color: var(--text-2); }
.alog b { margin-left: auto; font-weight: 400; color: var(--muted); }
.alog i { font-style: normal; font-weight: 700; color: var(--text-2); }
.lnk2 { display: inline-block; margin-top: 6px; font-size: 11px; color: var(--cobalt); }
.note-b, .note-r { border-radius: var(--r-md); padding: 9px 11px 10px; }
.note-b { border: 1px solid #cfd8fb; background: #f6f8ff; }
.note-r { border: 1px solid #f6cdc7; background: #fef5f4; }
.note-b h2, .note-r h2 { margin: 0; font-size: 12.5px; font-weight: 800; letter-spacing: -.035em; }
.note-b h2 { display: flex; align-items: center; gap: 7px; color: #2f43c8; }
.note-r h2 { color: #c33a2a; }
.note-b h2 svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.note-b p, .note-r p { margin: 5px 0 0; font-size: 10px; line-height: 1.4; color: var(--text-2); }
.bl2 { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 14px; }
.bl2 li { position: relative; padding-left: 16px; font-size: 10px; line-height: 1.4; color: var(--text-2); }
.bl2 li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 12px; height: 12px; border-radius: 50%; background: var(--cobalt); color: #fff; font-size: 8px; line-height: 12px; text-align: center; }
.bl2 a { color: var(--cobalt); text-decoration: underline; }
.btn-danger { background: #e0402d; color: #fff; height: 30px; padding: 0 18px; font-size: 12px; margin-top: 9px; }
.btn-danger:hover { background: #cc3627; }

@media (max-width: 1199px) {
  .ic-body { grid-template-columns: 1fr; }
  .ic-meta { grid-template-columns: repeat(2, 1fr); }
  .ic-g3, .ic-g2, .ic-g2b, .ic-two, .bl2 { grid-template-columns: 1fr; }
  .ic-tabs { overflow-x: auto; }
}
@media (max-width: 767px) {
  .ic-list li { grid-template-columns: 40px 1fr; }
  .ic-t { grid-column: 1 / -1; text-align: left; }
  .ic-body .chv { display: none; }
  .fmap li { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .fmap em { grid-column: 1; }
  .fmap b { grid-column: 2; min-width: 0; }
}

/* ── 16 온보딩 ───────────────────────────────────────────────────────── */
.page-onboarding { background: var(--bone); }
.ob { display: grid; grid-template-columns: 430px 1fr; min-height: 100vh; }
.ob-l { background: var(--side); color: #fff; padding: 34px 38px 30px; }
.ob-logo { display: inline-block; font-size: 26px; font-weight: 800; letter-spacing: -.045em; color: #fff; }
.ob-kicker { margin: 62px 0 0; font-size: 12px; font-weight: 700; letter-spacing: .01em; color: var(--lime); }
.ob-h { margin: 14px 0 0; font-size: 37px; font-weight: 800; letter-spacing: -.05em; line-height: 1.25; }
.ob-h span { color: var(--lime); }
.ob-sub { margin: 22px 0 0; font-size: 14px; line-height: 1.6; color: #b9bfc8; }
.ob-hr { margin: 42px 0 0; border: 0; border-top: 1px solid #262b33; }
.ob-feats { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 26px; }
.ob-feats li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.ob-fi { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #1c212a; }
.ob-fi svg { width: 16px; height: 16px; fill: none; stroke: var(--lime); stroke-width: 1.8; }
.ob-feats b { display: block; font-size: 14px; font-weight: 700; letter-spacing: -.035em; }
.ob-feats span { display: block; margin-top: 6px; font-size: 12px; line-height: 1.55; color: #99a1ac; }
.ob-help { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; margin-top: 40px; border: 1px solid #262b33; border-radius: var(--r-md); background: #14181f; padding: 15px 16px 16px; }
.ob-q { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #1c212a; }
.ob-q svg { width: 15px; height: 15px; fill: none; stroke: #c6ccd4; stroke-width: 1.7; }
.ob-help b { display: block; font-size: 13px; font-weight: 700; letter-spacing: -.035em; }
.ob-help span { display: block; margin-top: 6px; font-size: 11.5px; color: #99a1ac; }
.ob-help a { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 700; color: var(--lime); }
.ob-r { padding: 25px 44px 26px; min-width: 0; }
.ob-steps { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); max-width: 700px; }
.ob-steps li { position: relative; display: grid; justify-items: center; }
.ob-steps li::before { content: ""; position: absolute; top: 15px; left: -50%; width: 100%; border-top: 1px dashed var(--line-2); }
.ob-steps li:first-child::before { display: none; }
.ob-steps span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--white); font-size: 12.5px; font-weight: 700; color: var(--text-2); position: relative; z-index: 1; }
.ob-steps .done span { background: #eef7e4; border-color: #cfe6ae; color: #4b8130; }
.ob-steps .cur span { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.ob-steps em { margin-top: 9px; font-style: normal; font-size: 12px; color: var(--text-2); }
.ob-steps .cur em { color: var(--ink); font-weight: 700; }
.ob-title { margin: 50px 0 0; font-size: 27px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.ob-desc { margin: 13px 0 0; font-size: 13.5px; line-height: 1.2; color: var(--text-2); }
.ob-lock { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; font-size: 12px; line-height: 1.25; color: var(--muted); }
.ob-lock svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.ob-body { display: grid; grid-template-columns: 1fr 400px; gap: 28px; align-items: start; margin-top: 28px; }
.ob-pick { padding: 15px 17px 16px; }
.ob-pick > h2 { margin: 0; font-size: 14px; font-weight: 800; letter-spacing: -.035em; }
.ob-opts { list-style: none; margin: 13px 0 0; padding: 0; display: grid; gap: 12px; }
.ob-opts li { display: grid; grid-template-columns: 18px 44px 1fr 10px; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); padding: 18px 15px; }
.ob-opts li.on { border-color: #2c323c; box-shadow: 0 0 0 1px #2c323c inset; }
.rd2 { width: 17px; height: 17px; border-radius: 50%; box-shadow: 0 0 0 1.5px var(--line-2) inset; }
.rd2.on { box-shadow: 0 0 0 1.5px var(--ink) inset, inset 0 0 0 5px #fff, 0 0 0 0 var(--ink); background: var(--ink); }
.ob-oi { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #f2f0ea; }
.ob-oi svg { width: 21px; height: 21px; fill: none; stroke: var(--text-2); stroke-width: 1.6; }
.ob-opts b { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; letter-spacing: -.035em; }
.ob-opts b .chip { font-size: 10.5px; }
.ob-opts span:not(.ob-oi):not(.chv) { display: block; margin-top: 6px; font-size: 12px; color: var(--muted); }
.ob-agree { margin: 16px 0 0; font-size: 11.5px; color: var(--muted); }
.ob-links { display: flex; gap: 26px; margin: 9px 0 0; }
.ob-links a { position: relative; padding-left: 20px; font-size: 11.5px; color: var(--text-2); text-decoration: underline; text-underline-offset: 3px; }
.ob-links a::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 14px; height: 14px; border-radius: 50%; background: #7fbf46; color: #fff; font-size: 9px; line-height: 14px; text-align: center; text-decoration: none; }
.ob-rail { display: grid; gap: 12px; }
.ob-rail .card { padding: 11px 15px 12px; }
.ob-rail h2 { margin: 0; font-size: 14px; font-weight: 800; letter-spacing: -.035em; }
.ob-req { margin: 10px 0 0; padding-left: 16px; display: grid; gap: 5px; font-size: 12px; color: var(--text-2); }
.ob-dl { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 12px; color: var(--cobalt); }
.ob-dl svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ob-reg { margin: 11px 0 0; font-size: 13px; font-weight: 600; }
.ob-regs { margin: 7px 0 0; font-size: 11.5px; color: var(--muted); }
.ob-case { margin-top: 10px; }
.ob-case b { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; }
.ob-case svg { width: 15px; height: 15px; fill: none; stroke-width: 1.8; }
.ob-case.good svg { stroke: #4b8130; } .ob-case.bad svg { stroke: var(--coral); }
.ob-case p { margin: 5px 0 0; font-size: 11.5px; line-height: 1.45; color: var(--muted); }
.ob-foot { display: flex; align-items: center; margin-top: 27px; }
.ob-prev { height: 42px; padding: 0 22px; font-size: 13.5px; }
.ob-next { height: 42px; padding: 0 26px; font-size: 13.5px; margin-left: auto; }

@media (max-width: 1199px) {
  .ob { grid-template-columns: 1fr; }
  .ob-l { padding: 26px 24px 30px; }
  .ob-body { grid-template-columns: 1fr; gap: 16px; }
  .ob-r { padding: 22px 24px 26px; }
}
@media (max-width: 767px) {
  .ob-h { font-size: 30px; }
  .ob-steps em { font-size: 10.5px; }
  .ob-opts li { grid-template-columns: 18px 1fr; }
  .ob-opts .ob-oi, .ob-opts .chv { display: none; }
  .ob-links { flex-wrap: wrap; gap: 10px 18px; }
}

/* ── 17 팀과 권한 ────────────────────────────────────────────────────── */
.set-tabs { display: flex; align-items: center; gap: 30px; margin: -4px -20px 0; padding: 0 20px 11px; border-bottom: 1px solid var(--line); }
.set-tabs b { font-size: 18px; font-weight: 800; letter-spacing: -.045em; margin-right: 6px; }
.set-tabs a { padding-bottom: 11px; margin-bottom: -12px; font-size: 13px; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; }
.set-tabs a[aria-current="page"] { color: var(--ink); font-weight: 800; border-bottom-color: var(--ink); }
.rl-head { display: block; margin: 20px 0 12px; }
.rl-head h1 { margin: 0; font-size: 27px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.rl-head p { margin: 7px 0 0; font-size: 12.5px; line-height: 1.2; color: var(--muted); }
.unsaved { display: inline-flex; align-items: center; gap: 7px; margin-left: 10px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--white); padding: 3px 10px; font-size: 11.5px; color: var(--text-2); }
.unsaved i { width: 6px; height: 6px; border-radius: 50%; background: #f0862c; }
.rl-body { display: grid; grid-template-columns: 241px 1fr 376px; gap: 20px; align-items: start; }
.rl-roles { display: flex; flex-direction: column; padding: 10px 12px 10px; }
.rl-roles .pick { height: 26px; font-size: 11px; }
.rlist { list-style: none; margin: 9px 0 0; padding: 0; display: grid; gap: 6px; }
.rlist li { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-md); padding: 9px 10px; }
.rlist li.on { border-color: #b3c0ff; background: #f7f8ff; box-shadow: 0 0 0 1px #ccd4ff inset; }
.rlist .fi { width: 28px; height: 28px; border-radius: 9px; }
.rlist .fi svg { width: 15px; height: 15px; fill: none; stroke-width: 1.7; }
.fi.p { background: #f2ecff; } .fi.p svg { stroke: #6b4fc4; }
.fi.o { background: #fff0e0; } .fi.o svg { stroke: #d98a2b; }
.rlist b { display: block; font-size: 12px; font-weight: 700; letter-spacing: -.035em; }
.rlist span:not(.fi) { display: block; margin-top: 3px; font-size: 10px; color: var(--muted); }
.rlist em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--text-2); }
.rl-foot { margin: auto 0 0; padding-top: 12px; border-top: 1px solid var(--line); }
.lnk3 { border: 0; background: transparent; font-size: 12px; font-weight: 700; color: var(--cobalt); padding: 0; }
.rl-foot span { display: block; margin-top: 7px; font-size: 10.5px; color: var(--muted); }
.rl-mtx { padding: 10px 12px 11px; }
.scope { display: flex; align-items: center; gap: 14px; margin: 9px 0 0; font-size: 11.5px; color: var(--text-2); }
.scope label { display: inline-flex; align-items: center; gap: 6px; }
.rd2.sm { width: 13px; height: 13px; box-shadow: 0 0 0 1.3px var(--line-2) inset; }
.rd2.sm.on { background: var(--cobalt); box-shadow: 0 0 0 1.3px var(--cobalt) inset, inset 0 0 0 3.4px #fff; }
.mtx { margin-top: 9px; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.mtx-h, .mtx-r { display: grid; grid-template-columns: 1fr 80px 80px 80px 80px; align-items: center; }
.mtx-h { padding: 5px 12px; font-size: 10.5px; color: var(--text-2); }
.mtx-h span { text-align: center; }
.mtx-r { position: relative; padding: 5px 12px; border-top: 1px solid var(--line); background: var(--white); }
.mtx-r.warn { background: #fff6ec; }
.mtx-r .wi { position: absolute; right: 10px; top: 50%; translate: 0 -50%; font-style: normal; font-size: 13px; color: #e08a2c; }
.mrow { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; min-width: 0; line-height: 1.35; }
.mrow .fi { grid-row: 1 / 3; width: 26px; height: 26px; border-radius: 8px; }
.mrow .fi svg { width: 14px; height: 14px; fill: none; stroke-width: 1.7; }
.mrow b { font-size: 12px; font-weight: 700; letter-spacing: -.035em; }
.mrow em { font-style: normal; font-size: 10px; color: var(--muted); margin-top: 2px; }
.mc { display: grid; place-items: center; }
.mtx-note { display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center; margin-top: 10px; border: 1px solid #cfd8fb; border-radius: var(--r-md); background: #f6f8ff; padding: 9px 12px; }
.mtx-note > svg { width: 16px; height: 16px; fill: none; stroke: var(--cobalt); stroke-width: 1.7; }
.mtx-note b { display: block; font-size: 12px; font-weight: 700; color: #2f43c8; }
.mtx-note span { display: block; margin-top: 3px; font-size: 10.5px; color: var(--text-2); }
.rl-rail { display: grid; gap: 12px; }
.rl-rail .card { padding: 10px 13px 12px; }
.rl-sh { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: -.035em; }
.rl-cur { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; margin-top: 10px; }
.rl-cur .fi.lg { width: 40px; height: 40px; border-radius: 13px; } .rl-cur .fi.lg svg { width: 20px; height: 20px; fill: none; stroke-width: 1.7; }
.rl-cur b { display: block; font-size: 14.5px; font-weight: 800; letter-spacing: -.04em; }
.rl-cur span:not(.fi) { display: block; margin-top: 4px; font-size: 11px; color: var(--muted); }
.rl-cur .pick svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.rl-dl { margin: 13px 0 0; font-size: 11px; font-weight: 700; }
.rl-dd { margin: 6px 0 0; font-size: 11.5px; line-height: 1.45; color: var(--text-2); }
.rl-meta { display: flex; align-items: center; margin: 10px 0 0; }
.rl-meta em { margin-left: auto; font-style: normal; font-size: 10.5px; color: var(--muted); }
.avrow { display: flex; gap: 7px; margin: 11px 0 0; }
.avrow .ava { width: 36px; height: 36px; border-radius: 50%; }
.avrow .ava.more { background: #efece5; color: var(--text-2); font-size: 11px; }
.prvt { width: 100%; border-collapse: collapse; margin-top: 9px; border: 1px solid var(--line); border-radius: var(--r-sm); }
.prvt th, .prvt td { padding: 7px 11px; font-size: 11.5px; border-top: 1px solid var(--line); }
.prvt tr:first-child th, .prvt tr:first-child td { border-top: 0; }
.prvt th { text-align: left; font-weight: 600; }
.prvt td:first-of-type { color: var(--muted); font-size: 11px; }
.prvt td:last-child { text-align: right; font-weight: 600; }
.prv-note { display: flex; align-items: center; gap: 7px; margin: 10px 0 0; border: 1px solid #cfd8fb; border-radius: var(--r-sm); background: #f6f8ff; padding: 7px 10px; font-size: 10.5px; color: var(--text-2); }
.prv-note svg { width: 14px; height: 14px; flex: none; fill: none; stroke: var(--cobalt); stroke-width: 1.7; }
.rl-bar { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.rl-bar span { margin-left: auto; font-size: 11.5px; color: var(--muted); }
.rl-bar .btn { height: 32px; padding: 0 20px; font-size: 12.5px; }

@media (max-width: 1199px) {
  .rl-body { grid-template-columns: 1fr; }
  .set-tabs { overflow-x: auto; }
  .mtx { overflow-x: auto; }
  .mtx-h, .mtx-r { grid-template-columns: minmax(180px, 1fr) 70px 70px 70px 70px; }
}
@media (max-width: 767px) { .rl-bar { flex-wrap: wrap; } .rl-bar span { margin-left: 0; width: 100%; } .rl-head p { line-height: 1.9; } }

/* ── 18 청구 및 보안 ─────────────────────────────────────────────────── */
.page-app-billing .canvas { padding-top: 10px; padding-bottom: 14px; }
.crumb { margin: 0 0 3px; font-size: 11px; line-height: 1; color: var(--muted); }
.crumb a { color: var(--muted); } .crumb i { font-style: normal; margin: 0 4px; }
.crumb b { color: var(--text-2); font-weight: 600; }
.bl-head { align-items: center; margin-bottom: 8px; }
.bl-head h1 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.bl-head .samp { margin-left: auto; border: 1px solid #c9d0f7; background: #f4f6ff; padding: 3px 11px; font-size: 11.5px; }
.bl-head .pick { height: 26px; }
.bl-head .pick svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.bl-tabs { gap: 28px; margin-bottom: 8px; padding-bottom: 5px; }
.bl-tabs a { font-size: 12.5px; padding-bottom: 5px; margin-bottom: -6px; }
.bl-r1 { display: grid; grid-template-columns: 413px 346px 1fr; gap: 12px; align-items: stretch; }
.bl-r1 > .card, .bl-r2 > .card { padding: 8px 13px 9px; }
.bl-r1 h2, .bl-r2 h2 { margin: 0; font-size: 14px; font-weight: 800; letter-spacing: -.04em; }
.bl-p2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 7px; }
.bl-l { margin: 0; font-size: 10.5px; color: var(--muted); }
.bl-plan-n { margin: 3px 0 0; font-size: 19px; font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.bl-plan-n .chip { vertical-align: 5px; font-size: 10px; }
.bl-kv { margin: 7px 0 0; display: grid; gap: 3px; line-height: 1.3; }
.bl-kv div { display: flex; align-items: baseline; gap: 8px; font-size: 10.5px; }
.bl-kv dt { color: var(--muted); white-space: nowrap; } .bl-kv dd { margin: 0 0 0 auto; font-weight: 600; text-align: right; white-space: nowrap; }
.bl-est { margin-top: 8px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #faf9f6; padding: 6px 9px 7px; }
.bl-amt { display: flex; align-items: baseline; gap: 8px; margin: 4px 0 0; }
.bl-amt b { font-size: 19px; font-weight: 800; letter-spacing: -.05em; }
.bl-amt em { font-style: normal; font-size: 10px; color: var(--muted); white-space: nowrap; }
.bl-inv { margin-top: 6px; height: 26px; }
.ubars { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 3px; line-height: 1.3; }
.ubars li { display: grid; grid-template-columns: 74px 1fr; gap: 3px 8px; align-items: center; }
.ubars em { grid-row: 1 / 3; font-style: normal; font-size: 10px; color: var(--text-2); }
.bar.mini3 { height: 5px; }
.bar.mini3 i { background: #7ec24a; }
.ubars b { font-size: 10px; font-weight: 700; text-align: right; }
.bl-next { margin-top: 8px; border: 1px solid var(--line); border-radius: var(--r-sm); background: #faf9f6; padding: 6px 9px 7px; }
.bl-next b { font-size: 11px; font-weight: 700; }
.bl-note { margin: 5px 0 0; font-size: 9px; line-height: 1.3; color: var(--muted); text-align: right; }
.secl { list-style: none; margin: 7px 0 0; padding: 0; display: grid; gap: 4px; }
.secl li { display: grid; grid-template-columns: 28px 1fr auto auto; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-sm); background: #fbfaf8; padding: 6px 10px; line-height: 1.3; }
.secl .fi { width: 26px; height: 26px; }
.secl .fi svg { width: 14px; height: 14px; fill: none; stroke-width: 1.7; }
.fi.gy2 { background: #f0eee8; } .fi.gy2 svg { stroke: var(--text-2); }
.secl b { display: block; font-size: 12px; font-weight: 700; letter-spacing: -.035em; }
.secl span:not(.fi):not(.bar) { display: block; margin-top: 2px; font-size: 10px; color: var(--muted); }
.secl .v { font-style: normal; font-size: 13px; font-weight: 800; letter-spacing: -.04em; }
.secl .v i { font-style: normal; font-size: 10px; font-weight: 400; color: var(--muted); }
.secl .v2 { font-style: normal; font-size: 11px; color: var(--text-2); }
.secl .bar.wide { grid-column: 1 / -1; }
.secl .pick { height: 24px; font-size: 10.5px; }
.bl-last { margin: 9px 0 0; padding-top: 8px; border-top: 1px solid var(--line); font-size: 10.5px; color: var(--muted); display: flex; }
.bl-last b { margin-left: auto; font-weight: 600; color: var(--text-2); }
.poll { margin: 6px 0 0; display: grid; }
.poll div { display: flex; align-items: baseline; gap: 12px; padding: 4px 0; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.3; }
.poll div:first-child { border-top: 0; padding-top: 2px; }
.poll dt { color: var(--text-2); } .poll dd { margin: 0 0 0 auto; text-align: right; font-weight: 500; }
.poll dd a { color: var(--cobalt); }
.poll.tight div { padding: 3px 0; }
.bl-r2 { display: grid; grid-template-columns: 1fr 413px; gap: 12px; align-items: start; margin-top: 10px; }
.lgbar { display: flex; align-items: flex-end; gap: 8px; margin-top: 8px; }
.lgbar label { display: block; }
.lgbar label > span:first-child { display: block; margin-bottom: 2px; font-size: 9.5px; line-height: 1.2; color: var(--muted); }
.lgbar .sel { height: 26px; min-width: 74px; font-size: 10.5px; color: var(--ink); }
.lgs { flex: 1; min-width: 0; height: 26px; }
.lgs input { font-size: 10.5px; }
.lgbar .btn { height: 26px; padding: 0 11px; font-size: 10.5px; }
.lgbar .btn svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.autbl { width: 100%; border-collapse: collapse; margin-top: 8px; }
.autbl th, .autbl td { padding: 5px 6px; font-size: 10.5px; line-height: 1.25; text-align: left; white-space: nowrap; }
.autbl thead th { font-size: 10px; font-weight: 700; color: var(--text-2); border-bottom: 1px solid var(--line); }
.autbl tbody tr { border-bottom: 1px solid var(--line); }
.autbl tbody th { font-weight: 500; color: var(--text-2); }
.autbl .okc { color: #4b8130; font-weight: 700; }
.autbl .di { display: block; width: 13px; height: 13px; fill: none; stroke: var(--muted); stroke-width: 1.6; }
.lgp { margin-top: 7px; }
.lgp .ptotal { margin-right: auto; font-size: 10.5px; }
.lgp .pick { margin-left: 10px; height: 24px; font-size: 10.5px; }
.bl-rail { display: grid; gap: 7px; }
.bl-rail .card { padding: 7px 12px 8px; }
.rl-sh.r { color: #c33a2a; }
.riskl { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 4px; }
.riskl li { display: grid; grid-template-columns: 26px 1fr auto; gap: 9px; align-items: center; border: 1px solid #f6cdc7; border-radius: var(--r-sm); background: #fef6f5; padding: 4px 9px; line-height: 1.25; }
.riskl .fi { width: 26px; height: 26px; background: #fde3df; } .riskl .fi svg { width: 14px; height: 14px; fill: none; stroke: #d2402f; stroke-width: 1.7; }
.riskl b { display: block; font-size: 11px; font-weight: 700; color: #c33a2a; letter-spacing: -.035em; }
.riskl span:not(.fi) { display: block; margin-top: 1px; font-size: 9.5px; color: var(--text-2); }
.btn-danger.sm2 { height: 24px; padding: 0 12px; font-size: 10.5px; margin-top: 0; }
.reql { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 4px; line-height: 1.25; }
.reql li { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; }
.reql .fi { width: 26px; height: 26px; } .reql .fi svg { width: 14px; height: 14px; fill: none; stroke-width: 1.7; }
.reql b { display: block; font-size: 11px; font-weight: 700; letter-spacing: -.035em; }
.reql span:not(.fi) { display: block; margin-top: 1px; font-size: 9.5px; color: var(--muted); }
.reql .pick { height: 24px; font-size: 10.5px; }
.bl-contact { margin: 6px 0 0; padding-top: 6px; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.5; color: var(--muted); }
.bl-contact a { color: var(--text-2); }

@media (max-width: 1199px) {
  .bl-r1 { grid-template-columns: 1fr; }
  .bl-r2 { grid-template-columns: 1fr; }
  .lgbar { flex-wrap: wrap; }
  .autbl { display: block; overflow-x: auto; white-space: nowrap; }
  .bl-tabs { overflow-x: auto; }
}
@media (max-width: 767px) { .bl-p2 { grid-template-columns: 1fr; } .bl-head { flex-wrap: wrap; } .bl-head .samp { margin-left: 0; } }

/* ══════════════════════════════════════════════════════════════════════
   01 랜딩 홈
   ══════════════════════════════════════════════════════════════════════ */
.mk-ft-in { grid-template-columns: 300px repeat(4, 1fr) 224px; }
.mk-ft-con li { line-height: 1.9; }
.cta-band { background: var(--ink); color: #fff; padding: 30px 0; }
.cta-in { display: flex; align-items: center; gap: 30px; }
.cta-in h2 { margin: 0; font-size: 27px; font-weight: 800; letter-spacing: -.045em; line-height: 1.35; }
.cta-btns { margin-left: auto; display: flex; gap: 14px; }
.cta-btns .btn { height: 46px; padding: 0 24px; font-size: 14px; }

.hero { background: var(--ink); color: #fff; padding: 46px 0 62px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: -80px; bottom: -140px; width: 700px; height: 420px; border-radius: 50%;
  background: repeating-radial-gradient(circle at 30% 70%, transparent 0 13px, rgba(199,243,107,.5) 13px 14px); mask-image: linear-gradient(115deg, #000 20%, transparent 62%); pointer-events: none; }
.hero-in { display: grid; grid-template-columns: 1fr 660px; gap: 40px; align-items: center; position: relative; z-index: 2; }
.hero h1 { margin: 0; font-size: 55px; font-weight: 800; letter-spacing: -.055em; line-height: 1.22; }
.hero-t p { margin: 24px 0 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.72); letter-spacing: -.03em; }
.hero-btns { display: flex; gap: 16px; margin-top: 34px; }
.hero-btns .btn { height: 52px; padding: 0 26px; font-size: 15.5px; }

.shot { display: grid; grid-template-columns: 152px 1fr; background: #15191f; border: 1px solid #262b33; border-radius: 14px; overflow: hidden; }
.shot-side { background: #0c1015; padding: 14px 10px; }
.shot-side .logo b { font-size: 15px; color: #fff; }
.shot-side ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 3px; }
.shot-side li { display: flex; align-items: center; gap: 8px; height: 26px; padding: 0 8px; border-radius: 6px; font-size: 11px; color: rgba(255,255,255,.6); }
.shot-side li.on { background: rgba(255,255,255,.08); color: #fff; border-left: 2px solid var(--lime); }
.shot-side svg { width: 13px; height: 13px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; }
.shot-main { padding: 12px 14px 14px; }
.shot-hd { display: flex; align-items: center; }
.shot-hd b { font-size: 13px; color: #fff; }
.sbtn { margin-left: auto; border: 1px solid #303640; border-radius: 6px; padding: 3px 9px; font-size: 10px; color: rgba(255,255,255,.7); }
.sbtn.light { border-color: var(--line-2); color: var(--text-2); }
.shot-kpi { list-style: none; margin: 12px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.shot-kpi li { background: #1b2027; border: 1px solid #262b33; border-radius: 9px; padding: 9px 11px; }
.shot-kpi em { display: block; font-style: normal; font-size: 10px; color: rgba(255,255,255,.55); }
.shot-kpi b { display: block; margin-top: 5px; font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.045em; }
.shot-kpi i { display: block; margin-top: 4px; font-style: normal; font-size: 9.5px; color: #9bc93f; }
.shot-2 { display: grid; grid-template-columns: 1.25fr 1fr; gap: 8px; margin-top: 8px; }
.shot-c { background: #1b2027; border: 1px solid #262b33; border-radius: 9px; padding: 9px 11px 10px; }
.shot-c > b { font-size: 11px; color: #fff; }
.shot-c > a { display: block; margin-top: 8px; font-size: 10px; color: rgba(255,255,255,.6); }
.shot-risk, .shot-feed { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 7px; }
.shot-risk li { display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; font-size: 10px; color: rgba(255,255,255,.82); }
.shot-risk em { grid-row: 2; font-style: normal; font-size: 9.5px; color: rgba(255,255,255,.5); }
.tg { grid-row: 1 / 3; align-self: center; font-style: normal; border-radius: 5px; padding: 2px 7px; font-size: 9px; font-weight: 700; }
.tg.hi { background: #4a1f1a; color: #ff8a78; } .tg.mid { background: #4a3a18; color: #f3c05c; } .tg.low { background: #23401d; color: #a4d977; }
.shot-feed li { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.shot-feed .ava { width: 20px; height: 20px; border-radius: 50%; }
.shot-feed b { display: block; font-size: 10px; color: #fff; font-weight: 700; }
.shot-feed em { display: block; margin-top: 2px; font-style: normal; font-size: 9.5px; color: rgba(255,255,255,.55); }
.shot-feed .w { margin-left: auto; font-style: normal; font-size: 9.5px; color: rgba(255,255,255,.45); }
.shot-c.ai { margin-top: 8px; }
.shot-c.ai p { margin: 7px 0 0; font-size: 9.5px; line-height: 1.6; color: rgba(255,255,255,.62); }
.shot-c.ai .sbtn { display: inline-block; margin: 9px 0 0; }

.statband { background: var(--bone); border-bottom: 1px solid var(--line); }
.statband-in { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center; padding: 26px 0; }
.statband h2 { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.statband ul { list-style: none; margin: 0; padding: 0 0 0 30px; border-left: 1px solid var(--line-2); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.statband li { display: flex; align-items: center; gap: 13px; }
.statband svg { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--ink); stroke-width: 1.4; }
.statband em { display: block; font-style: normal; font-size: 12px; color: var(--text-2); }
.statband b { display: block; margin-top: 3px; font-size: 27px; font-weight: 800; letter-spacing: -.05em; }

.sec { padding: 54px 0; }
.sec-h.sm { font-size: 27px; }
.sec-h.on-dark { color: #fff; }
.sec-flow { background: var(--bone); }
.flow3 { display: grid; grid-template-columns: 230px 1fr 420px; gap: 26px; align-items: center; margin-top: 34px; }
.fsrc { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.fsrc li { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 16px; font-size: 13.5px; font-weight: 600; }
.fsrc svg { width: 19px; height: 19px; fill: none; stroke: var(--cobalt); stroke-width: 1.6; }
.fhub { display: grid; justify-items: center; position: relative; }
.fhub::before, .fhub::after { content: ""; position: absolute; top: 42%; width: 84px; border-top: 1.5px dashed var(--line-2); }
.fhub::before { left: -70px; } .fhub::after { right: -70px; }
.fk { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 30px; font-weight: 800; }
.fhub b { margin-top: 13px; font-size: 14px; font-weight: 800; letter-spacing: -.03em; }
.fhub em { margin-top: 4px; font-style: normal; font-size: 11.5px; color: var(--muted); }
.fcard { background: var(--ink); border-radius: 14px; padding: 17px 20px 21px; color: #fff; }
.fcard > b { font-size: 15px; font-weight: 800; letter-spacing: -.035em; }
.fchain { margin: 12px 0 0; padding-bottom: 12px; border-bottom: 1px solid #262b33; font-size: 11.5px; color: rgba(255,255,255,.66); }
.frail { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.frl { font-size: 10px; color: rgba(255,255,255,.5); }
.ln { position: relative; flex: 1; height: 3px; border-radius: 2px; }
.ln.g { background: linear-gradient(90deg,#4a76ef,#9bc93f); } .ln.r { background: #ef6b4a; }
.ln s { position: absolute; top: 50%; translate: -50% -50%; width: 11px; height: 11px; border-radius: 50%; background: #4a76ef; text-decoration: none; }
.ln .lm { background: #9bc93f; } .ln .le { background: #c7f36b; } .ln .rd { background: #ef6b4a; }
.fnote { margin: 14px 0 0; text-align: right; font-size: 12.5px; color: var(--text-2); }
.fnote b { color: var(--cobalt); }

.sec-mom { background: var(--ink); }
.mom3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.momh { margin: 0; font-size: 17px; font-weight: 800; color: #fff; letter-spacing: -.04em; }
.momh i { font-style: normal; color: var(--lime); margin-right: 10px; }
.momd { margin: 10px 0 0; font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.6); }
.momb { margin-top: 18px; }
.pmini { background: #15191f; border: 1px solid #262b33; border-radius: 12px; padding: 13px 15px 15px; color: rgba(255,255,255,.78); min-height: 300px; }
.pmini > b { font-size: 12px; color: #fff; }
.mh { margin: 13px 0 6px; font-size: 11px; font-weight: 700; color: #fff; }
.ml, .mo { margin: 0; padding-left: 15px; display: grid; gap: 5px; font-size: 10.5px; line-height: 1.4; color: rgba(255,255,255,.62); }
.kb { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 10px; }
.kbc > b { display: block; font-size: 10px; color: #fff; }
.kbc > em { display: block; margin-top: 3px; font-style: normal; font-size: 9px; color: rgba(255,255,255,.5); }
.kbd { margin-top: 7px; background: #1b2027; border: 1px solid #262b33; border-radius: 7px; padding: 7px 8px; }
.kbd.hl { border-color: #4a5a2c; background: #1c2318; }
.kbd span { display: block; font-size: 9.5px; color: #fff; font-weight: 700; }
.kbd i { display: block; margin-top: 2px; font-style: normal; font-size: 9px; color: rgba(255,255,255,.55); }
.kbd b { display: inline-block; margin-top: 5px; font-size: 10px; color: #fff; }
.tg2 { float: right; margin-top: 5px; font-style: normal; background: #3d3a18; color: #d9cf5c; border-radius: 4px; padding: 1px 5px; font-size: 8px; font-weight: 700; }
.tlh { display: flex; align-items: center; gap: 10px; margin: 8px 0 0; }
.tlh .ava { width: 30px; height: 30px; border-radius: 50%; }
.tlh b { display: block; font-size: 12.5px; color: #fff; }
.tlh em { display: block; margin-top: 3px; font-style: normal; font-size: 9.5px; color: rgba(255,255,255,.5); }
.tlk { list-style: none; margin: 14px 0 0; padding: 12px 0; border-top: 1px solid #262b33; border-bottom: 1px solid #262b33; display: grid; grid-template-columns: repeat(3, 1fr); }
.tlk em { display: block; font-style: normal; font-size: 9.5px; color: rgba(255,255,255,.5); }
.tlk b { display: block; margin-top: 4px; font-size: 13px; color: #fff; letter-spacing: -.04em; }
.tlt { display: flex; gap: 14px; margin: 12px 0 0; font-size: 10px; color: rgba(255,255,255,.5); }
.tlt .on { color: var(--lime); font-weight: 700; }
.tll { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 11px; }
.tll li { display: grid; grid-template-columns: 32px 12px 1fr; gap: 9px; align-items: start; position: relative; }
.tll li::before { content: ""; position: absolute; left: 37px; top: 14px; bottom: -13px; border-left: 1px solid #2c323b; }
.tll li:last-child::before { display: none; }
.tll em { font-style: normal; font-size: 9.5px; color: rgba(255,255,255,.5); }
.dt2 { width: 10px; height: 10px; border-radius: 50%; margin-top: 3px; }
.dt2.g { background: #9bc93f; } .dt2.b { background: #4a76ef; } .dt2.w { background: #6d7480; }
.tll b { display: block; font-size: 10.5px; color: #fff; }
.tll span { display: block; margin-top: 3px; font-size: 9.5px; color: rgba(255,255,255,.55); }

.sec-role { background: var(--bone); }
.roleh { display: flex; align-items: center; gap: 20px; }
.roletabs { margin-left: auto; }
.vtog.lg.roletabs button, .vtog.lg.pmtog button { height: 40px; padding: 0 34px; font-size: 13.5px; }
.vtog.lg button.on { background: var(--lime); color: var(--ink); font-weight: 800; }
.role2 { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 22px; margin-top: 26px; }
.role2 h3 { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.045em; line-height: 1.5; }
.rchk { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.rchk li { position: relative; padding-left: 24px; font-size: 13px; color: var(--text-2); }
.rchk li::before { content: "✓"; position: absolute; left: 0; color: #6ba83f; font-weight: 800; }
.rolec { padding: 15px 17px 17px; }
.rolec > b { font-size: 13.5px; font-weight: 800; letter-spacing: -.035em; }
.ract { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 10px; }
.ract li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.ract input { width: 14px; height: 14px; accent-color: var(--cobalt); flex: none; }
.ract span { flex: 1; min-width: 0; }
.rkpi { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 12px; }
.rkpi li { display: flex; align-items: baseline; font-size: 12px; color: var(--text-2); }
.rkpi b { margin-left: auto; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.rkpi b.up { color: #4b8130; }

.sec-fc { background: var(--bone); padding-top: 0; }
.fc2 { display: grid; grid-template-columns: 1fr 1.62fr; gap: 30px; align-items: start; }
.fclg { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 16px; }
.fclg li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: center; }
.rg { width: 24px; height: 24px; border-radius: 50%; border: 3px solid; }
.rg.b { border-color: #4a76ef; } .rg.g { border-color: #9bc93f; } .rg.r { border-color: #ef6b4a; }
.fclg b { display: block; font-size: 13px; font-weight: 800; letter-spacing: -.035em; }
.fclg span { display: block; margin-top: 3px; font-size: 11.5px; color: var(--muted); }
.fcbox { padding: 15px 17px 17px; }
.fcbox .ch b { font-size: 13.5px; font-weight: 800; letter-spacing: -.035em; }
.fcbox .ch .sbtn { margin-left: auto; }
.fcgrid { display: grid; grid-template-columns: 1fr 210px; gap: 20px; align-items: center; }
.fcsvg { display: block; width: 100%; height: auto; }
.fcsvg .ax { font-size: 11px; fill: var(--muted); }
.fcsum > b { font-size: 12.5px; font-weight: 800; }
.fcsum ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 15px; }
.fcsum li { display: grid; grid-template-columns: 12px 1fr; gap: 10px; align-items: center; }
.dt { width: 10px; height: 10px; border-radius: 50%; }
.dt.b { background: #4a76ef; } .dt.g { background: #9bc93f; } .dt.r { background: #ef6b4a; }
.fcsum b { font-size: 13px; font-weight: 800; letter-spacing: -.035em; }
.fcsum span { display: block; margin-top: 2px; font-size: 11px; color: var(--muted); }

.sec-auto { background: var(--bone); padding-top: 0; }
.auto2 { display: grid; grid-template-columns: 1fr 1.62fr; gap: 30px; align-items: center; }
.autob { height: 46px; padding: 0 22px; margin-top: 26px; font-size: 13.5px; }
.wfbox { position: relative; background: var(--ink); border-radius: 16px; padding: 24px 26px 30px; }
.wfrow { display: flex; align-items: center; gap: 14px; }
.wfrow.r2 { margin-top: 42px; }
.wfn { flex: 1; display: grid; grid-template-columns: 22px 1fr; gap: 10px 11px; align-items: center; background: #1b2027; border: 1px solid #2b313a; border-radius: 10px; padding: 12px 14px; }
.wfn svg { grid-row: 1 / 3; width: 20px; height: 20px; fill: none; stroke: var(--lime); stroke-width: 1.7; }
.wfn b { font-size: 12.5px; color: #fff; font-weight: 700; }
.wfn em { font-style: normal; font-size: 10.5px; color: rgba(255,255,255,.6); line-height: 1.4; }
.wfa { font-style: normal; color: rgba(255,255,255,.4); }
.wfy, .wfno { position: absolute; font-style: normal; font-size: 10.5px; color: rgba(255,255,255,.55); }
.wfy { right: 26px; top: 40px; } .wfno { right: 26px; top: 92px; }

.sec-sec { background: var(--bone); padding-top: 0; }
.sec2 { display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: center; }
.sec4 { list-style: none; margin: 0; padding: 26px 24px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.sec4 svg { width: 40px; height: 40px; margin: 0 auto; display: block; fill: none; stroke: var(--ink); stroke-width: 1.3; }
.sec4 b { display: block; margin-top: 14px; font-size: 14px; font-weight: 800; letter-spacing: -.035em; }
.sec4 span { display: block; margin-top: 8px; font-size: 11.5px; line-height: 1.5; color: var(--muted); }

.sec-price { background: var(--bone); padding-top: 0; }
.price2 { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.psave { margin: 14px 0 0; font-size: 12.5px; color: var(--text-2); }
.psave b { color: var(--cobalt); }
.pmtog { margin-top: 14px; }
.vtog.lg.pmtog button { height: 32px; padding: 0 20px; font-size: 12.5px; }
.plans { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.plans > li { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 20px 22px; display: flex; flex-direction: column; }
.plans > li.hot { background: var(--ink); border-color: var(--ink); }
.rec { position: absolute; top: -12px; right: 18px; font-style: normal; background: var(--lime); color: var(--ink); border-radius: var(--r-pill); padding: 4px 13px; font-size: 11px; font-weight: 800; }
.pn { font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.plans > li.hot .pn, .plans > li.hot .pp span { color: #fff; }
.plans > li.hot .pp span { color: var(--lime); }
.pp { margin: 16px 0 0; }
.pp span { font-size: 25px; font-weight: 800; letter-spacing: -.05em; }
.pp i { font-style: normal; font-size: 11.5px; color: var(--muted); margin-left: 4px; }
.pd { margin: 16px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--text-2); }
.plans > li.hot .pd { color: rgba(255,255,255,.68); }
.pf { list-style: none; margin: 18px 0 22px; padding: 0; display: grid; gap: 9px; }
.pf li { position: relative; padding-left: 12px; font-size: 12px; color: var(--text-2); }
.pf li::before { content: "•"; position: absolute; left: 0; }
.plans > li.hot .pf li { color: rgba(255,255,255,.75); }
.plans .btn { margin-top: auto; height: 42px; font-size: 13px; }

.sec-faq { background: var(--bone); padding-top: 0; padding-bottom: 46px; }
.faq2 { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.faqg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faqg details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 16px; }
.faqg summary { list-style: none; display: flex; align-items: center; font-size: 12.5px; color: var(--text-2); cursor: pointer; }
.faqg summary::-webkit-details-marker { display: none; }
.faqg summary::after { content: "＋"; margin-left: auto; color: var(--muted); }
.faqg details[open] summary::after { content: "－"; }
.faqg p { margin: 10px 0 0; font-size: 12px; line-height: 1.6; color: var(--muted); }
.faqmore { align-self: center; font-size: 12.5px; color: var(--text-2); }

@media (max-width: 1360px) {
  .mk-wrap, .mk-hd-in, .mk-ft-in, .mk-ft-legal { width: auto; margin: 0 24px; }
  .mk-ft-legal { margin: 26px 24px 0; }
}
@media (max-width: 1099px) {
  .hero-in, .fc2, .auto2, .sec2, .price2, .faq2, .statband-in { grid-template-columns: 1fr; }
  .flow3 { grid-template-columns: 1fr; }
  .fhub::before, .fhub::after { display: none; }
  .mom3, .role2, .plans, .sec4, .mk-ft-in { grid-template-columns: repeat(2, 1fr); }
  .statband ul { padding-left: 0; border-left: 0; }
  .fcgrid { grid-template-columns: 1fr; }
  .mk-nav { display: none; }
}
@media (max-width: 767px) {
  .hero h1 { font-size: 36px; }
  .sec-h.sm { font-size: 22px; }
  .mom3, .role2, .plans, .sec4, .faqg, .mk-ft-in, .statband ul, .shot-2, .shot-kpi { grid-template-columns: 1fr; }
  .shot { grid-template-columns: 1fr; }
  .cta-in { flex-wrap: wrap; }
  .cta-btns { margin-left: 0; }
  .kb { grid-template-columns: repeat(2, 1fr); }
  .wfrow { flex-wrap: wrap; }
}

/* ══════════════════════════════════════════════════════════════════════
   02 제품 개요
   ══════════════════════════════════════════════════════════════════════ */
.phero { background: var(--bone); padding: 38px 0 34px; }
.phero-in { display: grid; grid-template-columns: 1fr 1.25fr; gap: 40px; align-items: center; }
.phero h1 { font-size: 31px; line-height: 1.3; }
.pmap { display: grid; grid-template-columns: 1fr 96px 1.2fr 1fr; gap: 12px; align-items: center; }
.pmc { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); padding: 14px 15px 16px; }
.pmc > b { display: block; text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: -.03em; }
.pmc ul { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 7px; }
.pmc li { display: flex; align-items: center; gap: 9px; font-size: 11.5px; color: var(--text-2); }
.pmc svg { width: 15px; height: 15px; flex: none; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.pmk { position: relative; display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto; border-radius: 50%; background: var(--ink); color: #fff; font-size: 22px; font-weight: 800; }
.pmk em { position: absolute; top: 70px; font-style: normal; font-size: 10.5px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.pmk::before, .pmk::after { content: ""; position: absolute; top: 50%; width: 24px; border-top: 1.4px dashed var(--line-2); }
.pmk::before { left: -26px; } .pmk::after { right: -26px; }

.pfeats { background: var(--bone); padding-bottom: 10px; }
.pfr { display: grid; grid-template-columns: 280px 1fr 186px; gap: 18px; align-items: center; padding: 8px 0; border-top: 1px solid var(--line); }
.pfr:first-child { border-top: 0; }
.pfn { margin: 0; font-size: 17px; font-weight: 800; letter-spacing: -.045em; }
.pfn i { font-style: normal; color: var(--muted); margin-right: 12px; }
.pfd { margin: 8px 0 0; font-size: 11.5px; line-height: 1.5; color: var(--text-2); }
.pft .rchk { margin-top: 11px; gap: 6px; }
.pft .rchk li { font-size: 11px; padding-left: 20px; }
.psh { background: var(--ink); border-radius: 12px; padding: 8px 12px 10px; color: rgba(255,255,255,.8); min-height: 112px; }
.psh-h { display: flex; align-items: center; gap: 10px; }
.psh-h b { font-size: 12.5px; color: #fff; }
.psh-h .ava { width: 22px; height: 22px; border-radius: 50%; font-size: 10px; }
.psh-h .sbtn { margin-left: auto; }
.pst { display: flex; gap: 12px; margin-left: auto; font-size: 9.5px; color: rgba(255,255,255,.5); }
.pst .on { color: var(--lime); font-weight: 700; font-style: normal; border-bottom: 1.5px solid var(--lime); padding-bottom: 2px; }
.pst i { font-style: normal; }
.psh-b2 { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; margin-top: 9px; }
.pshl { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; align-content: start; }
.pshl li { display: flex; align-items: center; gap: 8px; background: #1b2027; border-radius: 7px; padding: 4px 8px; }
.pshl .ava { width: 18px; height: 18px; border-radius: 50%; }
.pshl b { display: block; font-size: 9.5px; color: #fff; }
.pshl em { display: block; margin-top: 2px; font-style: normal; font-size: 8.5px; color: rgba(255,255,255,.5); }
.pstb { width: 100%; border-collapse: collapse; }
.pstb th, .pstb td { padding: 3px 6px; font-size: 9px; text-align: left; color: rgba(255,255,255,.68); border-bottom: 1px solid #262b33; white-space: nowrap; }
.pstb th { color: rgba(255,255,255,.45); font-weight: 600; }
.pstb.wide { margin-top: 11px; }
.rsc { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 2px solid; font-style: normal; font-size: 9.5px; font-weight: 800; color: #fff; }
.rsc.r { border-color: #ef4a3c; } .rsc.o { border-color: #f0862c; } .rsc.g { border-color: #9bc93f; }
.pskv > b { display: block; font-size: 10px; color: #fff; }
.pskv p { display: flex; align-items: center; gap: 8px; margin: 6px 0 0; font-size: 9px; color: rgba(255,255,255,.72); }
.pskv em { font-style: normal; color: rgba(255,255,255,.45); min-width: 44px; }
.pskv .pw .ava { width: 16px; height: 16px; border-radius: 50%; }
.pskv .pw span { flex: 1; color: #fff; }
.pskv .tg { padding: 1px 6px; }
.pspipe { list-style: none; margin: 11px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.pspipe li { background: #1b2027; border-radius: 7px; padding: 7px 9px; }
.pspipe em { display: block; font-style: normal; font-size: 8.5px; color: rgba(255,255,255,.5); }
.pspipe b { display: block; margin-top: 4px; font-size: 10.5px; color: #fff; letter-spacing: -.04em; }
.pskan { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.pskd { background: #1b2027; border: 1px solid #262b33; border-radius: 7px; padding: 7px 8px; }
.pskd.hl { border-color: #4a5a2c; background: #1c2318; }
.pskd span { display: block; font-size: 8.5px; color: rgba(255,255,255,.78); }
.pskd b { display: block; margin-top: 4px; font-size: 9.5px; color: #fff; }
.psai { background: #1b2027; border-radius: 8px; padding: 9px 10px; }
.psai b { font-size: 9.5px; color: var(--lime); }
.psai p { margin: 7px 0 0; font-size: 9px; line-height: 1.6; color: rgba(255,255,255,.66); }
.psq { margin: 10px 0 0; font-size: 10px; color: rgba(255,255,255,.7); }
.psq2 { display: flex; align-items: baseline; gap: 12px; margin: 6px 0 0; }
.psq2 span { font-size: 10px; color: rgba(255,255,255,.6); }
.psq2 b { margin-left: auto; font-size: 14px; color: #fff; letter-spacing: -.045em; }
.psver { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; align-content: start; }
.psver li { display: flex; align-items: center; gap: 8px; background: #1b2027; border-radius: 7px; padding: 5px 8px; font-size: 9px; color: rgba(255,255,255,.75); }
.psver em { font-style: normal; color: rgba(255,255,255,.45); }
.psver .ava { margin-left: auto; width: 16px; height: 16px; border-radius: 50%; }
.psfc { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; align-content: start; }
.psfc li { display: flex; align-items: center; gap: 8px; font-size: 9px; color: rgba(255,255,255,.6); }
.psfc b { margin-left: auto; color: #fff; font-size: 9.5px; }
.pssvg { display: block; width: 100%; height: auto; }
.pssvg .ax { font-size: 9px; fill: rgba(255,255,255,.45); }
.pswf { display: flex; align-items: center; gap: 9px; margin-top: 12px; }
.pswf.lo { margin-top: 12px; padding-left: 90px; }
.pswf i { font-style: normal; font-size: 11px; color: rgba(255,255,255,.4); }
.wfn2 { background: #1b2027; border: 1px solid #2b313a; border-radius: 7px; padding: 8px 10px; font-size: 9.5px; color: rgba(255,255,255,.82); text-align: center; }
.wfd { background: #1b2027; border: 1px solid #2b313a; border-radius: 50%; width: 74px; height: 74px; display: grid; place-content: center; text-align: center; font-size: 8.5px; color: rgba(255,255,255,.75); flex: none; }
.pfk { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); padding: 10px 12px 11px; }
.pfk ul { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 7px; }
.pfk em { display: block; font-style: normal; font-size: 11px; color: var(--muted); }
.pfk b { display: block; margin-top: 3px; font-size: 16px; font-weight: 800; letter-spacing: -.05em; }

.prole2 { display: grid; grid-template-columns: 300px 1fr; gap: 22px; align-items: start; margin-top: 18px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); padding: 15px 18px; }
.prl { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.prl li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: center; }
.prl svg { width: 22px; height: 22px; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.prl b { display: block; font-size: 13px; font-weight: 800; letter-spacing: -.035em; }
.prl span { display: block; margin-top: 4px; font-size: 11.5px; color: var(--muted); }
.pcap { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcap > li > ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.pcap li li { position: relative; padding-left: 14px; font-size: 11.5px; color: var(--text-2); }
.pcap li li::before { content: "•"; position: absolute; left: 0; color: #6ba83f; }

.sec-intg { background: var(--bone); padding: 0 0 30px; }
.intg2 { display: grid; grid-template-columns: 300px 1fr; gap: 22px; align-items: center; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); padding: 15px 20px; }
.intgl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.intgl > li { border-left: 1px solid var(--line); padding-left: 18px; }
.intgl > li:first-child { border-left: 0; padding-left: 0; }
.intgl em { display: block; font-style: normal; font-size: 11px; font-weight: 700; color: var(--muted); }
.intgl span { display: grid; gap: 7px; margin-top: 9px; }
.intgl i { font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: -.03em; }
.psec { padding-top: 0; }
.sec4.row { grid-template-columns: repeat(4, 1fr); text-align: left; margin-top: 16px; padding: 18px 20px; }
.sec4.row li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; }
.sec4.row svg { margin: 0; }
.sec4.row b { margin-top: 0; }
.sec4.row span { margin-top: 5px; }

@media (max-width: 1099px) {
  .phero-in, .prole2, .intg2 { grid-template-columns: 1fr; }
  .pmap { grid-template-columns: 1fr; }
  .pmk::before, .pmk::after { display: none; }
  .pmk em { position: static; display: block; margin-top: 4px; }
  .pfr { grid-template-columns: 1fr; }
  .pcap, .intgl, .sec4.row { grid-template-columns: repeat(2, 1fr); }
  .intgl > li { border-left: 0; padding-left: 0; }
}
@media (max-width: 767px) {
  .phero h1 { font-size: 26px; }
  .psh-b2, .pskan, .pspipe, .pcap, .intgl, .sec4.row { grid-template-columns: 1fr; }
  .pswf { flex-wrap: wrap; } .pswf.lo { padding-left: 0; }
  .pstb { display: block; overflow-x: auto; }
}

.prole { padding: 34px 0 30px; }
.psec { padding-bottom: 32px; }

/* ══════════════════════════════════════════════════════════════════════
   03 요금 및 보안
   ══════════════════════════════════════════════════════════════════════ */
.prhero { background: var(--ink); color: #fff; padding: 44px 0 74px; position: relative; overflow: hidden; }
.prhero::after { content: ""; position: absolute; right: -120px; top: -80px; width: 820px; height: 520px;
  background: repeating-radial-gradient(circle at 78% 46%, transparent 0 15px, rgba(199,243,107,.55) 15px 16px);
  mask-image: linear-gradient(225deg, #000 22%, transparent 66%); pointer-events: none; }
.prhero-in { position: relative; z-index: 2; }
.crumb2 { margin: 0; font-size: 12px; color: rgba(255,255,255,.5); }
.crumb2 a { color: rgba(255,255,255,.5); } .crumb2 i { font-style: normal; margin: 0 6px; }
.crumb2 b { color: rgba(255,255,255,.85); font-weight: 600; }
.prhero h1 { margin: 38px 0 0; font-size: 47px; font-weight: 800; letter-spacing: -.055em; line-height: 1.26; }
.prsub { margin: 28px 0 0; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.72); }
.prtog { margin-top: 38px; border-color: rgba(255,255,255,.22); }
.prtog button { background: transparent; color: rgba(255,255,255,.75); border-left-color: rgba(255,255,255,.22); }
.prtog button.on { background: var(--lime); color: var(--ink); }
.prvat { margin: 26px 0 0; font-size: 13px; font-weight: 700; }

.prplans { background: var(--white); padding: 34px 0 0; }
.plans4 { list-style: none; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.plans4 > li { position: relative; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); padding: 36px 24px 30px; display: flex; flex-direction: column; }
.plans4 > li.hot2 { border-color: var(--lime); box-shadow: 0 0 0 1px var(--lime) inset; }
.plans4 .pd { margin: 16px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--text-2); }
.pp2 { margin: 36px 0 30px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; }
.pp2 span { font-size: 32px; font-weight: 800; letter-spacing: -.055em; }
.pp2 i { font-style: normal; font-size: 12px; color: var(--muted); }
.pp2 em { width: 100%; font-style: normal; font-size: 11px; color: var(--muted); }
.plans4 .btn { margin-top: auto; height: 50px; font-size: 13.5px; }

.prcmp { background: var(--white); padding: 34px 0 46px; }
.cmpt { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.cmpt th, .cmpt td { padding: 16px 14px; font-size: 12.5px; text-align: center; border-bottom: 1px solid var(--line); }
.cmpt thead th { padding: 24px 14px; font-size: 15px; font-weight: 800; letter-spacing: -.04em; }
.cmpt thead th:first-child { font-size: 19px; text-align: left; }
.cmpt tbody th { display: flex; align-items: center; gap: 11px; text-align: left; font-weight: 600; font-size: 12.5px; }
.cmpt tbody th svg { width: 19px; height: 19px; flex: none; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.cmpt .hl { background: #f6f5f1; font-weight: 700; }
.cmpt thead .hl { position: relative; }
.rec2 { position: absolute; top: 4px; left: 50%; translate: -50% 0; font-style: normal; background: var(--lime); color: var(--ink); border-radius: var(--r-pill); padding: 2px 11px; font-size: 10.5px; font-weight: 800; }
.cmpt tbody tr:last-child th, .cmpt tbody tr:last-child td { border-bottom: 0; }
.cmpn { margin: 12px 0 0; font-size: 11.5px; color: var(--muted); }

.calc { display: grid; grid-template-columns: 1fr 1.5fr; gap: 26px; align-items: center; margin-top: 30px; padding: 34px 26px; border-radius: var(--r-lg); }
.calct h2 { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.calct p { margin: 9px 0 0; font-size: 12px; color: var(--muted); }
.stp { display: flex; align-items: flex-end; gap: 10px; margin-top: 28px; }
.stp > span { position: absolute; margin-top: -22px; font-size: 11px; color: var(--muted); }
.stpb { display: flex; align-items: center; border: 1px solid var(--line-2); border-radius: var(--r-md); background: var(--white); height: 56px; padding: 0 6px; }
.stpb button { width: 30px; height: 34px; border: 0; border-radius: 7px; background: #f2f0ea; font-size: 15px; color: var(--text-2); }
.stpb b { width: 88px; text-align: center; font-size: 25px; font-weight: 800; letter-spacing: -.05em; }
.stp em { font-style: normal; font-size: 13px; padding-bottom: 12px; }
.calcl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--line); }
.calcl li { position: relative; text-align: center; padding: 22px 8px 24px; border-radius: var(--r-md); }
.calcl li.hot3 { background: #f5fbe8; }
.calcl b { font-size: 14px; font-weight: 800; letter-spacing: -.035em; }
.calcl p { margin: 14px 0 0; }
.calcl span { font-size: 20px; font-weight: 800; letter-spacing: -.05em; }
.calcl i { font-style: normal; font-size: 11.5px; color: var(--muted); margin-left: 3px; }
.ex2 { display: block; margin-top: 8px; font-style: normal; font-size: 11px; color: var(--muted); }

.sup { margin-top: 26px; padding: 26px 26px 28px; border-radius: var(--r-lg); }
.sup h2 { margin: 0; font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.supl { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.supl li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; align-items: center; }
.supl svg { width: 36px; height: 36px; fill: none; stroke: var(--ink); stroke-width: 1.3; }
.supl b { display: block; font-size: 13.5px; font-weight: 800; letter-spacing: -.035em; }
.supl span { display: block; margin-top: 7px; font-size: 11.5px; line-height: 1.55; color: var(--muted); }

.prsec { margin-top: 30px; }
.prsec2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.prsec2 .card { padding: 18px 20px 20px; border-radius: var(--r-lg); }
.prsec2 h3 { margin: 0; font-size: 15.5px; font-weight: 800; letter-spacing: -.04em; }
.prsec2 p { margin: 12px 0 0; font-size: 12px; line-height: 1.65; color: var(--text-2); }
.prsec2 .rchk { margin-top: 16px; gap: 9px; }
.prsec2 .rchk li { font-size: 12px; }
.prmore { height: 40px; padding: 0 18px; margin-top: 16px; font-size: 12.5px; float: right; }
.prfaq { margin-top: 30px; }
.prfaq .faqg { margin-top: 18px; }
.page-pricing .cta-band { margin-top: 0; }

@media (max-width: 1099px) {
  .plans4, .calcl, .supl, .prsec2 { grid-template-columns: repeat(2, 1fr); }
  .calc { grid-template-columns: 1fr; }
  .calcl { border-left: 0; }
  .cmpt { display: block; overflow-x: auto; }
}
@media (max-width: 767px) {
  .prhero h1 { font-size: 30px; }
  .plans4, .calcl, .supl, .prsec2 { grid-template-columns: 1fr; }
  .stp { flex-wrap: wrap; }
}

/* ── 약관·정책 / 담당자 / 계정 설정 (시안 외 · 링크 무결성용) ─────────── */
.pol-hero { background: var(--ink); color: #fff; padding: 34px 0 40px; }
.pol-hero h1 { margin: 26px 0 0; font-size: 36px; font-weight: 800; letter-spacing: -.05em; }
.pol-body { background: var(--bone); padding: 34px 0 44px; }
.pol2 { display: grid; grid-template-columns: 264px 1fr; gap: 26px; align-items: start; }
.pol-nav { position: sticky; top: 20px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); padding: 16px 18px 18px; }
.pol-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pol-nav a { font-size: 13px; font-weight: 600; color: var(--text-2); }
.pol-nav a[aria-current="true"] { color: var(--ink); font-weight: 800; }
.pol-note { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; color: var(--muted); }
.pol-doc { display: grid; gap: 16px; }
.pol-doc article { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); padding: 24px 28px 28px; }
.pol-doc h2 { margin: 0 0 6px; font-size: 21px; font-weight: 800; letter-spacing: -.045em; }
.pol-doc h3 { margin: 22px 0 0; font-size: 13.5px; font-weight: 800; letter-spacing: -.03em; }
.pol-doc p { margin: 8px 0 0; font-size: 13px; line-height: 1.8; color: var(--text-2); }

.pg-head .ohd { margin-left: auto; }
.ow-card { padding: 12px 14px 14px; }
.ow-card .lbar { margin-bottom: 12px; }
.ow-card .lbar .gsearch { flex: 1; }
.ow-card .lbar .btn { height: 30px; padding: 0 14px; font-size: 11.5px; margin-left: auto; }
.owtbl { width: 100%; border-collapse: collapse; }
.owtbl th, .owtbl td { padding: 10px 8px; font-size: 12px; text-align: left; }
.owtbl thead th { font-size: 11px; font-weight: 700; color: var(--text-2); border-bottom: 1px solid var(--line); }
.owtbl tbody tr { border-bottom: 1px solid var(--line); }
.owtbl tbody th { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.owtbl .ava { width: 26px; height: 26px; border-radius: 50%; color: #fff; font-size: 11px; }

.set2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.set2 .card { padding: 14px 16px 16px; }
.set2 .fl2 { margin-top: 12px; }
.set2 .fl2 .sel { height: 36px; font-size: 12.5px; color: var(--ink); }
.setl { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 12px; }
.setl li { display: flex; align-items: center; gap: 14px; }
.setl b { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: -.03em; }
.setl span:not(.tgl) { display: block; margin-top: 3px; font-size: 11px; color: var(--muted); }
.setl .tgl { margin-left: auto; }

@media (max-width: 1099px) { .pol2 { grid-template-columns: 1fr; } .pol-nav { position: static; } .set2 { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .owtbl { display: block; overflow-x: auto; white-space: nowrap; } .ow-card .lbar { flex-wrap: wrap; } }

.rowlink { display: flex; align-items: center; gap: 9px; color: inherit; }
.rowlink:hover b { text-decoration: underline; }

/* ══════════════════════════════════════════════════════════════════════
   반응형 안전망 — 360 / 390 / 768 / 1024 에서 가로 넘침 0
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
  .ltbl, .atbl, .owtbl, .rtbl, .autbl, .prvt, .cmpt, .pstb { display: block; overflow-x: auto; white-space: nowrap; }
  .mtx, .cal, .ftbl, .board, .pskan, .kb { overflow-x: auto; }
}
@media (max-width: 1099px) {
  .kb { grid-template-columns: repeat(2, 1fr); }
  .momc, .momb, .pmini { min-width: 0; }
  .pfr > *, .ask2 > *, .l2 > *, .rp-body > *, .bl-r1 > *, .bl-r2 > *, .ic-body > *, .seq3 > * { min-width: 0; }
  .psh, .pfk, .pft { min-width: 0; overflow: hidden; }
  .psh { overflow-x: auto; }
}
@media (max-width: 1023px) {
  .ch, .fc-chart .ch, .bl-head, .pg-head, .seq-head, .lbar, .rp-bar, .lgbar, .abar, .fbar { flex-wrap: wrap; }
  .askbar { flex-wrap: wrap; }
  .askbar input { min-width: 140px; }
  .qc, .ask .qc { white-space: normal; }
  .canvas { padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 767px) {
  .askL, .askR, .brief2 > *, .lcol > *, .fc-appr > *, .top5 > li > * { min-width: 0; }
  .flow, .node, .node.ind { max-width: 100%; }
  .flow { width: 100%; }
  .node.ind { width: 100%; margin-left: 0; }
  .flow .plus.ind { margin-left: 0; justify-self: center; }
  .branch { gap: 20px; }
  .fcsvg, .wchart, .fchart, .c2, .c5, .pssvg { min-width: 0; }
  .stpb b { width: 62px; }
  .cta-in h2, .prhero h1, .hero h1, .ob-h { overflow-wrap: anywhere; }
}
@media (max-width: 1023px) {
  .set-tabs { margin-left: -14px; margin-right: -14px; padding-left: 14px; padding-right: 14px; }
  .ai-note.disc { margin-left: -14px; margin-right: -14px; padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 380px) { .bl-head .pick { padding: 0 8px; } .bl-head .samp { font-size: 11px; padding: 3px 8px; } }
@media (max-width: 380px) { .bl-head { gap: 8px; } .bl-head .samp { flex: 1; min-width: 0; text-align: center; } .bl-head .pick { flex: none; } }
@media (max-width: 380px) { .bl-head h1 { width: 100%; } }
@media (max-width: 767px) { .pager { flex-wrap: wrap; } .pager .pick, .lgp .pick { margin-left: 0; } .pager .ptotal { width: 100%; margin: 0 0 6px; } }
