@charset "UTF-8";
/* ==========================================================================
   시스템엔지니어링(주) se2u.com — page.css [상세 페이지 공통]
   style.css 뒤에 불러야 함
   ========================================================================== */

/* ── 0. 타입 계층 ────────────────────────────────────────────────────────
   상세 페이지 공통 타입 스케일 — 크기 8단 · 굵기 3종(300 본문 / 400 제목 / 500 라벨). 대문은 이 스케일 밖.
   px 직접 쓰지 말고 토큰 사용, 단을 늘리지 말 것. 예외: .sflow 와 <svg> 안 <text> 는 그림의 조판 */
:root {
  --t-display: clamp(32px, 4.4vw, 60px);  /* 페이지 제목 · 히어로 머리 */
  --t-h2:      clamp(24px, 3.0vw, 40px);  /* 섹션 제목 */
  --t-h3:      clamp(21px, 2.4vw, 28px);  /* 큰 문구 (CTA) */
  --t-h4:      19px;                      /* 항목 제목 */
  --t-lead:    17px;                      /* 리드 본문 */
  --t-body:    15px;                      /* 기본 본문 */
  --t-sm:      13px;                      /* 작은 보조 */
  --t-xs:      12px;                      /* 라벨 · 꼬리표 */
}

/* 제목 — 크기만 다르고 성질은 같습니다. 굵기는 전부 400. */
.sec__title {
  font-size: var(--t-h2);
  font-weight: 400; line-height: 1.3; letter-spacing: -.03em;
}
.sec__desc {
  font-size: var(--t-lead); font-weight: 300; line-height: 1.8;
}


/* ── 1. 페이지 머리 ───────────────────────────────────────────────────────── */
.phead {
  position: relative; overflow: hidden;      /* 영상 상자가 화면 밖으로 넘치지 않게 */
  background: var(--surface);
  margin-top: calc(var(--header-h) * -1);
  padding: calc(var(--header-h) + 104px) 0 92px;
}

/* ── 페이지 머리의 배경 영상 ─────────────────────────────────
   .chero__bg 와 같은 방식 — 자르지 않고 contain 으로 오른쪽 여백에 띄움.
   가로 중심은 GNB '연구개발 성과'(컨테이너 오른쪽 끝에서 303px)에 맞춤 — 메뉴 항목이 바뀌면 다시 잴 것.
   filter: brightness(1.1) 은 장식 아님 — 원본 바탕(청회색)을 순백으로 붙임. 내리면 네모 판이 보이고 올리면 옅은 면이 날아감 */
