/* generated - do not edit */
:root{
  
  --fm-paper:var(--ds-soft);
  --fm-paper-deep:var(--ds-bg);
  --fm-surface:var(--ds-on-accent);
  --fm-ink:var(--ds-ink);
  --fm-sub:var(--ds-sub);
  --fm-blue:var(--ds-accent);
  --fm-blue-dk:var(--ds-accent-dk);
  --fm-rule:var(--ds-line-soft);
  --fm-rule-dk:var(--ds-line);
  
  --fm-pad:clamp(20px,4.4vw,72px);
  --fm-sec:clamp(30px,3.4vw,52px);
}


body{background:var(--fm-paper)}
main:has(.fm-page),main:has(.fm-sec){background:var(--fm-paper)}

.fm{max-width:1280px; margin:0 auto; padding:0 var(--fm-pad)}


.fm-page{padding:clamp(40px,5vw,84px) 0 var(--fm-sec); background:transparent; border-bottom:0}
.fm-kick{margin:0 0 14px; font-size:14px; font-weight:600; color:var(--fm-blue)}
.fm-page h1{margin:0; font-weight:600; font-size:var(--ds-t1);  /* 하위 h1 정본 토큰 — 자체 스케일 금지.
     2026-08-29: 여기 clamp(30px,…) 이 390 에서 30px 라 조판 계약의 h1 하한 38 을
     10지면에서 어겼다(G-F5). 가족 조판이 자기 급수를 새로 만든 것이 원인이라
     값을 올리지 않고 소유를 design-system.css 로 되돌린다. */
  line-height:1.16; letter-spacing:-.035em; color:var(--fm-ink); max-width:19em}

/* 산문 폭을 정본 토큰으로 — 2026-08-29 (대표 판정 「좁힌다 — 읽기 폭을 맞춘다」).
   가족 조판이 33em·36em·34em 을 자기 값으로 들고 있었는데, `--ds-measure` 가 로케일별로
   KR 28em · EN 32em · JA 34em 이고 조판 계약의 `typo.measure_em` 과 같은 값이다.
   즉 새 임계가 아니라 소유를 정본으로 되돌리는 것이다. 제목(`h1` 19em·20em)은 안
   건드린다 — 그건 읽기 폭이 아니라 제목 줄바꿈 자리다. */
.fm-lead{margin:20px 0 0; max-width:var(--ds-measure,33em); font-size:clamp(16.5px,1.28vw,20px);
  color:var(--fm-sub); line-height:1.74}



.fm-body{display:grid; grid-template-columns:minmax(0,44em) 238px; justify-content:space-between;
  gap:clamp(24px,3.4vw,60px); align-items:start; padding-bottom:clamp(46px,5vw,86px)}
@media(max-width:980px){.fm-body{grid-template-columns:minmax(0,1fr)}}

.fm-rail{align-self:stretch}

.fm-body-solo{grid-template-columns:minmax(0,44em)}
.fm-sib{position:sticky; top:92px; border-top:2px solid var(--fm-ink); padding-top:16px}
.fm-sib b{display:block; font-size:14px; font-weight:600; margin-bottom:10px; color:var(--fm-ink)}
.fm-sib a{display:block; text-decoration:none; font-size:14.5px; color:var(--fm-sub);
  padding:8px 0; border-bottom:1px solid var(--fm-rule)}
.fm-sib a:hover{color:var(--fm-blue)}
.fm-sib a[aria-current]{color:var(--fm-ink); font-weight:600}
@media(max-width:980px){.fm-sib{position:static; margin-top:34px}}


.fm-sec{padding:var(--fm-sec) 0; border-top:1px solid var(--fm-rule)}
.fm-sec:first-child{border-top:0; padding-top:0}
.fm-sec h2,.fm-sec h3{margin:0 0 var(--ds-r1); font-weight:600; font-size:clamp(21px,2.2vw,32px);
  line-height:1.26; letter-spacing:-.028em; color:var(--fm-ink);
  border-left:0; padding-left:0}
.fm-sec .fm-ld{margin:0 0 14px; font-size:clamp(16px,1.2vw,18.5px);
  color:var(--fm-sub); max-width:var(--ds-measure,36em); line-height:1.72}
.fm-sec p{font-size:clamp(15.5px,1.15vw,17.5px); color:var(--fm-sub);
  max-width:var(--ds-measure,36em); line-height:1.76}


