@charset "utf-8";
/* about.html 전용 — 비트 내부 레이아웃
   설계판 1600×900 기준 절대 px. 판 전체가 scale(--k) 되므로
   여기서 vw/clamp 를 쓰면 두 번 축소돼 크기가 어긋난다.
   v4 : 지면 화이트. 작은 텍스트는 --fs-* 토큰(v3 대비 +20%)을 쓴다. */

.h-lock{margin:0 auto 40px}
.h-tag{margin-top:34px;display:inline-flex;align-items:stretch;border:1px solid var(--nv-line-2);border-radius:100px;overflow:hidden;font-family:var(--f-brand);font-size:17px;letter-spacing:.04em}
.h-tag span{padding:12px 22px;color:var(--nv-ink-2)}
.h-tag span+span{border-left:1px solid var(--nv-line)}
.h-tag b{color:var(--accent);font-weight:600}

/* ── 03 정의 : 7:5 비대칭 ── */
.split{display:grid;grid-template-columns:7fr 5fr;gap:64px;align-items:center;width:100%}
.split__ph{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:5/6}
.split__ph img{width:100%;height:100%;object-fit:cover}
.def{margin-top:24px;font-size:24px;line-height:1.98;color:var(--ink-2);max-width:26em}
.def b{color:var(--ink);font-weight:600}

/* ── 04 숫자 : 하나만 압도적으로 크게 ── */
.stats{margin-top:34px;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;width:100%;border-top:2px solid var(--ink)}
.stat{padding:44px 34px 8px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat__n{font-family:var(--f-num);font-weight:600;font-size:64px;line-height:1;letter-spacing:-.03em;color:var(--ink)}
.stat--hero .stat__n{font-size:104px;color:var(--navy)}
.stat__l{margin-top:16px;font-size:19px;line-height:1.6;color:var(--ink-2)}
.stat__s{margin-top:10px;font-size:var(--fs-cap);line-height:1.6;color:var(--ink-3)}

/* ── 05 허브앤스포크 ──
   설계판 900px 안에 들어가야 한다. 1240 폭이면 도해 높이가 470이 되어
   제목·캡션과 합쳐 900 을 넘는다. */
.hub{width:100%;max-width:1040px;margin:34px auto 0}
.hub__cap{margin-top:22px;font-size:var(--fs-cap);color:var(--nv-ink-3);text-align:center;line-height:1.9}
.hub--p{display:none}   /* 세로 도해 — 기본 숨김. 표시는 .stage[data-o="p"] 에서만 */

/* 모바일 허브앤스포크 — 방사형 SVG 대신 위→아래 단방향 흐름.
   세로 화면에서 방사형은 선이 교차해 읽히지 않는다. 흐름 + 권역 카드로 바꾼다.

   ★ .hubm 에 display 를 넣지 않는다. 같은 요소에 .hubm 과 .hub--p 가 함께 붙는데
   특이도가 같아서, .hubm{display:flex} 를 쓰면 나중에 선언된 쪽이 이겨
   .hub--p{display:none} 이 무시되고 데스크톱에서도 세로 도해가 같이 보인다
   (2026-09-06 실물 확인). 표시 여부는 .hub--p 한 곳에서만 정한다. */
.hubm{flex-direction:column;align-items:center;text-align:center;width:100%}
.hubm__node{border:1px solid var(--nv-line-2);border-radius:12px;padding:16px 24px;width:100%;max-width:420px}
.hubm__node b{display:block;font-size:23px;font-weight:700;letter-spacing:-.02em}
.hubm__node span{display:block;margin-top:8px;font-size:17px;color:var(--nv-ink-3);line-height:1.5}
.hubm__src{border-color:var(--accent)}
.hubm__src b{color:var(--accent)}
.hubm__hub{background:var(--nv-3);border:2px solid var(--accent);padding:22px 24px}
.hubm__hub b{font-size:30px}
.hubm__hub span{color:var(--accent);opacity:.9}
.hubm__link{width:2px;height:36px;background:linear-gradient(180deg,var(--accent),rgba(248,196,41,.25));flex:none}
.hubm__fan{width:78%;max-width:340px;height:34px;border-left:2px solid var(--nv-line-2);border-right:2px solid var(--nv-line-2);border-bottom:2px solid var(--nv-line-2);border-radius:0 0 14px 14px;margin-top:0}
.hubm__lbl{margin:20px 0 14px;font-family:var(--f-brand);font-size:16px;letter-spacing:.2em;color:var(--nv-ink-3)}
.hubm__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}
.hubm__grid li{border:1px solid var(--nv-line);border-radius:10px;padding:14px 12px;background:rgba(255,255,255,.04)}
.hubm__grid b{display:block;font-size:20px;font-weight:700;letter-spacing:-.02em}
.hubm__grid span{display:block;margin-top:7px;font-size:16px;color:var(--nv-ink-3);line-height:1.45}
.hubm__grid li:first-child{border-color:rgba(248,196,41,.55)}
.hubm__grid li:first-child b{color:var(--accent)}
/* 크로스보더 — 수도권 밖으로 이어진다는 걸 시각적으로 못박는 칸 */
.hubm__x{border-color:rgba(248,196,41,.55)!important}
.hubm__x b{color:var(--accent)}