.phead__bg {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 100%; max-width: var(--container);
  transform: translateX(-50%);
}
.phead__video, .phead__still {
  position: absolute; top: 50%;
  /* 기준은 상자가 아니라 그림 — 도형이 프레임 오른쪽으로 87px 치우쳐 상자를 그만큼 왼쪽에 둠(303+87=390). 세로는 중앙에서 33px 아래.
     영상을 바꾸면 --phead-art-x / -y 를 다시 잴 것 */
  right: calc(var(--phead-art-x) - var(--phead-art) / 2);
  width: var(--phead-art); height: auto; aspect-ratio: 16 / 9;
  transform: translateY(calc(-50% + var(--phead-art-y)));
  filter: brightness(1.1);
  /* 가장자리를 흰 면으로 녹이는 마스크 — brightness 만으로는 오른쪽 아래가 안 하얘짐. 도형은 가운데 45% 안이라 바깥 20% 만 지움 */
  -webkit-mask-image: radial-gradient(closest-side at 47% 48%,
    #000 46%, rgba(0,0,0,.72) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
          mask-image: radial-gradient(closest-side at 47% 48%,
    #000 46%, rgba(0,0,0,.72) 72%, rgba(0,0,0,.28) 88%, transparent 100%);
}
.phead {
  --phead-art: 720px;      /* 상자 폭 */
  --phead-art-x: 360px;    /* 컨테이너 오른쪽 끝 → 상자 중심. 작을수록 오른쪽 */
  --phead-art-y: 33px;     /* 세로 중앙에서 아래로 */
}
/* ── 채용안내 머리 영상 자리 ───────────────────────────────────
   다시 자르지 말 것 — 8:9 로 자르면 블록이 날아오는 구간(x 0.18~)이 잘려 나감. 다른 장과 같은 16:9, 머리 높이 539px */
.phead--recruit {
  /* 폭 648px(사업분야 720 과 다름). 폭을 바꾸면 가로 자리도 같이 바꿀 것 — 치우침이 0.25 × 폭(720→453 · 648→435) */
  --phead-art: 648px;
  /* 397 — 사업분야 축보다 38px 오른쪽(--phead-art-x 는 오른쪽 끝 기준이라 줄이면 오른쪽으로 감). 맞추려면 435 */
  --phead-art-x: 397px;
  /* 세로 57 — 사업분야(33)와 다름. 되돌리려면 33 */
  --phead-art-y: 57px;
}
/* 이 장만 부제 글줄 폭 560px — 720 이면 블록이 날아오는 길(프레임 가로 0.18~)이 부제 위로 들어옴. 문안이 길어지거나 상자를 키우면 다시 잴 것 */
.phead--recruit .phead__desc { max-width: 560px; }

/* 이 영상만 밝기 보정·가장자리 마스크 없음 — 도형이 프레임 0.97 까지 뻗어 마스크를 걸면 오른쪽 선이 뭉개짐.
   바탕은 파일에서 미리 순백으로 처리함(README §6-7d). 영상을 새로 받으면 그 처리를 다시 해야 함 — 마스크로 대신하지 말 것 */
.phead--recruit .phead__video,
.phead--recruit .phead__still {
  filter: none;
  -webkit-mask-image: none;
          mask-image: none;
}

.phead__still { display: none; }
@media (prefers-reduced-motion: reduce) {
  .phead__video { display: none; }
  .phead__still { display: block; }
}
/* 데스크톱에는 가림막 없음(회사소개 히어로와 같음). 먹색 가림막 쓰지 말 것 */
.phead__inner { position: relative; }      /* 글이 영상 위로 */

.phead__title {
  margin: 0;
  font-size: var(--t-display);
  font-weight: 400; line-height: 1.24; letter-spacing: -.038em;
}

.phead__desc {
  /* 본문은 칸을 다 씀 — max-width 없음 */
  margin: 26px 0 0;
  font-size: var(--t-lead); font-weight: 300; line-height: 1.8; color: var(--ink-500);
}

/* 제목 첫 줄만 흐리게 — 전제 흐리게, 결론 진하게.
   같은 값이 셋 — .lede__line--dim(style.css) · .chero__dim · 여기. 같이 고칠 것. 둘째 줄을 흐리게 뒤집지 말 것.
   대비 2.45:1(AA 미달)은 알고 택한 것 — 두 줄을 갈라 보이게 하는 게 목적. 접근성 지적은 색이 아니라 무게·크기로 풀 것 */
.phead__dim { color: #A8A5A0; }

.gnb__menu a[aria-current="page"] { color: var(--accent); }
.gnb__menu a[aria-current="page"]::after { transform: scaleX(1); }

/* ── 2. 섹션 껍데기 ───────────────────────────────────────────────────────── */
.sec { padding: 132px 0; }
.sec--tight { padding: 76px 0; }
.sec--white { background: var(--surface); }
/* 앞 섹션과 바탕이 같을 때만 쓰는 경계선(현재 미사용). 색면으로 나뉘는 곳에 달면 경계가 두 겹이 됨 */
.sec--rule { border-top: 1px solid var(--line-hi); }

.sec__body { margin-top: 72px; }
.sec--tight .sec__body { margin-top: 48px; }

/* ── 3. 본문 조판 ────────────────────────────────────────────────────────── */
/* 본문은 칸을 다 씀 — max-width 없음 */
.prose { font-size: var(--t-lead); font-weight: 300; line-height: 1.8; }
.prose > * + * { margin-top: 1.4em; }
.prose h3 {
  margin-top: 2.6em; font-size: var(--t-h4); font-weight: 400;
  line-height: 1.5; letter-spacing: -.02em;
}
.prose h3 + * { margin-top: .9em; }
.prose strong { font-weight: 600; }
.prose em { font-style: normal; color: var(--teal-600); font-weight: 400; }

.prose ul > li { position: relative; padding-left: 20px; }
.prose ul > li + li { margin-top: .5em; }
.prose ul > li::before {
  content: ''; position: absolute; left: 0; top: .82em;
  width: 9px; height: 1px; background: var(--line-hi);
}
.prose ol { counter-reset: pl; }
.prose ol > li { position: relative; padding-left: 30px; counter-increment: pl; }
.prose ol > li + li { margin-top: .5em; }
.prose ol > li::before {
  content: counter(pl); position: absolute; left: 0; top: 0;
  font-size: var(--t-xs); font-weight: 500; color: var(--ink-500);
}
/* 이 변형도 칸을 다 씀(.prose 와 같음). 마크업에 prose--wide 가 남아 있어 규칙은 유지 — 폭 제한을 되살릴 자리 */
.prose--wide { max-width: none; }

/* ── 4. 정의 목록 ────────────────────────────────────────────────────────── */
.deflist { display: grid; grid-template-columns: 168px 1fr; border-top: 1px solid var(--line); }
.deflist > dt,
.deflist > dd {
  margin: 0; padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--t-body); line-height: 1.75;
}
.deflist > dt { font-weight: 400; color: var(--ink-500); }
.deflist > dd { font-weight: 300; }

/* 위아래 테두리 없는 판 — 회사소개 맨 아래 회사 개요 전용. 바로 아래 푸터 띠와 경계가 두 겹이 되지 않게 함 */
.deflist--bare { border-top: 0; }
.deflist--bare > dt:first-of-type,
.deflist--bare > dd:first-of-type { padding-top: 0; }
.deflist--bare > dt:last-of-type,
.deflist--bare > dd:last-of-type { border-bottom: 0; padding-bottom: 0; }
/* 값만 한 단 위로 — 300 → 400. 굵게(600)가 아니라 스케일에서 한 칸입니다 */
.deflist--bare > dd { font-weight: 400; }

/* ── 5. 카드 ───────────────────────────────────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 56px 40px; }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }

.card { position: relative; display: flex; flex-direction: column; padding-bottom: 26px; }

.card--ruled { padding-top: 22px; border-top: 1px solid var(--line); }
.card__eyebrow { margin: 0 0 12px; font-size: var(--t-xs); font-weight: 500; color: var(--ink-500); letter-spacing: .04em; }
.card__title { margin: 0; font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em; transition: color .18s var(--ease); }
.card__desc { margin: 12px 0 0; font-size: var(--t-body); font-weight: 300; line-height: 1.75; color: var(--ink-500); }

.card__go { position: absolute; left: 0; bottom: 0; width: 7px; height: 11px; color: var(--ink-900); opacity: 0; transform: translateX(-5px); transition: opacity .2s var(--ease), transform .2s var(--ease); }
.card__go svg { width: 100%; height: 100%; display: block; }
a.card:hover .card__title { color: var(--accent); }
a.card:hover .card__go { opacity: 1; transform: translateX(0); }

/* ── 6. 표 ────────────────────────────────────────────────────────────── */
.tablewrap { overflow-x: auto; }
.tbl { width: 100%; border-collapse: collapse; font-size: var(--t-body); }
.tbl th, .tbl td { padding: 20px 24px 20px 0; text-align: left; border-bottom: 1px solid var(--line); line-height: 1.7; }
.tbl thead th { font-weight: 500; color: var(--ink-500); font-size: var(--t-xs); letter-spacing: .04em; border-bottom-color: var(--line-hi); white-space: nowrap; }
.tbl tbody th { font-weight: 400; }
.tbl td { font-weight: 300; }

/* ── 6-2. 슬레이트 색면 보정 ─────────────────────────────────────────────────── */
.section--slate .card__title { color: #E9E7E3; }
.section--slate .card__desc,
.section--slate .card__eyebrow { color: rgba(233,231,227,.62); }
.section--slate .card--ruled { border-top-color: rgba(233,231,227,.20); }
.section--slate a.card:hover .card__title { color: #FFFFFF; }
.section--slate .card__go { color: #E9E7E3; }

.section--slate .deflist,
.section--slate .deflist > dt,
.section--slate .deflist > dd { border-color: rgba(233,231,227,.20); }
.section--slate .deflist > dt { color: rgba(233,231,227,.62); }

.section--slate .tbl th,
.section--slate .tbl td { border-bottom-color: rgba(233,231,227,.16); }
.section--slate .tbl thead th { color: rgba(233,231,227,.58); border-bottom-color: rgba(233,231,227,.32); }

.section--slate .prose em { color: #7FD3D9; }
.section--slate .prose ul > li::before { background: rgba(233,231,227,.38); }
.section--slate .prose ol > li::before { color: rgba(233,231,227,.62); }

/* ── 7. 마무리 전환 ───────────────────────────────────────────────────────── */
.cta {
  background: linear-gradient(100deg,
    #229741 0%, #248A5C 30%, #267F6F 50%, #257780 70%, #28699D 100%);
  padding: 116px 0; text-align: center; color: #FFFFFF;
}
.cta__text {
  margin: 0;
  font-size: var(--t-h3); font-weight: 400;
  line-height: 1.4; letter-spacing: -.025em;
}
.cta__lead { color: rgba(255,255,255,.72); }
.cta__actions { display: flex; justify-content: center; gap: 12px; margin-top: 40px; flex-wrap: wrap; }

.cta__btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 50px; padding: 0 26px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 0;
  font-size: var(--t-body); font-weight: 400; color: #FFFFFF;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.cta__btn:hover { background: rgba(255,255,255,.14); border-color: #FFFFFF; }
.cta__btn--solid { background: #FFFFFF; color: var(--ink-900); border-color: #FFFFFF; }
.cta__btn--solid:hover { background: rgba(255,255,255,.86); }
.cta__btn svg { width: 7px; height: 11px; flex: 0 0 auto; }

/* ── 8. 반응형 ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  /* 761~1024 에서도 영상을 글 위 띠(240px)로 내림 — 옆에 두면 도형이 부제 뒤로 들어가 대비 1.4:1 까지 떨어짐.
     ≤760 규칙과 같은 모양, 값만 다름. recruitment.html 의 <source media> max-width: 1024px 와 한 벌 — 같이 고칠 것 */
  .phead--recruit {
    display: flex; flex-direction: column;
    padding: var(--header-h) 0 68px;
  }
  .phead--recruit .phead__bg {
    position: static; transform: none;
    width: 100%; max-width: none; height: 240px; margin: 0 0 40px;
  }
  .phead--recruit .phead__video,
  .phead--recruit .phead__still {
    position: static; right: auto; top: auto; transform: none;
    width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto;
    -webkit-mask-image: none; mask-image: none;
  }
  .phead--recruit .phead__still { display: none; }
  .phead--recruit .phead__video { display: block; }
  .sec { padding: 100px 0; }
  .sec--tight { padding: 72px 0; }
  .cta { padding: 92px 0; }
  .phead { padding: calc(var(--header-h) + 74px) 0 68px; }
  .sec__body { margin-top: 56px; }
  .block { margin-top: 88px; }
  .creed + .fig { margin-top: 52px; }
  .fig + .creed { margin-top: 88px; }
  .fig__title { font-size: 21px; margin-bottom: 22px; }
  .block__title { margin-bottom: 34px; }
  .cards { gap: 44px 32px; }
}
@media (max-width: 760px) {
  .sec { padding: 76px 0; }
  .sec--tight { padding: 60px 0; }
  .cta { padding: 72px 0; }
  .phead { padding: calc(var(--header-h) + 56px) 0 52px; }
  /* 좁으면 글이 영상 위에 얹히므로 한 겹 더 죽임. 움직임이 안 보이므로 영상 대신 포스터(100KB) 사용 — 되돌리려면 아래 두 줄 삭제 */
  /* 좁은 화면에서는 영상이 글 앞(위)에 옴 — .phead 를 세로 flex 로 바꾸고 .phead__bg 가 첫 자식. 마크업 순서 바꾸지 말 것.
     상자는 .wrap 밖이라 화면 끝까지 잘라 채움. 밝기 보정 유지, 가장자리 마스크는 끔.
     영상은 <source media> 가 가벼운 판(hero-business-sm.mp4)으로 갈아 줌 */
  .phead {
    display: flex; flex-direction: column;
    padding: var(--header-h) 0 52px;
  }
  .phead__bg {
    position: static; transform: none; opacity: 1;
    width: 100%; max-width: none; height: 220px; margin: 0 0 34px;
  }
  .phead__video, .phead__still {
    position: static; width: 100%; height: 100%;
    right: auto; top: auto; transform: none;
    object-fit: cover; aspect-ratio: auto;
    -webkit-mask-image: none; mask-image: none;
  }
  .phead__still { display: none; }
  .phead__video { display: block; }
  .phead__desc { margin-top: 20px; }
  .sec__body { margin-top: 40px; }
  .block { margin-top: 64px; }
  .creed + .fig { margin-top: 40px; }
  .fig + .creed { margin-top: 68px; }
  .fig__title { font-size: 19px; margin-bottom: 18px; }
  .mission > dd + dt { margin-top: 40px; }
  .block__title { margin-bottom: 26px; }
  .cards, .cards--2, .cards--3 { grid-template-columns: 1fr; gap: 40px; }
  .bizlist__cards { gap: 16px; }

  .deflist { grid-template-columns: 1fr; }
  .deflist > dt { padding-bottom: 0; border-bottom: 0; }
  .deflist > dd { padding-top: 4px; }
  .prose { font-size: 16px; }  /* 좁은 화면에서만 한 단 내림 */
  .cta__actions { flex-direction: column; align-items: stretch; }
}

/* ── 9-1. 페이지 머리 버튼 ──────────────────────────────────────────────────── */
.phead__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.phead__btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 50px; padding: 0 26px;
  border: 1px solid var(--line-hi); font-size: var(--t-body); font-weight: 400;
  transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);
}
.phead__btn:hover { border-color: var(--ink-900); }

.phead__btn--teal { background: var(--teal-600); border-color: var(--teal-600); color: #FFFFFF; }
.phead__btn--teal:hover { background: #0E555C; border-color: #0E555C; }
/* 버튼 안 SELab.AI 마크 — .hero__btn-mark 와 같은 값. 비율 82:96 유지(정사각이면 눌림) */
.phead__btn-mark { width: 14px; height: 16px; flex: 0 0 auto; }
.phead__btn svg { width: 7px; height: 11px; flex: 0 0 auto; }
.phead__btn .ext { width: 12px; height: 12px; }

.sec__eyebrow {
  margin: 0 0 16px;

  font-size: var(--t-xs); font-weight: 500; color: var(--ink-500); letter-spacing: .04em;
}
.section--slate .sec__eyebrow { color: rgba(233,231,227,.62); }

/* sec__eyebrow 가 h3 로 쓰인 경우만(selab.html '구성 모듈'). 위만 벌려 앞 문단의 꼬리처럼 읽히지 않게 함 — §7-4 리듬 */
h3.sec__eyebrow { margin-top: 56px; }

/* ── 9-1b. 회사소개 히어로 ──────────────────────────────────────────────────── */
.chero {
  position: relative; overflow: hidden;
  background: var(--surface);

  margin-top: calc(var(--header-h) * -1);
  padding: calc(var(--header-h) + 96px) 0 96px;
}

.chero__bg { position: absolute; top: 0; left: 0; right: 0; height: 700px; }
.chero__video, .chero__still {
  position: absolute; inset: 0; width: 100%; height: 100%;

  object-fit: contain;

  /* translate 의 % 는 영상 상자(1440×700) 기준이고 scale 이 곱해짐 — 세로 -8% ≈ 화면 -32px */
  /* 마지막 translateX(69px) 는 scale(.58) 이 곱해져 화면에서 오른쪽 40px — 폭과 무관하게 고정이라 % 와 따로 둠 */
  transform: scale(.58) translate(37%, -8%) translateX(69px);
}

.chero__still { display: none; }
@media (prefers-reduced-motion: reduce) {
  .chero__video { display: none; }
  .chero__still { display: block; }
}

/* 데스크톱에는 흰색 가림막이 없습니다 — 760 이하에만 있습니다. README §1-4 */

.chero__inner { position: relative; }
.chero__lead {
  margin: 0; max-width: 940px;

  font-size: var(--t-display); font-weight: 400;
  line-height: 1.28; letter-spacing: -.04em;
}

/* 히어로 첫 줄만 흐리게 — 전제 흐리게, 결론 진하게.
   같은 값이 셋 — .lede__line--dim(style.css) · 여기 · .phead__dim. 같이 고칠 것.
   대비 2.45:1(AA 미달)은 알고 택한 것 — 두 줄을 갈라 보이게 하는 게 목적 */
.chero__dim { color: #A8A5A0; }

/* 히어로 서두 — 회사명. <h1> 안이지만 큰 글씨에서 빠짐. 크기는 .chero__body 와 같은 --t-lead(새 단 없음).
   아래 여백은 em — px 면 좁은 화면에서 벌어져 보임. 자간은 되돌림 — .chero__lead 의 -.04em 은 60px 용 */
.chero__pre {
  display: block; margin: 0 0 1.1em;
  font-size: var(--t-lead); font-weight: 400; line-height: 1.5;
  letter-spacing: -.01em; color: var(--ink-500);
}

.chero__body {
  /* 본문 폭 제한을 여기만 남김 — 오른쪽 3D 오브젝트 위로 글줄이 올라감. 넓히려면 그림을 먼저 옮기거나 줄일 것 */
  margin: 44px 0 0; max-width: 760px;
  font-size: var(--t-lead); font-weight: 300; line-height: 1.8; color: var(--ink-500);
}
.chero__body em { font-style: normal; color: var(--teal-600); font-weight: 400; }

/* 제목 없이 표만 있는 섹션 — 섹션 머리가 없으므로 위 여백을 두지 않습니다 */
.sec__body--flush { margin-top: 0; }


/* ── 9-2. 형식 바로가기 — 아이콘 메뉴 (상단 고정) ─────────────────
   모양 둘 — 제자리(세로, 그림 104px) / .is-stuck(가로 띠, 그림 30px). 전환은 js/main.js §9 가 .is-stuck 을 붙였다 뗌.
   모양 전환은 일부러 즉시(flex-direction 은 전환 불가). <nav> 는 <main> 직계여야 함(sticky 가 부모 밖으로 못 나감). 바탕은 불투명 흰 면.
   격자에 gap 넣지 말 것 — 틈이 링크 밖이라 커서가 깜빡임. 여백은 칸 안쪽 padding 으로(.step6 과 같은 방식, 위선 2px --line-hi 도 같은 값).
   아이콘은 대문 .biz-card__art img 와 같은 파일·같은 필터 — 한쪽만 바꾸면 두 페이지에서 색이 달라짐. 원본 SVG 손대지 말 것 */
/* 눈금과 자리표시자 — 안 보이지만 필수. js/main.js §9
   순서 고정: spacer → nav → sentinel. 눈금이 메뉴 뒤에 있어야 메뉴가 다 올라간 뒤 띠로 바뀜. sentinel 높이 0.
   spacer 높이는 JS 가 넣음 — 없으면 붙는 순간 아래 내용이 튀어 오름. spacer 바탕 흰 면은 페이지 머리의 흰 면을 이어받기 위함 */
.bizmenu__sentinel { height: 0; }
.bizmenu__spacer { height: 0; background: var(--surface); }
.bizmenu__end { height: 0; }     /* 띠가 사라지는 지점 — `이런 산업과 함께합니다` 바로 앞 */

.bizmenu { background: var(--surface); }

/* position: fixed — sticky 면 붙을 때 자기 상자가 줄어 아래가 따라 올라옴. 빈자리는 .bizmenu__spacer 가 채움 */
.bizmenu.is-stuck {
  position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 40;
  transition: top .38s var(--ease);
}
.gnb--hidden ~ main .bizmenu.is-stuck { top: 0; }

/* '이런 산업과 함께합니다' 부터는 띠를 감춤(형식 메뉴가 따라다닐 자리가 아님). .is-stuck 과 함께일 때만 — 제자리 메뉴는 안 사라짐.
     visibility 까지 꺼야 안 보이는 띠가 클릭을 먹지 않음 */
.bizmenu.is-stuck.is-gone {
  opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none;
}
.bizmenu.is-stuck {
  transition: top .38s var(--ease), opacity .28s var(--ease),
              transform .28s var(--ease), visibility .28s var(--ease);
  /* 등장은 keyframes — 붙는 순간 opacity 1→1 이라 transition 이 걸릴 값이 없음. fill-mode both 쓰지 말 것(.is-gone 전환이 막힘).
     값(-8px)은 사라질 때와 짝 — 더 크면 헤더 뒤로 띠가 비침 */
  animation: bizmenu-drop .3s var(--ease);
}
@keyframes bizmenu-drop {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .bizmenu.is-stuck { animation: none; }
}
@media (prefers-reduced-motion: reduce) { .bizmenu.is-stuck { transition: none; } }

.bizmenu__list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }   /* gap 없음 — 위 주석 */
/* minmax(0,1fr) 필수 — 1fr 만 쓰면 영문 한 단어(Subscription)가 칸 최소 폭이 되어 좁은 화면에서 다섯째 칸이 밀려남 */

/* 가운데 정렬 — 왼쪽으로 바꾸지 말 것. 칸 사이는 좌우 padding(격자 gap 은 커서 깜빡임) */
/* 선은 칸 아래 — 위에 두면 첫 행 위선과 두 줄로 겹침. 굵기 2px --line-hi 는 .step6 과 같은 값. hover 도 아래선이 진해짐 */
.bizmenu__item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 0 12px 24px;
  border-bottom: 2px solid var(--line-hi);
  transition: border-color .18s var(--ease);
}
.bizmenu__item:hover { border-bottom-color: var(--ink-900); }

.bizmenu__art { display: block; flex: 0 0 auto; width: 104px; height: 104px; margin: 0 0 12px; }
.bizmenu__art img {
  width: 100%; height: 100%;
  filter: grayscale(1) brightness(.28);          /* 대문 .biz-card__art img 와 같은 값 */
  transition: filter .25s var(--ease);
}
.bizmenu__item:hover .bizmenu__art img { filter: grayscale(1) brightness(0); }

/* 칸마다 그림 둘 — 제자리용(--lg)과 띠용(--sm), 한 번에 하나만 보임. 작은 크기용 그림이 오면 business.html 의 --sm src 만 바꿈(README §8-3c) */
.bizmenu__art--sm { display: none; }
.bizmenu.is-stuck .bizmenu__art--lg { display: none; }
.bizmenu.is-stuck .bizmenu__art--sm { display: block; }

.bizmenu__label {
  font-size: var(--t-body); font-weight: 400; letter-spacing: -.015em;
  line-height: 1.4; color: var(--ink-500);
  transition: color .18s var(--ease);
}
.bizmenu__item:hover .bizmenu__label { color: var(--ink-900); }

/* ── 붙었을 때 — 가로 [그림][글자] 띠 ────────────────────────────────── */
.bizmenu.is-stuck { border-bottom: 1px solid var(--line); }

/* 위선 없음 — 띠에서 칸마다 선이 있으면 마우스 자리 표시처럼 읽힘. 아래 밑줄 하나가 그 일을 함 */
/* 띠의 hover 는 칸 아래 전체를 지나는 검은 선 — 글자 밑에만 긋지 말 것. 평소에도 같은 굵기의 투명 선이 있어 칸 높이가 안 변함 */
.bizmenu.is-stuck .bizmenu__item {
  flex-direction: row; align-items: center; justify-content: center; text-align: left;
  padding: 14px 10px 14px;
  border-bottom-color: transparent;   /* 제자리의 아래선은 띠에서 감춥니다 — hover·현재 위치일 때만 켜집니다 */
}
.bizmenu.is-stuck .bizmenu__item:hover,
/* 지나가고 있는 형식 — js/main.js §9 가 붙임. hover 와 같은 표시. 제자리(세로) 메뉴에는 걸지 않음 */
.bizmenu.is-stuck .bizmenu__item[aria-current="true"] { border-bottom-color: var(--ink-900); }
.bizmenu.is-stuck .bizmenu__item[aria-current="true"] .bizmenu__label { color: var(--ink-900); }
.bizmenu.is-stuck .bizmenu__item[aria-current="true"] .bizmenu__art img { filter: grayscale(1) brightness(0); }
.bizmenu.is-stuck .bizmenu__art { width: 30px; height: 30px; margin: 0 11px 0 0; }

/* 띠에서만 선을 부풀림 — 필터 정의는 business.html 맨 위 숨은 <svg>. 30px 로 줄이면 선이 0.3px 이라 뭉개짐.
     제자리(104px)에는 걸지 말 것 — 부풀리면 뭉툭해짐 */
/* 굵기 보정 필터(url(#bizmenu-crisp))는 뺌 — 띠가 작은 크기용 그림(art-*-sm.svg)을 보게 되어 불필요. 되돌리려면 아래 두 줄 앞에 되살림 */
.bizmenu.is-stuck .bizmenu__art img { filter: grayscale(1) brightness(.24); }
.bizmenu.is-stuck .bizmenu__item:hover .bizmenu__art img { filter: grayscale(1) brightness(0); }

/* 메뉴 바로 아래 섹션 — 위 여백 줄임. 아이콘 메뉴가 이 섹션의 머리라 132px 그대로면 딴 섹션처럼 읽힘. 아래 여백(132px)은 그대로 */
.sec--undermenu { padding-top: 48px; }
/* 머리(.phead) 바로 아래 흰 섹션이 이어질 때(채용안내). 92 + 12 = 부제→본문 104px — phead--board 와 같은 걸음이어야 페이지 이동 시 안 튐 */
.sec--underhead { padding-top: 12px; }

/* '이런 산업과 함께합니다' 는 --paper 위, 푸터 바로 위. --bg 로 내리지 말 것 — 푸터와 같은 값이 되어 바닥이 안 내려앉음(§7-3).
   카드 위선은 --line-hi(--line 은 이 바탕에서 안 보임). 흰 면 위 카드는 --line 그대로 */
/* 대상 산업 다섯 칸은 면이 있는 칸 — 바탕이 --paper 라 흰 면으로 올라감(형식 영역 컨설팅 4칸은 반대). 섹션 바탕을 바꾸면 칸 색도 뒤집을 것(§7-3).
   위쪽 3px 선 + 면 — .card--ruled 의 1px 선을 덮음. 칸 사이 24px */
#industry .cards--3 { gap: 24px; }

/* 칸의 그림 — 산업군 라벨과 제목 사이. 왼쪽 정렬(object-position: left) — 글과 같은 기준선. 필터는 형식 아이콘과 같은 값(원본이 주황).
   96px 에서 화판 200 기준 선 4px ≈ 화면 1.9px — 새로 그릴 때 이 굵기 유지 */
/* 칸의 그림 — 산업군 라벨과 제목 사이. 칸마다 1~3장이라 한 장을 76×76 고정 상자로 나란히 놓음(세 장 248px — 가장 좁은 칸에 들어감). 키우면 넘침.
   파일은 288×288 정사각·투명 배경 — contain 으로 담으면 배율이 같아짐. 한 장뿐인 칸도 .card__arts 로 감쌀 것.
   필터 없음(원본 초록 액센트 유지) — 형식 아이콘(.bizmenu__art)의 grayscale 값을 여기로 옮기지 말 것 */
#industry .card__arts { display: flex; align-items: center; gap: 10px; margin: 6px 0 14px; }
#industry .card__art {
  display: block; flex: 0 0 auto;
  width: 76px; height: 76px;
  object-fit: contain; object-position: center;
}

#industry .card--ruled {
  background: var(--surface);
  border-top: 3px solid var(--line-hi);
  padding: 24px 22px 28px;
}

/* 다섯 칸 높이를 모두 같게 — grid-auto-rows: 1fr. 짧은 칸은 구분선·태그 칩을 바닥으로 내림(margin-top: auto).
     목록 아래 여백 20px 과 짝 — 하나만 지우면 가장 키 큰 칸에서 선이 글에 달라붙음 */
#industry .cards--3 { grid-auto-rows: 1fr; }
#industry .card__list { margin-bottom: 20px; }
#industry .card__rule { margin-top: auto; }

/* 붙박이 띠(약 60px)가 앵커 위를 덮으므로 그만큼 더 비웁니다 */
.sec[id] { scroll-margin-top: calc(var(--header-h) + 92px); }

/* ── 9-3. 큰 진술문 ──────────────────────────────────────────────────────── */
/* 폭 제한 없음 — 컨테이너(1280) 전체를 씁니다. 중간에서 줄이 꺾이지 않게. */
.creed { max-width: none; }
.creed p {
  margin: 0;
  /* 히어로 본문(.chero__body)과 같은 단입니다 — 둘 다 --t-lead. */
  font-size: var(--t-lead); font-weight: 300;
  line-height: 1.8;
}
.creed p + p { margin-top: 1.15em; }

.creed--lead p:first-child { color: var(--ink-500); }   /* 도입 문단만 한 톤 낮춥니다 */

/* 주장 문단 → 받치는 도식 → 다음 주장. 문단 뒤 도식은 가깝게(52), 도식 뒤 문단은 멀게(92) — 같으면 도식이 어느 문단 것인지 안 보임 */
.creed + .fig { margin-top: 68px; }
.fig + .creed { margin-top: 112px; }
.creed + .creed { margin-top: 1.15em; }
.creed em { font-style: normal; color: var(--teal-600); }   /* 청록은 SELab.AI 전용 */

/* ── 9-3b. 한 덩어리 안의 하위 블록 ──────────────────────────────────────── */
/* 새 섹션 아님 — 바탕색을 바꾸거나 <section> 으로 빼지 말 것. 제목은 h3(--t-h3) */
.block { margin-top: 112px; }
.block__title {
  margin: 0 0 44px;
  font-size: var(--t-h3); font-weight: 400; line-height: 1.4; letter-spacing: -.025em;
}

/* ── 9-4. 도식 래퍼 ──────────────────────────────────────────────────────── */
.fig { margin: 0; }
/* 도식 제목 — 아래 그림과 28px, 위 문단과 68px. 24px 는 --t-h3(28)과 --t-h4(19) 사이 */
.fig__title {
  margin: 0 0 28px;
  font-size: 24px; font-weight: 400; line-height: 1.4; letter-spacing: -.025em;
  color: var(--ink-900);
}
.fig__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
/* 폭 제한 없음 — 컨테이너(1280) 전체. 회사소개 설득용 도식 한 곳에서만 씁니다. */
.fig__svg { display: block; width: 100%; height: auto; margin: 0; }
.fig__cap {
  margin: 26px 0 0;
  font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500);
  text-align: left;
}

/* ── 9-4b. 우리가 하는 일 — 벤토 + 아이콘 ───────────────────────────────── */
/* 배치는 벤토(01 이 두 줄). 격자는 설득용 도식 2단과 같은 3칸·간격 24, 흰 면 + 위쪽 3px 선 — 실선 격자·테두리 상자로 바꾸지 말 것.
   청록 위쪽 선은 01 에만(청록은 SELab.AI 전용). 아이콘은 stroke 만(fill 없음) */
.works {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(272px, auto);
  gap: 24px;
}
.works__item {
  display: flex; flex-direction: column;
  padding: 24px 22px 28px;
  /* 섹션 바탕이 --bg 라 칸은 흰 면. 섹션을 흰 면으로 바꾸면 칸은 --paper 로 뒤집을 것 — 바탕보다 한 단 다르게 */
  background: var(--surface);
  border-top: 3px solid var(--line-hi);
}
/* 01 은 한 단 내려서 나머지 넷과도 구분됩니다 */
.works__item--tall { grid-row: span 2; background: var(--paper); border-top-color: var(--teal-500); }

.works__no {
  font-size: var(--t-sm); font-weight: 500; letter-spacing: .04em; color: var(--ink-500);
}
/* 그림 다섯 장 모두 140×140 정사각 캔버스 — 높이만 정하면 배율·왼쪽 기준선이 맞음. 캔버스가 제각각이 되면 무너짐 */
/* 그림과 글 사이 최소 간격 — 남는 높이는 제목의 margin-top: auto 가 더 벌림 */
.works__art { display: block; width: 100%; height: 120px; margin: 5px 0 12px; }
/* 그림은 svg/ 폴더의 외부 파일. <img> 는 상자에 맞춰 늘어나므로 contain + 왼쪽 정렬 필요 */
img.works__art { object-fit: contain; object-position: left center; }
/* 01 만 크게 — 크기 차이가 '이게 중심'이라고 말합니다 */
/* 01 만 크게 — 고정 높이(flex 로 두면 칸 폭까지 부풀어 너무 커짐). 여기만 가운데 정렬 */
.works__item--tall .works__art {
  /* 192px — 나머지 넷(120px)의 1.6배 */
  height: 192px;
  /* 위아래 auto — 그림은 가운데, 제목은 바닥. 이 칸만 제목의 auto 를 끔(둘 다 auto 면 3등분됨) */
  margin: auto 0;
  object-position: center;
}
.works__item--tall .works__title { margin-top: 0; }

/* margin-top: auto — 제목·설명을 칸 바닥으로 내려 남는 높이를 그림과 글 사이로 보냄. 760 이하에서는 저절로 꺼짐 */
.works__title {
  margin: auto 0 0;
  font-size: var(--t-lead); font-weight: 400; line-height: 1.55; letter-spacing: -.015em;
  color: var(--ink-900); text-wrap: pretty;
}
.works__item--tall .works__title { font-size: var(--t-h4); }
.works__note {
  margin: 10px 0 0;
  font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500);
}

/* ── 9-5. 항목 나열 ──────────────────────────────────────────────────────── */
.numlist { counter-reset: nl; border-top: 1px solid var(--line); }
.numlist > li {
  display: grid; grid-template-columns: 56px 1fr; align-items: start; gap: 0 8px;
  padding: 26px 0; border-bottom: 1px solid var(--line);
  counter-increment: nl;
}
.numlist > li::before {
  content: counter(nl, decimal-leading-zero);
  font-size: var(--t-xs); font-weight: 500; color: var(--ink-500);
  letter-spacing: .04em; padding-top: .45em;
}
.numlist__title { margin: 0; font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em; }
.numlist__desc { margin: 8px 0 0; font-size: var(--t-body); font-weight: 300; line-height: 1.75; color: var(--ink-500); }
/* 도입 절차와 문의 — 04단계 아래 `문의하기` 단추 + 전화·메일 보조 안내 */
.contact-flow__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 40px; }
.contact-flow__note { margin: 0; font-size: var(--t-body); font-weight: 300; line-height: 1.7; color: rgba(233,231,227,.62); }
.contact-flow__note a { color: #E9E7E3; }
.contact-flow__note a:hover { color: #FFFFFF; }
/* 슬레이트 면 위 단추의 hover — 선택자에 .section--slate 를 붙여야 §9-13 보다 특이도가 높아 글자색이 바뀜(안 붙이면 흰 바탕에 흰 글자) */
.section--slate .phead__btn--on-dark:hover { background: #FFFFFF; border-color: #FFFFFF; color: var(--ink-900); }

/* ── 9-4b. 연구개발 성과 — 머리와 게시판이 한 덩어리 (`phead--board`) ──
   notice.html 한 곳에만 붙음. <section> 하나 — 머리와 본문을 색면으로 나누면 제목과 목록이 떨어져 보임. 아래 여백은 .sec 와 같은 132px.
   간격은 점점 좁아짐 — 부제→갈래 / 갈래→목록 / 글줄 사이(§7-4). 부제→갈래가 가장 넓어야 함(읽는 것→고르는 것) */
.phead--board { padding-bottom: 132px; }
/* 부제 → 목록 간격 — 갈래 상자가 오른쪽에 있어 왼쪽이 비어 보이므로 실제 걸음을 약 100px 로 줄임. 상자를 왼쪽으로 옮기면 72 / 46 으로 되돌릴 것 */
.phead--board .filterbar { margin-top: 50px; }
.phead--board .postlist { margin-top: 18px; }
/* 갈래 상자의 오른쪽 끝을 **목록 가로줄 끝**에 맞춥니다(줄이 20px 밖으로 나갔으므로). */
.phead--board .filterbar { margin-right: -20px; }

/* ── 9-4d. 제휴문의 — 머리와 폼이 한 덩어리 (`phead--form`) ──────
   partnership.html 한 곳에만 붙음. phead--board 와 같은 규칙 — <section> 하나 · 머리 이미지 없음 · 흰 바탕. 아래 여백 132px.
   부제 → 폼 72px 가 가장 넓음(읽는 것→쓰는 것). .form__hint 는 폼의 머리라 13px — 키우면 부제가 둘로 보임. 오른쪽 끝 정렬 — 왼쪽이면 첫 입력칸 이름표처럼 읽힘 */
.phead--form { padding-bottom: 132px; }
.phead--form .split { margin-top: 72px; }
.form__hint { margin: 0 0 26px; text-align: right; font-size: var(--t-sm); font-weight: 300; color: var(--ink-500); }

/* ── 9-4c. 연구개발 성과 · 글 보기 (`phead--post`) ──────────────
   notice-view.html 한 곳에만 붙음. 목록(phead--board)과 같은 규칙 — 이미지·색면 더하지 말 것.
   머리 짜임은 목록 한 건과 같음 — .postlist__tag · .postlist__cat 재사용, 새로 만들지 말 것. 글줄 폭 760px(한 줄 60자 이내) */
.phead--post { padding-bottom: 132px; }
/* 아래에 폼이 바로 붙는 자리(채용안내 자리 보기). 96 + 폼 위 40 = 136px — 색면이 바뀌는 자리라 갈리면서 이어짐 */
.phead--job { padding-bottom: 96px; }

.postview__back { margin: 0 0 40px; font-size: var(--t-sm); }
.postview__back a { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-500); transition: color .18s var(--ease); }
.postview__back a:hover { color: var(--ink-900); }
.postview__back svg { width: 7px; height: 11px; flex: 0 0 auto; }
/* 글자 없이 화살표만 두는 판 — 화살표를 3배로 키웁니다(7×11 → 21×33) */
.postview__back--icon svg { width: 21px; height: 33px; }

.postview__meta {
  display: flex; align-items: center; gap: 12px; margin: 0;
  font-size: var(--t-xs); font-weight: 500; letter-spacing: .04em;
  color: var(--ink-500); white-space: nowrap;
}
.postview__count { color: var(--line-hi); }
.postview__title {
  /* 제목도 칸을 다 씀 — max-width 없음 */
  margin: 16px 0 0;
  font-size: var(--t-h2); font-weight: 400; line-height: 1.32; letter-spacing: -.03em;
}
.phead--post .postlist__cat { margin-top: 14px; }

/* 채용안내 자리 보기 전용 — 제목 줄 오른쪽 '지원하기'. notice-view.html 에는 안 붙음 */
.postview__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
/* 폭을 넉넉히 — 글자에 딱 맞추면 제목 옆에서 눈에 안 들어옴. 글자는 가운데 */
.postview__apply { flex: 0 0 auto; min-width: 240px; justify-content: center; }

/* 본문 — 게시판이 채웁니다. 클래스 없는 태그가 그대로 그려져야 합니다. */
.postview__body {
  /* 본문은 칸을 다 씀 — max-width 없음 */
  margin: 56px 0 0;
  padding-top: 40px; border-top: 1px solid var(--line);
  font-size: var(--t-lead); font-weight: 300; line-height: 1.85; color: var(--ink-900);
}
/* 공고는 폭을 묶지 않음 — 항목 나열이라 760px 에 묶으면 한 항목이 두 줄로 접힘. notice-view.html(문단 글)에는 붙이지 말 것 */
.postview__body--wide { max-width: none; }

.postview__body > * + * { margin-top: 1.1em; }
/* ⚠ 연구개발 성과 글은 본문이 `.postview__rich` 로 한 겹 더 싸여 있습니다(머리 줄과 나란히 놓으려고).
   이 줄이 없으면 그 안쪽 문단이 서로 달라붙습니다 */
.postview__rich > * + * { margin-top: 1.1em; }
.postview__body h2 { font-size: var(--t-h4); font-weight: 400; margin-top: 2em; }
.postview__body h3 { font-size: var(--t-lead); font-weight: 400; margin-top: 1.8em; }
/* style.css 의 ul,ol { list-style:none } 을 여기서만 되살림 — 게시판 본문은 클래스 없는 태그가 그대로 들어옴 */
.postview__body ul { list-style: disc; padding-left: 1.1em; }
.postview__body ol { list-style: decimal; padding-left: 1.4em; }
.postview__body li::marker { color: var(--line-hi); }
.postview__body li + li { margin-top: .4em; }
.postview__body img { display: block; max-width: 100%; height: auto; }
.postview__body a { color: var(--teal-600); text-decoration: underline; text-underline-offset: 3px; }
/* ⚠ 용어 설명(.term)은 링크가 아니라 말풍선입니다 — 본문 링크 모양(틸색·실선)을 물려받으면
   다른 장과 기능이 달라 보입니다. style.css §6-6 의 점선 밑줄을 여기서 되살립니다 */
.postview__body a.term {
  color: inherit;
  text-decoration-style: dotted; text-decoration-color: var(--line-hi); text-underline-offset: .18em;
}
.postview__body a.term:hover, .postview__body a.term:focus-visible { text-decoration-color: var(--ink-900); }

/* 발표자·소속기관 같은 짧은 항목 — 표가 아니라 두 칸 목록입니다. */
.postview__fields { display: grid; grid-template-columns: 108px 1fr; gap: 10px 20px; margin: 0; }
.postview__fields dt { font-size: var(--t-sm); font-weight: 400; color: var(--ink-500); }
.postview__fields dd { margin: 0; font-size: var(--t-body); font-weight: 300; }

/* 첨부파일 — 본문 가름줄 바로 아래 오른쪽. 글자 크기는 `#제주도 워크숍`(.postlist__cat) 과 같은 --t-sm */
.postfiles {
  position: relative; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px;
  font-size: var(--t-sm); font-weight: 400; color: var(--ink-500);
}
.postfiles__clip { width: 14px; height: 14px; flex: 0 0 auto; }
.postfiles__colon { margin-left: -2px; }
.postfiles a { color: var(--teal-600); text-decoration: underline; text-underline-offset: 3px; }
.postfiles__size { color: var(--ink-500); }

/* 여러 개일 때 `+n` — 누르면 아래로 목록이 열립니다(<details>, 자바스크립트 없이 동작) */
.postfiles__more > summary {
  list-style: none; cursor: pointer; user-select: none;
  padding: 1px 7px; border: 1px solid var(--line-hi); border-radius: 999px;
  color: var(--ink-900); font-size: var(--t-xs);
  transition: border-color .18s var(--ease), background .18s var(--ease);
}
.postfiles__more > summary::-webkit-details-marker { display: none; }
.postfiles__more > summary:hover { border-color: var(--ink-900); background: var(--surface-hi); }
.postfiles__list {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 5;
  min-width: 220px; max-width: min(420px, 80vw); margin: 0; padding: 8px 0;
  list-style: none; background: var(--surface); border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(23,24,26,.10);
}
.postfiles__list li { display: flex; align-items: baseline; gap: 8px; padding: 7px 14px; }

/* 이전·다음 글 — 목록과 달리 **방향이 먼저** 읽혀야 합니다. */
/* [2026-09-08 고객 지시] 폭 제한(760px)을 뺐습니다 */
.postnav { margin: 64px 0 0; border-top: 1px solid var(--line); }
.postnav__item {
  display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: baseline;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.postnav__dir { font-size: var(--t-xs); font-weight: 500; letter-spacing: .04em; color: var(--ink-500); white-space: nowrap; }
.postnav__title { font-size: var(--t-body); font-weight: 400; color: var(--ink-900); transition: color .18s var(--ease); }
a.postnav__item:hover .postnav__title { color: var(--teal-600); }

.postview__tolist { margin: 48px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
/* 채용안내 자리 보기에서만 오른쪽 끝. 연구개발 성과는 왼쪽 */
.postview__tolist--end { justify-content: flex-end; }

/* ── 9-5a. SELab.AI 페이지 머리의 그물망 (`phead--mesh`) ────────
   그림 파일 아님 — 빈 <svg id="heroMesh"> 에 js/main.js §10 이 그림(제품 사이트 selab.ai 코드 그대로).
   selab.html 한 곳에만 붙음 — 맨 .phead 에 배경 얹지 말 것. opacity .72 는 제품 사이트와 같은 값.
   pointer-events: none 없으면 버튼 클릭이 막힘. ::after 가 글자리 가림막, .wrap 의 z-index: 1 필요. 글로우는 22%(제품 사이트 50% 옮겨 오지 말 것).
   영상과 함께 쓰지 말 것 — 같은 자리를 다툼 */
.phead--mesh { position: relative; overflow: hidden; }
.phead__mesh {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden; pointer-events: none;
  opacity: .72;                                   /* ⚠ 제품 사이트와 같은 값 */
}
.phead__mesh svg { display: block; width: 100%; height: 100%; }
/* 글자리 가림막 — 마디가 글자 획과 겹치지 않게 왼쪽만 덮음 */
.phead--mesh::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  /* 값은 30% 낮춘 것(.67 · .60 · .21) — 무늬가 제목 뒤로 은근히 비치게 함 */
  background: radial-gradient(120% 90% at 22% 52%,
    rgba(255,255,255,.67) 0%, rgba(255,255,255,.60) 34%,
    rgba(255,255,255,.21) 66%, rgba(255,255,255,0) 100%);
}
.phead--mesh .wrap { position: relative; z-index: 2; }

/* 가림막을 낮춘 대가 — 리드가 --ink-500 으로는 AA(4.5:1) 미달이라 #5F5D58 로 내림. 회색을 밝히려면 가림막부터 올릴 것.
   이 페이지 머리에만 — 다른 세 장의 .phead__desc 는 그대로 */
.phead--mesh .phead__desc { color: #5F5D58; }

/* 머리 소개문 폭 제한을 사업분야 한 장만 되돌림 — 오른쪽 3D 오브젝트 영상 위로 글줄이 올라감. 넓히려면 영상을 먼저 옮기거나 줄일 것 */
.phead--object .phead__desc { max-width: 720px; }
/* SELab.AI 장의 머리 소개문도 원래 폭 유지 */
.phead--mesh .phead__desc { max-width: 720px; }

/* ── 9-5b. 기술적 뿌리 — 번호 · 그림 · 글 (`numlist--art`) ────────
   selab.html 한 곳에만 붙음 — 맨 .numlist 는 회사소개도 쓰므로 기본 규칙 손대지 말 것.
   그림 상자는 260×168 고정 + contain — 원본 일곱 장의 비율이 제각각(§8-3d 와 같은 원리). 상자 흰색은 --paper 바탕보다 한 단 다르게(§7-3) */
.numlist--art > li { grid-template-columns: 56px 260px 1fr; }
.numlist--art .numlist__art {
  margin: 0 32px 0 0;
  display: flex; align-items: center; justify-content: center;
  height: 168px; padding: 8px;
  background: var(--surface); border: 1px solid var(--line);
}
.numlist--art .numlist__art img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto; object-fit: contain;
}
.numlist__points {
  margin: 10px 0 0; padding: 0; list-style: none;
  font-size: var(--t-body); font-weight: 300; line-height: 1.75; color: var(--ink-500);
}
.numlist__points > li { position: relative; padding-left: 13px; }
.numlist__points > li::before {
  content: ''; position: absolute; left: 0; top: .82em;
  width: 5px; height: 1px; background: var(--line-hi);
}

/* ── 9-5c. Citizen AI 배너 (`cbanner`) ──────────────────────────
   selab.html 한 곳에만 붙음. 밝은 영상에 흰 가림막 — 회사소개 .msec(어두운 영상·먹색 가림막)과 정반대, 값 서로 옮기지 말 것.
   그래서 section--slate 가 아니라 sec--white — 색면으로 되돌리면 흰 글자가 흰 배경에 올라감.
   영상은 오른쪽 절반에만(16/9 상자·높이 100%·오른쪽 정렬), 왼쪽 끝은 마스크로 녹임. inset:0 + cover 로 되돌리지 말 것.
   aspect-ratio 는 마스크가 영상 좌표에서 계산되게 하는 값 — 영상을 바꾸면 같이 고칠 것(지금 1600×900) */
.cbanner { position: relative; overflow: hidden; background: var(--surface); }
.cbanner__inner { position: relative; z-index: 1; }
.cbanner__bg { position: absolute; inset: 0; }
.cbanner__video, .cbanner__still {
  display: block; position: absolute; top: 0; right: 0;
  height: 100%; width: auto; aspect-ratio: 16 / 9;   /* ⚠ 영상 원본 1600×900 */
  object-fit: cover; object-position: 62% center;
  /* 페이드 두 겹 — 가로(왼쪽)와 세로(위·아래). 세로 페이드가 없으면 영상 바탕(회청색) 경계가 가로줄로 보임.
     mask-composite: intersect / -webkit-mask-composite: source-in 둘 다 필요 — 하나만 두면 한쪽 브라우저에서 페이드가 사라짐 */
  -webkit-mask-image:
    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.05) 10%,
      rgba(0,0,0,.22) 20%, rgba(0,0,0,.56) 31%, rgba(0,0,0,.86) 42%, #000 52%),
    linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 18%, #000 82%, rgba(0,0,0,0) 100%);
  mask-image:
    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.05) 10%,
      rgba(0,0,0,.22) 20%, rgba(0,0,0,.56) 31%, rgba(0,0,0,.86) 42%, #000 52%),
    linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 18%, #000 82%, rgba(0,0,0,0) 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
}
.cbanner__still { display: none; }
@media (prefers-reduced-motion: reduce) {
  .cbanner__video { display: none; }
  .cbanner__still { display: block; }
}
/* 가림막 — 글줄 끝이 영상 초입과 만나므로 왼쪽 절반은 덮음 */
.cbanner__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(96deg,
    rgba(255,255,255,.955) 0%, rgba(255,255,255,.94) 50%,
    rgba(255,255,255,.60) 68%, rgba(255,255,255,0) 88%);
}
/* 글줄이 영상까지 뻗지 않게 — 오른쪽 끝이 화면의 절반을 넘지 않습니다 */
.cbanner .sec__title, .cbanner .sec__body { max-width: 620px; }

/* 배너의 위계는 크기 — 이름 40 먹색 / 문장 40 회색 / 설명 15. 색이 둘을 가르므로 한쪽 색을 바꾸지 말 것.
     크기는 --t-h2 · --t-body(§0 스케일) — px 직접 쓰지 말 것. 15px 풀이는 대비 4.5:1 필요 — 가림막 값을 만질 때 먼저 잴 것 */
.cbanner .creed--lead p:first-child {
  font-size: var(--t-h2); line-height: 1.32; letter-spacing: -.03em;
  color: var(--ink-500);
}
.cbanner .creed--lead p + p {
  margin-top: 22px;
  font-size: var(--t-body); line-height: 1.85; color: var(--ink-500);
}
.cbanner .sec__body { margin-top: 26px; }

/* ── 9-6. 각주 ─────────────────────────────────────────────────────────── */
/* 참고문헌 — 한 항목이 한 줄에 들어가게 폭 제한을 풀고 글자 한 단 줄임. 가장 긴 항목이 1219px(여유 13px) — 글자를 키우거나 max-width 를 걸면 두 줄이 됨 */
.footnote { border-top: 1px solid var(--line); padding-top: 26px; counter-reset: fn; }
.footnote > li {
  position: relative; padding-left: 24px; counter-increment: fn;
  font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500);
  word-break: normal;
}