.fm-cells,.fm-facts{display:grid; border:1px solid var(--fm-rule-dk);
  background:var(--fm-surface); margin-top:20px; overflow:clip}
.fm-cells>div,.fm-facts>div{padding:18px;
  box-shadow:1px 0 0 var(--fm-rule-dk), 0 1px 0 var(--fm-rule-dk)}
.fm-cells b{display:block; font-weight:600; font-size:16.5px; margin-bottom:6px;
  letter-spacing:-.01em; color:var(--fm-ink)}
.fm-cells span{display:block; font-size:14.5px; color:var(--fm-sub); line-height:1.64}

.fm-facts b{display:block; font-weight:600; font-size:clamp(24px,2.6vw,36px);
  line-height:1; color:var(--fm-blue); letter-spacing:-.02em; margin-bottom:7px;
  font-variant-numeric:tabular-nums}
.fm-facts span{display:block; font-size:14px; color:var(--fm-sub); line-height:1.55}

.fm-steps,.fm-links{display:grid; gap:14px; margin-top:20px}
.fm-steps>div{border-top:3px solid var(--fm-blue); padding:15px 0 0}
.fm-steps i{display:block; font-style:normal; font-size:14px; font-weight:600;
  color:var(--fm-blue); margin-bottom:8px; font-variant-numeric:tabular-nums}
.fm-steps b{display:block; font-weight:600; font-size:16.5px; margin-bottom:6px; color:var(--fm-ink)}
.fm-steps span{display:block; font-size:14.5px; color:var(--fm-sub); line-height:1.62}
.fm-links a{display:block; text-decoration:none; border:1px solid var(--fm-rule-dk);
  background:var(--fm-surface); padding:18px}
.fm-links a:hover{border-color:var(--fm-blue)}
.fm-links b{display:block; font-weight:600; font-size:16.5px; margin-bottom:6px;
  letter-spacing:-.01em; color:var(--fm-ink)}
.fm-links span{display:block; font-size:14.5px; color:var(--fm-sub); line-height:1.62}


.fm-door{margin:22px 0 0; font-size:clamp(15.5px,1.15vw,17.5px); color:var(--fm-sub)}
.fm-door a{color:var(--fm-blue); font-weight:600; text-decoration:underline;
  text-underline-offset:4px}
.fm-door a:hover{color:var(--fm-blue-dk)}


.fm-tail{background:var(--fm-paper-deep); border-top:1px solid var(--fm-rule-dk);
  /* 닫는 절도 지면 리듬으로 — 2026-08-29. 38px 는 본문 절(96~160px)과 너무 갈려
     닫는 자리만 답답했고, 조판 계약의 여백비(절 padding 합 / 전고)도 그만큼 낮게
     읽혔다. 새 값을 만들지 않고 정본의 작은 리듬 토큰을 쓴다. */
  padding:var(--ds-sect-s) 0}
.fm-now{margin:0 0 6px; font-size:14px; font-weight:600; color:var(--fm-blue)}
.fm-tail h2{margin:0 0 12px; font-weight:600; font-size:clamp(21px,2.2vw,32px);
  letter-spacing:-.028em; line-height:1.24; color:var(--fm-ink); max-width:20em}
.fm-tail p{margin:0; color:var(--fm-sub); max-width:var(--ds-measure,34em); line-height:1.74}
.fm-cta{display:flex; gap:11px; flex-wrap:wrap; align-items:center; margin-top:22px}
.fm-btn{display:inline-flex; align-items:center; justify-content:center;
  min-height:46px; padding:13px 26px; text-decoration:none; font-size:16px;
  font-weight:600; border:1px solid transparent; border-radius:2px}
.fm-btn.pri{background:var(--fm-blue); color:var(--fm-surface)}
.fm-btn.pri:hover{background:var(--fm-blue-dk)}
.fm-btn.sec{color:var(--fm-ink); border-color:var(--fm-sub); background:transparent}
.fm-btn.sec:hover{border-color:var(--fm-blue); color:var(--fm-blue)}

.fm-btn:focus-visible{outline:2px solid var(--fm-blue); outline-offset:3px}
.fm-fine{font-size:14px; color:var(--fm-sub)}
@media(max-width:560px){.fm-btn{width:100%}}


.fm-hero-fig{margin:26px 0 0}
.fm-hero-fig img{display:block; width:100%; height:auto; border:1px solid var(--fm-rule-dk)}
.fm-hero-fig figcaption{margin-top:10px; font-size:14px; color:var(--fm-sub); line-height:1.6}


