:root{
  --fw-body:400;          /* 원본 weight 실측 400(1,002회) / 700 */
  --fw-head:700;
  --pri:#05141f;          /* 원본 주조색 실측 #05141f (1,316회) */
  --pri-d:#37434b;        /* 원본 버튼 hover 면 실측 */
  --pri-soft:#f0f1f1;
  --pri-on-dark:#ffffff;
  --on-pri:#ffffff;
  --acc:#ea0029;          /* 원본 액센트 실측 (46회) · 흰 배경 5.13:1 */
  --ink:#05141f;
  --ink-d:#05141f;
  --body:#37434b;
  --sub:#697278;          /* 원본 실측 · 대비 4.74:1 */
  --bg:#ffffff;
  --bg2:#f8f8f8;          /* 원본 실측 */
  --surface:#ffffff;
  --bd:#dadbdc;           /* 원본 실측 (372회) */
  --bd-s:#9fa5a9;
  --focus:#ea0029;
  --r:8px;                /* 원본 카드 radius 실측 최다값 */
  --r-btn:4px;            /* 원본 입력·버튼 실측 */
  --r-ic:8px;
  --cw:1340px;            /* 원본 컨테이너 실측 */
  --gut:30px;
  --gap:24px;
  --sec-pad:clamp(80px,8vw,128px);
  --hd-h:72px;
  --hd-bg:rgba(255,255,255,.95);
  --hd-bd:#dadbdc;
  --hd-fg:#05141f;
  --hd-fg-2:#697278;
  --nav-gap:32px;
  --hero-h:660px;
  --hero-scrim:rgba(0,0,0,.55) 60%,rgba(5,20,31,.92) 100%);
  --h1-max:62px;
  --h2-max:40px;
  --phero-bg:#05141f;
  --phero-fg:#ffffff;
  --phero-sub:rgba(255,255,255,.78);
  --phero-bd:#05141f;
  --sh:0 3px 6px 0 rgba(0,0,0,.16);
  --ft-bg:#05141f;
  --ft-fg:rgba(255,255,255,.68);
  --ft-hd:#ffffff;
  --ft-bd:rgba(255,255,255,.18);
  --ft-note:rgba(255,255,255,.06);
}

/* =========================================================================
   오토프라임 AUTO PRIME — 공통 스타일시트
   참고원본 실측 : www.kia.com/kr (기아)  (스펙 문서 : _스펙_sl4_kia.md)
   이 파일 하나로 전 페이지의 헤더·푸터·타이포·컴포넌트를 담당한다.
   ========================================================================= */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);
  font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,Helvetica,"Nimbus Sans L",Arial,sans-serif;
  font-size:16px;font-weight:var(--fw-body);line-height:1.43;letter-spacing:-0.48px;
  overflow-x:hidden;-webkit-font-smoothing:antialiased}