.footnote > li::before {
  content: counter(fn); position: absolute; left: 0; top: .1em;
  font-size: var(--t-xs); font-weight: 500; color: var(--line-hi);
}
.footnote > li + li { margin-top: 10px; }
.footnote > li { font-size: 11px; letter-spacing: -.01em; padding-left: 20px; }

/* ── 9-7. 연혁 ─────────────────────────────── */
/* 세로 타임라인 — 왼쪽 세로선은 각 행(.timeline__row)이 자기 높이만큼 그림.
   .timeline 에 통짜로 그리면 시대 라벨 자리에서 끊기지 않음 */
/* 두 칸(시대 / 연도들). 시대 라벨(1열)과 첫 행(2열)이 같은 줄에 서는 것은 자동 배치 덕 —
   순서를 바꾸거나 사이에 요소를 끼우지 말 것 */
/* 세로선은 배경 그림 — ::before 로 그리면 그리드 아이템이 되어 자동 배치가 깨짐.
   168px = 왼쪽 칸 161 + 안쪽 여백 7, 회사 개요 .deflist 첫 칸(168px)과 같은 기준선 — 같이 고칠 것 */
.timeline {
  display: grid; grid-template-columns: 161px 1fr;
  background-image: linear-gradient(var(--line-hi), var(--line-hi));
  background-size: 1px calc(100% - 68px);
  background-position: 168px 34px;
  background-repeat: no-repeat;
}