/* ── 06 여덟 공정 레일 (v7.6 재설계 : 아이콘 노드 + 선 순차 드로잉) ──
   장식용 선 SVG 를 지우고 칸마다 자기 구간의 선을 직접 그린다.
   beats.js 가 [data-seq] 에 .is-on 을 순서대로 붙이는 것만 쓴다(JS 추가 없음). */
.rail{width:100%;margin-top:28px}
.rail__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px;position:relative}
.rail__c{position:relative;padding-top:52px}
.rail__c::before{content:'';position:absolute;left:0;right:-14px;top:15px;height:2px;background:var(--line);
  transform:scaleX(0);transform-origin:left center;
  transition:transform .55s var(--ease) .04s,background-color .55s var(--ease)}
.rail__c:last-child::before{right:0}
.rail__c.is-on::before{transform:scaleX(1);background:var(--navy)}
.rail__ic{position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;
  display:grid;place-items:center;background:var(--bg);border:2px solid var(--line-2);color:var(--ink-3);
  transition:border-color .45s var(--ease),color .45s var(--ease),transform .45s var(--ease-io),box-shadow .45s var(--ease)}
.rail__ic .pic{font-size:17px}
.rail__c.is-on .rail__ic{border-color:var(--navy);color:var(--navy);transform:scale(1.07)}
.rail__c:nth-child(4n+1).is-on .rail__ic{box-shadow:0 0 0 5px rgba(248,196,41,.28)}
/* 스크립트가 죽어 .is-on 이 안 붙어도 선과 아이콘은 보여야 한다 */
html:not(.seq-on) .rail__c::before{transform:scaleX(1);background:var(--navy)}
html:not(.seq-on) .rail__ic{border-color:var(--navy);color:var(--navy)}
.rail__n{font-family:var(--f-brand);font-size:14.5px;letter-spacing:.18em;color:var(--ink-3)}
.rail__t{margin-top:9px;font-size:19px;font-weight:700;letter-spacing:-.02em}
.rail__d{margin-top:9px;font-size:var(--fs-cap);line-height:1.85;color:var(--ink-3)}

/* ── 07 사무 ── */
.office{display:grid;grid-template-columns:5fr 7fr;gap:60px;align-items:center;width:100%}
/* ══ 사무 처리 흐름 (v7.6 : SVG → HTML 재설계) ══
   SVG 안에 글자를 박아 두면 폭이 좁아질 때 글자만 작아진다.
   HTML 로 옮겨 타이포가 본문과 같은 규칙을 타게 했다.
   선은 칸마다 자기 구간을 그리고(.is-on), 분기 배지는 옆에서 들어온다. */
.oflow{width:100%}
.oflow__list{display:grid;gap:0;position:relative}
.oflow__i{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;
  column-gap:16px;padding:0 0 30px;min-height:64px}
.oflow__i:last-child{padding-bottom:0}
.oflow__i::before{content:'';position:absolute;left:22px;top:34px;bottom:0;width:2px;background:var(--line);
  transform:scaleY(0);transform-origin:top center;transition:transform .5s var(--ease) .06s,background-color .5s var(--ease)}
.oflow__i:last-child::before{display:none}
.oflow__i.is-on::before{transform:scaleY(1);background:var(--navy)}
html:not(.seq-on) .oflow__i::before{transform:scaleY(1);background:var(--navy)}
.oflow__k{position:relative;z-index:1;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  font-family:var(--f-brand);font-size:15px;font-weight:600;letter-spacing:.08em;
  background:var(--bg);border:2px solid var(--line-2);color:var(--ink-3);
  transition:border-color .45s var(--ease),color .45s var(--ease),background-color .45s var(--ease),transform .45s var(--ease-io)}