.fm-cells:has(>:nth-child(1):last-child),.fm-links:has(>:nth-child(1):last-child),.fm-steps:has(>:nth-child(1):last-child){grid-template-columns:repeat(1,minmax(0,1fr))}
.fm-cells:has(>:nth-child(2):last-child),.fm-links:has(>:nth-child(2):last-child),.fm-steps:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
.fm-cells:has(>:nth-child(3):last-child),.fm-links:has(>:nth-child(3):last-child),.fm-steps:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.fm-cells:has(>:nth-child(4):last-child),.fm-links:has(>:nth-child(4):last-child),.fm-steps:has(>:nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(5):last-child),.fm-links:has(>:nth-child(5):last-child),.fm-steps:has(>:nth-child(5):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.fm-cells:has(>:nth-child(5):last-child)>:last-child,.fm-links:has(>:nth-child(5):last-child)>:last-child,.fm-steps:has(>:nth-child(5):last-child)>:last-child{grid-column:span 2}
.fm-cells:has(>:nth-child(6):last-child),.fm-links:has(>:nth-child(6):last-child),.fm-steps:has(>:nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.fm-cells:has(>:nth-child(7):last-child),.fm-links:has(>:nth-child(7):last-child),.fm-steps:has(>:nth-child(7):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(7):last-child)>:last-child,.fm-links:has(>:nth-child(7):last-child)>:last-child,.fm-steps:has(>:nth-child(7):last-child)>:last-child{grid-column:span 2}
.fm-cells:has(>:nth-child(8):last-child),.fm-links:has(>:nth-child(8):last-child),.fm-steps:has(>:nth-child(8):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(9):last-child),.fm-links:has(>:nth-child(9):last-child),.fm-steps:has(>:nth-child(9):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.fm-cells:has(>:nth-child(10):last-child),.fm-links:has(>:nth-child(10):last-child),.fm-steps:has(>:nth-child(10):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(10):last-child)>:last-child,.fm-links:has(>:nth-child(10):last-child)>:last-child,.fm-steps:has(>:nth-child(10):last-child)>:last-child{grid-column:span 3}
.fm-cells:has(>:nth-child(11):last-child),.fm-links:has(>:nth-child(11):last-child),.fm-steps:has(>:nth-child(11):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(11):last-child)>:last-child,.fm-links:has(>:nth-child(11):last-child)>:last-child,.fm-steps:has(>:nth-child(11):last-child)>:last-child{grid-column:span 2}
.fm-cells:has(>:nth-child(12):last-child),.fm-links:has(>:nth-child(12):last-child),.fm-steps:has(>:nth-child(12):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(13):last-child),.fm-links:has(>:nth-child(13):last-child),.fm-steps:has(>:nth-child(13):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(13):last-child)>:last-child,.fm-links:has(>:nth-child(13):last-child)>:last-child,.fm-steps:has(>:nth-child(13):last-child)>:last-child{grid-column:span 4}
.fm-cells:has(>:nth-child(14):last-child),.fm-links:has(>:nth-child(14):last-child),.fm-steps:has(>:nth-child(14):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(14):last-child)>:last-child,.fm-links:has(>:nth-child(14):last-child)>:last-child,.fm-steps:has(>:nth-child(14):last-child)>:last-child{grid-column:span 3}
.fm-cells:has(>:nth-child(15):last-child),.fm-links:has(>:nth-child(15):last-child),.fm-steps:has(>:nth-child(15):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-cells:has(>:nth-child(15):last-child)>:last-child,.fm-links:has(>:nth-child(15):last-child)>:last-child,.fm-steps:has(>:nth-child(15):last-child)>:last-child{grid-column:span 2}
.fm-cells:has(>:nth-child(16):last-child),.fm-links:has(>:nth-child(16):last-child),.fm-steps:has(>:nth-child(16):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-facts:has(>:nth-child(1):last-child){grid-template-columns:repeat(1,minmax(0,1fr))}
.fm-facts:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
.fm-facts:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.fm-facts:has(>:nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-facts:has(>:nth-child(5):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}
.fm-facts:has(>:nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}
.fm-facts:has(>:nth-child(7):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-facts:has(>:nth-child(7):last-child)>:last-child{grid-column:span 2}
.fm-facts:has(>:nth-child(8):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-facts:has(>:nth-child(9):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}
.fm-facts:has(>:nth-child(9):last-child)>:last-child{grid-column:span 2}
.fm-facts:has(>:nth-child(10):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}
.fm-facts:has(>:nth-child(11):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-facts:has(>:nth-child(11):last-child)>:last-child{grid-column:span 2}
.fm-facts:has(>:nth-child(12):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
.fm-facts:has(>:nth-child(13):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}
.fm-facts:has(>:nth-child(13):last-child)>:last-child{grid-column:span 3}
.fm-facts:has(>:nth-child(14):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}
.fm-facts:has(>:nth-child(14):last-child)>:last-child{grid-column:span 2}
.fm-facts:has(>:nth-child(15):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}
.fm-facts:has(>:nth-child(16):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:920px){
  .fm-cells:has(>:nth-child(1):last-child),.fm-links:has(>:nth-child(1):last-child),.fm-steps:has(>:nth-child(1):last-child){grid-template-columns:repeat(1,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(2):last-child),.fm-links:has(>:nth-child(2):last-child),.fm-steps:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(3):last-child),.fm-links:has(>:nth-child(3):last-child),.fm-steps:has(>:nth-child(3):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(3):last-child)>:last-child,.fm-links:has(>:nth-child(3):last-child)>:last-child,.fm-steps:has(>:nth-child(3):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(4):last-child),.fm-links:has(>:nth-child(4):last-child),.fm-steps:has(>:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(5):last-child),.fm-links:has(>:nth-child(5):last-child),.fm-steps:has(>:nth-child(5):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(5):last-child)>:last-child,.fm-links:has(>:nth-child(5):last-child)>:last-child,.fm-steps:has(>:nth-child(5):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(6):last-child),.fm-links:has(>:nth-child(6):last-child),.fm-steps:has(>:nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(7):last-child),.fm-links:has(>:nth-child(7):last-child),.fm-steps:has(>:nth-child(7):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(7):last-child)>:last-child,.fm-links:has(>:nth-child(7):last-child)>:last-child,.fm-steps:has(>:nth-child(7):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(8):last-child),.fm-links:has(>:nth-child(8):last-child),.fm-steps:has(>:nth-child(8):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(9):last-child),.fm-links:has(>:nth-child(9):last-child),.fm-steps:has(>:nth-child(9):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(9):last-child)>:last-child,.fm-links:has(>:nth-child(9):last-child)>:last-child,.fm-steps:has(>:nth-child(9):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(10):last-child),.fm-links:has(>:nth-child(10):last-child),.fm-steps:has(>:nth-child(10):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(11):last-child),.fm-links:has(>:nth-child(11):last-child),.fm-steps:has(>:nth-child(11):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(11):last-child)>:last-child,.fm-links:has(>:nth-child(11):last-child)>:last-child,.fm-steps:has(>:nth-child(11):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(12):last-child),.fm-links:has(>:nth-child(12):last-child),.fm-steps:has(>:nth-child(12):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(13):last-child),.fm-links:has(>:nth-child(13):last-child),.fm-steps:has(>:nth-child(13):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(13):last-child)>:last-child,.fm-links:has(>:nth-child(13):last-child)>:last-child,.fm-steps:has(>:nth-child(13):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(14):last-child),.fm-links:has(>:nth-child(14):last-child),.fm-steps:has(>:nth-child(14):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(15):last-child),.fm-links:has(>:nth-child(15):last-child),.fm-steps:has(>:nth-child(15):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-cells:has(>:nth-child(15):last-child)>:last-child,.fm-links:has(>:nth-child(15):last-child)>:last-child,.fm-steps:has(>:nth-child(15):last-child)>:last-child{grid-column:span 2}
  .fm-cells:has(>:nth-child(16):last-child),.fm-links:has(>:nth-child(16):last-child),.fm-steps:has(>:nth-child(16):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(1):last-child){grid-template-columns:repeat(1,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(3):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(3):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(5):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(5):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(7):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(7):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(8):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(9):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(9):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(10):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(11):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(11):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(12):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(13):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(13):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(14):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(15):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
  .fm-facts:has(>:nth-child(15):last-child)>:last-child{grid-column:span 2}
  .fm-facts:has(>:nth-child(16):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .fm-cells,.fm-links,.fm-steps,.fm-facts{grid-template-columns:minmax(0,1fr)}
  .fm-cells,.fm-links,.fm-steps,.fm-facts>*{grid-column:auto}
}



aside.fm-sib{display:grid}

.fm-page .answer-capsule{background:transparent; border:0; border-radius:0;
  padding:0; margin:0; max-width:40em}