.timeline__era {
  grid-column: 1;
  margin-top: 60px; padding-top: 7px;
  font-size: var(--t-h3); font-weight: 400; letter-spacing: -.025em; color: #A09D97;
}
.timeline__era:first-child { margin-top: 0; }
.timeline__era + .timeline__row { margin-top: 60px; }
.timeline__era:first-child + .timeline__row { margin-top: 0; }

.timeline__row {
  grid-column: 2; position: relative; padding: 20px 0 20px 68px;
  display: grid; grid-template-columns: 124px 1fr; gap: 0 28px;   /* ⚠ 124 = '2023–2024' 가 한 줄에 들어가는 폭 */
}
.timeline__row::after {                  /* 마디 — 사각형(반경 0 규칙) */
  content: ''; position: absolute; left: 3px; top: 30px;
  width: 9px; height: 9px; box-sizing: border-box;
  background: var(--surface); border: 1px solid var(--line-hi);
}

/* 줄 끝에서 쪼개지면 안 되는 덩어리 — keep-all 이어도 괄호 앞에서는 끊김 */
.nb { white-space: nowrap; }

/* 연혁 서브타이틀 아래 계보 한 줄 — 연혁 앞에 둘 것, 서브타이틀(17px)보다 한 단 작게 유지 */
.tlnote {
  margin: 8px 0 0;
  font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500);
}

.timeline__year { font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em; white-space: nowrap; }
.timeline__body { margin: 0; font-size: var(--t-body); font-weight: 300; line-height: 1.75; }
.timeline__body > li { position: relative; padding-left: 20px; }
.timeline__body > li + li { margin-top: .42em; }
.timeline__body > li::before {
  content: ''; position: absolute; left: 0; top: .78em;
  width: 9px; height: 1px; background: var(--line-hi);
}

/* 연혁 안의 바깥 링크 — style.css 의 a { color: inherit } 때문에 색·밑줄로 링크임을 표시.
   글자 크기는 손대지 않음. 긴 URL 이 넘치지 않게 이 줄만 아무 데서나 끊음 */
.timeline__link {
  color: var(--teal-600); overflow-wrap: anywhere;
  text-decoration: underline; text-decoration-thickness: 1px;
  text-underline-offset: 3px; text-decoration-color: rgba(30,122,130,.42);
  transition: text-decoration-color .18s var(--ease);
}
.timeline__link:hover { text-decoration-color: currentColor; }
.timeline__link:focus-visible { outline: 2px solid var(--teal-500); outline-offset: 2px; }
/* 화살표 아이콘 — 푸터의 같은 아이콘(style.css .foot__col .ext)과 한 방식 */
.timeline__link .ext { display: inline-block; width: 11px; height: 11px; margin-left: 4px; vertical-align: -1px; opacity: .65; }

.timeline__sub { margin: .3em 0 0; padding-left: 14px; list-style: none; color: var(--ink-500); font-size: var(--t-sm); }
.timeline__sub > li + li { margin-top: .25em; }

