@charset "utf-8";
/* =============================================================================
   오토프라임 AUTO PRIME — 메인(홈) 전용 레이아웃
   참고 «아모레퍼시픽그룹 apgroup.com» 실측 문법  ·  SPEC : _co\_스펙_sl4_apgroup.md

   ★site.css 다음에 읽힌다. index.html 에서만 링크한다(body.home).
   ★문법 요약
       대비율    히어로 60 : 섹션제목 32 : 본문 18  = 3.33 : 1.78 : 1 · 행간 1.60
       컨테이너  max-width 1280 + 안쪽 여백 48  →  내용폭 1184 @x197
       섹션      pt100 pb80 / 마지막 장 pb160
       타일      정사각 — 뉴스 276×276 gap27 · 스토리 287×287 gap12
       라운드    0  ·  ★알약(버튼·태그·점)만 50px
       헤더      fixed h140 «2줄» · 로고 «가운데» · 스크롤하면 검정 1줄 62 로 압축
       큰 그림   <img> 가 아니라 «CSS 전폭 배경» 이 담당한다(600px+ img 0장)
   ============================================================================= */

/* ---------------------------------------------------------------- 토큰 */
:root{
  --p700:#A81E5B;            /* 주색 : 진행바·강조·단위  흰 배경 6.99:1 ✓ / 흰 글자 6.99:1 ✓ */
  --p800:#7A1442;            /* 호버·더 진한 면 */
  --face:#F5F5F5;            /* 섹션 면 (아모레 실측 그대로) */
  --face2:#F8F8F8;
  --ink:#222222;             /* 제목 */
  --body:#444444;            /* 본문   흰 위 9.7:1 */
  --mute:#707070;            /* 소본문 흰 위 4.95:1 */
  --dim:rgba(34,34,34,.30);  /* 비활성 탭 — 호버·포커스에서 #222 로 올린다 */
  --lbl:#687687;             /* 영문 라벨  흰 위 4.55:1 */
  --dark:#000000;            /* 헤더·푸터 */
  --line:#E1E1E1;

  --wrap:1280px; --pad:48px; --wrapWide:1420px; --wrapNarrow:947px;
  --hdH:140px; --hdH2:62px;
  --scrim:rgba(0,0,0,.45);   /* ★사진 오버레이 = 단색. 화소 실측(p95 휘도)으로 뽑은 값
                                  gallery4 0.43 / p11 0.30 / hero 0.22 → 0.45 로 통일 */

  /* site.css 가 쓰는 이름도 함께 맞춘다 */
  --pri:#A81E5B; --pri-d:#7A1442; --pri-soft:#F7ECF0; --acc:#A81E5B; --focus:#A81E5B;
  --ink-d:#000000; --sub:#707070; --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;
  --ft-bg:#000000;
}

/* ---------------------------------------------------------------- 바탕 */
body.home{
  background:#fff;color:var(--body);
  font-size:18px;font-weight:400;line-height:1.60;letter-spacing:-0.3px;
  overflow-x:hidden}
body.home *,body.home *::before,body.home *::after{word-break:keep-all !important}
body.home .tnum,body.home code{word-break:normal !important}
body.home h1,body.home h2,body.home h3,body.home h4{
  font-weight:400;line-height:1.60;letter-spacing:-0.03em;color:var(--ink)}
body.home p{line-height:1.60}
body.home img{display:block}

/* 컨테이너 : 선언 1280 + 안쪽 48  →  내용 블록이 1184 @x197 로 잡힌다 */
body.home .wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}

/* =============================================================================
   헤더 — fixed 140 «2줄» · 로고 가운데 · 메인은 투명 · 스크롤하면 검정 1줄 62
   ★HTML 은 손대지 않았다. .hd-r 을 display:contents 로 풀어 격자에 직접 앉힌다.
   ============================================================================= */
body.home .hd{
  position:fixed;top:0;left:0;right:0;z-index:101;
  height:var(--hdH);background:transparent;border-bottom:0;backdrop-filter:none;
  transition:height .28s ease,background-color .28s ease}
body.home .hd-in{
  width:100%;max-width:none;margin:0;padding:0 var(--pad);height:var(--hdH);gap:0;
  display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:79px 61px;
  align-items:center}