.oflow__i.is-on .oflow__k{border-color:var(--navy);color:var(--navy);transform:scale(1.04)}
html:not(.seq-on) .oflow__k{border-color:var(--navy);color:var(--navy)}
.oflow__t{font-size:19px;font-weight:700;letter-spacing:-.02em;line-height:1.45;color:var(--ink);word-break:keep-all}
.oflow__i--end .oflow__k{background:var(--navy);border-color:var(--navy);color:#fff}
/* .is-on 의 color:var(--navy) 가 특이도로 이기면 네이비 위 네이비가 된다 */
.oflow__i--end.is-on .oflow__k,.oflow__i--end .oflow__k{color:#fff}
.oflow__i--end .oflow__t{color:var(--navy)}
html:not(.seq-on) .oflow__i--end .oflow__k{background:var(--navy);color:#fff}
.oflow__tag{grid-column:2;justify-self:start;margin-top:10px;display:inline-flex;flex-direction:column;gap:3px;
  border:1px dashed var(--navy);border-radius:10px;padding:10px 14px;
  font-size:var(--fs-cap);font-weight:600;color:var(--navy);background:var(--bg);
  opacity:0;transform:translateX(14px);transition:opacity .45s var(--ease) .18s,transform .45s var(--ease) .18s}
.oflow__tag em{font-style:normal;font-weight:400;color:var(--ink-3)}
.oflow__i.is-on .oflow__tag{opacity:1;transform:none}
html:not(.seq-on) .oflow__tag{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .oflow__i::before{transform:scaleY(1)!important}
  .oflow__tag{opacity:1!important;transform:none!important}
}
.office__list{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.office__row{background:var(--bg-2);padding:20px 26px;display:flex;gap:20px;align-items:baseline}
.office__k{font-family:var(--f-brand);font-size:14.5px;letter-spacing:.16em;color:var(--navy);min-width:42px;font-weight:600}
.office__v{font-size:18px;line-height:1.92;color:var(--ink-2)}
.office__v b{color:var(--ink);font-weight:600}

/* ══ 08 현장 : 카드 스택 슬라이더 (v7.6 : 모자이크 → 스택) ══
   큰 사진 한 장이 화면을 채우고, 스크롤할 때마다 다음 장이 오른쪽 아래에서
   날아와 위에 쌓인다. 지나간 장은 뒤로 조금씩 물러나며 4장까지 보인다.
   ★ 몇 번째가 맨 위인지는 :has(~ .is-on) 로 판정한다 — 뒤에 켜진 형제가 있으면 물러난다. */
/* 설계판(1600×900) 안에 제목+사진+안내가 다 들어가야 한다. 폭이 아니라 높이를 고정한다. */
.stack{width:100%;margin:22px auto 0}
.stack__box{position:relative;height:452px;aspect-ratio:16/9;width:auto;margin:0 auto}
.stack__c{position:absolute;inset:0;margin:0;border-radius:var(--r-lg);overflow:hidden;
  background:var(--bg-3);border:1px solid var(--line);transform-origin:70% 80%}
.stack__c img{width:100%;height:100%;object-fit:cover;display:block}
.stack__c figcaption{position:absolute;left:0;right:0;bottom:0;padding:44px 22px 18px;
  font-size:var(--fs-cap);line-height:1.6;color:#fff;
  background:linear-gradient(180deg,transparent,rgba(7,12,34,.92));pointer-events:none;
  display:flex;align-items:baseline;gap:12px}
.stack__no{font-family:var(--f-brand);font-size:var(--fs-micro);letter-spacing:.2em;color:var(--accent);flex:none}
.stack__hint{margin-top:13px;text-align:center;font-family:var(--f-brand);font-size:var(--fs-micro);
  letter-spacing:.2em;text-transform:uppercase;color:var(--ink-3)}
/* 스크립트 없음 / 모션 해제 : 2열 그리드로 전부 보인다 */
html:not(.seq-on) .stack__box,.nomotion .stack__box{position:static;aspect-ratio:auto;height:auto;width:100%;
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
html:not(.seq-on) .stack__c,.nomotion .stack__c{position:relative;inset:auto;aspect-ratio:16/10;transform:none;opacity:1}
html:not(.seq-on) .stack__hint,.nomotion .stack__hint{display:none}
/* 스택 모션 */
html.seq-on .stack__c[data-seq]{
  opacity:0;transform:translate3d(46%,26%,0) rotate(6deg) scale(.9);
  transition:opacity .5s var(--ease),transform .78s var(--ease-io)}
html.seq-on .stack__c[data-seq].is-on{opacity:1;transform:none}
html.seq-on .stack__c[data-seq].is-on:has(~ .stack__c.is-on){
  transform:translate3d(-2.4%,-3.4%,0) rotate(-1.7deg) scale(.962);opacity:.92}
html.seq-on .stack__c[data-seq].is-on:has(~ .stack__c.is-on ~ .stack__c.is-on){
  transform:translate3d(-4.8%,-6.6%,0) rotate(-3.2deg) scale(.926);opacity:.66}
html.seq-on .stack__c[data-seq].is-on:has(~ .stack__c.is-on ~ .stack__c.is-on ~ .stack__c.is-on){
  transform:translate3d(-6.8%,-9.2%,0) rotate(-4.4deg) scale(.9);opacity:.34}
html.seq-on .stack__c[data-seq].is-on:has(~ .stack__c.is-on ~ .stack__c.is-on ~ .stack__c.is-on ~ .stack__c.is-on){opacity:0}
html.seq-on .stack__c.is-on:has(~ .stack__c.is-on) figcaption{opacity:0;transition:opacity .3s var(--ease)}
@media (prefers-reduced-motion:reduce){
  html.seq-on .stack__c[data-seq]{opacity:1!important;transform:none!important}
}

/* ── 09 이관 실적 (네이비 장) ── */
.moveg{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;max-width:1080px;margin:34px auto 0;border-left:1px solid var(--nv-line)}
.moveg div{padding:26px 30px;border-right:1px solid var(--nv-line)}
.moveg .n{font-family:var(--f-num);font-weight:600;font-size:58px;line-height:1;color:var(--accent)}
.moveg .l{margin-top:14px;font-size:18px;line-height:1.6;color:var(--nv-ink-2)}
/* 숫자가 아니라 이름이 들어가는 변형 — 58px Jost 로는 한글이 넘친다 */
.moveg--txt .n{font-family:inherit;font-size:clamp(24px,2.1vw,34px);font-weight:700;letter-spacing:-.01em;color:var(--accent)}

/* ── 10 언론 (v7.6 전면 재설계) ──
   최신 기사 하나를 가로형 리드 카드로 크게, 나머지 넷을 아래 4열 카드로.
   DOM 순서 = 날짜 내림차순(최신순)이고 읽는 순서도 왼쪽→오른쪽이라 일치한다.
   그림자를 쓰지 않는다 — 테두리 두께와 여백으로 층을 만든다(4-2 규칙). */
.news{width:100%;max-width:1240px;margin:0 auto;display:grid;gap:16px}
.news__c{display:grid;gap:14px;text-decoration:none;color:inherit;
  border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:var(--bg);
  transition:border-color .3s var(--ease),transform .35s var(--ease-io)}
.news__c:hover{border-color:var(--navy);transform:translateY(-3px)}
.news__im{display:block;overflow:hidden;background:var(--bg-3)}
.news__im img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s var(--ease)}
.news__c:hover .news__im img{transform:scale(1.045)}
.news__body{display:flex;flex-direction:column;gap:9px;padding:0 18px 18px}
.news__meta{display:flex;align-items:center;gap:12px}
.news__p{font-size:var(--fs-cap);font-weight:700;color:var(--navy);letter-spacing:-.01em}
.news__d{font-family:var(--f-brand);font-size:var(--fs-micro);letter-spacing:.12em;color:var(--ink-3);font-variant-numeric:tabular-nums}
.news__h{font-size:var(--fs-body-s);font-weight:700;line-height:1.5;letter-spacing:-.02em;color:var(--ink);word-break:keep-all;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s var(--ease)}
.news__c:hover .news__h{color:var(--navy)}
.news__go{margin-top:auto;display:inline-flex;align-items:center;gap:9px;
  font-family:var(--f-brand);font-size:var(--fs-micro);font-weight:600;letter-spacing:.16em;color:var(--ink-3);
  transition:color .3s var(--ease)}
.news__c:hover .news__go{color:var(--navy)}
.news__go svg{transition:transform .3s var(--ease)}
.news__c:hover .news__go svg{transform:translateX(6px)}
/* 리드 카드 : 가로형. 이미지 21:9 로 낮춰 설계판 세로(약 720px)에 4열 카드까지 들어가게 한다 */
.news__c--lead{grid-template-columns:minmax(0,44%) minmax(0,1fr);gap:0;align-items:stretch;
  border-width:2px;border-color:var(--ink)}
.news__c--lead .news__im{aspect-ratio:16/9}
.news__c--lead .news__body{justify-content:center;padding:22px 28px;gap:11px}
.news__c--lead .news__go{margin-top:8px}
.news__c--lead .news__h{font-size:clamp(19px,1.55vw,24px);-webkit-line-clamp:3}
.news__c--lead .news__p{font-size:var(--fs-body-s)}
/* 나머지 4장 */
.news__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.news__grid .news__im{aspect-ratio:16/9}
.news__grid .news__body{padding:0 15px 16px;gap:8px}
.press__more{
  justify-self:center;margin-top:2px;display:inline-flex;align-items:center;gap:10px;
  border:1px solid var(--line-2);border-radius:100px;padding:11px 22px;background:var(--bg);
  font-size:var(--fs-cap);color:var(--ink-2);cursor:pointer;
  transition:border-color .3s var(--ease),color .3s var(--ease),background-color .3s var(--ease);
}
.press__more:hover{border-color:var(--navy);color:var(--navy);background:var(--bg-2)}
.press__more__n{font-family:var(--f-brand);color:var(--ink-3)}
.press__more[hidden]{display:none}
.news__c[hidden]{display:none}

.cta__row{margin-top:38px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ══════════ 세로 설계판 ══════════
   ★ 여기가 함정이다. 세로 설계판(폭 400~620px)은 화면 폭에 맞추려고
   scale(--k) 로 축소된다. 실측 k = 0.75~0.87 이다.
   즉 설계판에서 16px 로 적은 캡션은 화면에서 12px 로 찍힌다.
   그래서 세로에서는 --fs-* 토큰을 1/k 만큼(≈1.33배) 미리 키워 둔다.
   이 블록을 지우면 모바일 글자가 다시 작아진다. */
.stage[data-o="p"]{
  --fs-micro:19px;
  --fs-label:20px;
  --fs-cap:21px;
  --fs-body-s:23px;
  --fs-body:25px;
}
.stage[data-o="p"] .b-h{font-size:52px}
.stage[data-o="p"] .b-sub{font-size:23px;margin-top:20px}
.stage[data-o="p"] .b-note{font-size:21px}
.stage[data-o="p"] .split,
.stage[data-o="p"] .office{grid-template-columns:1fr;gap:28px}
.stage[data-o="p"] .split__ph{aspect-ratio:16/10}
.stage[data-o="p"] .def{font-size:23px}
.stage[data-o="p"] .stats{grid-template-columns:1fr 1fr;border-top:0}
.stage[data-o="p"] .stat{padding:22px 16px 8px;border-top:2px solid var(--line)}
.stage[data-o="p"] .stat:nth-child(1){border-top-color:var(--navy)}
.stage[data-o="p"] .stat__n{font-size:44px}
.stage[data-o="p"] .stat--hero .stat__n{font-size:62px}
.stage[data-o="p"] .stat__l{font-size:21px;margin-top:10px}
.stage[data-o="p"] .stat__s{font-size:20px}
.stage[data-o="p"] .hub--l{display:none}
.stage[data-o="p"] .hub--p{display:flex}
.stage[data-o="p"] .hub{max-width:none;margin-top:18px}
/* 세로판에서 허브 도해가 가장 길다(v7.5 기준 252px 초과). 노드 여백과 칸 간격을 줄인다. */
.stage[data-o="p"] .hubm__node{padding:12px 20px}
.stage[data-o="p"] .hubm__node span{margin-top:5px}
.stage[data-o="p"] .hubm__link{height:26px}
.stage[data-o="p"] .hubm__fan{height:26px}
.stage[data-o="p"] .hubm__lbl{margin:14px 0 10px}
.stage[data-o="p"] .hubm__grid{gap:8px}
.stage[data-o="p"] .hubm__grid li{padding:10px 11px}
.stage[data-o="p"] .hubm__grid span{margin-top:5px}
.stage[data-o="p"] .hub__cap{margin-top:14px}
.stage[data-o="p"] .hub__cap{font-size:20px;margin-top:18px;text-align:left}
.stage[data-o="p"] .hubm__node b{font-size:26px}
.stage[data-o="p"] .hubm__hub b{font-size:34px}
.stage[data-o="p"] .hubm__node span{font-size:21px}
.stage[data-o="p"] .hubm__lbl{font-size:20px}
.stage[data-o="p"] .hubm__grid b{font-size:24px}
.stage[data-o="p"] .hubm__grid span{font-size:20px}
.stage[data-o="p"] .rail__grid{grid-template-columns:repeat(2,1fr);gap:18px 14px}
.stage[data-o="p"] .rail__c::before{display:none}
.stage[data-o="p"] .rail__c{padding-top:46px}
.stage[data-o="p"] .rail__ic{width:36px;height:36px}
.stage[data-o="p"] .rail__ic .pic{font-size:20px}
.stage[data-o="p"] .rail__t{font-size:23px}
.stage[data-o="p"] .rail__n{font-size:19px}
.stage[data-o="p"] .rail__d{display:none}
/* 세로 설계판(499×1080)은 세로 여유가 없다. 흐름도를 압축하고
   분기 배지는 숨긴다 — 같은 내용이 아래 '연동' 행에 그대로 있다. */
.stage[data-o="p"] .oflow__i{grid-template-columns:38px minmax(0,1fr);column-gap:13px;padding-bottom:15px;min-height:44px}
.stage[data-o="p"] .oflow__k{width:38px;height:38px;font-size:19px}
.stage[data-o="p"] .oflow__i::before{left:18px;top:28px}
.stage[data-o="p"] .oflow__t{font-size:20px}
.stage[data-o="p"] .oflow__tag{display:none}
.stage[data-o="p"] .office{gap:20px}
.stage[data-o="p"] .office .b-h{font-size:44px}
.stage[data-o="p"] .office__v{font-size:19px}
.stage[data-o="p"] .office__k{font-size:19px}
.stage[data-o="p"] .office__row{padding:11px 15px}
.stage[data-o="p"] .office__v{line-height:1.7}
.stage[data-o="p"] .stack__box{height:auto;width:100%;aspect-ratio:4/3}
.stage[data-o="p"] .stack__c figcaption{font-size:19px;padding:48px 20px 18px}
.stage[data-o="p"] .stack__no{font-size:19px}
.stage[data-o="p"] .stack__hint{font-size:19px}
.stage[data-o="p"] .moveg{grid-template-columns:1fr;border-left:0}
.stage[data-o="p"] .moveg div{border-right:0;border-left:2px solid var(--accent);padding:12px 18px}
.stage[data-o="p"] .moveg .n{font-size:44px}
.stage[data-o="p"] .moveg--txt .n{font-size:26px}
.stage[data-o="p"] .moveg .l{font-size:19px;margin-top:8px}
/* 세로 설계판 — 리드도 세로로 눕히고 나머지는 2열 */
.stage[data-o="p"] .news__c--lead{grid-template-columns:1fr}
.stage[data-o="p"] .news__c--lead .news__body{padding:18px 20px 20px}
.stage[data-o="p"] .news__c--lead .news__h{font-size:26px}
.stage[data-o="p"] .news__grid{grid-template-columns:repeat(2,1fr);gap:10px}
.stage[data-o="p"] .news__h{font-size:19px}
.stage[data-o="p"] .news__body{padding:0 14px 14px;gap:7px}
.stage[data-o="p"] .news{gap:11px}
.stage[data-o="p"] .news__p{font-size:19px}
.stage[data-o="p"] .press__more{min-height:64px;margin-top:6px}
.stage[data-o="p"] .h-tag{flex-direction:column;border-radius:14px;font-size:21px}
.stage[data-o="p"] .h-tag span+span{border-left:0;border-top:1px solid var(--nv-line)}

/* ══════════ 모션 해제 ══════════ */
.nomotion .b-h{max-width:20em}
.nomotion .split,.nomotion .office{grid-template-columns:1fr;gap:32px}
.nomotion .stats{grid-template-columns:1fr 1fr;border-top:0}
.nomotion .stat{border-top:2px solid var(--line)}
.nomotion .stat__n{font-size:46px}
.nomotion .stat--hero .stat__n{font-size:62px}
.nomotion .rail__grid{grid-template-columns:repeat(2,1fr)}
.nomotion .rail__c::before{display:none}
.nomotion .hub--l{overflow-x:auto}
@media (max-width:860px){
  .nomotion .hub--l{display:none}
  .nomotion .hub--p{display:flex}
  .nomotion .hub{max-width:520px}
  .nomotion .news__c--lead{grid-template-columns:1fr}
  .nomotion .news__grid{grid-template-columns:repeat(2,1fr)}
}
.nomotion .moveg{grid-template-columns:1fr;border-left:0}
.nomotion .moveg div{border-right:0;border-left:2px solid var(--accent)}

/* ══════════════════════════════════════════════
   v7.2 순차 등장 — 비트 안에서 한 개씩 날아 들어온다
   ──────────────────────────────────────────────
   ★ 안전 원칙 : 숨기는 일은 js 가 켠 뒤에만 한다.
   html.seq-on 은 beats.js 가 스스로 붙인다. 스크립트가 죽거나 늦으면
   이 규칙 자체가 적용되지 않아 콘텐츠는 그냥 다 보인다.
   (모션 해제 시 beats.js 는 html.nomotion 만 붙이고 seq-on 은 붙이지 않는다)
   ══════════════════════════════════════════════ */
html.seq-on [data-seq]{
  opacity:0;
  transform:translate3d(0,30px,0) scale(.965);
  transition:opacity .46s var(--ease),transform .62s var(--ease);
  will-change:opacity,transform;
}
/* 방향을 섞는다. 전부 같은 방향에서 올라오면 그게 AI 티다 */
html.seq-on .rail__grid [data-seq]{transform:translate3d(0,22px,0)}
/* ★ 방향 섞기는 "아직 안 켜진" 상태에만 건다.
   .news__grid 를 붙이면 특이도가 올라가 .is-on 의 transform:none 을 이겨 버린다(v7.6에서 밟음). */
html.seq-on .news__grid [data-seq]:not(.is-on):nth-child(even){transform:translate3d(26px,20px,0) scale(.98)}
html.seq-on [data-seq].is-on{opacity:1;transform:none;will-change:auto}

/* 활성 장에서 벗어나면 다시 준비 상태로 돌린다 — 되감아 올라올 때 한 번 더 들어온다 */
@media (prefers-reduced-motion:reduce){
  html.seq-on [data-seq]{opacity:1!important;transform:none!important;transition:none!important}
}

/* ══════════════════════════════════════════════
   v8.0 (2026-09-21) 0921 수정요청 반영
   ══════════════════════════════════════════════ */

/* ── 02 매출과 물류 : 배경 곡선 도식 ──
   매출(실선)과 물류(점선)가 같은 모양으로 오르내린다. 장이 켜지면 선이 그려진다. */
.beat--curve{overflow:hidden}
.beat--curve > :not(.curve){position:relative;z-index:1}
.curve{position:absolute;left:4%;right:4%;top:12%;bottom:10%;width:92%;height:78%;z-index:0;pointer-events:none;overflow:visible}
.curve__grid path{stroke:rgba(43,59,149,.07);stroke-width:1;fill:none;vector-effect:non-scaling-stroke}
.curve__area{fill:rgba(78,98,200,.05)}
.curve__l{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:0}
.curve__l--sales{stroke:rgba(43,59,149,.26);stroke-width:5}
.curve__l--logi{stroke:rgba(248,196,41,.78);stroke-width:4}
.curve__tag text{font-family:var(--f-brand);font-size:15px;letter-spacing:.24em;fill:rgba(43,59,149,.42)}
.curve__tag text + text{fill:#B8900F}
html.seq-on .curve[data-seq]{transform:none;opacity:1}
html.seq-on .curve .curve__l{stroke-dashoffset:1;transition:stroke-dashoffset 2.2s cubic-bezier(.45,0,.2,1)}
html.seq-on .curve .curve__l--logi{transition-delay:.35s}
html.seq-on .curve.is-on .curve__l{stroke-dashoffset:0}
html.seq-on .curve .curve__area,html.seq-on .curve .curve__tag{opacity:0;transition:opacity 1s ease 1.4s}
html.seq-on .curve.is-on .curve__area,html.seq-on .curve.is-on .curve__tag{opacity:1}
.beat--curve .b-h{font-size:84px}
.beat--curve .b-sub{margin-top:30px;line-height:1.95}
.beat--curve .b-h,.beat--curve .b-sub,.beat--curve .eyebrow{text-shadow:0 0 14px #fff,0 0 28px #fff,0 0 4px #fff}
.curve__l--sales{stroke:rgba(43,59,149,.18)}
.curve__l--logi{stroke:rgba(248,196,41,.62)}
.curve__area{fill:rgba(78,98,200,.035)}
.beat--curve .b-sub b{color:var(--navy);font-weight:700}
.stage[data-o="p"] .beat--curve .b-h{font-size:54px}
.stage[data-o="p"] .curve{top:8%;bottom:8%;height:84%}
.nomotion .beat--curve .b-h{font-size:clamp(30px,6vw,64px)}
@media (prefers-reduced-motion:reduce){.curve .curve__l{stroke-dashoffset:0!important;transition:none!important}}

/* ── 04 숫자로 보는 운영 현황 : 네 숫자 같은 크기 · 한 줄 · 행 정렬 ──
   subgrid 로 숫자 / 설명 / 집계 기준 세 줄의 시작 높이를 칸끼리 맞춘다. */
.stats{grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto auto}
.stat{display:grid;grid-row:span 3;grid-template-rows:subgrid;row-gap:0;align-content:start}
.stat__n,.stat--hero .stat__n{font-size:clamp(34px,3.1vw,50px);white-space:nowrap;letter-spacing:-.025em}
.stat--hero .stat__n{color:var(--navy)}
.stat__l{align-self:start}
.stat__s{align-self:start}
.stage[data-o="p"] .stats{grid-template-rows:auto auto auto auto auto auto}
.stage[data-o="p"] .stat__n,.stage[data-o="p"] .stat--hero .stat__n{font-size:34px}
.nomotion .stat__n,.nomotion .stat--hero .stat__n{font-size:clamp(28px,6.4vw,46px)}
@supports not (grid-template-rows:subgrid){
  .stat{display:flex;flex-direction:column}
  .stat__l{min-height:3.2em}
}

/* ── 05 허브앤스포크 : 제목이 세 줄이 되어 한 단계 줄인다 ── */
.b-h--md{font-size:46px;line-height:1.2}
.stage[data-o="p"] .b-h--md{font-size:40px}
.nomotion .b-h--md{font-size:clamp(26px,4.6vw,48px)}

/* ── 12 마지막 CTA : 노란 바탕 + 흰 글씨는 안 읽힌다 ──
   네이비 장 위의 버튼은 흰 바탕 + 네이비 글씨, 호버에서만 옐로로 켠다. */
.beat--nv .btn--fill,.beat--shot .btn--fill{background:#fff;color:var(--nv);border:1px solid #fff}
.beat--nv .btn--fill:hover,.beat--shot .btn--fill:hover{background:var(--accent);border-color:var(--accent);color:#1A1400}
.beat--nv .btn--line,.beat--shot .btn--line{border-color:rgba(255,255,255,.55);color:#fff}
.beat--nv .btn--line:hover,.beat--shot .btn--line:hover{border-color:var(--accent);color:var(--accent)}

/* ── 11 언론 썸네일 : 고해상도 교체 · 더벨/동아일보는 원본 전체가 보이게 ── */
.news__im img{image-rendering:auto}
/* 세로판 06 네트워크 — 세 센터 카드가 판 밖으로 밀려 위아래가 잘리던 것 보정 */
.stage[data-o="p"] .moveg--txt{margin-top:22px}
.stage[data-o="p"] .moveg--txt div{padding:9px 18px}
.stage[data-o="p"] .moveg--txt .l{margin-top:4px}
.stage[data-o="p"] .beat--nv .b-note{margin-top:14px}

/* ══ v8.1 (2026-09-21) 03 What DCF is 리디자인 ══
   '중구 한 건물' 대신 '패션 브랜드 전용'을 앞세운다. 의류만의 조건 네 가지를 2×2 스펙 카드로. */
.split--fx{grid-template-columns:7fr 4.4fr;gap:72px}
.split--fx .b-h{font-size:68px}
.split--fx .def{font-size:21px;line-height:1.9;max-width:34em;margin-top:22px}
.fx{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;border-top:2px solid var(--ink);max-width:880px}
.fx__i{display:grid;grid-template-rows:auto auto 1fr;gap:8px;padding:20px 26px 20px 0;border-bottom:1px solid var(--line)}
.fx__i:nth-child(odd){border-right:1px solid var(--line)}
.fx__i:nth-child(even){padding-left:26px}
.fx__k{font-family:var(--f-brand);font-size:14px;font-weight:600;letter-spacing:.24em;color:var(--navy)}
.fx__t{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}
.fx__d{font-size:17px;line-height:1.7;color:var(--ink-2);word-break:keep-all}
.split__ph--fx{position:relative;aspect-ratio:4/5}
.fx__cap{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-end;
  padding:60px 26px 22px;background:linear-gradient(180deg,transparent,rgba(10,16,36,.78));
  font-family:var(--f-brand);font-size:15px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff}
.fx__cap span{letter-spacing:.14em;color:rgba(255,255,255,.8)}
.fx__cap b{font-family:var(--f-num);font-size:30px;letter-spacing:0;color:var(--accent);margin-left:8px}
.stage[data-o="p"] .split--fx{grid-template-columns:1fr;gap:18px}
.stage[data-o="p"] .split--fx .b-h{font-size:46px}
.stage[data-o="p"] .split--fx .def{font-size:20px;margin-top:14px}
.stage[data-o="p"] .fx{margin-top:18px}
.stage[data-o="p"] .fx__i{padding:12px 12px 12px 0;gap:4px}
.stage[data-o="p"] .fx__i:nth-child(even){padding-left:12px}
.stage[data-o="p"] .fx__k{font-size:16px}
.stage[data-o="p"] .fx__t{font-size:21px}
.stage[data-o="p"] .fx__d{display:none}
.stage[data-o="p"] .split__ph--fx{aspect-ratio:16/7}
.stage[data-o="p"] .fx__cap{padding:30px 16px 12px;font-size:16px}
.nomotion .split--fx{grid-template-columns:1fr}
.nomotion .split--fx .b-h{font-size:clamp(28px,5.4vw,58px)}
@media (max-width:560px){.nomotion .fx{grid-template-columns:1fr}.nomotion .fx__i:nth-child(odd){border-right:0}.nomotion .fx__i:nth-child(even){padding-left:0}}
/* v8.1 : 05 허브 — 제목이 세 줄이 되며 위 아이브로우(Hub & Spoke)가 상단 바에 가렸다.
   도해 폭을 1040→820 으로 줄여 위아래 여백을 만든다(글자는 SVG 쪽에서 키워 가독성 유지). */
.hub{max-width:760px;margin-top:18px}
.hub + .hub__cap{margin-top:16px}

/* v8.5 · 2026-09-22 : 03 비트 오른쪽 사진 자리를 인포그래픽으로. 세로판(16/10)에서도 글자가 잘리지 않게 contain */
.split__ph--ifx{background:#F4F4F7}
.split__ph--ifx img{object-fit:contain}
/* 세로판(폰)에서는 칸이 가로로 넓고 낮아져 세로 그림이 손톱만 해진다 → 가로 그림으로 바꿔 끼운다. 사진 위 캡션은 그림을 가리므로 숨긴다 */
.split__ph--ifx .fx__cap{display:none}
.split__ph--ifx .ifx-w{display:none}
.stage[data-o="p"] .split__ph--ifx .ifx-l{display:none}
.stage[data-o="p"] .split__ph--ifx .ifx-w{display:block}
.stage[data-o="p"] .split__ph--ifx{aspect-ratio:16/9}