/* ── 9-8. 태그 칩 ─────────────────────────── */
.taglist { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; }
.taglist a, .taglist span {
  display: inline-block; padding: 5px 11px;
  border: 1px solid var(--line); font-size: var(--t-xs); font-weight: 500; letter-spacing: .04em; color: var(--ink-500);
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.taglist a:hover { border-color: var(--ink-900); color: var(--ink-900); }

.taglist [aria-current="true"] { border-color: var(--ink-900); color: var(--ink-900); }
.section--slate .taglist [aria-current="true"] { border-color: #E9E7E3; color: #E9E7E3; }

.card__rule { margin: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
.card__list { margin: 16px 0 0; font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500); }
.card__list > li { position: relative; padding-left: 18px; }
.card__list > li + li { margin-top: .4em; }
.card__list > li::before {
  content: ''; position: absolute; left: 0; top: .78em;
  width: 8px; height: 1px; background: var(--line-hi);
}

/* ── 9-9. 모듈 리스트 ─────────────────────── */
.modlist { border-top: 1px solid var(--line); }
.modlist__item {
  position: relative; display: block;
  padding: 24px 34px 24px 0; border-bottom: 1px solid var(--line);
}
.modlist__name { margin: 0; font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em; transition: color .18s var(--ease); }
.modlist__desc { margin: 7px 0 0; font-size: var(--t-body); font-weight: 300; line-height: 1.75; color: var(--ink-500); }
/* 화살표는 가만히 있을 때도 보임(opacity 0 금지 — 링크 있는 칸과 없는 칸이 구별돼야 함).
   .modlist 는 selab.html 한 장만 씀 */
a.modlist__item::after {
  content: ''; position: absolute; right: 6px; top: 50%;
  width: 8px; height: 8px; margin-top: -4px;
  border-right: 1.5px solid var(--ink-900); border-top: 1.5px solid var(--ink-900);
  transform: rotate(45deg);
  opacity: .38; transition: opacity .2s var(--ease), transform .2s var(--ease);
}
a.modlist__item:hover .modlist__name { color: var(--teal-600); }
a.modlist__item:hover::after { opacity: 1; transform: translateX(3px) rotate(45deg); }

/* 두 열. 열 사이 세로줄 없음(표처럼 보임). border-top 은 .modlist 대신 칸마다 위선으로 —
   두 열이면 .modlist 의 선이 첫 줄 두 칸 위에만 감 */
.modlist--2 {
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px;
  border-top: 0;
}
.modlist--2 .modlist__item {
  border-top: 1px solid var(--line); border-bottom: 0;
  padding: 22px 34px 24px 0;
}

/* ── 9-10. 문의 폼 ────────────────────────── */
.form { display: grid; gap: 34px 32px; grid-template-columns: repeat(2, 1fr); }
.form__row--full { grid-column: 1 / -1; }
.form__label { display: block; margin: 0 0 10px; font-size: var(--t-sm); font-weight: 400; color: var(--ink-500); }
/* 빈 채로 보냈을 때 — 그 칸 이름표만 빨갛게(src/components/useBadFields.js) */
.form__label--err, .form__agree--err { color: var(--brand-red); }
.form__req { color: var(--brand-red); margin-left: 3px; }
.form__field {
  width: 100%; padding: 12px 0; background: none;
  border: 0; border-bottom: 1px solid var(--line-hi); border-radius: 0;
  font: inherit; font-size: var(--t-body); font-weight: 300; color: var(--ink-900);
  transition: border-color .18s var(--ease);
}
.form__field:focus { outline: none; border-bottom-color: var(--ink-900); }
.form__field::placeholder { color: var(--line-hi); }
textarea.form__field { min-height: 150px; resize: vertical; line-height: 1.75; }

select.form__field {
  appearance: none; -webkit-appearance: none;
  padding-right: 24px; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-500) 50%),
                    linear-gradient(135deg, var(--ink-500) 50%, transparent 50%);
  background-position: calc(100% - 10px) 21px, calc(100% - 5px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.form__agree { display: flex; align-items: flex-start; gap: 10px; font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500); }
.form__agree input { margin-top: 4px; flex: 0 0 auto; accent-color: var(--ink-900); }
.form__agree a { text-decoration: underline; text-underline-offset: 3px; }
.form__send {
  height: 54px; padding: 0 40px; border: 0; border-radius: 0;
  background: var(--accent); color: var(--on-accent);
  font: inherit; font-size: var(--t-body); font-weight: 400; cursor: pointer;
  transition: background .2s var(--ease);
}
.form__send:hover { background: var(--accent-600); }
.form__note { margin: 16px 0 0; font-size: var(--t-sm); font-weight: 300; color: var(--ink-500); }
/* 알림 한 줄 — 보내기 단추 **위**. 안내문(.form__note) 과 달리 굵기가 있어야 눈에 들어옴.
   ⚠ 단추 아래로 내리지 말 것 — 오류를 못 보고 단추를 다시 누릅니다 */
.form__msg {
  display: flex; align-items: center; gap: 7px;
  margin: 0 0 14px; font-size: var(--t-sm); font-weight: 400; color: var(--teal-600);
}
.form__msg--err { color: var(--brand-red); }
/* 빨간 (!) — 오류일 때만 붙습니다(src/components/FormMsg.jsx) */
.form__msg-icon { flex: 0 0 auto; width: 15px; height: 15px; }
.form__send:disabled { background: var(--ink-500); cursor: default; }

/* 이력서 파일 칸(채용문의 전용) — ::file-selector-button 으로 .phead__btn 과 같은 테두리 버튼.
   밑줄(.form__field)은 쓰지 않음(누르는 칸) */
.form__file { display: block; width: 100%; font-size: var(--t-sm); font-weight: 300; color: var(--ink-500); }
/* ── 보냈다는 알림 레이어 (src/components/DoneLayer.jsx) ─────────
   흰 판·둥근 모서리 14px·그늘은 style.css 의 .glossary-layer 와 같은 값. 두 벌 만들지 말고 여기만 고칠 것 */
.donelayer { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center; justify-content: center; padding: var(--gutter); }
.donelayer__backdrop { position: absolute; inset: 0; background: rgba(23,24,26,.55); }
.donelayer__panel {
  position: relative; width: 100%; max-width: 440px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 44px 32px 32px; background: var(--surface); color: var(--ink-900);
  border-radius: 14px; box-shadow: 0 24px 64px rgba(0,0,0,.28);
}
.donelayer__mark { display: block; color: var(--teal-600); }
.donelayer__mark svg { display: block; width: 44px; height: 44px; }
/* 보내는 동안 도는 고리 — 체크 표시와 같은 자리·같은 크기라 끝나면 그 자리에서 바뀝니다.
   ⚠ 바탕 고리를 --line 으로 하면 흰 판 위에서 거의 안 보입니다. --line-hi 여야 눈에 들어옵니다 */
.donelayer__spin {
  display: block; width: 48px; height: 48px; border-radius: 50%;
  border: 4px solid var(--line-hi); border-top-color: var(--teal-600);
  animation: se2u-spin .7s linear infinite;
}
@keyframes se2u-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .donelayer__spin { animation: none; } }
/* 보내는 중 판 — 안내문과 단추가 없어 위아래가 허전합니다. 여백으로 균형을 맞춥니다 */
.donelayer__panel--sending { padding: 48px 32px 44px; }
.donelayer__title { margin: 20px 0 0; font-size: var(--t-h4); font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
.donelayer__text { margin: 10px 0 0; font-size: var(--t-body); font-weight: 300; line-height: 1.7; color: var(--ink-500); }
.donelayer__btn {
  margin-top: 28px; min-width: 140px; height: 50px; padding: 0 28px; border: 0; border-radius: 0;
  background: var(--accent); color: var(--on-accent);
  font: inherit; font-size: var(--t-body); font-weight: 400; cursor: pointer;
  transition: background .2s var(--ease);
}
.donelayer__btn:hover { background: var(--accent-600); }
.donelayer__btn:focus-visible { outline: 2px solid var(--teal-500); outline-offset: 2px; }

/* 파일 고르기 아래 안내 — 받는 확장자와 크기 한도 */
.form__file-note { margin: 8px 0 0; font-size: var(--t-xs); font-weight: 300; color: var(--ink-500); }
.form__file::file-selector-button {
  margin-right: 14px; padding: 10px 20px;
  border: 1px solid var(--line-hi); background: none;
  font-family: inherit; font-size: var(--t-sm); font-weight: 400; color: var(--ink-900);
  cursor: pointer; transition: border-color .18s var(--ease), color .18s var(--ease);
}
.form__file::file-selector-button:hover { border-color: var(--ink-900); }

/* 다른 장에서 #… 으로 들어오는 섹션 — 머리글이 고정 헤더에 가리지 않게 함.
   html { scroll-padding-top } 전체 적용 금지 — 대문 #top 까지 밀려 첫 화면이 어긋남 */
.sec--anchor { scroll-margin-top: calc(var(--header-h) + 24px); }
/* 제목 없이 폼만 있는 자리 — sec--tight 금지: .sec--tight .sec__body 가
   .sec__body--flush 를 이겨 48px 이 살아남. 위아래를 여기서 다 정함 */
.sec--formtop { padding: 40px 0 76px; }

/* ── 9-11. 연락처 곁단 ────────────────────── */
.split { display: grid; grid-template-columns: 1fr 320px; gap: 72px; align-items: start; }
.infoblock + .infoblock { margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--line); }
.infoblock__label { margin: 0 0 14px; font-size: var(--t-xs); font-weight: 500; color: var(--ink-500); letter-spacing: .04em; }
.infoblock p, .infoblock address { margin: 0; font-size: var(--t-body); font-weight: 300; line-height: 1.75; font-style: normal; }
.infoblock p + p { margin-top: 4px; }
.infoblock a:hover { color: var(--accent); }
/* GUIDE 칸의 링크 — 화살표가 글자 뒤에 붙으므로 gap 필요 */
.infoblock__go { display: inline-flex; align-items: center; gap: 7px; transition: color .18s var(--ease); }
.infoblock__go svg { width: 7px; height: 11px; flex: 0 0 auto; }
/* 안내 문장과 링크 사이 — .infoblock p + p 의 4px 을 !important 대신 선택자를 좁혀 이김 */
.infoblock p.infoblock__gorow { margin-top: 14px; }

/* ── 9-12. 가로형 목록 (postlist) ─────────────────────────
   notice.html 게시글 · recruitment.html 모집 자리 두 페이지가 씀 — 새 목록 만들지 말 것.
   화살표·호버 회색 띠는 a.postlist__item 에만(채용안내는 <div> 라 누를 곳 없음) */
/* 좌우 20px 빼냄 — 호버 띠가 글보다 넓어야 함. 되돌리려면 .postlist__item 좌우 여백과
   .filterbar 오른쪽 값도 함께 */
.postlist { border-top: 1px solid var(--line); margin: 0 -20px; }
/* ── 갈래 고르기 (filterbar) ─────────────────────
   셀렉트 하나(.taglist 는 사업분야 카드가 쓰니 지우지 말 것). 밑줄 하나(.form__field 방식).
   화살표는 배경 그림 두 겹 — appearance: none 을 빼면 기본 화살표가 겹침 */
/* 오른쪽 끝 정렬 — 폭을 다 쓰는 flex 여야 함(inline-flex 면 왼쪽에 붙음) */
.filterbar { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.filterbar__icon { display: inline-flex; color: var(--ink-500); }
.filterbar__icon svg { width: 15px; height: 15px; }
.filterbar__select {
  appearance: none; -webkit-appearance: none;
  padding: 6px 26px 6px 0; min-width: 132px;
  background: none; border: 0; border-bottom: 1px solid var(--line-hi); border-radius: 0;
  font: inherit; font-size: var(--t-sm); font-weight: 400; color: var(--ink-900);
  cursor: pointer; transition: border-color .18s var(--ease);
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-500) 50%),
                    linear-gradient(135deg, var(--ink-500) 50%, transparent 50%);
  background-position: calc(100% - 9px) 15px, calc(100% - 4px) 15px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.filterbar__select:hover, .filterbar__select:focus-visible { border-bottom-color: var(--ink-900); }

/* ── 게시글 한 건 ─────────────────────────────
   [꼬리표] / 날짜 → 제목(19px) → #갈래. 격자가 아닌 블록 세 줄(좁은 화면 예외 불필요).
   꼬리표는 칩, 갈래는 # 글자 — 둘의 모양이 달라야 함 */
.postlist__item {
  position: relative; display: block;
  padding: 26px 54px 28px 20px;      /* 오른쪽 = 화살표 34 + 빼낸 20 */
  border-bottom: 1px solid var(--line);
}
/* ⚠ 꼬리표와 날짜 사이는 **여백만**입니다 — 가름줄 `/` 은 뺐습니다 [고객 지시]. */
.postlist__meta {
  display: flex; align-items: center; gap: 12px; margin: 0;
  font-size: var(--t-xs); font-weight: 500; letter-spacing: .04em;
  color: var(--ink-500); white-space: nowrap;
}
.postlist__tag {
  display: inline-block; padding: 3px 9px;
  background: rgba(18,102,110,.07);
  color: var(--teal-600);
}
.postlist__title {
  margin: 12px 0 0;
  font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em;
  transition: color .18s var(--ease);
}
/* 해시태그 — 칩이 아니라 글자입니다. 테두리를 두르면 위 꼬리표와 구분이 사라집니다. */
.postlist__cat {
  margin: 12px 0 0;
  font-size: var(--t-sm); font-weight: 400; color: var(--ink-500);
}
/* ── 채용안내의 한 건 — 안쪽 두 줄만 다름(postlist__role · postlist__terms)
   제목은 --t-h3(30px 에 가장 가까운 단, 새 단 만들지 말 것).
   postlist__terms 에 nowrap 금지 — 담당업무가 접혀야 함. 가름줄 | 은 양옆 여백 */
.postlist__role {
  margin: 0;
  font-size: var(--t-h3); font-weight: 400; line-height: 1.35; letter-spacing: -.02em;
  transition: color .18s var(--ease);
}
.postlist__terms {
  /* [2026-09-08 고객 지시] 폭 제한(1000px)을 뺐습니다 */
  margin: 12px 0 0;
  font-size: var(--t-body); font-weight: 300; line-height: 1.75; color: var(--ink-500);
}
.postlist__bar { margin: 0 10px; color: var(--line-hi); }
/* 가름줄 앞뒤를 가릅니다. 크기는 둘 다 본문(15px) 그대로 —
   접수기간은 보조색에 한 단 굵게, 한 줄 소개는 한 단 밝은 회색에 가늘게.
   ⚠ 접수기간을 본문색(--ink-900)으로 올리지 말 것 — 바로 위 직무명과 톤이 같아집니다 */
.postlist__when { font-weight: 400; }
.postlist__sum { color: var(--ink-400); }
/* 읽는 중 띠 — **화면 맨 위에 붙습니다**(자리를 차지하지 않음). 헤더(z-index 100)보다 위.
   움직임 줄임 설정에서는 멈춰 있는 띠 */
.loadbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 110;
  height: 4px; margin: 0; overflow: hidden; background: var(--line);
}
/* 왼쪽에서 오른쪽으로 **한 번** 자랍니다 — 처음엔 빠르게, 뒤로 갈수록 느리게(아직 안 끝났다는 뜻).
   다 읽으면 .is-done 이 붙어 100% 를 채우고 사라집니다 */