img,svg,video{max-width:100%;height:auto}
img{display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
h1,h2,h3,h4{margin:0;font-weight:var(--fw-head);letter-spacing:-0.05em;line-height:1.22}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
table{border-collapse:collapse;width:100%}
.tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
.skip{position:absolute;left:-9999px;top:0;z-index:99;background:var(--pri);color:var(--on-pri);
  padding:12px 20px;font-weight:700}
.skip:focus{left:0}

.wrap{width:100%;max-width:var(--cw);margin:0 auto;padding:0 var(--gut)}

/* ---------- 헤더 ---------- */
.hd{position:sticky;top:0;z-index:60;background:var(--hd-bg);border-bottom:1px solid var(--hd-bd);
  backdrop-filter:saturate(1.4) blur(8px)}
.hd-in{width:100%;max-width:var(--cw);margin:0 auto;padding:0 var(--gut);
  display:flex;align-items:center;gap:28px;height:var(--hd-h)}
.logo{display:flex;flex-direction:column;justify-content:center;line-height:1;flex:0 0 auto}
.logo .lk{font-size:21px;font-weight:800;letter-spacing:-.04em;color:var(--hd-fg)}
.logo .le{margin-top:5px;font-size:10px;font-weight:600;letter-spacing:.16em;color:var(--hd-fg-2)}
.gnb{flex:1 1 auto;min-width:0}
.gnb-l{display:flex;gap:var(--nav-gap)}
.gi{position:relative}
.gi>a{display:flex;align-items:center;height:var(--hd-h);font-size:16px;font-weight:600;color:var(--hd-fg);
  white-space:nowrap;border-bottom:2px solid transparent}
.gi>a:hover,.gi>a.on{color:var(--pri);border-bottom-color:var(--pri)}
.dd{position:absolute;left:50%;transform:translateX(-50%) translateY(6px);top:var(--hd-h);min-width:216px;
  background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:12px 0;
  box-shadow:var(--sh);opacity:0;visibility:hidden;transition:.18s}
.gi:hover .dd,.gi:focus-within .dd{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.dd a{display:block;padding:9px 20px;font-size:14.5px;color:var(--sub);white-space:nowrap}
.dd a:hover{background:var(--bg2);color:var(--pri)}
.hd-r{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.tel{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:700;color:var(--hd-fg)}
.tel svg{width:17px;height:17px;fill:none;stroke:var(--pri);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mtog{display:none;width:44px;height:44px;background:none;border:0;padding:10px;cursor:pointer}
.mtog span{display:block;height:2px;background:var(--hd-fg);margin:5px 0;border-radius:2px;transition:.2s}
.mtog[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mtog[aria-expanded="true"] span:nth-child(2){opacity:0}
.mtog[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mmenu{display:none;background:var(--surface);border-bottom:1px solid var(--bd);padding:8px var(--gut) 26px}
.mmenu[hidden]{display:none}
.mmenu .mg{display:block;padding:14px 0;font-size:17px;font-weight:700;border-bottom:1px solid var(--bd)}
.mmenu ul ul{padding:8px 0 14px}
.mmenu ul ul a{display:block;padding:8px 0 8px 14px;font-size:15px;color:var(--sub)}

/* ---------- 버튼 ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:15px 30px;border-radius:var(--r-btn);font-size:16px;font-weight:700;
  border:1px solid transparent;transition:background .2s,color .2s,border-color .2s;cursor:pointer}
.btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn.p{background:var(--pri);color:var(--on-pri);border-color:var(--pri)}
.btn.p:hover{background:var(--pri-d);border-color:var(--pri-d)}
.btn.s{background:transparent;color:var(--ink);border-color:var(--bd-s)}
.btn.s:hover{background:var(--bg2)}
.btn.g{background:transparent;color:#fff;border-color:rgba(255,255,255,.75)}
.btn.g:hover{background:rgba(255,255,255,.14)}
.btn.sm{padding:11px 20px;font-size:14.5px}

/* ---------- 히어로 ---------- */
.hero{position:relative;min-height:var(--hero-h);display:flex;align-items:flex-end;
  background:var(--ink-d);color:#fff;overflow:hidden;isolation:isolate}
.hero .hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:var(--hero-scrim)}
.hero .wrap{padding-top:120px;padding-bottom:96px}
.hero .eyebrow{color:var(--pri-on-dark);}
.hero h1{font-size:clamp(38px,5.6vw,var(--h1-max));max-width:17em}
.hero .hlead{margin-top:26px;max-width:44em;font-size:clamp(16px,1.35vw,19px);line-height:1.72;color:rgba(255,255,255,.9)}
.hbtn{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px}

.phero{position:relative;isolation:isolate;overflow:hidden;
  background:var(--phero-bg);color:var(--phero-fg);border-bottom:1px solid var(--phero-bd)}
.phero .wrap{padding-top:64px;padding-bottom:64px}
.phero.has-img{background:var(--ink-d);color:#fff;border-bottom:0}
.phero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.phero.has-img::after{content:"";position:absolute;inset:0;z-index:-1;background:var(--hero-scrim)}
.phero.has-img .wrap{padding-top:104px;padding-bottom:92px}
.phero.has-img h1{color:#fff}
.phero.has-img .hlead{color:rgba(255,255,255,.88)}
.phero.has-img .bc ol{color:rgba(255,255,255,.74)}
.phero.has-img .bc a:hover{color:#fff}
.phero h1{margin-top:20px;font-size:clamp(30px,3.6vw,48px)}
.phero .hlead{margin-top:20px;max-width:52em;font-size:17.5px;line-height:1.75;color:var(--phero-sub)}
.eyebrow{margin:0;font-size:12.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--pri)}

.bc ol{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--phero-sub)}
.bc li+li::before{content:"/";margin-right:8px;opacity:.5}
.bc a:hover{color:var(--pri);text-decoration:underline}

/* ---------- 섹션 ---------- */
.sec{padding:var(--sec-pad) 0}
.sec.alt{background:var(--bg2)}
.sec.dark{background:var(--ink-d);color:#fff}
.sec.dark h2,.sec.dark h3{color:#fff}
.sec.dark .lead,.sec.dark p{color:rgba(255,255,255,.82)}
.sec.dark .card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.16)}
.sec.dark .eyebrow{color:var(--pri-on-dark)}
.sec.dark table th,.sec.dark table td{border-color:rgba(255,255,255,.18)}
.sec.dark thead th{background:rgba(255,255,255,.07);color:#fff}
.sec.dark .ticks li{color:rgba(255,255,255,.85)}
.sec.tight{padding:calc(var(--sec-pad) * .58) 0}
.sec+.sec{border-top:0}
h2{font-size:clamp(25px,2.8vw,var(--h2-max))}
h3{font-size:19px}
.lead{margin-top:18px;max-width:56em;font-size:17.5px;line-height:1.8;color:var(--sub)}
.blk>h2+.lead,.prose>h2+.lead{margin-top:20px}
.prose p{margin-top:18px;font-size:16.5px;line-height:1.9;color:var(--body)}
.prose h2+p{margin-top:22px}
.note{margin-top:14px;font-size:14px;line-height:1.7;color:var(--sub)}
.blk>h2,.prose>h2{position:relative;padding-top:22px}
.blk>h2::before,.prose>h2::before{content:"";position:absolute;top:0;left:0;width:44px;height:3px;background:var(--pri)}

/* ---------- 카드 ---------- */
.cards{display:grid;gap:var(--gap);margin-top:44px}
.cards.c2{grid-template-columns:repeat(2,1fr)}
.cards.c3{grid-template-columns:repeat(3,1fr)}
.cards.c4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:34px 30px 32px}
.card .ic{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:20px;
  border-radius:var(--r-ic);background:var(--pri-soft)}
.card .ic svg{width:23px;height:23px;fill:none;stroke:var(--pri);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card .num{display:block;margin-bottom:16px;font-size:13px;font-weight:800;letter-spacing:.12em;color:var(--pri)}
.card h3{font-size:19px}
.card p{margin-top:13px;font-size:15.5px;line-height:1.8;color:var(--body)}
.card .meta{margin-top:14px;padding-top:14px;border-top:1px solid var(--bd);font-size:13.5px;color:var(--sub)}
.card.pf{padding:0;overflow:hidden}
.card.pf .pfi img{width:100%;aspect-ratio:4/3;object-fit:cover}
.card.pf h3{padding:26px 28px 0}
.card.pf .role{padding:0 28px;margin-top:7px;font-size:14px;font-weight:700;color:var(--pri)}
.card.pf p{padding:0 28px 28px}

/* ---------- 링크 그리드(허브) ---------- */
.lgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:44px}
.lcard{display:block;padding:32px 30px;background:var(--surface);border:1px solid var(--bd);
  border-radius:var(--r);transition:border-color .2s,transform .2s}
.lcard:hover{border-color:var(--pri);transform:translateY(-3px)}
.lcard h3{font-size:19px}
.lcard p{margin-top:12px;font-size:15px;line-height:1.78;color:var(--body)}
.go{display:inline-flex;align-items:center;gap:7px;margin-top:20px;font-size:14px;font-weight:700;color:var(--pri)}
.go svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ---------- 지표 ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);margin-top:46px;
  border-top:1px solid var(--bd)}
.stat{padding:36px 4px 0;border-right:1px solid var(--bd)}
.stat:last-child{border-right:0}
.stat .v{display:block;font-size:clamp(34px,3.8vw,50px);font-weight:800;letter-spacing:-.04em;color:var(--ink);line-height:1}
.stat .v i{font-style:normal;font-size:.42em;font-weight:700;margin-left:5px;color:var(--pri)}
.stat .k{display:block;margin-top:14px;font-size:15px;font-weight:700}
.stat .d{display:block;margin-top:7px;font-size:13.5px;line-height:1.65;color:var(--sub)}
.sec.dark .stat .v{color:#fff}
.sec.dark .stats,.sec.dark .stat{border-color:rgba(255,255,255,.2)}

/* ---------- 좌우 분할 ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,84px);align-items:center}
.split.left .split-t{order:2}
.split.left .split-i{order:1}
.split-i{margin:0}
.split-i img{width:100%;border-radius:var(--r);aspect-ratio:4/3;object-fit:cover}
.split-i figcaption{margin-top:14px;font-size:13.5px;color:var(--sub)}

/* ---------- 체크리스트 ---------- */
.ticks{margin-top:26px;display:grid;gap:14px}
.ticks.two{grid-template-columns:repeat(2,1fr);margin-top:38px;gap:16px 40px}
.ticks li{display:flex;gap:12px;font-size:16px;line-height:1.72;color:var(--body)}
.ticks svg{flex:0 0 20px;width:20px;height:20px;margin-top:3px;fill:none;stroke:var(--pri);stroke-width:2.4;
  stroke-linecap:round;stroke-linejoin:round}

/* ---------- 스텝 ---------- */
.steps{margin-top:44px;display:grid;gap:0;border-top:1px solid var(--bd)}
.steps li{display:grid;grid-template-columns:96px 1fr;gap:28px;padding:30px 0;border-bottom:1px solid var(--bd)}
.sn{font-size:30px;font-weight:800;letter-spacing:-.03em;color:var(--pri);line-height:1}
.steps h3{font-size:19px}
.steps p{margin-top:11px;font-size:16px;line-height:1.82;color:var(--body)}
.steps .meta{margin-top:10px;font-size:13.5px;color:var(--sub)}

/* ---------- 연혁 ---------- */
.tl{margin-top:44px;border-left:2px solid var(--bd);padding-left:34px;display:grid;gap:34px}
.tl li{position:relative;display:grid;grid-template-columns:88px 1fr;gap:24px}
.tl li::before{content:"";position:absolute;left:-42px;top:6px;width:11px;height:11px;border-radius:50%;
  background:var(--pri);box-shadow:0 0 0 4px var(--bg)}
.tl .y{font-size:20px;font-weight:800;color:var(--pri);line-height:1.4}
.tl h3{font-size:17.5px}
.tl p{margin-top:9px;font-size:15.5px;line-height:1.8;color:var(--body)}

/* ---------- 표 ---------- */
.tw{margin-top:40px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
table{min-width:560px;font-size:15.5px}
caption{text-align:left}
th,td{padding:16px 18px;border-bottom:1px solid var(--bd);text-align:left;vertical-align:top;line-height:1.7}
thead th{background:var(--bg2);font-weight:700;font-size:14.5px;color:var(--ink);border-bottom:2px solid var(--bd-s);
  white-space:nowrap}
tbody th{font-weight:700;color:var(--ink);white-space:nowrap}
tbody td{color:var(--body)}
tbody tr:hover{background:var(--bg2)}

/* ---------- FAQ ---------- */
.faq{margin-top:40px;border-top:1px solid var(--bd)}
.faq details{border-bottom:1px solid var(--bd)}
.faq summary{position:relative;padding:24px 46px 24px 0;font-size:17px;font-weight:700;cursor:pointer;
  list-style:none;line-height:1.6}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:12px;top:31px;width:11px;height:11px;
  border-right:2px solid var(--pri);border-bottom:2px solid var(--pri);transform:rotate(45deg);transition:.2s}
.faq details[open] summary::after{transform:rotate(-135deg);top:34px}
.faq details>div{padding:0 0 26px}
.faq p{font-size:16px;line-height:1.86;color:var(--body)}

/* ---------- 인용 ---------- */
.pull{margin:0;padding:44px 0 0;border-top:3px solid var(--pri)}
.pull blockquote{margin:0}
.pull p{font-size:clamp(21px,2.3vw,29px);font-weight:700;line-height:1.55;letter-spacing:-.03em}
.pull figcaption{margin-top:22px;font-size:14.5px;font-weight:700;color:var(--sub)}

/* ---------- 갤러리 ---------- */
.gal{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:44px}
.gal figure{margin:0}
.gal img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r)}
.gal figcaption{margin-top:13px;font-size:14px;line-height:1.7;color:var(--sub)}

/* ---------- 콜아웃 ---------- */
.callout{display:flex;gap:20px;padding:30px 32px;background:var(--pri-soft);
  border-left:3px solid var(--pri);border-radius:0 var(--r) var(--r) 0}
.callout .ic{flex:0 0 26px}
.callout svg{width:26px;height:26px;fill:none;stroke:var(--pri);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.callout h3{font-size:17px}
.callout p{margin-top:10px;font-size:15.5px;line-height:1.82;color:var(--body)}

/* ---------- CTA ---------- */
.cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px;
  padding:52px 54px;background:var(--ink-d);color:#fff;border-radius:var(--r)}
.cta h2{font-size:clamp(23px,2.4vw,32px);color:#fff}
.cta h2::before{display:none}
.cta p{margin-top:14px;font-size:16.5px;line-height:1.8;color:rgba(255,255,255,.82);max-width:46em}
.cta-b{display:flex;flex-wrap:wrap;gap:12px}
.cta .btn.s{color:#fff;border-color:rgba(255,255,255,.6)}
.cta .btn.s:hover{background:rgba(255,255,255,.13)}

/* ---------- 푸터 ---------- */
.ft{background:var(--ft-bg);color:var(--ft-fg);border-top:1px solid var(--ft-bd)}
.ft-in{width:100%;max-width:var(--cw);margin:0 auto;padding:78px var(--gut) 46px}
.ft-top{display:grid;grid-template-columns:minmax(260px,1fr) 2.1fr;gap:56px}
.ft-b .lk{font-size:22px;font-weight:800;letter-spacing:-.04em;color:var(--ft-hd)}
.ft-b .le{display:block;margin-top:6px;font-size:10.5px;font-weight:600;letter-spacing:.18em;color:var(--ft-fg)}
.ft-tag{margin-top:20px;font-size:15px;line-height:1.8;color:var(--ft-fg)}
.ft-cc{margin-top:26px;display:grid;gap:11px}
.ft-cc li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.6;color:var(--ft-hd)}
.ft-cc svg{flex:0 0 17px;width:17px;height:17px;margin-top:2px;fill:none;stroke:var(--pri-on-dark);stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round}
.ft-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:34px}
.fc h2{font-size:14.5px;font-weight:700;color:var(--ft-hd)}
.fc h2::before{display:none}
.fc ul{margin-top:16px;display:grid;gap:10px}
.fc a{font-size:14px;line-height:1.6;color:var(--ft-fg)}
.fc a:hover{color:var(--pri-on-dark);text-decoration:underline}
.ft-bot{margin-top:52px;padding-top:28px;border-top:1px solid var(--ft-bd)}
.ft-pol{display:flex;flex-wrap:wrap;gap:22px}
.ft-pol a{font-size:13.5px;color:var(--ft-hd)}
.ft-pol a:hover{text-decoration:underline}
.ft-addr{margin-top:18px;font-size:13.5px;line-height:1.75;color:var(--ft-fg)}
.sample-notice{margin-top:14px;padding:13px 16px;border:1px dashed var(--ft-bd);border-radius:var(--r);
  font-size:13px;line-height:1.7;color:var(--ft-hd);background:var(--ft-note)}
.ft-copy{margin-top:16px;font-size:12.5px;color:var(--ft-fg)}

/* ---------- 반응형 ---------- */
@media (max-width:1180px){
  .cards.c4{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr);gap:0}
  .stat{padding:32px 4px;border-bottom:1px solid var(--bd)}
  .stat:nth-child(2n){border-right:0}
}
@media (max-width:1024px){
  .gnb,.hd-r .tel,.hd-r .btn{display:none}
  .mtog{display:block}
  .mmenu.open{display:block}
  .cards.c3,.lgrid,.gal{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr}
  .split.left .split-t,.split.left .split-i{order:initial}
  .ft-top{grid-template-columns:1fr;gap:44px}
}
@media (max-width:720px){
  .hero .wrap{padding-top:88px;padding-bottom:66px}
  .cards.c2,.cards.c3,.cards.c4,.lgrid,.gal,.ticks.two{grid-template-columns:1fr}
  .steps li{grid-template-columns:1fr;gap:10px}
  .tl li{grid-template-columns:1fr;gap:6px}
  .cta{padding:38px 26px}
  .card{padding:28px 24px}
  .stats{grid-template-columns:1fr}
  .stat{border-right:0}
  .ft-cols{grid-template-columns:1fr 1fr}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}

/* 기아 문법 : 미드나이트 블랙 주조 + 레드 1점, 버튼 hover 는 면이 밀려들어온다 */
.phero .eyebrow{color:var(--acc)}
.phero .bc ol{color:rgba(255,255,255,.68)}
.phero .bc a:hover{color:#fff}
.blk>h2::before,.prose>h2::before{background:var(--acc);width:38px}
.btn.p{position:relative;overflow:hidden;z-index:0}
.btn.p::after{content:"";position:absolute;inset:0 auto 0 0;width:0;background:var(--pri-d);
  transition:width .4s;z-index:-1}
.btn.p:hover::after{width:100%}
.card .ic{background:#05141f}
.card .ic svg{stroke:#fff}
.card .num{color:var(--acc)}
.stat .v i{color:var(--acc)}
.pull{border-top-color:var(--acc)}
.callout{background:#f8f8f8;border-left-color:var(--acc)}
.tl li::before{background:var(--acc)}
.tl .y{color:var(--pri)}
.sn{color:var(--acc)}
.hero .eyebrow{color:#fff}
.ft-cc svg{stroke:var(--acc)}


/* ===== 참고사 문법 v1 — 아모레퍼시픽 실측 (2026-08-16) =========================
   컨테이너 1280 · 히어로 64 : 섹션제목 34 : 본문 16 · 섹션패딩 100/110 · 라운드 0px
   주색 #9B1B4A (hue 330 · 흰 배경 AA 통과) · 오버레이는 rgba(0,0,0,.55) 단색
   되돌리려면 이 블록만 지운다. */
:root{
  --pri:#9B1B4A; --pri-d:#781539; --pri-soft:#F7ECF0; --acc:#9B1B4A; --focus:#9B1B4A;
  --cw:1280px; --gut:24px; --bd:#dddddd; --bg2:#F5F5F5;
  --r:0px; --r-btn:0px;
  --hero-scrim:rgba(0,0,0,.55);
  --h1-max:64px; --h2-max:34px;
}
.wrap{max-width:var(--cw);padding:0 var(--gut)}

/* LNB 탭바 */
.lnb{position:sticky;top:64px;z-index:50;background:#fff;border-bottom:1px solid #e5e5e5}
.lnb-in{max-width:var(--cw);margin:0 auto;padding:0 var(--gut);display:flex;align-items:center;
  gap:28px;height:56px;overflow-x:auto;scrollbar-width:none}
.lnb-in::-webkit-scrollbar{display:none}
.lnb .ttl{flex:0 0 auto;font-size:15px;font-weight:700;letter-spacing:-.02em;color:#111;
  padding-right:28px;border-right:1px solid #e5e5e5;white-space:nowrap}
.lnb a{flex:0 0 auto;display:inline-flex;align-items:center;height:56px;font-size:14px;
  font-weight:500;color:#666;white-space:nowrap;border-bottom:2px solid transparent}
.lnb a:hover{color:#111}
.lnb a.on{color:#111;font-weight:700;border-bottom-color:#111}

/* 히어로 : 다크 이미지 + 단색 오버레이 */
.phero.has-img,.hero{min-height:520px;display:flex;align-items:center}
.phero.has-img .wrap,.hero .wrap{padding-top:0;padding-bottom:0;width:100%}
.phero .wrap{padding-top:72px;padding-bottom:72px}
.phero h1,.hero h1{margin-top:16px;font-size:clamp(28px,3.2vw,64px);line-height:1.28;
  font-weight:700;letter-spacing:-.02em}
.phero .hlead,.hero .hlead{margin-top:14px;max-width:44em;font-size:clamp(16px,1.5vw,21px);
  line-height:1.55;font-weight:600;letter-spacing:-.02em}
.phero.has-img .hlead,.hero .hlead{color:rgba(255,255,255,.94)}

/* 섹션 리듬 */
.sec{padding:100px 0 110px}
.sec.alt{background:var(--bg2);padding:100px 0 110px}
.sec.tight{padding:72px 0 79px}
.sec+.sec{border-top:0}

/* 제목 2단계 */
h2{font-size:clamp(22px,2.4vw,34px);line-height:1.4;letter-spacing:-.02em}
.blk>h2,.prose>h2{padding-top:0}
.blk>h2::before,.prose>h2::before{display:none}
.eyebrow{margin:0 0 12px;font-size:18px;line-height:1.2;font-weight:700;letter-spacing:-.02em;
  text-transform:none;color:#111}
.phero .eyebrow,.hero .eyebrow,.sec.dark .eyebrow{color:#fff;opacity:.86;font-size:13px;
  letter-spacing:.14em;text-transform:uppercase}
.lead{margin-top:16px;font-size:16px;line-height:1.8;color:#555}
.prose p{font-size:16px;line-height:1.85;color:#333}

/* 카드 */
.card,.lcard{border-radius:0px;border:1px solid var(--bd);background:#fff;padding:30px 28px}
.card:hover,.lcard:hover{border-color:#111}
.card h3{font-size:18px;line-height:1.2;letter-spacing:-.02em}
.card p{margin-top:12px;font-size:16px;line-height:1.75;color:#555}
.card .meta{margin-top:14px;padding-top:14px;font-size:13px;color:#6F7378}
.card .ic{border-radius:0px;width:50px;height:50px;margin-bottom:16px;background:var(--pri-soft)}
.cards{gap:20px;margin-top:34px}
.gal img,.split-i img,.card.pf .pfi img{border-radius:0px}
.tw{margin-top:30px}
.tw table{border-top:2px solid #111}
.pull{border-top:2px solid #111;padding-top:34px}
.stat .v{font-size:clamp(30px,3.2vw,44px);font-weight:700;color:var(--pri)}

/* 하단 CTA */
.cta{border-radius:0;padding:54px 56px;background:#262A2E}
.cta h2{font-size:clamp(20px,2vw,26px);line-height:1.6;font-weight:700}
.cta p{font-size:15px;line-height:1.8}

@media (max-width:1024px){
  .sec,.sec.alt{padding:60px 0 68px}
  .phero.has-img,.hero{min-height:360px}
  .cta{padding:38px 26px}
}
@media (max-width:720px){
  .sec,.sec.alt{padding:46px 0 52px}
  .lnb-in{gap:20px}.lnb .ttl{padding-right:20px}
}


/* =============================================================================
   참고사 문법 v2 — «아모레퍼시픽그룹 apgroup.com» 실측  (2026-08-17)
   SPEC : _co\_스펙_sl4_apgroup.md   ·  되돌리려면 이 블록만 지운다.

   ★이 블록의 «전 선택자» 를 body:not(.home) 으로 한정한다.
     홈은 css/main.css 가 전담하므로 서로 충돌하지 않는다.
   ★문법 :  대비율 68|46 : 32 : 18 · 행간 1.60 · 컨테이너 1280+여백48(=1184)
            서브 좁은 단 947 · 섹션 pt80 pb75 · 라운드 0, 알약(버튼)만 50
            헤더 fixed h140 «2줄» 검정 · 로고 가운데
            서브 두 종류 — A형(100vh 전폭 비주얼) / B형(330 사진 띠 + 가운데 제목)
   ★브레드크럼은 아모레에 «없지만» 링크 손실을 만들지 않으려고 남겨 두고
     가운데 작은 글씨로 눌러 둔다.
   ============================================================================= */
body:not(.home){
  --p700:#A81E5B; --p800:#7A1442;
  --pri:#A81E5B; --pri-d:#7A1442; --pri-soft:#F7ECF0; --acc:#A81E5B; --focus:#A81E5B;
  --ink:#222222; --ink-d:#000000; --body:#444444; --sub:#707070; --lbl:#687687;
  --bd:#E1E1E1; --bd-s:#C9C9C9; --bg:#ffffff; --bg2:#F5F5F5; --surface:#ffffff;
  --r:0px; --r-btn:50px; --r-ic:0px;
  --cw:1280px; --gut:48px; --gap:27px;
  --hero-scrim:rgba(0,0,0,.45);
  --ft-bg:#000000;
  background:#fff;color:#444444;
  font-size:18px;font-weight:400;line-height:1.60;letter-spacing:-0.3px}
body:not(.home) *,body:not(.home) *::before,body:not(.home) *::after{word-break:keep-all !important}
body:not(.home) .tnum{word-break:normal !important}
body:not(.home) h1,body:not(.home) h2,body:not(.home) h3,body:not(.home) h4{
  line-height:1.60;letter-spacing:-0.03em;color:#222222}
body:not(.home) .wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 48px}

/* ---------------- 헤더 : fixed 140 «2줄» 검정 · 로고 가운데 ---------------- */
body:not(.home) .hd{position:fixed;top:0;left:0;right:0;z-index:101;height:140px;
  background:#000;border-bottom:0;backdrop-filter:none}
body:not(.home) .hd-in{width:100%;max-width:none;margin:0;padding:0 48px;height:140px;gap:0;
  display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:79px 61px;align-items:center}
body:not(.home) .hd-r{display:contents}
body:not(.home) .logo{grid-row:1;grid-column:2;justify-self:center;
  flex-direction:row;align-items:baseline;gap:10px}
body:not(.home) .logo .lk{font-size:23px;font-weight:400;letter-spacing:.01em;color:#fff}
body:not(.home) .logo .le{margin-top:0;font-size:13px;font-weight:400;letter-spacing:.24em;
  color:rgba(255,255,255,.82)}
body:not(.home) .hd .tel{grid-row:1;grid-column:1;justify-self:start;
  font-size:14px;font-weight:400;color:#fff}
body:not(.home) .hd .tel svg{width:15px;height:15px;stroke:#fff}
body:not(.home) .hd .btn.p.sm{grid-row:1;grid-column:3;justify-self:end;height:34px;
  padding:0 20px;border-radius:50px;font-size:14px;font-weight:400;background:transparent;
  border:1px solid rgba(255,255,255,.62);color:#fff}
body:not(.home) .hd .btn.p.sm::after{display:none}
body:not(.home) .hd .btn.p.sm:hover{background:rgba(255,255,255,.16);border-color:#fff}
body:not(.home) .gnb{grid-row:2;grid-column:1 / 4;justify-self:center;min-width:0}
body:not(.home) .gnb-l{display:flex;gap:0}
body:not(.home) .gi>a{height:61px;padding:0 23px;font-size:18px;font-weight:500;
  letter-spacing:-.54px;color:#fff;border-bottom:2px solid transparent}
body:not(.home) .gi>a:hover,body:not(.home) .gi>a.on{color:#ADA8A4;border-bottom-color:#ADA8A4}
body:not(.home) .dd{top:61px;min-width:250px;border:0;border-radius:0;padding:26px 0 30px;
  box-shadow:0 18px 34px rgba(0,0,0,.14);background:#fff}
body:not(.home) .dd a{padding:9px 28px;font-size:16px;font-weight:400;color:#444}
body:not(.home) .dd a:hover{background:transparent;color:var(--p700);
  text-decoration:underline;text-underline-offset:4px}

/* ---------------- B형(기본) : 330 사진 띠 + 가운데 제목 + 영문 라벨 ---------------- */
body:not(.home) .phero,
body:not(.home) .phero.has-img{position:relative;display:block;min-height:0;
  margin-top:140px;padding:0;background:#fff;border-bottom:0;overflow:visible;color:#222}
body:not(.home) .phero-img{position:relative;inset:auto;z-index:0;
  width:100%;height:330px;object-fit:cover}
body:not(.home) .phero.has-img::after{display:none}
body:not(.home) .phero .wrap{display:flex;flex-direction:column;align-items:center;
  text-align:center;padding:0 48px 0}
body:not(.home) .phero .bc{order:1;margin-top:34px}
body:not(.home) .phero .bc ol{justify-content:center;font-size:13px;color:#8A8A8A;gap:7px}
body:not(.home) .phero .bc a{color:#8A8A8A}
body:not(.home) .phero .bc a:hover{color:var(--p700);text-decoration:underline}
body:not(.home) .phero h1,body:not(.home) .phero.has-img h1{order:2;margin-top:20px;
  font-size:46px;line-height:1.20;font-weight:500;letter-spacing:-1.38px;color:#222}
body:not(.home) .phero .eyebrow,body:not(.home) .phero.has-img .eyebrow{order:3;
  margin:14px 0 0;font-size:18px;line-height:1.20;font-weight:400;letter-spacing:-.3px;
  text-transform:none;color:var(--lbl);opacity:1}
body:not(.home) .phero .hlead,body:not(.home) .phero.has-img .hlead{order:4;
  margin:40px auto 0;max-width:947px;font-size:18px;line-height:1.60;font-weight:400;
  letter-spacing:-.3px;color:#444;text-align:center}

/* ---------------- A형 : 대분류(허브)는 100vh 전폭 비주얼 ---------------- */
@supports selector(:has(*)){
  body:not(.home):has(.lgrid) .phero.has-img{margin-top:0;height:100vh;min-height:660px;
    display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}
  body:not(.home):has(.lgrid) .phero-img{position:absolute;inset:0;width:100%;height:100%;
    object-fit:cover;z-index:0}
  body:not(.home):has(.lgrid) .phero.has-img::after{display:block;content:"";position:absolute;
    inset:0;z-index:1;background:rgba(0,0,0,.45)}
  body:not(.home):has(.lgrid) .phero .wrap{position:relative;z-index:2;padding:140px 48px 0}
  body:not(.home):has(.lgrid) .phero .bc ol{color:rgba(255,255,255,.82)}
  body:not(.home):has(.lgrid) .phero .bc a{color:rgba(255,255,255,.82)}
  body:not(.home):has(.lgrid) .phero .bc a:hover{color:#fff}
  body:not(.home):has(.lgrid) .phero.has-img h1{order:2;margin-top:22px;font-size:68px;
    line-height:1.60;font-weight:400;letter-spacing:-.3px;color:#fff}
  body:not(.home):has(.lgrid) .phero.has-img .eyebrow{order:1;margin:0;font-size:18px;
    letter-spacing:.10em;text-transform:uppercase;color:#fff;
    display:flex;align-items:center;gap:26px}
  body:not(.home):has(.lgrid) .phero.has-img .eyebrow::before,
  body:not(.home):has(.lgrid) .phero.has-img .eyebrow::after{content:"";
    width:clamp(40px,9vw,130px);height:1px;background:rgba(255,255,255,.6)}
  body:not(.home):has(.lgrid) .phero .bc{order:3;margin-top:26px}
  body:not(.home):has(.lgrid) .phero.has-img .hlead{order:4;margin-top:18px;color:#fff;
    max-width:820px}
  body:not(.home):has(.lgrid) .phero.has-img::before{content:"";position:absolute;z-index:2;
    left:50%;bottom:46px;width:26px;height:44px;margin-left:-13px;border-radius:50px;
    border:1px solid rgba(255,255,255,.7)}
}

/* ---------------- 본문 리듬 : 섹션 pt80 pb75 · 좁은 단 947 ---------------- */
body:not(.home) .sec{padding:80px 0 75px;border-top:0}
body:not(.home) .sec.alt{background:#F5F5F5;padding:80px 0 75px}
body:not(.home) .sec.tight{padding:56px 0 52px}
body:not(.home) .sec.dark{background:#000;color:#fff}
body:not(.home) .sec.dark h2,body:not(.home) .sec.dark h3{color:#fff}
body:not(.home) .prose{max-width:947px;margin-left:auto;margin-right:auto}
body:not(.home) h2{font-size:32px;line-height:1.60;font-weight:500;letter-spacing:-.03em;
  color:#222}
body:not(.home) .blk>h2,body:not(.home) .prose>h2{padding-top:0}
body:not(.home) .blk>h2::before,body:not(.home) .prose>h2::before{display:none}
body:not(.home) h3{font-size:20px;line-height:1.60;font-weight:700;letter-spacing:-.035em;
  color:var(--p700)}
body:not(.home) .eyebrow{margin:0 0 10px;font-size:18px;line-height:1.6;font-weight:400;
  letter-spacing:-.3px;text-transform:none;color:var(--lbl)}
body:not(.home) .lead{margin-top:18px;max-width:947px;font-size:18px;line-height:1.60;
  color:#444}
body:not(.home) .prose p{margin-top:18px;font-size:18px;line-height:1.60;color:#444}
body:not(.home) .note{margin-top:14px;font-size:14px;line-height:1.6;color:#707070}

/* 알약 버튼 하나뿐 — 채운 버튼 0건 */
body:not(.home) .btn{height:40px;min-height:40px;padding:0 26px;border-radius:50px;
  font-size:14px;font-weight:400;letter-spacing:-.3px;background:transparent;
  border:1px solid #DDDDDD;color:#444}
body:not(.home) .btn::after{display:none}
body:not(.home) .btn svg{width:15px;height:15px}
body:not(.home) .btn.p{background:transparent;border-color:var(--p700);color:var(--p700)}
body:not(.home) .btn.p:hover{background:var(--p700);color:#fff;border-color:var(--p700)}
body:not(.home) .btn.s:hover{border-color:#222;color:#222;background:transparent}
body:not(.home) .btn.g{border-color:rgba(255,255,255,.85);color:#fff}
body:not(.home) .btn.sm{height:34px;min-height:34px;padding:0 20px;font-size:14px}
body:not(.home) .go{font-size:14px;font-weight:400;color:var(--p700)}

/* 카드·타일 : 정사각 사진 + 라운드 0 */
body:not(.home) .cards{gap:27px;margin-top:34px}
body:not(.home) .card,body:not(.home) .lcard{background:#fff;border:1px solid #E1E1E1;
  border-radius:0;padding:30px 26px}
body:not(.home) .card:hover,body:not(.home) .lcard:hover{border-color:#222;transform:none}
body:not(.home) .card h3,body:not(.home) .lcard h3{font-size:18px;font-weight:700;
  letter-spacing:-.035em;color:#222}
body:not(.home) .card p,body:not(.home) .lcard p{margin-top:12px;font-size:18px;
  line-height:1.60;color:#444}
body:not(.home) .card .meta{margin-top:14px;padding-top:14px;font-size:14px;color:#707070}
body:not(.home) .card .ic{width:44px;height:44px;border-radius:0;background:#222;margin-bottom:18px}
body:not(.home) .card .ic svg{stroke:#fff}
body:not(.home) .lgrid{gap:27px;margin-top:34px}
body:not(.home) .gal{gap:12px;margin-top:34px}
body:not(.home) .gal img,body:not(.home) .split-i img,
body:not(.home) .card.pf .pfi img{border-radius:0;aspect-ratio:1/1}
body:not(.home) .gal figcaption,body:not(.home) .split-i figcaption{margin-top:12px;
  font-size:14px;line-height:1.6;color:#707070}

/* 지표 : 큰 숫자 46 / 단위 24 */
body:not(.home) .stats{margin-top:34px;gap:0 32px;border-top:1px solid #E1E1E1;
  border-bottom:1px solid #E1E1E1}
body:not(.home) .stat{padding:32px 0;border-right:0}
body:not(.home) .stat .v{font-size:46px;line-height:1.60;font-weight:400;color:#222;
  letter-spacing:-.02em}
body:not(.home) .stat .v i{margin-left:6px;font-size:24px;font-weight:400;color:var(--p700)}
body:not(.home) .stat .k{margin-top:2px;font-size:18px;font-weight:700;color:#222}
body:not(.home) .stat .d{margin-top:6px;font-size:14px;line-height:1.6;color:#707070}

/* 목록·표·FAQ·인용 */
body:not(.home) .ticks{margin-top:22px;gap:11px}
body:not(.home) .ticks li{font-size:18px;line-height:1.60;color:#444}
body:not(.home) .ticks svg{stroke:var(--p700)}
body:not(.home) .steps{margin-top:34px;border-top:1px solid #E1E1E1}
body:not(.home) .steps li{grid-template-columns:88px minmax(0,1fr);gap:24px;padding:22px 0;
  border-bottom:1px solid #E1E1E1}
body:not(.home) .sn{font-size:28px;font-weight:400;color:var(--p700)}
body:not(.home) .steps h3{font-size:18px;color:#222}
body:not(.home) .steps p{margin-top:7px;font-size:18px;line-height:1.60;color:#444}
body:not(.home) .tw{margin-top:26px}
body:not(.home) .tw table{border-top:2px solid #222;font-size:16px}
body:not(.home) th,body:not(.home) td{padding:14px 16px;border-bottom:1px solid #E1E1E1;
  line-height:1.6}
body:not(.home) thead th{background:transparent;font-size:15px;font-weight:700;color:#222;
  border-bottom:1px solid #222}
body:not(.home) .faq{margin-top:26px;border-top:1px solid #E1E1E1}
body:not(.home) .faq details{border-bottom:1px solid #E1E1E1}
body:not(.home) .faq summary{padding:20px 46px 20px 0;font-size:18px;font-weight:700;
  letter-spacing:-.035em;color:#222}
body:not(.home) .faq summary::after{border-color:var(--p700);top:27px}
body:not(.home) .faq details[open] summary::after{top:30px}
body:not(.home) .faq p{font-size:18px;line-height:1.60;color:#444}
body:not(.home) .pull{border-top:2px solid #222;padding-top:30px}
body:not(.home) .pull p{font-size:28px;font-weight:400;line-height:1.60;letter-spacing:-.03em;
  color:#222}
body:not(.home) .pull figcaption{margin-top:18px;font-size:14px;font-weight:400;color:#707070}
body:not(.home) .callout{background:#F5F5F5;border-left:2px solid var(--p700);border-radius:0;
  padding:26px 28px}
body:not(.home) .callout h3{font-size:18px;color:#222}
body:not(.home) .callout p{margin-top:10px;font-size:18px;line-height:1.60;color:#444}
body:not(.home) .callout svg{stroke:var(--p700)}
body:not(.home) .tl{border-left:1px solid #E1E1E1;margin-top:34px}
body:not(.home) .tl li::before{background:var(--p700)}
body:not(.home) .tl .y{font-size:20px;font-weight:700;color:var(--p700)}
body:not(.home) .tl h3{font-size:18px;color:#222}
body:not(.home) .tl p{font-size:18px;line-height:1.60;color:#444}
body:not(.home) .split{gap:clamp(32px,4.4vw,64px)}

/* 닫는 안내 : 검정 면 · 라운드 0 · 알약 버튼 */
body:not(.home) .cta{border-radius:0;padding:56px 56px;background:#000;
  align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:22px}
body:not(.home) .cta h2{font-size:32px;line-height:1.60;font-weight:400;color:#fff}
body:not(.home) .cta p{margin-top:16px;max-width:760px;font-size:18px;line-height:1.60;
  color:rgba(255,255,255,.92)}
body:not(.home) .cta .btn,body:not(.home) .cta .btn.p,body:not(.home) .cta .btn.s{
  border-color:rgba(255,255,255,.85);color:#fff;background:transparent}
body:not(.home) .cta .btn:hover{background:rgba(255,255,255,.18);border-color:#fff;color:#fff}

/* 푸터 : 검정 · 압축 */
body:not(.home) .ft{background:#000;border-top:0}
body:not(.home) .ft-in{max-width:1280px;padding:56px 48px 40px}
body:not(.home) .ft-top{grid-template-columns:minmax(230px,.9fr) 3fr;gap:40px}
body:not(.home) .ft-b .lk{font-size:20px;font-weight:400;letter-spacing:.01em}
body:not(.home) .ft-b .le{margin-top:5px;font-size:10.5px;letter-spacing:.22em}
body:not(.home) .ft-tag{margin-top:14px;font-size:14px;line-height:1.7}
body:not(.home) .ft-cc{margin-top:16px;gap:7px}
body:not(.home) .ft-cc li{font-size:13.5px}
body:not(.home) .ft-cc svg{stroke:#fff}
body:not(.home) .ft-cols{grid-template-columns:repeat(7,minmax(0,1fr));gap:18px}
body:not(.home) .fc h2{font-size:14px;font-weight:700;color:#fff}
body:not(.home) .fc ul{margin-top:12px;gap:7px}
body:not(.home) .fc a{font-size:13px;line-height:1.45}
body:not(.home) .ft-bot{margin-top:34px;padding-top:22px}
body:not(.home) .ft-pol{gap:18px}
body:not(.home) .ft-pol a{font-size:13px}
body:not(.home) .ft-addr{margin-top:12px;font-size:13px;line-height:1.6}
body:not(.home) .sample-notice{margin-top:12px;padding:11px 14px;border-radius:0;
  font-size:12.5px;line-height:1.6}
body:not(.home) .ft-copy{margin-top:12px;font-size:12px}

/* ---------------- 반응형 ---------------- */
@media (max-width:1240px){
  body:not(.home) .hd-in{padding:0 28px}
  body:not(.home) .wrap{padding:0 28px}
}
@media (max-width:1024px){
  body:not(.home) .hd{height:72px}
  body:not(.home) .hd-in{height:72px;grid-template-columns:1fr auto;grid-template-rows:72px;
    padding:0 24px}
  body:not(.home) .logo{grid-row:1;grid-column:1;justify-self:start}
  body:not(.home) .hd .tel,body:not(.home) .hd .btn.p.sm{display:none}
  body:not(.home) .gnb{display:none}
  body:not(.home) .mtog{display:block;grid-row:1;grid-column:2;justify-self:end}
  body:not(.home) .mtog span{background:#fff}
  body:not(.home) .mmenu{position:fixed;top:72px;left:0;right:0;z-index:100;
    max-height:calc(100vh - 72px);overflow:auto;padding:8px 24px 26px}
  body:not(.home) .mmenu.open{display:block}
  body:not(.home) .phero,body:not(.home) .phero.has-img{margin-top:72px}
  body:not(.home) .phero-img{height:220px}
  body:not(.home) .phero h1,body:not(.home) .phero.has-img h1{font-size:34px}
  body:not(.home) .wrap{padding:0 24px}
  body:not(.home) .sec,body:not(.home) .sec.alt{padding:56px 0 52px}
  body:not(.home) .cards.c3,body:not(.home) .cards.c4,
  body:not(.home) .lgrid,body:not(.home) .gal{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.home) .split{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .ft-cols{grid-template-columns:repeat(4,minmax(0,1fr))}
  body:not(.home) .ft-top{grid-template-columns:minmax(0,1fr);gap:34px}
}
@supports selector(:has(*)){
  @media (max-width:1024px){
    body:not(.home):has(.lgrid) .phero.has-img{margin-top:0;min-height:520px;height:76vh}
    body:not(.home):has(.lgrid) .phero .wrap{padding-top:72px}
    body:not(.home):has(.lgrid) .phero.has-img h1{font-size:40px}
  }
}
@media (max-width:560px){
  body:not(.home){font-size:17px}
  body:not(.home) .wrap{padding:0 20px}
  body:not(.home) .hd-in{padding:0 20px}
  body:not(.home) .phero-img{height:180px}
  body:not(.home) .phero h1,body:not(.home) .phero.has-img h1{font-size:28px}
  body:not(.home) h2{font-size:24px}
  body:not(.home) .cards.c2,body:not(.home) .cards.c3,body:not(.home) .cards.c4,
  body:not(.home) .lgrid,body:not(.home) .gal,
  body:not(.home) .ticks.two{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .stats{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .steps li{grid-template-columns:minmax(0,1fr);gap:8px}
  body:not(.home) .tl li{grid-template-columns:minmax(0,1fr);gap:6px}
  body:not(.home) .cta{padding:38px 22px}
  body:not(.home) .ft-cols{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* --- 참고사 문법 v2 보정 : LNB(js/site.js 가 만든다) ------------------------
   ★정적 grep 으로는 안 보인다 — 렌더 DOM 에만 있다(nav.lnb, 형제 페이지 링크).
   지우면 링크 손실이므로 «아모레 B형의 line-tab switch-select» 로 다시 그린다.
   B형 : 검정 헤더(140) 바로 아래 흰 밑줄 탭 띠 · sticky
   A형 : 100vh 비주얼을 y0 에 두어야 하므로 «절대배치» 로 히어로 바닥에 붙인다 */
body:not(.home) .lnb{position:sticky;top:140px;z-index:60;margin-top:140px;
  background:#fff;border-bottom:1px solid #DEDEDE}
body:not(.home) .lnb-in{max-width:1184px;margin:0 auto;padding:0 24px;height:61px;
  display:flex;align-items:center;justify-content:center;gap:0 4px;
  overflow-x:auto;scrollbar-width:none}
body:not(.home) .lnb-in::-webkit-scrollbar{display:none}
body:not(.home) .lnb .ttl{flex:0 0 auto;margin-right:14px;padding-right:20px;
  border-right:1px solid #DEDEDE;font-size:16px;font-weight:700;letter-spacing:-.035em;
  color:#222}
body:not(.home) .lnb a{flex:0 0 auto;height:61px;padding:0 18px;display:inline-flex;
  align-items:center;font-size:16px;font-weight:400;letter-spacing:-.3px;color:#707070;
  border-bottom:2px solid transparent;margin-bottom:-1px}
body:not(.home) .lnb a:hover{color:#222}
body:not(.home) .lnb a.on{color:#222;font-weight:700;border-bottom-color:#222}
/* LNB 가 이미 헤더만큼 내려 주므로 B형 히어로의 위 여백은 없앤다 */
body:not(.home) .phero,body:not(.home) .phero.has-img{margin-top:0}
@supports selector(:has(*)){
  body:not(.home):has(.lgrid) .lnb{position:absolute;left:0;right:0;top:100vh;
    margin-top:0;border-top:0}
  body:not(.home):has(.lgrid) .phero.has-img{margin-bottom:61px}
}
@media (max-width:1024px){
  body:not(.home) .lnb{top:72px;margin-top:72px}
  body:not(.home) .lnb-in{justify-content:flex-start;height:52px;padding:0 24px}
  body:not(.home) .lnb a{height:52px;padding:0 13px;font-size:15px}
  body:not(.home) .lnb .ttl{margin-right:10px;padding-right:14px;font-size:15px}
}
@supports selector(:has(*)){
  @media (max-width:1024px){
    body:not(.home):has(.lgrid) .lnb{position:absolute;top:76vh;margin-top:0}
    body:not(.home):has(.lgrid) .phero.has-img{margin-bottom:52px}
  }
}

/* --- 참고사 문법 v2 보정 2 : 외국인 인물컷 교체 ------------------------------
   ★상시 규칙 「샘플 인물은 전원 한국인」. 서브 .html 은 손대지 않기로 했으므로
     CSS content:url() 로 «표시되는 그림만» 바꾼다(alt·링크·마크업 그대로).
     office.jpg   = 금발 여성 + 수염 난 서양 남성 (5쪽)  → p12.jpg (무인 상담 라운지)
     gallery2.jpg = 한국인이 아닌 정비사 (1쪽)           → team1.jpg (얼굴 없는 하부 점검)
   ★한국인 인물 사진이 확보되면 이 두 줄을 지우고 원본 파일을 갈아 끼우면 된다. */
body:not(.home) img[src="img/office.jpg"]{content:url(../img/p12.jpg)}
body:not(.home) img[src="img/gallery2.jpg"]{content:url(../img/team1.jpg)}

/* A형 브레드크럼은 제목 위로 (아모레엔 없지만 링크를 지울 수 없어 작게 남긴다) */
@supports selector(:has(*)){
  body:not(.home):has(.lgrid) .phero .bc{order:0;margin:0 0 20px}
}

/* --- 참고사 문법 v2 보정 3 : 서브의 «큰 비주얼 = CSS 전폭 배경» --------------
   아모레 서브는 img 가 아니라 «배경 사진 + 흰/검은 판» 이 큰 그림을 담당한다.
   서브 .html 을 못 고치므로 어두운 면 두 곳에 배경 사진을 CSS 로 깐다.
   ★오버레이는 rgba(0,0,0,α) «단색». α 는 화소 실측(98% 분위 휘도)으로 계산 :
     p08 0.46 / cta-bg 0.49 필요 → 여유를 두어 .66 / .62 */
body:not(.home) .sec.dark{position:relative;background-color:#000;
  background-image:url(../img/p08.jpg);background-size:cover;background-position:center}
body:not(.home) .sec.dark::before{content:"";position:absolute;inset:0;
  background:rgba(0,0,0,.66);z-index:0}
body:not(.home) .sec.dark>*{position:relative;z-index:1}
body:not(.home) .cta{position:relative;overflow:hidden;background-color:#000;
  background-image:url(../img/cta-bg.jpg);background-size:cover;background-position:center}
body:not(.home) .cta::before{content:"";position:absolute;inset:0;
  background:rgba(0,0,0,.62);z-index:0}
body:not(.home) .cta>*{position:relative;z-index:1}

/* --- 참고사 문법 v2 보정 4 : 다크 섹션 되돌림 + 흰 카드 --------------------
   ★보정 3 에서 .sec.dark 에 배경 사진을 깔았더니 카드 안 글자(흰 82%)가
     밝은 기둥 위에 얹혀 «읽기 어려웠다»(캡처 육안 확인).
     상시 규칙 「다크 위 배지·표·카드는 무조건 흰 면 + 진한 글자」에 따라
     사진은 걷고(검정 면 복귀) 카드만 흰 면으로 바꾼다.
     CSS 전폭 배경 사진은 .cta 한 곳에만 남긴다(큰 글자뿐이라 안전). */
body:not(.home) .sec.dark{background-image:none;background-color:#000}
body:not(.home) .sec.dark::before{display:none}
body:not(.home) .sec.dark .card{background:#ffffff;border-color:#ffffff}
body:not(.home) .sec.dark .card h3{color:#222222}
body:not(.home) .sec.dark .card p{color:#444444}
body:not(.home) .sec.dark .card .meta{color:#707070;border-top-color:#E1E1E1}
body:not(.home) .sec.dark .card .ic{background:#222222}
body:not(.home) .sec.dark .card .ic svg{stroke:#ffffff}
body:not(.home) .sec.dark .callout{background:#ffffff}
body:not(.home) .sec.dark .callout h3{color:#222222}
body:not(.home) .sec.dark .callout p{color:#444444}
body:not(.home) .sec.dark thead th{background:#ffffff;color:#222222;border-bottom-color:#ffffff}

/* --- 참고사 문법 v2 보정 5 : A형 비주얼 스크림 상향 ------------------------
   ★캡처 «화소» 로 재니 svc.html 의 A형 히어로가 흰 68px 제목 2.60:1 이었다
     (사진 교체로 밝은 실내컷이 들어왔다). 같은 단색으로 .45 → .62 로 올린다. */
@supports selector(:has(*)){
  body:not(.home):has(.lgrid) .phero.has-img::after{background:rgba(0,0,0,.62)}
}