body.home .hd-r{display:contents}

body.home .logo{grid-row:1;grid-column:2;justify-self:center;
  flex-direction:row;align-items:baseline;gap:10px}
body.home .logo .lk{font-size:23px;font-weight:400;letter-spacing:.01em;color:#fff}
body.home .logo .le{margin-top:0;font-size:13px;font-weight:400;letter-spacing:.24em;
  color:rgba(255,255,255,.82)}

body.home .hd .tel{grid-row:1;grid-column:1;justify-self:start;
  font-size:14px;font-weight:400;letter-spacing:-.3px;color:#fff}
body.home .hd .tel svg{width:15px;height:15px;stroke:#fff}
body.home .hd .tel:hover{color:#fff;text-decoration:underline;text-underline-offset:5px}

body.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.home .hd .btn.p.sm::after{display:none}
body.home .hd .btn.p.sm:hover{background:rgba(255,255,255,.16);border-color:#fff}

body.home .gnb{grid-row:2;grid-column:1 / 4;justify-self:center;min-width:0}
body.home .gnb-l{display:flex;gap:0}
body.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.home .gi>a:hover,body.home .gi>a.on{color:#ADA8A4;border-bottom-color:#ADA8A4}

/* 메가메뉴 : 흰 판 · 라운드 0 */
body.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.home .dd a{padding:9px 28px;font-size:16px;font-weight:400;color:var(--body)}
body.home .dd a:hover{background:transparent;color:var(--p700);text-decoration:underline;
  text-underline-offset:4px}

/* 스크롤 후 : 검정 1줄 62 · 로고가 «좌측»으로 옮겨간다 */
body.home .hd.solid{height:var(--hdH2);background:var(--dark)}
body.home .hd.solid .hd-in{height:var(--hdH2);
  grid-template-columns:auto 1fr auto;grid-template-rows:var(--hdH2)}
body.home .hd.solid .logo{grid-row:1;grid-column:1;justify-self:start}
body.home .hd.solid .logo .lk{font-size:19px}
body.home .hd.solid .logo .le{font-size:11px}
body.home .hd.solid .tel{display:none}
body.home .hd.solid .gnb{grid-row:1;grid-column:2;justify-self:center}
body.home .hd.solid .gi>a{height:var(--hdH2);font-size:16px;padding:0 17px}
body.home .hd.solid .btn.p.sm{grid-row:1;grid-column:3}
body.home .hd.solid .dd{top:var(--hdH2)}

/* =============================================================================
   S1 히어로 — 100vh · CSS 전폭 배경 3장 + 영상 · 가운데 정렬 · 하단 탭 3칸
   ============================================================================= */
body.home .ap-hero{position:relative;height:100vh;min-height:640px;
  overflow:hidden;isolation:isolate;background:#111;color:#fff;display:block}
body.home .ap-hero .hero-img{display:none}          /* 큰 <img> 를 쓰지 않는다(600px+ 0장) */
body.home .ap-hero-bg{position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center;background-repeat:no-repeat;
  opacity:0;transition:opacity 1.1s ease}
body.home .ap-hero-bg.on{opacity:1}
body.home .ap-hero .idcv{z-index:1}
body.home .ap-hero-sc{position:absolute;inset:0;z-index:2;background:var(--scrim)}
body.home .ap-hero-body{position:relative;z-index:3;height:100%;
  display:flex;align-items:center;justify-content:center;
  padding:var(--hdH) var(--pad) 73px;text-align:center}
body.home .ap-slide{display:none;width:100%;max-width:1184px;margin:0 auto}
body.home .ap-slide.on{display:block}

body.home .ap-hero .eyebrow{display:flex;align-items:center;justify-content:center;gap:26px;
  margin:0;font-size:18px;line-height:1.6;font-weight:400;letter-spacing:.10em;
  text-transform:uppercase;color:#fff;opacity:1}
body.home .ap-hero .eyebrow::before,
body.home .ap-hero .eyebrow::after{content:"";width:clamp(40px,10vw,140px);height:1px;
  background:rgba(255,255,255,.6)}
body.home .ap-hero h1{margin:24px 0 0;font-size:clamp(30px,4.4vw,60px);line-height:1.20;
  font-weight:400;letter-spacing:-0.03em;color:#fff;max-width:none}
body.home .ap-hero .hlead span{display:block}
body.home .ap-hero .hlead{margin:22px auto 0;max-width:820px;
  font-size:18px;line-height:1.60;font-weight:400;letter-spacing:-.3px;color:#fff}
body.home .ap-hero .hbtn{margin-top:38px;justify-content:center;gap:10px}

/* 알약 버튼 — 아모레는 «채운 버튼 0건». 투명 + 1px 테두리 + radius 50 */
body.home .ap-pill{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:40px;padding:0 24px;border:1px solid #DDDDDD;border-radius:50px;
  background:transparent;font-size:14px;font-weight:400;letter-spacing:-.3px;
  color:var(--body);cursor:pointer;transition:.2s}
body.home .ap-pill:hover{border-color:var(--p700);color:var(--p700)}
body.home .ap-pill i{font-style:normal;font-size:15px;line-height:1}
body.home .ap-hero .btn,body.home .ap-pill.light{
  min-height:40px;height:40px;padding:0 26px;border-radius:50px;
  background:transparent;border:1px solid rgba(255,255,255,.85);color:#fff;
  font-size:14px;font-weight:400;letter-spacing:-.3px}
body.home .ap-hero .btn::after{display:none}
body.home .ap-hero .btn:hover,body.home .ap-pill.light:hover{
  background:rgba(255,255,255,.18);border-color:#fff;color:#fff}
body.home .ap-hero .btn svg{width:15px;height:15px}

/* 좌우 원형 화살표 */
body.home .ap-arw{position:absolute;top:calc(50% - 20px);z-index:4;
  width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.7);
  background:transparent;color:#fff;font-size:17px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;padding:0}
body.home .ap-arw:hover{background:rgba(255,255,255,.2);border-color:#fff}
body.home .ap-arw.prev{left:60px}
body.home .ap-arw.next{right:60px}

/* 하단 탭 3칸 + 진행바 */
body.home .ap-tabs{position:absolute;left:0;right:0;bottom:0;z-index:4;
  height:73px;background:var(--face);display:flex;justify-content:center}
body.home .ap-prog{position:absolute;left:0;right:0;top:-4px;height:4px;
  background:transparent;overflow:hidden}
body.home .ap-prog i{display:block;height:4px;width:0;background:var(--p700);
  animation:apProg 7s linear infinite}
@keyframes apProg{from{width:0}to{width:33.34%}}
body.home .ap-tab{position:relative;flex:0 1 341px;max-width:341px;height:73px;
  background:none;border:0;padding:0 6px;cursor:pointer;
  font-size:20px;font-weight:400;letter-spacing:-.4px;color:var(--dim)}
body.home .ap-tab.on{color:var(--ink)}
body.home .ap-tab:hover,body.home .ap-tab:focus-visible{color:var(--ink)}
body.home .ap-tab.on::after{content:"";position:absolute;left:50%;bottom:0;
  transform:translateX(-50%);width:6.4em;max-width:70%;height:3px;background:var(--ink)}

/* =============================================================================
   공통 섹션 리듬
   ============================================================================= */
body.home .ap-sec{padding:100px 0 80px;background:#fff;border-top:0}
body.home .ap-sec.last{padding-bottom:110px;background:var(--face)}
body.home .ap-eyeb{margin:0;font-size:18px;line-height:1.6;font-weight:400;
  letter-spacing:-.3px;color:var(--lbl);text-transform:none}
body.home h2.ap-h{font-size:32px;line-height:1.60;font-weight:400;
  letter-spacing:-0.03em;color:var(--ink);padding-top:0}
body.home h2.ap-h::before{display:none}
body.home .ap-h.center,body.home .ap-c{text-align:center}
body.home .ap-lead{margin:16px 0 0;font-size:18px;line-height:1.60;color:var(--body)}
body.home .ap-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
body.home .ap-head .ap-lead{max-width:760px}

/* 점 페이저 — 아모레 실측 : 작은 점 4~5개, 현재만 «빈 원» */
body.home .ap-dots{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:22px}
body.home .ap-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;
  background:#9B9B9B;cursor:pointer}
body.home .ap-dots button.on{width:11px;height:11px;background:transparent;
  border:1px solid var(--ink)}

/* =============================================================================
   S2 라인업 — 뉴스 문법 : 정사각 276×276 gap27 · 카드 배경/테두리 «없음»
   ============================================================================= */
body.home .ap-rail{margin-top:26px;overflow:hidden}
body.home .ap-track{display:flex;gap:27px;transition:transform .55s cubic-bezier(.4,0,.2,1)}
body.home .ap-tile{flex:0 0 276px;width:276px;display:block}
body.home .ap-thumb{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#EDEDED}
body.home .ap-thumb img{width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.4,0,.2,1)}
body.home .ap-tile:hover .ap-thumb img{transform:scale(1.05)}
body.home .ap-nm{display:block;margin-top:12px;font-size:16px;line-height:1.5;
  font-weight:700;letter-spacing:-.035em;color:var(--ink)}
body.home .ap-tile:hover .ap-nm{text-decoration:underline;text-underline-offset:5px}
body.home .ap-desc{display:block;margin-top:5px;font-size:15px;line-height:1.6;
  color:var(--body)}

/* =============================================================================
   S3 스토리 — 전폭 어두운 사진 띠(455) 위에 정사각 287×287 gap12 가 «걸친다»
   ============================================================================= */
body.home .ap-story{padding:0 0 58px;background:#fff}
body.home .ap-band{position:relative;height:430px;
  background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#2A2A2A;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;
  padding-top:98px;text-align:center;color:#fff}
/* ★띠 사진(p08)에 밝은 기둥이 있어 .45 로는 흰 32px 제목이 3.46:1 이었다(캡처 화소 실측).
   같은 «단색» 으로 .58 까지 올린다 — 그라데이션 아님 */
body.home .ap-band::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.58)}
body.home .ap-band>*{position:relative;z-index:1}
body.home .ap-band .ap-eyeb{color:#ffffff}
body.home .ap-band h2.ap-h{margin-top:10px;color:#fff}
body.home .ap-story .wrap{position:relative;z-index:2}
body.home .ap-sq{display:grid;grid-template-columns:repeat(4,minmax(0,287px));gap:12px;
  justify-content:center;margin-top:-204px}
body.home .ap-sqi{position:relative;display:block;width:100%;aspect-ratio:1/1;
  padding:0;border:0;background:#000;overflow:hidden;cursor:pointer;text-align:left}
body.home .ap-sqi img{width:100%;height:100%;object-fit:cover;opacity:.8;
  transition:opacity .45s,transform .7s cubic-bezier(.4,0,.2,1)}
body.home .ap-sqi.on img,body.home .ap-sqi:hover img{opacity:1;transform:scale(1.04)}
body.home .ap-lbl{position:absolute;left:22px;bottom:20px;z-index:2;
  font-size:15px;font-weight:700;letter-spacing:-.035em;color:#fff}
body.home .ap-go{position:absolute;right:18px;bottom:16px;z-index:2;
  width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.9);
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}
body.home .ap-panes{margin-top:32px;text-align:center}
body.home .ap-pane{display:none}
body.home .ap-pane.on{display:block}
body.home .ap-pane h3{font-size:28px;line-height:1.60;font-weight:700;
  letter-spacing:-.035em;color:var(--ink)}
body.home .ap-pane p{margin:14px auto 0;max-width:757px;font-size:18px;line-height:1.60;
  color:var(--body)}
body.home .ap-pane p+p{margin-top:10px}

/* =============================================================================
   S4 숫자 — 큰 숫자 46 / 단위 24 (아모레 서브 실측)
   ============================================================================= */
body.home .ap-num-in{margin-top:48px}
body.home .ap-num .stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0 32px;margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.home .ap-num .stat{padding:19px 0;border-right:0}
body.home .ap-num .stat .v{font-size:46px;line-height:1.60;font-weight:400;
  letter-spacing:-.02em;color:var(--ink)}
body.home .ap-num .stat .v i{margin-left:6px;font-size:24px;font-weight:400;color:var(--p700)}
body.home .ap-num .stat .k{margin-top:2px;font-size:18px;font-weight:700;
  letter-spacing:-.035em;color:var(--ink)}
body.home .ap-num .stat .d{margin-top:6px;font-size:14px;line-height:1.6;color:var(--mute)}

/* =============================================================================
   S5 서비스 — 가운데 32 제목 + 947 밑줄 탭 + 패널 · 마지막 장 pb160 · bg #F5F5F5
   ============================================================================= */
body.home .ap-ltab{max-width:var(--wrapNarrow);margin:24px auto 0;
  display:flex;justify-content:center;flex-wrap:wrap;gap:0 6px;
  border-bottom:1px solid #DEDEDE}
body.home .ap-ltab button{height:61px;padding:0 18px;background:none;border:0;
  border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;
  font-size:16px;font-weight:400;letter-spacing:-.3px;color:var(--mute)}
body.home .ap-ltab button:hover,body.home .ap-ltab button:focus-visible{color:var(--ink)}
body.home .ap-ltab button.on{color:var(--ink);font-weight:700;border-bottom-color:var(--ink)}
body.home .ap-tp{display:none;margin-top:26px}
body.home .ap-tp.on{display:block}
body.home .ap-tp>h2{font-size:28px;line-height:1.60;font-weight:700;
  letter-spacing:-.035em;color:var(--ink);padding-top:0}
body.home .ap-tp>h2::before{display:none}
body.home .ap-tp p,body.home .ap-tp li{font-size:18px;line-height:1.60;color:var(--body)}
body.home .ap-tp .prose p{margin-top:18px}
body.home .ap-cols{margin-top:20px;column-count:2;column-gap:64px}
body.home .ap-cols p{margin:0 0 20px;break-inside:avoid}
body.home .ap-split{display:grid;grid-template-columns:minmax(0,1fr) 287px;
  gap:56px;align-items:start;margin-top:22px}
body.home .ap-split figure{margin:0}
body.home .ap-split img{width:287px;height:287px;object-fit:cover}
body.home .ap-split figcaption{margin-top:12px;font-size:14px;line-height:1.6;color:var(--mute)}
body.home .ap-tp .ticks{margin-top:22px;gap:11px}
body.home .ap-tp .ticks svg{stroke:var(--p700)}

/* 표 · 스텝 · FAQ — 라운드 0 · 선은 얇게 */
body.home .ap-tp .tw{margin-top:22px}
body.home .ap-tp table{min-width:640px;font-size:16px;border-top:2px solid var(--ink)}
body.home .ap-tp th,body.home .ap-tp td{padding:14px 16px;border-bottom:1px solid var(--line);
  line-height:1.6}
body.home .ap-tp thead th{background:transparent;font-size:15px;font-weight:700;
  color:var(--ink);border-bottom:1px solid var(--ink)}
body.home .ap-tp tbody tr:hover{background:rgba(0,0,0,.02)}
body.home .ap-tp .note{margin-top:14px;font-size:14px;color:var(--mute)}
body.home .ap-tp .steps{margin-top:22px;border-top:1px solid var(--line)}
body.home .ap-tp .steps li{grid-template-columns:88px minmax(0,1fr);gap:24px;padding:22px 0;
  border-bottom:1px solid var(--line)}
body.home .ap-tp .sn{font-size:28px;font-weight:400;color:var(--p700)}
body.home .ap-tp .steps h3{font-size:18px;font-weight:700;letter-spacing:-.035em}
body.home .ap-tp .steps p{margin-top:7px}
body.home .ap-tp .faq{margin-top:22px;border-top:1px solid var(--line)}
body.home .ap-tp .faq summary{padding:20px 46px 20px 0;font-size:18px;font-weight:700;
  letter-spacing:-.035em;color:var(--ink)}
body.home .ap-tp .faq summary::after{border-color:var(--p700);top:27px}
body.home .ap-tp .faq details[open] summary::after{top:30px}
body.home .ap-tp .faq details>div{padding-bottom:22px}
body.home .ap-tp .cards{gap:27px;margin-top:18px}
body.home .ap-tp .card{background:#fff;border:1px solid var(--line);border-radius:0;
  padding:26px 22px}
body.home .ap-tp .card h3{font-size:18px;font-weight:700;letter-spacing:-.035em}
body.home .ap-tp .card p{margin-top:12px}
body.home .ap-tp .card .meta{margin-top:12px;padding-top:12px;font-size:14px;color:var(--mute)}
body.home .ap-tp .card .ic{width:40px;height:40px;border-radius:0;background:var(--ink);
  margin-bottom:14px}
body.home .ap-tp .card .ic svg{stroke:#fff}

/* 닫는 안내 — 사진 배경 + 단색 스크림 */
body.home .ap-close{display:block;position:relative;margin-top:32px;overflow:hidden;
  background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1A1A1A;
  color:#fff;text-align:center;padding:20px 32px}
body.home .ap-close::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.62)}
body.home .ap-close>*{position:relative;z-index:1}
body.home .ap-close h2{font-size:32px;line-height:1.60;font-weight:400;
  letter-spacing:-.03em;color:#fff;padding-top:0}
body.home .ap-close h2::before{display:none}
body.home .ap-close p{margin:14px auto 0;max-width:820px;font-size:18px;line-height:1.60;
  color:rgba(255,255,255,.92)}
body.home .ap-close .cta-b{display:flex;justify-content:center;gap:10px;margin-top:18px}
body.home .ap-close .btn{height:40px;padding:0 26px;border-radius:50px;background:transparent;
  border:1px solid rgba(255,255,255,.85);color:#fff;font-size:14px;font-weight:400}
body.home .ap-close .btn::after{display:none}
body.home .ap-close .btn:hover{background:rgba(255,255,255,.18);border-color:#fff}
body.home .ap-close .btn svg{width:15px;height:15px}

/* =============================================================================
   푸터 — 검정 · 압축(아모레 실측 222)
   ============================================================================= */
body.home .ft{background:#000;border-top:0}
body.home .ft-in{max-width:var(--wrap);padding:28px var(--pad) 20px}
body.home .ft-top{grid-template-columns:minmax(215px,.85fr) 3.2fr;gap:34px}
body.home .ft-b .lk{font-size:20px;font-weight:400;letter-spacing:.01em}
body.home .ft-b .le{margin-top:5px;font-size:10.5px;letter-spacing:.22em}
body.home .ft-tag{margin-top:10px;font-size:13px;line-height:1.55}
body.home .ft-cc{margin-top:11px;gap:4px}
body.home .ft-cc li{font-size:13px}
body.home .ft-cc svg{stroke:#fff}
body.home .ft-cols{grid-template-columns:repeat(7,minmax(0,1fr));gap:18px}
body.home .fc h2{font-size:14px;font-weight:700;color:#fff}
body.home .fc ul{margin-top:9px;gap:4px}
body.home .fc a{font-size:12.5px;line-height:1.4}
body.home .ft-bot{margin-top:16px;padding-top:14px}
body.home .ft-pol{gap:18px}
body.home .ft-pol a{font-size:13px}
body.home .ft-addr{margin-top:8px;font-size:13px;line-height:1.5}
body.home .sample-notice{margin-top:9px;padding:8px 12px;border-radius:0;
  font-size:12px;line-height:1.5}
body.home .ft-copy{margin-top:10px;font-size:12px}

/* =============================================================================
   반응형 — ★모바일 격자는 minmax(0,1fr) (1fr 이면 잘리고 overflow:hidden 이 감춘다)
   ============================================================================= */
@media (max-width:1240px){
  body.home .hd-in{padding:0 28px}
  body.home .ap-arw.prev{left:20px} body.home .ap-arw.next{right:20px}
  body.home .ap-sq{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  body.home .ap-tile{flex:0 0 24%;width:24%}
  body.home .ap-track{gap:1.33%}
}
@media (max-width:1024px){
  body.home .hd,body.home .hd.solid{height:72px;background:rgba(0,0,0,.86)}
  body.home .hd-in{height:72px;grid-template-columns:1fr auto;grid-template-rows:72px;
    padding:0 24px}
  body.home .logo{grid-row:1;grid-column:1;justify-self:start}
  body.home .hd .tel,body.home .hd .btn.p.sm{display:none}
  body.home .gnb{display:none}
  body.home .mtog{display:block;grid-row:1;grid-column:2;justify-self:end}
  body.home .mtog span{background:#fff}
  body.home .mmenu{position:fixed;top:72px;left:0;right:0;max-height:calc(100vh - 72px);
    overflow:auto;z-index:100;padding:8px 24px 26px}
  body.home .mmenu.open{display:block}
  body.home .ap-hero{height:auto;min-height:0;padding-bottom:0}
  body.home .ap-hero-body{padding:150px 24px 130px;min-height:620px}
  body.home .ap-sec{padding:70px 0 56px}
  body.home .ap-sec.last{padding-bottom:100px}
  body.home .wrap{padding:0 24px}
  body.home .ap-band{height:330px}
  body.home .ap-sq{margin-top:-120px}
  body.home .ap-num .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home .ap-cols{column-count:1}
  body.home .ap-split{grid-template-columns:minmax(0,1fr);gap:26px}
  body.home .ap-tp .cards.c4{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home .ft-cols{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.home .ft-top{grid-template-columns:minmax(0,1fr);gap:34px}
}
@media (max-width:820px){
  body.home .ap-rail{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  body.home .ap-track{transform:none !important;gap:16px}
  body.home .ap-tile{flex:0 0 min(268px,72vw);width:min(268px,72vw);scroll-snap-align:start}
  body.home .ap-sq{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:-90px}
  body.home .ap-tabs{height:62px}
  body.home .ap-tab{font-size:15px;flex:1 1 0}
  body.home .ap-hero h1{font-size:clamp(28px,7.4vw,44px)}
  body.home .ap-arw{display:none}
  /* 영상 정지 버튼 — 모바일에선 히어로 버튼과 겹치므로 위쪽으로 */
  body.home .idcv-stop.on{top:88px;bottom:auto;right:12px;height:30px;padding:0 11px;font-size:11.5px}
}
@media (max-width:560px){
  body.home{font-size:17px}
  body.home .wrap{padding:0 20px}
  body.home .hd-in{padding:0 20px}
  body.home .ap-hero-body{padding:120px 20px 96px;min-height:560px}
  body.home .ap-hero .eyebrow{font-size:15px;gap:14px}
  body.home .ap-hero .eyebrow::before,body.home .ap-hero .eyebrow::after{width:26px}
  body.home .ap-hero .hlead{font-size:16px}
  body.home h2.ap-h{font-size:26px}
  body.home .ap-head{flex-direction:column;align-items:flex-start;gap:18px}
  body.home .ap-band{height:280px}
  body.home .ap-sq{grid-template-columns:minmax(0,1fr);gap:10px;margin-top:-70px}
  body.home .ap-num .stats{grid-template-columns:minmax(0,1fr)}
  body.home .ap-num .stat{padding:24px 0;border-bottom:1px solid var(--line)}
  body.home .ap-num .stat:last-child{border-bottom:0}
  body.home .ap-tp .cards.c4{grid-template-columns:minmax(0,1fr)}
  body.home .ap-tp .steps li{grid-template-columns:minmax(0,1fr);gap:8px}
  body.home .ap-pane h3{font-size:23px}
  body.home .ap-close{padding:48px 20px}
  body.home .ap-close h2{font-size:24px}
  body.home .ap-close .cta-b{flex-direction:column;align-items:center}
  body.home .ft-cols{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.home .ap-ltab{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;
    scrollbar-width:none}
  body.home .ap-ltab::-webkit-scrollbar{display:none}
  body.home .ap-ltab button{flex:0 0 auto;height:52px;font-size:15px;padding:0 13px}
}
@media (prefers-reduced-motion:reduce){
  body.home .ap-prog i{animation:none;width:33.34%}
  body.home .ap-hero-bg,body.home .ap-track,body.home .ap-thumb img,
  body.home .ap-sqi img{transition:none}
}

body.home .ap-svc-in{margin:10px auto 0;max-width:760px}

/* 영상 정지 버튼 — 탭 띠 위로 올린다 */
body.home .idcv-stop.on{bottom:93px;right:26px}