.loadbar__fill {
  position: absolute; top: 0; bottom: 0; left: 0; width: 0;
  background: var(--ink-900);
  animation: se2u-loadbar 2.4s cubic-bezier(.12,.85,.28,1) forwards;
}
@keyframes se2u-loadbar {
  from { width: 0; }
  to   { width: 92%; }
}
.loadbar.is-done { opacity: 0; transition: opacity .28s ease-out .12s; }
.loadbar.is-done .loadbar__fill { animation: none; width: 100%; }
@media (prefers-reduced-motion: reduce) {
  .loadbar__fill { animation: none; width: 100%; opacity: .3; }
}

/* 목록 자리의 한 줄 — 읽는 중·못 읽음·글 없음. 글 한 건과 같은 여백이라 목록이 안 무너짐 */
.postlist__note {
  margin: 0; padding: 26px 20px 28px;
  border-bottom: 1px solid var(--line);
  font-size: var(--t-body); font-weight: 300; color: var(--ink-500);
}
/* 호버 시 줄 전체에 옅은 회색(#FAF9F7, 토큰 아님 — --paper 는 너무 진함).
   띠는 글보다 좌우 20px 넓음 — .postlist margin 0 -20px · 칸 안쪽 여백 · .filterbar margin-right -20px 세 벌 같이 고칠 것.
   ::before 는 z-index -1 없이, 자식은 position: relative — 하나라도 빠지면 글이 회색에 덮임. inset: 0 유지 */
a.postlist__item > * { position: relative; }
a.postlist__item::before {
  content: ''; position: absolute; inset: 0;
  background: #FAF9F7; opacity: 0;
  transition: opacity .18s var(--ease);
}
a.postlist__item:hover::before { opacity: 1; }

a.postlist__item::after {
  content: ''; position: absolute; right: 26px; top: 50%;
  width: 8px; height: 8px; margin-top: -4px;
  border-right: 1.5px solid var(--ink-900); border-top: 1.5px solid var(--ink-900);
  transform: translateX(-5px) rotate(45deg);
  opacity: 0; transition: opacity .2s var(--ease), transform .2s var(--ease);
}
a.postlist__item:hover .postlist__title { color: var(--accent); }
a.postlist__item:hover::after { opacity: 1; transform: translateX(0) rotate(45deg); }

.pagenav { display: flex; justify-content: center; gap: 6px; margin-top: 56px; }
.pagenav a, .pagenav span {
  min-width: 40px; height: 40px; padding: 0 10px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); font-size: var(--t-sm); font-weight: 400; color: var(--ink-500);
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.pagenav a:hover { border-color: var(--ink-900); color: var(--ink-900); }
.pagenav [aria-current="page"] { border-color: var(--ink-900); color: var(--ink-900); font-weight: 500; }

/* ── 9-12b. 조문 조판 (이용약관 · 개인정보처리방침) ─────────── */
.legal { border-top: 1px solid var(--line); }
.legal__art {
  display: grid; grid-template-columns: 296px 1fr; gap: 0 64px;
  padding: 46px 0; border-bottom: 1px solid var(--line);
}
.legal__no {
  margin: 0; align-self: start;
  font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em;
}

/* [2026-09-08 고객 지시] 폭 제한(820px)을 뺐습니다 */
.legal__body { max-width: none; }

.legal__art--lead > * { grid-column: 1 / -1; max-width: none; }
.legal__art--lead .prose { font-size: var(--t-h4); line-height: 1.7; }

/* ── 9-13. 슬레이트 보정 ──────────────────── */
.section--slate .numlist,
.section--slate .numlist > li,
.section--slate .modlist,
.section--slate .modlist__item,
.section--slate .timeline,
.section--slate .timeline__row,
.section--slate .footnote { border-color: rgba(233,231,227,.20); }
.section--slate .numlist > li::before,
.section--slate .numlist__desc,
.section--slate .modlist__desc,
.section--slate .footnote > li,
.section--slate .timeline__era,
.section--slate .timeline__sub,
.section--slate .infoblock__label { color: rgba(233,231,227,.62); }
.section--slate .numlist__title,
.section--slate .modlist__name,
.section--slate .timeline__year,
.section--slate .fig__cap { color: #E9E7E3; }
.section--slate .fig__cap { color: rgba(233,231,227,.62); }
.section--slate .creed--lead p:first-child { color: rgba(233,231,227,.66); }
.section--slate .creed em { color: #7FD3D9; }
.section--slate .timeline__body > li::before { background: rgba(233,231,227,.38); }
.section--slate .timeline { background-image: linear-gradient(rgba(233,231,227,.28), rgba(233,231,227,.28)); }
.section--slate .timeline__row::after { background: var(--slate); border-color: rgba(233,231,227,.34); }
.section--slate .phead__btn { border-color: rgba(233,231,227,.42); color: #E9E7E3; }
.section--slate .phead__btn:hover { border-color: #FFFFFF; }
.section--slate .taglist a,
.section--slate .taglist span { border-color: rgba(233,231,227,.20); color: rgba(233,231,227,.62); }
.section--slate .taglist a:hover { border-color: #E9E7E3; color: #E9E7E3; }
.section--slate .card__rule,
.section--slate .card__list > li::before { border-color: rgba(233,231,227,.20); background-color: rgba(233,231,227,.38); }
.section--slate .card__list { color: rgba(233,231,227,.62); }
.section--slate .card__rule { background: none; }

/* ── 9-15. 여섯 단계 — 회사소개 전용 ─────────────
   대문·SELab.AI 의 .sflow 도식과 일부러 다른 모양 */
.step6 {
  list-style: none; margin: 96px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(6, 1fr);
}
.step6__item {
  border-top: 2px solid var(--line-hi);
  padding: 22px 26px 0 0;
}
.step6__no {
  display: block;
  font-size: var(--t-xs); font-weight: 500; letter-spacing: .04em;
  color: var(--ink-500);
}
.step6__title {
  margin: 13px 0 0;
  font-size: var(--t-h4); font-weight: 400; line-height: 1.5; letter-spacing: -.02em;
  color: var(--ink-900); text-wrap: balance;
}
.step6__note {
  margin: 9px 0 0;
  font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500);
  text-wrap: pretty;
}

.step6__mark {
  display: inline-block; height: .96em; width: auto;
  margin-right: .34em; vertical-align: -.12em;
}

.step6__item--key { border-top-color: var(--teal-500); }
.step6__item--key .step6__no,
.step6__item--key .step6__title { color: var(--teal-600); }

.step6__item--goal { border-top-color: var(--ink-900); }
.step6__item--goal .step6__no { color: var(--ink-900); }

/* ── 9-16. 미션·비전 — 어두운 배경 영상 ─────────────
   영상이 어두워 섹션을 통째로 덮음. .section--slate 를 같이 달아 밝은 글자 규칙을 물려받음 — 떼지 말 것.
   배경색 #0E1218 은 영상 뜨기 전 한순간용, 팔레트 토큰 아님 */
/* cover 금지 — 섹션 높이(약 750px)에 맞추면 세로가 잘림. contain + 오른쪽 정렬, 왼쪽에 바탕색 띠.
   상자를 영상 비율(aspect-ratio)로 잡아 오른쪽에 붙임 — 마스크 % 가 영상 좌표에서 맞도록 */
.msec { position: relative; overflow: hidden; background: #0E1218; }

.msec__inner { position: relative; z-index: 1; }

.msec__bg { position: absolute; inset: 0; }
.msec__video, .msec__still {
  display: block; position: absolute; top: 0; right: 0;
  height: 100%; width: auto; aspect-ratio: 16 / 9;   /* ⚠ 영상 원본 1280×720. 영상 교체 시 같이 고칠 것 */
  object-fit: cover;                                      /* 비율이 같아 잘리지 않습니다 */
  /* 왼쪽 끝 페이드 — % 는 영상 폭 기준이라 화면 폭이 변해도 이음매에 붙음 */
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 4%,
    rgba(0,0,0,.24) 9%, rgba(0,0,0,.58) 14%, rgba(0,0,0,.88) 19%, #000 24%);
          mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 4%,
    rgba(0,0,0,.24) 9%, rgba(0,0,0,.58) 14%, rgba(0,0,0,.88) 19%, #000 24%);
}
.msec__still { display: none; }
@media (prefers-reduced-motion: reduce) {
  .msec__video { display: none; }
  .msec__still { display: block; }
}

/* 왼쪽 가림막 — 가독성 요건. 밝은 리본이 글자 자리를 지나면 흰 글자가 사라짐. 옅게 하지 말 것 */
.msec__bg::after {
  content: ''; position: absolute; inset: 0;
  /* 전면에 고르게 — 미션 문장이 화면의 86% 까지 뻗음. 오른쪽 값(.74)을 더 낮추면 문장 끝이 안 읽힘 */
  background: linear-gradient(96deg,
    rgba(14,18,24,.90) 0%, rgba(14,18,24,.84) 55%, rgba(14,18,24,.74) 100%);
}

/* 글줄이 인물까지 뻗지 않도록 — 오른쪽 끝이 화면의 50% 를 넘지 않습니다 */
/* 미션·비전 — h2 없음, 위계는 크기(미션 40 / 비전 17 / 전략 목표 15)가 만듦 — 좁히지 말 것.
   미션 문장만 1140 폭('…모든 사람에게,' 한 줄 최소 폭). 가림막은 전면에 고르게 */
.mission { max-width: none; margin: 0; }
.mission > dt {
  margin: 0;
  font-size: var(--t-xs); font-weight: 500; letter-spacing: .14em;
  color: rgba(233,231,227,.5);
}
.mission > dd { margin: 0; }
/* .mission > dd 가 (0,1,1) 이라 클래스 하나로는 안 먹음 — 자식 결합자를 붙인 채로 고칠 것 */
.mission > .mission__lead {
  /* 문장 안 <br> 로 '…모든 사람에게,' 뒤 줄바꿈 고정 — 문안을 고칠 때 <br> 도 같이 옮길 것 */
  max-width: 1140px; margin-top: 10px;
  font-size: var(--t-h2); font-weight: 300; line-height: 1.38; letter-spacing: -.025em;
  color: #E9E7E3;
}
.mission > .mission__sub {
  /* [2026-09-08 고객 지시] 폭 제한(780px)을 뺐습니다 */
  margin-top: 14px;
  font-size: var(--t-lead); font-weight: 300; line-height: 1.8;
  color: rgba(233,231,227,.82);
}
.mission > .mission__aim {
  /* [2026-09-08 고객 지시] 폭 제한(780px)을 뺐습니다 */
  margin-top: 14px;
  font-size: var(--t-body); font-weight: 300; line-height: 1.8;
  color: rgba(233,231,227,.7);
}
.mission > dd + dt { margin-top: 52px; }

.mission__aims { list-style: none; margin: 0; padding: 0; }
.mission__aims > li { position: relative; padding-left: 18px; }
.mission__aims > li + li { margin-top: .55em; }
.mission__aims > li::before {
  content: ''; position: absolute; left: 0; top: .82em;
  width: 8px; height: 1px; background: rgba(233,231,227,.45);
}

/* ── 9-17. 사업분야 — 다섯 형식을 한 덩어리로 ─────────────
   한 섹션 안의 다섯 행 — <section> 으로 쪼개거나 행마다 바탕을 바꾸지 말 것(여섯 챕터로 읽힘).
   클래스는 .bizlist__ — .bizrow 는 대문(style.css)이 쓰는 이름이라 겹침. 새 조각은 style.css 먼저 확인.
   왼쪽 라벨 열(168px)은 지움 — 다시 두 칸으로 나누지 말 것 */
.bizlist { list-style: none; margin: 0; padding: 0; }

/* 행 사이 선은 --line-hi — --line 으로는 한 덩어리로 읽힘. 2px 로 굵히지 말 것(산업 카드보다 앞으로 나옴) */
/* 행 사이 136px(64+72). 안쪽 간격(제목 18 리드 44 부속)보다 바깥이 훨씬 넓어야 덩어리로 묶임 */
.bizlist__row {
  padding: 64px 0 72px;
  border-top: 1px solid var(--line-hi);
}
/* 첫 행 위에는 선 없음 — 바로 위 메뉴의 위선과 겹침. .sec--undermenu 48px 이 대신 가름 */
.bizlist__row:first-child { border-top: 0; padding-top: 0; }

/* 행에 아이콘 달지 말 것 — 메뉴의 다섯 개와 합쳐 그림이 열 개가 됨. 그림은 메뉴 하나뿐 */

.bizlist__title {
  margin: 0; font-size: var(--t-h3); font-weight: 400;
  line-height: 1.4; letter-spacing: -.025em;
}
/* 제목 앞 회색 번호(#A09D97, .timeline__era 와 같은 값). h3 안에 둠 — 밖으로 빼면 라벨 열이 되살아남 */
.bizlist__no { margin-right: .38em; color: #A09D97; }
/* 이 리드만 760px 대신 칸을 다 씀(2번 항목이 13줄 → 7줄). 한 줄 65자는 알고 택한 것.
   되돌리려면 max-width: 760px */
.bizlist__lead {
  margin: 18px 0 0;
  font-size: var(--t-lead); font-weight: 300; line-height: 1.8;
}
.bizlist__lead em { font-style: normal; color: var(--teal-600); font-weight: 400; }  /* 청록은 SELab.AI 전용 */

/* 간격 비대칭이 핵심 — 제목 18 리드 44 부속, 행 사이 116px. 부속까지가 행 사이보다 훨씬 좁아야 함 */
.bizlist__sub { margin-top: 44px; }


/* 컨설팅 4칸만 박스 — 바탕이 흰 면이라 칸은 --paper(바탕을 --bg 로 바꾸면 칸도 뒤집을 것).
   위 3px 선 + 면(.card--ruled 와 같이 쓰면 경계 두 겹). 칸 사이 24px */
.bizlist__cards { gap: 24px; }
.bizlist__cards .card {
  background: var(--paper);
  border-top: 3px solid var(--line-hi);
  padding: 24px 22px 28px;
}
.bizlist__cards .card__desc { color: var(--ink-500); }

/* 교육 실적(3.)도 같은 박스 — .deflist 의 위아래 선은 박스 안에서 지움. 라벨 열 168px 유지 */
.deflist--boxed {
  background: var(--paper);
  border-top: 3px solid var(--line-hi);
  padding: 24px 22px 26px;
}
.deflist--boxed > dt,
.deflist--boxed > dd { padding: 0; border-bottom: 0; }

/* 구독 서비스 한 행만 청록 위선 3px — 면(배경색)은 깔지 말 것(덩어리가 둘로 갈라짐).
   위선 1→3px 만큼 padding-top 54→52 */
.bizlist__row--now { border-top: 3px solid var(--teal-500); padding-top: 62px; }

/* 버튼은 .phead__actions 와 같은 옷 — 사이트의 버튼 스타일은 이 하나뿐 */
.bizlist__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }  /* .bizlist__sub 와 같은 값 */

/* 앵커가 <section> 이 아니라 행에 붙으므로 .sec[id] 와 같은 값을 여기에도 줍니다 */
.bizlist__row[id] { scroll-margin-top: calc(var(--header-h) + 92px); }

/* ── 9-14. 반응형 ────────────────────────── */
@media (max-width: 1024px) {
  /* 머리 아래 여백 92→68 만큼 되돌려 104px 유지 — 연구개발 성과와 한 벌.
   파일 끝쪽 블록에 있어야 함 — 위쪽 1024 블록에 두면 기본값 12px 에 짐 */
  .sec--underhead { padding-top: 36px; }

  /* Citizen AI 배너 — 1024 에서 인물 위로 글자가 올라가므로 글줄을 줄임 */
  .cbanner .sec__title, .cbanner .sec__body { max-width: 520px; }
  .numlist--art > li { grid-template-columns: 40px 200px 1fr; }
  .numlist--art .numlist__art { height: 136px; margin-right: 24px; }

  .chero__bg { height: 560px; }
  /* 배치값 override 없음 — 새 영상은 761~1920 전 구간에서 오른쪽에 19px 이상 남음 */
  /* 상자가 좁아지면 760px 본문이 모델과 겹침 — 가림막이 없어 글줄을 좁히는 수밖에 없음 */
  .chero__body { max-width: 560px; }
  .split { grid-template-columns: 1fr; gap: 56px; }
  .works { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .timeline__row { grid-template-columns: 112px 1fr; gap: 0 20px; }
  .legal__art { grid-template-columns: 216px 1fr; gap: 0 44px; }
  /* 다섯 칸이 좁아지므로 그림과 글자를 한 단씩 줄입니다 */
  .bizmenu__item { padding: 0 10px 20px; }
  .bizmenu__art { width: 84px; height: 84px; margin-bottom: 10px; }
  .bizmenu__label { font-size: var(--t-sm); }
  .bizmenu.is-stuck .bizmenu__item { padding: 11px 8px 13px; }
  .bizmenu.is-stuck .bizmenu__art { width: 26px; height: 26px; margin-right: 9px; }
  .sec--undermenu { padding-top: 40px; }
  .bizlist__row { padding: 54px 0 60px; }
  .bizlist__row--now { padding-top: 52px; }
  .bizlist__sub, .bizlist__actions { margin-top: 36px; }
  /* 좁아지면 글이 화면 폭을 다 쓰므로 가림막을 한 겹 고르게 깝니다 */
  .msec__bg::after {
    background: linear-gradient(180deg,
      rgba(14,18,24,.88) 0%, rgba(14,18,24,.86) 64%, rgba(14,18,24,.62) 100%);
  }
  .mission { max-width: none; }
  .step6 { grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
  .step6__item:nth-child(n+4) { margin-top: 44px; }
}
@media (max-width: 760px) {
  .sec--underhead { padding-top: 52px; }   /* 머리 아래 52 + 52 = 104 */


  .chero__video, .chero__still { transform: scale(.96); }
  /* 좁은 화면에서는 영상이 글 앞에 옴(§9-1 .phead 모바일과 같은 처리).
   .chero 세로 flex, .chero__bg 가 첫 자식 — 마크업 순서 바꾸지 말 것. 가림막(::after) 다시 깔지 말 것.
   영상은 <source media> 로 hero-company-sm.mp4 로 교체 */
  .chero {
    display: flex; flex-direction: column;
    padding: var(--header-h) 0 64px;
  }
  .chero__bg {
    position: static; width: 100%; height: 220px; margin: 0 0 34px;
  }
  .chero__video, .chero__still {
    position: static; width: 100%; height: 100%;
    transform: none; object-fit: cover;
  }
  .chero__body { margin-top: 28px; }
  .phead__actions { flex-direction: column; align-items: stretch; margin-top: 30px; }
  .phead__btn { justify-content: center; }
  /* 좁은 화면에서는 contain 이면 영상이 가운데 띠로 남음 — 여기서만 cover */
  .msec__video, .msec__still {
    inset: 0; width: 100%; height: 100%; aspect-ratio: auto;
    object-fit: cover; object-position: 68% center;
    -webkit-mask-image: none; mask-image: none;   /* 폭을 다 채우므로 이음매가 없습니다 */
  }
  /* 한 칸이 되면 01 만 세로로 길 이유가 없습니다 */
  .works { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 16px; }
  .works__item--tall { grid-row: auto; }
  .works__art,
  .works__item--tall .works__art { height: 108px; margin: 12px 0 14px; }
  /* 01(--tall)의 그림도 왼쪽 기준선으로 — 한 열이면 01 만 가운데일 때 기준선이 어긋남.
   넓은 화면(761 이상)은 그대로 가운데 */
  .works__item--tall .works__art { object-position: left center; }
  .step6 { grid-template-columns: 1fr; margin-top: 48px; }
  .step6__item { padding: 20px 0 24px; }
  .step6__item:nth-child(n+4) { margin-top: 0; }

  /* 좁은 화면에서는 줄이지 말고 가로로 넘깁니다 — 줄이면 13px 글자가 10px 아래로 떨어집니다 */
  .fig__svg { min-width: 1100px; }
  .fig__cap { text-align: left; }

  /* 좁으면 시대 라벨을 위로 올리고 한 칸으로 */
  .timeline { grid-template-columns: 1fr; background-position: 7px 30px; }
  .timeline__era { grid-column: 1; margin-top: 48px; padding-top: 0; }
  .timeline__era + .timeline__row { margin-top: 14px; }
  .timeline__row { grid-column: 1; grid-template-columns: 1fr; gap: 6px; padding-left: 40px; }
  .timeline__row::after { top: 26px; }
  .timeline__year { font-size: var(--t-lead); }
  .numlist > li { grid-template-columns: 40px 1fr; padding: 22px 0; }
  .form { grid-template-columns: 1fr; gap: 28px; }
  .form__send { width: 100%; }
  /* 좁은 화면에서도 짜임이 같습니다(블록 세 줄) — 오른쪽 여백만 줄입니다. */
  .postlist__item { padding-right: 44px; }   /* 화살표 24 + 빼낸 20 */

  /* 글 보기 — 좁아지면 이전·다음 글의 방향 표시가 제목 위로 올라갑니다. */
  .postnav__item { grid-template-columns: 1fr; gap: 6px; }
  /* 제목 옆 '지원하기' 는 좁은 화면에서 아래로 — 옆에 두면 제목이 두 글자씩 접힘 */
  .postview__head { display: block; }
  .postview__apply { display: flex; width: 100%; margin-top: 26px; }

  .legal__art { grid-template-columns: 1fr; gap: 16px; padding: 34px 0; }
  .legal__no { font-size: var(--t-lead); }

  .legal__art--lead .prose { font-size: var(--t-lead); line-height: 1.8; }

  /* 한 칸으로 접히면 키 맞춤 해제(§9-17 에서 건 것을 풂).
   이 블록이 파일 뒤에 있어야 이김 — 같은 특정도면 뒤가 이김 */
  #industry .cards--3 { grid-auto-rows: auto; }
  #industry .card__list { margin-bottom: 0; }
  #industry .card__rule { margin-top: 20px; }
  #industry .card__arts { gap: 8px; margin: 4px 0 12px; }
  #industry .card__art { width: 68px; height: 68px; }

  /* 좁으면 번호를 제목 위로 올리고 한 칸으로 — 연혁 시대 라벨과 같은 처리입니다 */
  /* 세로 한 벌 — 그림만 줄이고 다섯 칸 유지(2줄로 접으면 띠가 화면 절반을 먹음) */
  .bizmenu__item { padding: 0 2px 18px; }   /* 좌우 2px — 영문 한 단어가 390 에서 한 줄에 들어가게 */
  .bizmenu__art { width: 54px; height: 54px; margin-bottom: 8px; }
  .bizmenu__label { font-size: var(--t-xs); letter-spacing: -.02em; }
  /* 390 에서는 붙었을 때도 세로 유지, 크기만 더 줄임. 글자는 그대로 */
  .bizmenu.is-stuck .bizmenu__item { flex-direction: column; padding: 9px 4px 11px; }
  .bizmenu.is-stuck .bizmenu__art { width: 24px; height: 24px; margin: 0 0 5px; }
  .sec--undermenu { padding-top: 32px; }
  .bizlist__row { padding: 46px 0 52px; }
  .bizlist__row--now { padding-top: 44px; }
  .bizlist__lead { margin-top: 12px; }
  .bizlist__sub, .bizlist__actions { margin-top: 30px; }
  .bizlist__actions { flex-direction: column; align-items: stretch; }
  .bizlist__actions .phead__btn { justify-content: center; }
  .bizlist__row[id], .sec[id] { scroll-margin-top: calc(var(--header-h) + 76px); }

  /* SELab.AI 구성 모듈 — 좁은 화면에서 한 열. 파일 끝쪽에 있어야 .modlist--2 를 이김 */
  /* 그물망 — 좁아지면 글이 화면 폭을 다 쓰므로 여기서만 위아래 방향으로 고르게 깖 */
  .phead--mesh::after {
    background: linear-gradient(180deg,
      rgba(255,255,255,.67) 0%, rgba(255,255,255,.64) 72%, rgba(255,255,255,.43) 100%);
  }

  .modlist--2 { grid-template-columns: 1fr; }
  .modlist--2 .modlist__item { padding: 20px 34px 22px 0; }

  /* Citizen AI 배너 — 좁아지면 가림막을 위아래로 고르게, object-position 을 더 오른쪽으로 */
  /* 좁아지면 오른쪽 정렬 영상이 가운데 띠로 남음 — 여기서만 폭을 다 채우고 마스크를 끔 */
  .cbanner__video, .cbanner__still {
    inset: 0; width: 100%; height: 100%; aspect-ratio: auto;
    object-fit: cover; object-position: 72% center;
    -webkit-mask-image: none; mask-image: none;
  }
  .cbanner__bg::after {
    background: linear-gradient(180deg,
      rgba(255,255,255,.975) 0%, rgba(255,255,255,.97) 62%, rgba(255,255,255,.93) 100%);
  }
  .cbanner .sec__title, .cbanner .sec__body { max-width: none; }

  /* 기술적 뿌리 — 좁은 화면에서는 그림이 글 아래로(order 로 뒤집음). 마크업 순서 바꾸지 말 것 */
  .numlist--art > li { grid-template-columns: 40px 1fr; }
  .numlist--art .numlist__body { grid-column: 2; order: 1; }
  .numlist--art .numlist__art {
    grid-column: 2; order: 2;
    /* max-width 필수 — 없으면 760 폭에서 그림이 500px 넘게 솟음. 세로 대신 가로를 묶음 */
    height: auto; max-width: 420px; margin: 16px 0 0; padding: 10px;
  }

}

/* ── 9-18. 사업분야 제목 — 아주 좁은 화면의 줄바꿈 하나 ──────────
   새 브레이크포인트 아님. 430 이하에서 '넓히고' 가 홀로 떨어지지 않게 어절 단위로 끊음. 다른 규칙 넣지 말 것 */
@media (max-width: 430px) {
  .phead__title .br-mo { display: inline; }
}

/* ── 9-20. 좁은 화면 탭 타깃 44px (하위 페이지) ─────────────
   규칙·근거는 style.css §12. 여기는 하위 페이지 것만. 이 묶음도 파일 맨 끝이어야 함
   ────────────────────────────────────────── */
@media (max-width: 900px) {

  /* 공지 갈래 셀렉트 — 칸이 8px 커졌으니 화살표도 15→19 로 내릴 것 */
  .filterbar__select {
    min-height: 44px; padding-top: 10px; padding-bottom: 10px;
    background-position: calc(100% - 9px) 19px, calc(100% - 4px) 19px;
  }

  /* 목록 쪽 번호 — 40×40 이었습니다 */
  .pagenav a, .pagenav span { min-width: 44px; height: 44px; }

  /* 사업분야 카드의 갈래 칩 — 좁은 화면에서만 도톰. 글자 크기(--t-xs)는 그대로 */
  .taglist a { display: inline-flex; align-items: center; min-height: 44px; }

  /* 목록으로 돌아가기 — 22.8px. 아래 여백에서 늘어난 만큼 뺍니다 */
  .postview__back   { margin-bottom: 29px; }               /* 40 - (44-22.8)/2 ≈ 29 */
  .postview__back a { min-height: 44px; }

  /* 제휴문의 곁줄 '사업분야 보기' — 원래 규칙이 .infoblock p.infoblock__gorow 라 선택자를 맞춰야 먹음 */
  .infoblock p.infoblock__gorow { margin-top: 5px; }       /* 14 - (44-26.3)/2 ≈ 5 */
  .infoblock__go { min-height: 44px; }

  /* 이력서 고르기 단추 — 37px. 칸이 아니라 단추 쪽을 키웁니다 */
  .form__file::file-selector-button { min-height: 44px; padding-top: 13px; padding-bottom: 13px; }

  /* 동의 체크상자 — 22px 로만 올림(label.form__agree 가 누를 면적을 이미 확보). 단독으로는 44 미달, 알고 남김 */
  .form__agree input { width: 22px; height: 22px; margin-top: 2px; }
}

/* ── 9-21. 좁은 화면 머리 영상 — 도형을 화면 가운데로 ────────────
   원인은 영상 자체(도형이 오른쪽에 치우침). object-position 으로는 못 옮김(cover 여백 거의 0) — 영상 상자를 옮김.
   확대해서 자르는 방법은 도형 위아래가 잘려 버림. 값은 --phead-mo-x 하나.
   새 페이지가 .phead 에 영상을 달면 사업분야 값을 물려받음 — §9-21b 로 다시 재서 덮어쓸 것
   ────────────────────────────────────────── */

/* 사업분야는 계산값 15.1% 가 아니라 11.0% — 마스크·덧판이 오른쪽·아래를 지워 보이는 한가운데가 왼쪽임.
   마스크나 덧판을 건드리면 다시 맞출 것 — 셋은 한 벌 */
.phead          { --phead-mo-x: -11.0%; }   /* 사업분야 */
/* ⚠ 채용은 마스크가 없어 표의 값 그대로입니다. 전 구간에서 정확히 0.500 입니다. */
.phead--recruit { --phead-mo-x: -26.9%; }   /* 채용안내 */

@media (max-width: 1024px) {
  /* 채용안내는 1024 이하에서 띠가 됩니다(위 1024 블록과 한 벌입니다) */
  .phead--recruit .phead__video,
  .phead--recruit .phead__still { transform: translateX(var(--phead-mo-x)); }
}

@media (max-width: 760px) {
  .phead__video, .phead__still {
    transform: translateX(var(--phead-mo-x));
    /* 사업분야는 오른쪽 가장자리를 녹임 — 영상 바탕이 연한 청회색이라 흰 면과 세로 이음매가 생김.
   데스크톱 타원 마스크와 같은 목적, 여기서는 가로 그라데이션. 왼쪽 0~6% 는 옮기는 값을 줄일 때용 */
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 88%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 88%, transparent 100%);
  }
  /* 채용안내는 마스크 없음 — 씌우면 오른쪽 유리 기둥이 뭉개짐.
   위쪽 .phead--recruit .phead__video { mask-image: none } 이 여기를 이김 — 그 규칙 지우지 말 것 */
}

/* ── 9-21b. 도형 한가운데를 다시 재는 법 ─────────────
   포스터를 회색조로 읽고 brightness 값을 곱함 → 밝기 < 최대-14 를 도형으로 → 높이 1% 넘는 열의 처음·끝 →
   한가운데 f, 옮길 값 -(f-0.5)×100% → 마스크 쓰는 영상은 띠를 찍어 0.50 이 되게 조정.
   평균·무게중심으로 재지 말 것(바탕 그라데이션 때문에 어긋남)
   ────────────────────────────────────────── */

/* ── 9-21c. 좁은 화면 띠의 경계선 없애기 ──
   ① 채용안내 — 띠 오른쪽 세로 선 ② 사업분야 — 띠 아래 가로 선. 원인이 서로 다름
   ────────────────────────────────────────── */

/* ① 채용안내 — 430 미만에서 cover 가 좌우를 잘라 유리 기둥 그림자 자리에 선이 생김.
   띠 비율을 영상 비율(780/438, -sm 판 실제 크기)과 같게 두어 자르지 않음 — 영상을 바꾸면 이 값도.
   마스크로 녹이는 방법은 유리 기둥이 뭉개져 쓸 수 없음 */
@media (max-width: 430px) {
  .phead--recruit .phead__bg { height: auto; aspect-ratio: 780 / 438; }
}

/* ② 사업분야 — 띠 아래에서 영상이 잘리며 생기는 가로 선. 흰색 덧판(::after)으로 덮음(mask-composite 보다 안전).
   .phead__bg 는 static → relative 로만 바꿈. 채용안내는 필요 없어 끔 */
@media (max-width: 760px) {
  /* left: 0 필수 — 기본 규칙(§9-1)의 left: 50% 가 relative 가 되는 순간 되살아나 띠가 반 화면 밀림 */
  .phead__bg { position: relative; left: 0; }
  /* 위아래 둘 다 녹임 — 위 10%(22px), 아래 17%(37px). 가장자리는 행 평균이 아니라 열별 최대로 잴 것.
   채용안내는 아래 content: none 으로 끔 — 위를 녹이면 큐브 윗모서리가 날아감 */
  .phead__bg::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      linear-gradient(to bottom, var(--surface) 0, rgba(255,255,255,0) 10%),
      linear-gradient(to top,    var(--surface) 0, rgba(255,255,255,0) 17%);
  }
}

/* ── 9-21d. 채용안내 띠 위아래 ─────────────
   431~1024 에서 cover 가 세로를 잘라 도형이 끊김 — 흰색으로 녹임(§9-21c ② 와 같은 처리, 값만 다름).
   위아래만 녹일 것 — 좌우로 녹이면 유리 기둥이 뭉개짐
   ────────────────────────────────────────── */
@media (max-width: 1024px) {
  /* ⚠ `left: 0` 필수 — 이유는 §9-21c ② 의 같은 경고를 보십시오. */
  .phead--recruit .phead__bg { position: relative; left: 0; }
  .phead--recruit .phead__bg::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      linear-gradient(to bottom, var(--surface) 0, rgba(255,255,255,0) 10%),
      linear-gradient(to top,    var(--surface) 0, rgba(255,255,255,0) 10%);
  }
}
@media (max-width: 430px) {
  /* 이 폭에서는 자르는 것이 없어 도형 꼭대기가 10px 아래 — 위는 4%(9px)만. 아래는 필요 없음 */
  .phead--recruit .phead__bg::after {
    background: linear-gradient(to bottom, var(--surface) 0, rgba(255,255,255,0) 4%);
  }
}

/* ── 9-22. 좁은 화면에서는 형식 메뉴가 붙어도 작아지지 않음 ──────────
   제자리 메뉴가 이미 116px 이라 줄일 이유 없음. 바뀌는 것은 크기뿐 —
   칸마다 회색 아래선은 띠에서 여전히 감춤(border-bottom-color: transparent), 되살리지 말 것.
   이 묶음은 파일 맨 끝이어야 §9-14 의 760 블록을 이김
   ────────────────────────────────────────── */
@media (max-width: 760px) {

  /* 그림·글자 크기는 제자리와 같은 값. 위아래 여백은 9/9 — 합이 18 로 제자리(0/18)와 같아야 띠 높이가 같음 */
  /* text-align: center 로 되돌림 — 세로 한 벌이라 왼쪽 정렬이면 두 줄 글자가 칸 왼쪽에 쏠림 */
  .bizmenu.is-stuck .bizmenu__item { flex-direction: column; padding: 9px 2px 9px; text-align: center; }   /* 좌우 2px — 제자리와 같은 값 */
  .bizmenu.is-stuck .bizmenu__art  { width: 54px; height: 54px; margin: 0 0 8px; }

  /* 그림도 제자리용(--lg)으로 — art-*-sm.svg 는 24~30px 용이라 54px 로 키우면 선만 두꺼움 */
  .bizmenu.is-stuck .bizmenu__art--lg { display: block; }
  .bizmenu.is-stuck .bizmenu__art--sm { display: none; }

  /* 어둡기도 제자리와 같은 .28 — 띠의 .24 는 작은 그림용 */
  .bizmenu.is-stuck .bizmenu__art img { filter: grayscale(1) brightness(.28); }
  .bizmenu.is-stuck .bizmenu__item:hover .bizmenu__art img,
  .bizmenu.is-stuck .bizmenu__item[aria-current="true"] .bizmenu__art img {
    filter: grayscale(1) brightness(0);
  }

  /* 띠가 30px 높아졌으므로 앵커 자리도 76→106 — 안 고치면 행 제목이 띠 뒤에 숨음.
   js/main.js §9 가 이 값을 CSS 에서 읽음 — JS 에 숫자 다시 적지 말 것 */
  .bizlist__row[id], .sec[id] { scroll-margin-top: calc(var(--header-h) + 106px); }
}

/* ── 9-23. 좁은 화면 최소 글자 크기 12px (하위 페이지) ──────────
   근거·규칙은 style.css §13. --t-xs 는 --fs-xs 와 같은 12px, 새 단계 아님
   ────────────────────────────────────────── */
@media (max-width: 900px) {
  .footnote > li { font-size: var(--t-xs); }   /* 11 → 12 · 회사소개 */
}

/* ── 9-24. 설득용 도식 — 좁은 화면용 판 ─────────────
   회사소개 §② 도식 셋: <svg> 는 761 이상, HTML 판(.figmo)은 760 이하(대문 .sflow 와 같은 방법).
   두 벌은 같은 내용 — 문안을 고치면 company.html 의 <svg> <text> 와 .figmo 를 반드시 함께 고칠 것.
   줄바꿈 차이는 일부러. 글자 크기는 8단계 토큰만
   ────────────────────────────────────────── */

.figmo { display: none; }          /* 761 이상에서는 <svg> 만 봅니다 */

@media (max-width: 760px) {
  /* .fig__scroll 은 감추기만 — 761 이상에서 씀 */
  .fig__scroll { display: none; }
  .figmo { display: block; }

  /* 도식 색 — <svg> 값 그대로. 앰버 #D9A24E 는 --brand-amber 와 다른 색('통제력 경계'), 합치지 말 것 */
  .figmo {
    --fm-edge:     #D9A24E;   /* 경계 밖(국제기구·인류지구)을 가리키는 띠 */
    --fm-edge-ink: #8A5A1E;   /* 그 칸의 제목 글자 */
    --fm-edge-line:#E0C89A;   /* 그 칸 위의 옅은 선 */
  }

  /* 묶음 이름 — `<svg>` 에서는 칸 위를 가로지르는 선과 글자였습니다 */
  .figmo__band {
    margin: 0 0 12px; padding-bottom: 7px;
    border-bottom: 1px solid var(--line-hi);
    font-size: var(--t-sm); font-weight: 500; letter-spacing: .04em; color: var(--ink-500);
  }
  .figmo__band--edge { border-bottom-color: var(--fm-edge-line); color: var(--fm-edge-ink); }

  /* 칸 — 흰 판 위 띠 3px(대문 .sfn 과 한 방식). 안여백 18px */
  .figmo__card {
    background: var(--surface);
    border-top: 3px solid var(--ink-900);
    padding: 18px 18px 22px;
  }
  .figmo__card + .figmo__card { margin-top: 14px; }
  .figmo__card--edge { border-top-color: var(--fm-edge); }
  .figmo__card--edge .figmo__name { color: var(--fm-edge-ink); }

  .figmo__no   { margin: 0 0 6px; font-size: var(--t-sm); font-weight: 500; letter-spacing: .04em; color: var(--ink-500); }
  .figmo__name { margin: 0; font-size: var(--t-lead); font-weight: 400; line-height: 1.4; color: var(--ink-900); }
  .figmo__sub  { margin: 8px 0 0; font-size: var(--t-body); font-weight: 300; line-height: 1.6; color: var(--ink-500); }

  /* 'SELab.AI 활용' 위의 선 — `<svg>` 의 y=156 가로선 자리입니다 */
  .figmo__use {
    margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line);
    font-size: var(--t-sm); font-weight: 500; letter-spacing: .04em; color: var(--teal-600);
  }
  .figmo__do  { margin: 8px 0 0; font-size: var(--t-body); font-weight: 300; line-height: 1.7; color: var(--ink-900); }
  .figmo--step .figmo__do { color: var(--ink-500); }

  .figmo__note { margin: 18px 0 0; font-size: var(--t-sm); font-weight: 300; line-height: 1.7; color: var(--ink-500); }

  /* 경계 표시 — `<svg>` 의 세로 점선을 좁은 화면에서는 **가로 점선**으로 눕힙니다 */
  .figmo__bound {
    display: flex; align-items: center; gap: 10px;
    margin: 26px 0 18px;
    font-size: var(--t-sm); font-weight: 500; letter-spacing: .04em; color: var(--ink-500);
  }
  .figmo__bound::before,
  .figmo__bound::after { content: ""; flex: 1 1 auto; border-top: 1px dashed var(--line-hi); }
  .figmo__bound--ctl { color: var(--fm-edge-ink); }
  .figmo__bound--ctl::before,
  .figmo__bound--ctl::after { border-top-color: var(--fm-edge); }

  /* 범위 셋 — <svg> 의 화살표 길이 대신 왼쪽 색 막대. 글은 더하지 않음 */
  .figmo__scope { margin: 30px 0 0; padding: 0; list-style: none; }
  .figmo__scope > li {
    margin-top: 12px; padding-left: 14px; border-left: 3px solid var(--line-hi);
    font-size: var(--t-sm); line-height: 1.7;
  }
  .figmo__scope--now  { border-left-color: var(--fm-edge);  color: var(--fm-edge-ink); font-weight: 400; }
  .figmo__scope--past { border-left-color: var(--line-hi);  color: var(--ink-500);     font-weight: 300; }
  .figmo__scope--next { border-left-color: var(--teal-500); color: var(--teal-600);    font-weight: 500; }

  /* 이어짐 도식 — 칸 사이 아래 꺾쇠를 선 두 개로 그림(글을 넣으면 v10 에 없는 문안) */
  .figmo--chain .figmo__card { border-top-color: var(--teal-500); position: relative; }
  .figmo--chain .figmo__card + .figmo__card { margin-top: 34px; }
  .figmo--chain .figmo__card + .figmo__card::before {
    content: ""; position: absolute; left: 50%; top: -25px;
    width: 9px; height: 9px; margin-left: -5px;
    border-right: 1.5px solid var(--teal-500);
    border-bottom: 1.5px solid var(--teal-500);
    transform: rotate(45deg);
  }
  /* 마지막 칸은 `<svg>` 에서 먹색 판입니다 */
  .figmo__card--goal { border-top: 0; background: var(--ink-900); padding: 20px 18px; }
  .figmo__card--goal .figmo__name { color: var(--surface); }
  .figmo__card--goal .figmo__sub  { color: rgba(255,255,255,.66); }
  .figmo--chain .figmo__card--goal::before { border-color: var(--teal-500); }
}

/* ══════════════════════════════════════════
   §9-25 게시판 본문의 유튜브 영상
   Tiptap 이 넣는 <div data-youtube-video><iframe> 을 폭에 맞추고 16:9 로 — 안 잡으면 좁은 화면에서 가로로 넘침.
   img · a · ul · h2 · h3 는 위(§게시판 본문)에서 이미 그림 — 여기서 손대지 말 것
   ══════════════════════════════════════════ */
.postview__body [data-youtube-video] { max-width: 100%; }
.postview__body iframe {
  display: block; width: 100%; max-width: 100%;
  aspect-ratio: 16 / 9; height: auto; border: 0;
}

/* ══════════════════════════════════════════
   §9-26 없는 주소(404) — 새 색·새 글자 크기 없음, 있는 토큰만
   ══════════════════════════════════════════ */
/* .sec 기본 위·아래 여백 132px 을 404 에서만 줄임 — 머리글이 없어 영상 위가 텅 빔 */
/* 헤더(.gnb) 배경이 없어 회색 띠가 생기므로 섹션을 헤더 높이만큼 끌어올리고 위 여백에 되더함.
   헤더 쪽은 손대지 않음(11장 전부에 영향) */
.sec--404 {
  margin-top: calc(var(--header-h) * -1);
  padding: calc(72px + var(--header-h)) 0 112px;
}
.notfound { max-width: 820px; margin: 0 auto; padding: 0; text-align: center; }

/* mask-image — 영상 가장자리 지우기용. 지금 v3 영상은 순백 바탕이라 티 안 나지만 남겨 둠.
   바깥 88% 는 키우지 말 것(윗변·아랫변에 선) — 흐림을 줄이려면 안쪽 62% 만 올림 */
.notfound__art { margin: 4px 0 0; }
.notfound__video {
  display: block; width: 100%; max-width: 620px; height: auto;
  aspect-ratio: 16 / 9; margin: 0 auto;
  -webkit-mask-image: radial-gradient(ellipse 56% 56% at 50% 50%, #000 62%, transparent 88%);
          mask-image: radial-gradient(ellipse 56% 56% at 50% 50%, #000 62%, transparent 88%);
}
/* ══════════════════════════════════════════
   아래 세 줄 글자 크기는 8단계 밖(96 / 64 / 32px, 고객 지정) — 404 밖으로 퍼뜨리지 말 것.
   clamp() — 1434px 이상에서 정확히 96/64/32, 좁아지면 같은 비율로 줄어듦
   ══════════════════════════════════════════ */
.notfound__code {
  font-size: clamp(44px, 6.7vw, 80px); font-weight: 500; line-height: 1.05;
  color: var(--ink-900); letter-spacing: -.02em; margin: 0;
}
/* 큰 제목(Oops!)은 영상 위, 작은 제목은 영상 아래 — 둘 다 회색, 크기·굵기·자간으로만 가름 */
/* 자간 없음. 설명 줄 회색은 --ink-500 을 투명도로 옅게 깐 것(새 색 안 만들려고) — 다른 화면에 퍼뜨리지 말 것 */
.notfound__title {
  font-size: clamp(30px, 4.45vw, 50px); font-weight: 500; line-height: 1.15;
  color: var(--ink-500); letter-spacing: -.01em; margin: 0;
}
.notfound__desc {
  font-size: clamp(17px, 2.23vw, 25px); font-weight: 300; line-height: 1.5;
  color: var(--ink-500); opacity: .58; margin: 14px 0 0;
}

@media (max-width: 760px) {
  .sec--404 { padding: calc(44px + var(--header-h)) 0 80px; }
  .notfound__art { margin-bottom: 14px; }
  .notfound__video { max-width: 380px; }
}
