@charset "utf-8";
/* ══════════════════════════════════════════════════════════════════════
   GRITLINE RUN + OUTDOOR — 러닝·아웃도어 편집숍
   토큰 정본: 05-data/design-tokens.json
   격자 데스크톱 1440 / 내용 1348 / 여백 46 / 12열 / 거터 18
        모바일 390 / 내용 354 / 여백 18 / 4열 / 거터 10
   시안: desktop-hq 1440×2200 · mobile-hq 390×2400 (둘 다 배율 1.0)
   ══════════════════════════════════════════════════════════════════════ */

:root {
  --night: #10110f;
  --chalk: #f4f2ea;
  --paper: #faf9f4;
  --fog: #d9ddd7;
  --volt: #cfff36;
  --signal: #f05a2a;
  --steel: #718086;
  --line: #cacdc6;

  --f-ui: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;

  --wrap: 1348px;
  --mg: 46px;
  --gut: 18px;
  --an-h: 34px;
  --hd-h: 92px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--night);
  font-family: var(--f-ui); font-size: 16px; line-height: 1.6;
  letter-spacing: -.005em; -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; }
p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
table { border-collapse: collapse; }

.wrap { width: min(var(--wrap), calc(100% - var(--mg) * 2)); margin: 0 auto; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 99; background: var(--volt); color: var(--night); padding: 10px 16px; }
.skip:focus { left: 12px; top: 12px; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--signal); outline-offset: 2px;
}
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.m-only { display: none; }

/* ── 공지 바 ─────────────────────────────────────────────────────────── */
.announce { height: var(--an-h); background: var(--night); color: var(--volt); }
.an-in { height: 100%; display: flex; align-items: center; }
.announce p { font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em; }
.announce i { font-style: normal; margin: 0 6px; opacity: .7; }
.an-r { margin-left: auto; color: rgba(244,242,234,.72); }

/* ── 헤더 ────────────────────────────────────────────────────────────── */
.hd { height: var(--hd-h); background: var(--paper); }
.hd-in { height: 100%; display: flex; align-items: center; }
.logo { display: inline-flex; align-items: baseline; }
.logo b { font-size: 42px; font-weight: 900; letter-spacing: -.01em; line-height: 1; }
.logo em { font-style: normal; font-family: var(--f-mono); font-size: 11px; letter-spacing: .02em; color: var(--signal); }
.hd-nav { display: flex; margin-left: 168px; gap: 60px; }
.hd-nav a { font-size: 13px; letter-spacing: .04em; white-space: nowrap; }
.hd-nav a:hover, .hd-end a:hover { color: var(--signal); }
.hd-nav a[aria-current="page"] { color: var(--signal); }
.hd-end { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: 12px; letter-spacing: .04em; }
.hd-bag i { font-style: normal; margin-left: 5px; }
.hd-menu, .hd-bag-m { display: none; }

/* ── 공통 조각 ───────────────────────────────────────────────────────── */
.mono { font-family: var(--f-mono); }
.eyebrow { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--signal); }
.eyebrow.volt { color: var(--volt); }
.eyebrow i { font-style: normal; opacity: .8; }
.h-xl { font-size: 110px; font-weight: 900; letter-spacing: -.015em; line-height: .764; }
.h-lg { font-size: 55px; font-weight: 800; letter-spacing: -.015em; line-height: 1; }
.h-md { font-size: 40px; font-weight: 800; letter-spacing: -.015em; line-height: 1.08; }
.lbl { font-family: var(--f-mono); font-size: 11px; letter-spacing: .06em; color: var(--steel); }
.dim { color: var(--steel); }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
.ar { font-style: normal; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 57px; padding: 0 26px; border: 0; border-radius: 0;
  font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .06em; white-space: nowrap;
}
.btn-volt { background: var(--volt); color: var(--night); }
.btn-volt:hover { background: #c2f320; }
.btn-night { background: var(--night); color: var(--chalk); }
.btn-night:hover { background: #000; }
.btn-line { background: transparent; color: var(--night); box-shadow: inset 0 0 0 1px var(--night); }
.btn-line:hover { background: rgba(16,17,15,.06); }
.btn-full { width: 100%; }
.btn-sm { height: 44px; padding: 0 18px; font-size: 11.5px; }
.link { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .06em; }
.link:hover { color: var(--signal); }

.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gut); }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gut); }
.ph { display: block; overflow: hidden; background: var(--fog); }
.ph img { width: 100%; height: 100%; object-fit: cover; }

/* 상품 카드 */
.pc .ph { aspect-ratio: 437 / 310; }
.pc-tag { margin-top: 22px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: var(--signal); }
.pc .row { display: flex; align-items: baseline; margin-top: 13px; }
.pc h3, .pc h2 { font-size: 21px; font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.pc .price { margin-left: auto; font-family: var(--f-mono); font-size: 13px; letter-spacing: .02em; }
.pc .spec { margin-top: 3px; font-size: 13px; color: var(--steel); }

/* ── 푸터 ────────────────────────────────────────────────────────────── */
.ft { background: var(--night); color: rgba(244,242,234,.7); padding-top: 53px; }
.ft-in { display: grid; grid-template-columns: 714px 200px 200px 1fr; }
.ft-mark { font-size: 42px; font-weight: 900; letter-spacing: -.01em; line-height: 1; color: var(--chalk); }
.ft-tag { margin-top: 3px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: var(--volt); }
.ft-col { margin-top: -7px; }
.ft-col h2 { font-family: var(--f-mono); font-size: 11.5px; font-weight: 400; letter-spacing: .06em; color: var(--volt); }
.ft-col ul { margin-top: 12px; }
.ft-col li { font-size: 13px; line-height: 1.6; }
.ft-col a { color: rgba(244,242,234,.82); }
.ft-col a:hover { color: #fff; }
.ft-legal { margin-top: 55px; padding-bottom: 28px; font-family: var(--f-mono); font-size: 11px; color: rgba(244,242,234,.42); }
.ft-legal i { font-style: normal; margin: 0 5px; }

/* ══════════════════════════════════════════════════════════════════════
   모바일 (≤899) — mobile-hq 390×2400 정본
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 899px) {
  :root { --wrap: 354px; --mg: 18px; --gut: 10px; --an-h: 28px; --hd-h: 64px; }
  .d-only { display: none; }
  .m-only { display: inline; }
  .an-r { display: none; }
  .announce p { font-size: 10.5px; }
  .logo b { font-size: 26px; }
  .logo em { display: none; }
  .hd-nav, .hd-end { display: none; }
  .hd-menu {
    display: grid; gap: 4px; width: 22px; margin-left: auto; padding: 0;
    border: 0; background: transparent;
  }
  .hd-menu span { display: block; height: 2px; background: var(--night); }
  .hd-bag-m { display: inline-block; margin-left: 24px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; }
  .mnav { position: absolute; left: 0; right: 0; z-index: 20; background: var(--night); padding: 14px 18px 22px; }
  .mnav li a { display: block; padding: 11px 0; font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; color: var(--chalk); }
  .mnav li a[aria-current="page"] { color: var(--volt); }
  .hd { position: relative; }

  .h-xl { font-size: 50px; line-height: .8; }
  .h-lg { font-size: 30px; line-height: 1.05; }
  .h-md { font-size: 23px; }
  .g3, .g4 { grid-template-columns: repeat(2, 1fr); }
  .pc .ph { aspect-ratio: 172 / 142; }
  .pc-tag { margin-top: 14px; font-size: 11px; }
  .pc .row { display: block; margin-top: 4px; }
  .pc h3, .pc h2 { font-size: 15px; font-weight: 500; }
  .pc .price { margin: 7px 0 0; font-size: 12px; }
  .pc .spec { display: none; }
  .btn { height: 51px; font-size: 11.5px; }

  .ft { padding-top: 43px; }
  .ft-in { display: flex; flex-wrap: wrap; }
  .ft-brand { flex: 0 0 100%; }
  .ft-mark { font-size: 25px; }
  .ft-tag { margin-top: 8px; font-size: 11px; }
  .ft-col { margin-top: 27px; margin-right: 26px; }
  .ft-col h2 { font-size: 12px; font-weight: 700; letter-spacing: .05em; color: var(--chalk); }
  .ft-col ul { display: none; }
  .ft-legal { margin-top: 26px; padding-bottom: 17px; font-size: 10.5px; }
}

/* ══════════════════════════════════════════════════════════════════════
   01 홈
   ══════════════════════════════════════════════════════════════════════ */
.hero { position: relative; }
.hero-ph { height: 760px; overflow: hidden; background: var(--night); }
.hero-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero-panel { position: absolute; left: 0; top: 0; width: 620px; height: 635px; background: var(--night); color: var(--chalk); }
.hero-in { padding: 74px var(--mg) 0; }
.hero-h { margin-top: 48px; }
.hero-d { margin-top: 34px; font-size: 16.5px; line-height: 1.5; color: rgba(244,242,234,.8); }
.hero-b { position: absolute; left: var(--mg); top: 484px; display: flex; align-items: center; gap: 34px; }
.hero-b .btn { width: 175px; padding: 0; }
.hero-b .link { color: var(--chalk); }

.vband { background: var(--volt); }
.vband-in { display: grid; grid-template-columns: repeat(4, 1fr); height: 95px; align-items: center; }
.vband a { display: inline-flex; align-items: center; gap: 18px; font-size: 26px; font-weight: 800; letter-spacing: -.01em; }
.vband a:hover { color: rgba(16,17,15,.62); }

.sec { padding-top: 77px; }
.sec-h { margin-top: 28px; }
.edit { margin-top: 21px; }
.sec-edit { padding-bottom: 4px; }

.fieldband { display: grid; grid-template-columns: 818px 1fr; background: var(--steel); color: var(--chalk); height: 340px; }
.fb-t { grid-row: 1; grid-column: 1; display: flex; align-items: flex-start; }
.fb-in { padding: 52px 40px 0 var(--mg); }
.fb-h { margin-top: 31px; }
.fb-d { margin-top: 2px; font-size: 15.5px; line-height: 1.5; color: rgba(244,242,234,.88); }
.fb-ph { grid-row: 1; grid-column: 2; overflow: hidden; }
.fb-ph img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 900px) { .m-only-li { display: none; } }
@media (max-width: 899px) {
  .d-only-li { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-panel { order: 1; position: static; width: 100%; height: 179px; }
  .hero-ph { order: 2; height: 341px; }
  .hero-ph img { object-position: 50% 46%; }
  .hero-in { padding: 32px var(--mg) 0; }
  .hero-h { margin-top: 22px; }
  .hero-d { display: none; }
  .hero-b { top: 348px; left: var(--mg); gap: 0; }
  .hero-b .btn { width: 153px; }
  .vband-in { grid-template-columns: repeat(3, 1fr); height: 79px; }
  .vband a { font-size: 18px; gap: 8px; }
  .sec { padding-top: 68px; }
  .sec-h { margin-top: 17px; }
  .edit { margin-top: 24px; row-gap: 28px; }
  .sec-edit { padding-bottom: 0; }
  .fieldband {
    grid-template-columns: 1fr; height: auto;
    width: min(354px, calc(100% - 36px)); margin: 59px auto 359px;
  }
  .fb-ph { grid-row: 1; grid-column: 1; height: 300px; }
  .fb-t { grid-row: 2; grid-column: 1; }
  .fb-in { padding: 30px 20px 39px; }
  .fb-h { margin-top: 20px; }
  .fb-d { margin-top: 3px; font-size: 13.5px; line-height: 1.45; }
}

/* ══════════════════════════════════════════════════════════════════════
   02·03·04 목록 (09 검색 · 15 위시 공용)
   ══════════════════════════════════════════════════════════════════════ */
.phead { padding-top: 62px; }
.phead-h { margin-top: 35px; font-size: 66px; line-height: 1; }
.phead-d { margin-top: 10px; font-size: 17px; color: var(--night); }
.prule { margin-top: 74px; }

.filt { display: flex; align-items: center; margin-top: 34px; }
.chips { display: flex; gap: 8px; }
.chip {
  height: 41px; min-width: 96px; padding: 0 16px; border: 1px solid var(--line);
  background: transparent; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em;
}
.chip:hover { border-color: var(--night); }
.chip.on { background: var(--night); color: var(--volt); border-color: var(--night); }
.filt-r { margin-left: auto; display: flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em; }
.filt-r i { font-style: normal; color: var(--steel); }
.lnkb { border: 0; background: transparent; font: inherit; padding: 0; }
.lnkb:hover { color: var(--signal); }

.plist { margin-top: 46px; row-gap: 9px; }
.plist .pc { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.sec-list { padding-bottom: 508px; }

@media (max-width: 899px) {
  .phead { padding-top: 42px; }
  .phead-h { margin-top: 24px; font-size: 33px; }
  .phead-d { margin-top: 9px; font-size: 13.5px; line-height: 1.45; }
  .prule { margin-top: 33px; }
  .filt { margin-top: 22px; overflow-x: auto; }
  .chips { gap: 8px; }
  .chip { height: 34px; min-width: 0; padding: 0 14px; font-size: 11px; white-space: nowrap; }
  .filt-r { display: none; }
  .plist { margin-top: 42px; row-gap: 22px; }
  .plist .pc { padding-bottom: 16px; }
  .sec-list { padding-bottom: 1051px; }
}

/* ══════════════════════════════════════════════════════════════════════
   05 필드 노트
   ══════════════════════════════════════════════════════════════════════ */
.fn-hero { padding-top: 50px; }
.fn-wrap { position: relative; }
.fn-ph { height: 690px; overflow: hidden; background: var(--fog); }
.fn-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.fn-card { position: absolute; left: 0; top: 0; width: 580px; height: 516px; background: var(--night); color: var(--chalk); padding: 60px 38px 0; }
.fn-h { margin-top: 50px; font-size: 83px; line-height: .755; }
.fn-d { margin-top: 44px; font-size: 15.5px; line-height: 1.42; color: rgba(244,242,234,.8); }
.fn-b { position: absolute; left: 38px; top: 444px; }
.fn-b .btn { width: 167px; height: 55px; padding: 0; }

.fn-list { padding-top: 84px; }
.fnl { margin-top: 32px; }
.fnl .ph { aspect-ratio: 437 / 320; }
.fnl-n { margin-top: 29px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: var(--signal); }
.fnl .row { display: flex; align-items: baseline; margin-top: 8px; }
.fnl h3 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; }
.fnl-o { margin-left: auto; font-size: 11.5px; }

.disp { margin-top: 94px; background: var(--volt); padding-top: 55px; padding-bottom: 263px; }
.disp-in { position: relative; }
.disp-h { margin-top: 38px; font-size: 50px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; max-width: 800px; white-space: nowrap; }
.disp-f { position: absolute; right: 0; top: 22px; display: flex; align-items: center; width: 541px; height: 61px; background: var(--paper); padding: 6px; }
.disp-f input { flex: 1 1 0; min-width: 0; height: 100%; border: 0; background: transparent; padding: 0 20px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; }
.disp-f input::placeholder { color: var(--steel); }
.disp-f .btn { width: 185px; height: 49px; padding: 0; }

/* ══════════════════════════════════════════════════════════════════════
   06 기어 랩
   ══════════════════════════════════════════════════════════════════════ */
.page-gear-finder { background: var(--night); color: var(--chalk); }
.page-gear-finder .hd { background: var(--paper); color: var(--night); }
.gl { text-align: center; }
.gl-crumb { padding-top: 61px; }
.gl-q { margin-top: 37px; font-size: 46px; font-weight: 900; letter-spacing: -.02em; line-height: 1; color: #fff; }
.gl-s { margin-top: 27px; font-size: 16px; color: rgba(244,242,234,.72); }
.gl-bar { width: 801px; height: 5px; margin: 37px auto 0; background: rgba(244,242,234,.22); }
.gl-bar span { display: block; height: 100%; background: var(--volt); }
.gl-opts { width: 981px; margin: 79px auto 0; display: grid; gap: 42px; }
.gl-o {
  display: flex; align-items: center; gap: 0; width: 100%; height: 188px;
  padding: 0 40px 0 46px; border: 1px solid rgba(244,242,234,.24); background: transparent; text-align: left;
}
.gl-o:hover { border-color: var(--volt); }
.gl-n { flex: 0 0 108px; font-family: var(--f-mono); font-size: 50px; font-weight: 400; color: var(--steel); }
.gl-n.cur { color: var(--volt); }
.gl-tx { flex: 1; min-width: 0; }
.gl-tx strong { display: block; font-size: 44px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; color: #fff; }
.gl-tx em { display: block; margin-top: 18px; font-style: normal; font-size: 15px; color: rgba(244,242,234,.66); }
.gl-ar { color: var(--volt); font-size: 22px; }
.gl-why { margin-top: 153px; padding-bottom: 588px; }
.gl-why p:last-child { margin-top: 26px; font-size: 15.5px; line-height: 1.42; color: rgba(244,242,234,.66); }

@media (max-width: 899px) {
  .fn-hero { padding-top: 0; }
  .fn-wrap { width: 100%; display: flex; flex-direction: column; }
  .fn-ph { order: 2; height: 281px; }
  .fn-card { order: 1; position: static; width: 100%; height: 139px; padding: 32px var(--mg) 0; }
  .fn-h { font-size: 26px; line-height: 1; margin-top: 22px; white-space: nowrap; }
  .fn-h br { display: none; }
  .fn-d, .fn-b { display: none; }
  .fn-list { padding-top: 46px; }
  .fnl { margin-top: 33px; row-gap: 25px; grid-template-columns: 1fr; }
  .fnl .ph { aspect-ratio: 354 / 220; }
  .fnl-n { display: none; }
  .fnl .row { margin-top: 15px; }
  .fnl h3 { font-size: 19px; }
  .fnl-o { font-size: 10.5px; }
  .disp { margin-top: 54px; padding-top: 38px; padding-bottom: 88px; margin-bottom: 400px; }
  .disp-h { font-size: 23px; margin-top: 18px; max-width: none; white-space: normal; }
  .disp-f { position: static; width: 100%; margin-top: 26px; height: 54px; }
  .disp-f .btn { width: 118px; height: 42px; }
  .gl-crumb { padding-top: 39px; }
  .gl-q { font-size: 30px; margin-top: 19px; }
  .gl-s { margin-top: 14px; font-size: 13px; }
  .gl-bar { width: 100%; margin-top: 26px; }
  .gl-opts { width: 100%; margin-top: 37px; gap: 33px; }
  .gl-o { height: 177px; padding: 0 18px; gap: 14px; }
  .gl-n { flex: 0 0 44px; font-size: 26px; }
  .gl-tx strong { font-size: 21px; }
  .gl-tx em { margin-top: 10px; font-size: 12.5px; }
  .gl-why { margin-top: 110px; padding-bottom: 1102px; }
  .gl-why p:last-child { margin-top: 16px; font-size: 13px; line-height: 1.42; }
  .gl-why br, .fn-d br { display: none; }
}

/* ══════════════════════════════════════════════════════════════════════
   07·08 상품 상세
   ══════════════════════════════════════════════════════════════════════ */
.pdp { display: grid; grid-template-columns: 760px 1fr; column-gap: 44px; padding-top: 50px; }
.pdp-ph { height: 779px; overflow: hidden; background: var(--fog); }
.pdp-ph img { width: 100%; height: 100%; object-fit: cover; }
.pdp-in { padding-top: 13px; }
.pdp-h { margin-top: 33px; font-size: 46px; font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.pdp-price { margin-top: 15px; font-family: var(--f-mono); font-size: 24px; letter-spacing: -.01em; }
.pdp-rule { margin-top: 25px; }
.pdp-d { margin-top: 20px; font-size: 16.5px; line-height: 1.42; color: #3a3d38; }
.opt { margin-top: 41px; }
.opt:first-of-type { margin-top: 66px; }
.opts { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.obx {
  height: 45px; min-width: 77px; padding: 0 14px; border: 1px solid var(--line);
  background: transparent; font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em;
}
.obx:hover { border-color: var(--night); }
.obx.on { background: var(--night); color: var(--volt); border-color: var(--night); }
.pdp-add { margin-top: 79px; height: 63px; color: var(--volt); }
.pdp-trust { margin-top: 32px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .05em; color: var(--steel); }
.pdp-trust i { font-style: normal; margin: 0 4px; }

.specband { margin-top: 60px; background: var(--volt); padding: 58px 0 86px; }
.sp-l { color: var(--night); opacity: .72; }
.sp-v { margin-top: 27px; padding-bottom: 24px; border-bottom: 1px solid var(--night); font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.rel { padding-top: 86px; padding-bottom: 38px; }
.rel .plist { margin-top: 44px; }

@media (max-width: 899px) {
  .pdp { grid-template-columns: 1fr; padding-top: 0; }
  .pdp-ph { height: 428px; }
  .pdp-in { padding-top: 36px; }
  .pdp-h { font-size: 30px; margin-top: 19px; }
  .pdp-price { margin-top: 12px; font-size: 17px; }
  .pdp-rule { margin-top: 4px; }
  .pdp-d { margin-top: 10px; font-size: 13.5px; line-height: 1.42; }
  .pdp-d br { display: none; }
  .opt { margin-top: 31px; }
  .opt:first-of-type { margin-top: 54px; }
  .opts { margin-top: 12px; }
  .obx { height: 37px; min-width: 58px; font-size: 11px; }
  .pdp-add { margin-top: 62px; height: 54px; }
  .pdp-trust { margin-top: 18px; font-size: 10px; }
  .specband { margin-top: 66px; padding: 43px 0 86px; }
  .specs { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .sp-l { font-size: 10px; }
  .sp-v { margin-top: 22px; padding-bottom: 12px; font-size: 15px; }
  .rel { padding-top: 44px; padding-bottom: 120px; }
  .page-trail-vest-detail .rel { padding-bottom: 139px; }
  .rel .plist { margin-top: 24px; }
}

/* ══════════════════════════════════════════════════════════════════════
   09 검색 · 10 장바구니
   ══════════════════════════════════════════════════════════════════════ */
.sbox { display: flex; align-items: center; height: 73px; margin-top: 65px; border: 1px solid var(--night); background: var(--paper); }
.sbox input { flex: 1 1 0; min-width: 0; height: 100%; border: 0; background: transparent; padding: 0 26px; font-size: 18px; }
.sbox input::-webkit-search-cancel-button { display: none; }
.sbox input::placeholder { color: var(--steel); }
.sbox-x { display: grid; place-items: center; width: 60px; height: 100%; border: 0; background: transparent; }
.sbox-x svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.sec-res { padding-top: 55px; padding-bottom: 458px; }
.sec-res .plist { margin-top: 34px; }

.cart { display: grid; grid-template-columns: 886px 412px; column-gap: 50px; align-items: start; margin-top: 85px; }
.cline { display: grid; grid-template-columns: 210px 1fr; column-gap: 33px; align-items: start; }
.clines .cline { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.cline + .cline { margin-top: 30px; }
.cline-ph { display: block; width: 210px; height: 170px; overflow: hidden; background: var(--fog); }
.cline-ph img { width: 100%; height: 100%; object-fit: cover; }
.cline-b .row { display: flex; align-items: baseline; }
.cline-b h2 { font-size: 26px; font-weight: 800; letter-spacing: -.025em; }
.cline-p { margin-left: auto; font-family: var(--f-mono); font-size: 14px; }
.cline-s { margin-top: 13px; font-size: 14px; color: var(--steel); }
.cline-f { display: flex; align-items: center; margin-top: 30px; }
.qty { display: inline-flex; align-items: center; height: 44px; border: 1px solid var(--line); }
.qty button { width: 36px; height: 100%; border: 0; background: transparent; font-size: 15px; }
.qty b { min-width: 30px; text-align: center; font-weight: 400; font-family: var(--f-mono); font-size: 14px; }
.rm { margin-left: auto; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: var(--signal); }
.rm:hover { text-decoration: underline; }

.osum { background: var(--chalk); padding: 42px 34px 12px; }
.osum h2 { font-family: var(--f-mono); font-size: 12px; font-weight: 400; letter-spacing: .06em; }
.osum-l { margin-top: 38px; }
.osum-l div { display: flex; align-items: baseline; justify-content: space-between; }
.osum-l div + div { margin-top: 27px; }
.osum-l dt { font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; color: var(--steel); }
.osum-l dd { margin: 0; font-family: var(--f-mono); font-size: 15px; }
.osum-l .free { color: var(--signal); }
.osum .rule { margin-top: 32px; border-color: #d6d3c9; }
.osum-t { display: flex; align-items: baseline; justify-content: space-between; margin-top: 26px; }
.osum-t span { font-family: var(--f-mono); font-size: 14px; letter-spacing: .04em; }
.osum-t b { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.osum-b { margin-top: 20px; height: 57px; color: var(--volt); }

.xsell { margin-top: 258px; margin-bottom: 449px; background: var(--steel); color: var(--chalk); padding: 62px 0 0; height: 371px; }
.xsell-in { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.xsell-h { margin-top: 30px; }
.xsell-h i { font-style: normal; opacity: .7; margin: 0 6px; }
.xsell-d { margin-top: 22px; font-size: 15px; color: rgba(244,242,234,.86); }
.xsell-b { margin-top: 34px; }
.xsell-b .btn { width: 168px; }

@media (max-width: 899px) {
  .page-search .phead-h { font-size: 33px; }
  .sbox-m { display: flex; align-items: center; gap: 24px; padding: 0 20px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; }
  .sbox { height: 56px; margin-top: 34px; }
  .sbox input { font-size: 15px; padding: 0 16px; }
  .sec-res { padding-top: 16px; padding-bottom: 1051px; }
  .sec-res .eyebrow { display: none; }
  .page-cart .phead-d { display: none; }
  .cline + .cline { margin-top: 9px; }
  .sec-res .plist { margin-top: 26px; }
  .cart { grid-template-columns: 1fr; row-gap: 64px; margin-top: 42px; }
  .cline { grid-template-columns: 120px 1fr; column-gap: 16px; }
  .cline-ph { width: 148px; height: 120px; }
  .cline-b h2 { font-size: 17px; }
  .cline-p { font-size: 12px; }
  .cline-s { margin-top: 8px; font-size: 12px; }
  .cline-f { margin-top: 16px; }
  .qty { height: 36px; }
  .osum { padding: 28px 20px 26px; }
  .osum-l { margin-top: 24px; }
  .osum-l div + div { margin-top: 16px; }
  .osum .rule { margin-top: 20px; }
  .osum-t { margin-top: 16px; }
  .osum-t b { font-size: 19px; }
  .osum-b { margin-top: 22px; height: 50px; }
  .xsell { display: none; }
  .cart { margin-bottom: 1273px; }
  .xsell-in { grid-template-columns: 1fr; }
  .xsell-h { margin-top: 16px; }
  .xsell-d { margin-top: 12px; font-size: 13px; }
  .xsell-b { margin-top: 22px; }
  .xsell-b .btn { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════════════
   11·12·13 결제
   ══════════════════════════════════════════════════════════════════════ */
.steps-w { padding-top: 58px; }
.steps { display: flex; align-items: center; justify-content: center; gap: 32px; font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; }
.steps li { color: var(--steel); }
.steps b { font-weight: 400; color: var(--signal); }
.steps a:hover { color: var(--night); }
.steps i { display: block; width: 135px; height: 1px; background: var(--line); }

.ckhead { padding-top: 59px; }
.ck-h { font-size: 46px; font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.ck-d { margin-top: 12px; font-size: 15px; color: var(--steel); }
.ck-d i { font-style: normal; margin: 0 4px; }

.cko { display: grid; grid-template-columns: 824px 412px; column-gap: 112px; align-items: start; margin-top: 66px; }
.fld + .fld { margin-top: 17px; }
.fld .lbl { display: block; }
.fld input { display: block; width: 100%; height: 59px; margin-top: 12px; padding: 0 20px; border: 1px solid var(--line); background: var(--paper); font-size: 15px; }
.fld input:focus { border-color: var(--night); outline: none; }

.pays { border: 0; padding: 0; margin: 0; }
.payr { display: flex; align-items: center; gap: 22px; height: 79px; padding: 0 26px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.payr + .payr { margin-top: 15px; }
.payr input { position: absolute; opacity: 0; width: 0; height: 0; }
.payr-r { flex: 0 0 auto; width: 18px; height: 18px; border: 1.5px solid var(--night); border-radius: 50%; }
.payr-t { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .05em; }
.payr.on { border-color: var(--night); background: var(--chalk); }
.payr.on .payr-r { box-shadow: inset 0 0 0 3px var(--chalk), inset 0 0 0 9px var(--night); }
.agree { display: flex; align-items: center; gap: 12px; margin-top: 97px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; cursor: pointer; }
.agree input { position: absolute; opacity: 0; width: 0; height: 0; }
.agree-b { color: var(--signal); }

.done { display: grid; grid-template-columns: 110px 1fr; column-gap: 36px; margin-top: 76px; }
.done-tick { width: 110px; height: 110px; background: var(--volt); color: var(--night); display: grid; place-items: center; font-size: 40px; line-height: 1; }
.done-t { padding-top: 14px; }
.done-h { margin-top: 26px; }
.donecard { margin-top: 75px; padding: 34px 32px 38px; background: var(--chalk); max-width: 824px; }
.donecard-h { margin-top: 25px; font-size: 17px; }
.donecard-h i, .donecard-d i { font-style: normal; margin: 0 4px; opacity: .7; }
.donecard-d { margin-top: 24px; font-size: 14px; color: var(--steel); }
.page-checkout-delivery main { padding-bottom: 913px; }
.page-checkout-payment main { padding-bottom: 959px; }
.page-order-complete main { padding-bottom: 1146px; }

@media (max-width: 899px) {
  .steps-w { padding-top: 46px; }
  .steps { gap: 7px; font-size: 9px; }
  .steps i { width: 16px; }
  .ckhead { padding-top: 27px; }
  .ck-h { font-size: 24px; }
  .ck-d { display: none; }
  .cko { grid-template-columns: 1fr; row-gap: 60px; margin-top: 56px; }
  .page-checkout-payment .cko { margin-top: 58px; }
  .fld + .fld { margin-top: 18px; }
  .fld input { height: 50px; }
  .payr { height: 62px; padding: 0 18px; gap: 16px; }
  .payr + .payr { margin-top: 20px; }
  .payr-t { font-size: 11px; }
  .agree { margin-top: 44px; font-size: 10px; }
  .done { grid-template-columns: 81px 1fr; column-gap: 20px; margin-top: 60px; }
  .done-tick { width: 81px; height: 81px; font-size: 30px; }
  .done-t { padding-top: 6px; }
  .done-h { margin-top: 16px; }
  .donecard { margin-top: 60px; padding: 24px 20px 28px; }
  .donecard-h { margin-top: 16px; font-size: 15px; }
  .donecard-d { margin-top: 16px; font-size: 13px; }
  .page-checkout-delivery main { padding-bottom: 1013px; }
  .page-checkout-payment main { padding-bottom: 1128px; }
  .page-order-complete main { padding-bottom: 1596px; }
}

/* ══════════════════════════════════════════════════════════════════════
   14 로그인
   ══════════════════════════════════════════════════════════════════════ */
.lgw { display: grid; grid-template-columns: 720px 1fr; }
.lg-ph { overflow: hidden; background: var(--night); }
.lg-ph img { width: 100%; height: 100%; object-fit: cover; }
.lg-p { background: var(--chalk); padding: 0 80px; }
.lg-in { max-width: 546px; padding-top: 152px; }
.lg-h { margin-top: 40px; font-size: 60px; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.lg-d { margin-top: 27px; font-size: 15px; line-height: 1.55; color: var(--steel); }
.lg-f { margin-top: 49px; }
.lg-f .fld + .fld { margin-top: 41px; }
.lg-f input { height: 63px; background: var(--paper); }
.lg-b { margin-top: 38px; height: 65px; color: var(--volt); }
.lg-b2 { margin-top: 26px; background: var(--paper); color: var(--night); box-shadow: inset 0 0 0 1px var(--night); }
.lg-b2:hover { background: var(--fog); }
.lg-b3 { margin-top: 16px; background: var(--volt); color: var(--night); }
.lg-b3:hover { background: #c2f320; }
.lg-new { margin-top: 61px; padding-bottom: 840px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: var(--steel); }
.lg-new a { color: var(--signal); }

/* ══════════════════════════════════════════════════════════════════════
   15·16 계정
   ══════════════════════════════════════════════════════════════════════ */
.acct { display: grid; grid-template-columns: 204px 1fr; column-gap: 60px; margin-top: 50px; margin-bottom: 10px; align-items: start; }
.acct-m { grid-area: 1 / 1; padding-top: 21px; padding-right: 16px; border-right: 1px solid var(--line); font-size: 36px; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.acct-h { grid-area: 1 / 2; }
.acct-nav { grid-area: 2 / 1; min-height: 1661px; border-right: 1px solid var(--line); padding-right: 16px; }
.acct-main { grid-area: 2 / 2; }
.acct-nav ul { margin-top: 40px; }
.acct-nav li { font-family: var(--f-mono); font-size: 12px; letter-spacing: .05em; line-height: 1.6; }
.acct-nav li + li { margin-top: 35px; }
.acct-nav a { color: var(--steel); }
.acct-nav a:hover { color: var(--night); }
.acct-nav a[aria-current="page"] { color: var(--signal); }
.acct-h { padding-top: 21px; font-size: 46px; font-weight: 800; letter-spacing: -.025em; line-height: 1; }
.wl { margin-top: 31px; grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
.wl .pc .ph { aspect-ratio: 536 / 310; }

.hello { margin-top: 63px; background: var(--chalk); padding: 30px 32px 36px; }
.hello-h { margin-top: 27px; font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.hello-d { margin-top: 8px; font-size: 14px; color: var(--steel); }
.acct-sec { margin-top: 69px; }
.acct-sec2 { margin-top: 86px; }
.ocard { position: relative; margin-top: 23px; border: 1px solid var(--line); background: var(--paper); padding: 30px 32px 36px; }
.ocard-n { font-family: var(--f-mono); font-size: 13px; color: var(--steel); }
.ocard-h { margin-top: 26px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.ocard-h i, .ocard-d i { font-style: normal; margin: 0 4px; opacity: .7; }
.ocard-d { margin-top: 22px; font-family: var(--f-mono); font-size: 12.5px; color: var(--signal); }
.ocard-a { position: absolute; right: 32px; top: 78px; }
.nxt { display: grid; grid-template-columns: 481px 1fr; column-gap: 40px; margin-top: 29px; align-items: start; }
.nxt-ph { display: block; overflow: hidden; background: var(--fog); aspect-ratio: 481 / 320; }
.nxt-ph img { width: 100%; height: 100%; object-fit: cover; }
.nxt-t { padding-top: 28px; }
.nxt-t h3 { font-size: 30px; font-weight: 800; letter-spacing: -.025em; }
.nxt-t p { margin-top: 22px; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .04em; color: var(--steel); }

/* ══════════════════════════════════════════════════════════════════════
   17 크루 세션
   ══════════════════════════════════════════════════════════════════════ */
.chero { position: relative; }
.chero-ph { height: 700px; overflow: hidden; background: var(--night); }
.chero-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.chero-panel { position: absolute; left: 0; top: 0; width: 610px; height: 575px; background: var(--volt); }
.chero-in { padding: 76px var(--mg) 0; }
.chero-eb { color: var(--night); }
.chero-h { margin-top: 45px; margin-right: -90px; font-size: 60px; line-height: .875; white-space: nowrap; }
.chero-d { margin-top: 40px; font-size: 15.5px; line-height: 1.42; color: #24291c; }
.chero-b { position: absolute; left: var(--mg); top: 454px; }
.chero-b .btn { width: 194px; height: 59px; padding: 0; color: var(--volt); }

.sess { padding-top: 92px; }
.sess-l { margin-top: 63px; }
.sess-l li { display: grid; grid-template-columns: 226px 498px 1fr auto; align-items: center; height: 76px; border-top: 1px solid var(--line); }
.sess-l li:last-child { border-bottom: 1px solid var(--line); }
.sess-l li + li { margin-top: 54px; }
.sess-d { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .05em; color: var(--signal); }
.sess-t { font-size: 27px; font-weight: 800; letter-spacing: -.025em; }
.sess-m { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .03em; color: var(--steel); }
.sess-b { width: 184px; color: var(--volt); }

.stat { margin-top: 116px; background: var(--night); color: var(--chalk); padding-top: 63px; padding-bottom: 246px; }
.stat-h { margin-top: 46px; font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.stat-d { margin-top: 19px; font-size: 15px; line-height: 1.4; color: rgba(244,242,234,.66); }

/* ══════════════════════════════════════════════════════════════════════
   18 소개
   ══════════════════════════════════════════════════════════════════════ */
.ahero { position: relative; }
.ahero-ph { height: 780px; overflow: hidden; background: var(--night); }
.ahero-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.ahero-panel { position: absolute; left: 0; top: 0; width: 610px; height: 655px; background: var(--night); color: var(--chalk); }
.ahero-in { padding: 82px var(--mg) 0; }
.ahero-h { margin-top: 46px; font-size: 60px; line-height: .875; }
.ahero-d { margin-top: 55px; font-size: 15.5px; line-height: 1.42; color: rgba(244,242,234,.78); }

.sec-edit2 { padding-top: 92px; }
.edit-h { margin-top: 29px; }
.edit-l { margin-top: 45px; }
.edit-l li { border-top: 1px solid var(--line); padding-top: 27px; }
.edit-n { color: var(--night); }
.edit-d { margin-top: 22px; font-size: 14px; line-height: 1.55; color: var(--steel); }

.store { margin-top: 162px; background: var(--signal); color: #fff; padding-top: 68px; padding-bottom: 297px; }
.store-in { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.store-eb { color: rgba(255,255,255,.82); }
.store-h { margin-top: 28px; font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.store-d { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,.9); }
.store-b { margin-top: 46px; }
.store-b .btn { width: 168px; }

@media (max-width: 899px) {
  .lgw { grid-template-columns: 1fr; }
  .lg-ph { height: 500px; }
  .lg-p { padding: 0 var(--mg); }
  .lg-in { padding-top: 48px; max-width: none; }
  .lg-h { font-size: 30px; margin-top: 20px; }
  .lg-d { display: none; }
  .lg-f { margin-top: 30px; }
  .lg-f .fld + .fld { margin-top: 22px; }
  .lg-f input { height: 52px; }
  .lg-b { margin-top: 42px; height: 54px; }
  .lg-b2, .lg-b3 { margin-top: 26px; }
  .lg-new { margin-top: 44px; padding-bottom: 958px; }
  .acct { grid-template-columns: 1fr; margin-top: 47px; margin-bottom: 1359px; }
  .acct-m, .acct-h, .acct-nav, .acct-main { grid-area: auto; }
  .acct-nav { min-height: 0; border-right: 0; background: var(--chalk); padding: 17px 18px; margin-top: 27px; }
  .acct-m { padding: 0; border-right: 0; font-family: var(--f-mono); font-size: 11.5px; font-weight: 400; letter-spacing: .05em; color: var(--signal); }
  .acct-nav ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 0; }
  .acct-nav li { font-size: 11px; }
  .acct-nav li + li { margin-top: 0; }
  .acct-nav li + li::before { content: "·"; margin-right: 8px; color: var(--steel); }
  .acct-h { padding-top: 0; margin-top: 27px; font-size: 30px; }
  .acct-nav li:nth-child(n+4) { display: none; }
  .wl { margin-top: 54px; grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .wl .pc .ph { aspect-ratio: 172 / 142; }
  .hello { margin-top: 64px; padding: 22px 20px 26px; }
  .hello-d { display: none; }
  .hello-h { margin-top: 16px; font-size: 17px; }
  .hello-d { margin-top: 14px; font-size: 12.5px; }
  .acct-sec { margin-top: 91px; }
  .acct-sec2 { margin-top: 0; }
  .page-my-gritline .acct { margin-bottom: 1040px; }
  .ocard { margin-top: 18px; padding: 22px 20px 26px; }
  .ocard-h { margin-top: 16px; font-size: 17px; }
  .ocard-d { margin-top: 14px; }
  .ocard-a { position: static; margin-top: 18px; }
  .nxt { grid-template-columns: 1fr; row-gap: 18px; margin-top: 18px; }
  .nxt-ph { aspect-ratio: 354 / 240; }
  .nxt-t { padding-top: 0; }
  .nxt-t h3 { font-size: 20px; }
  .nxt-t p { margin-top: 12px; font-size: 11.5px; }
  .chero { display: flex; flex-direction: column; }
  .chero-ph { order: 2; height: 311px; }
  .chero-panel { order: 1; position: static; width: 100%; height: 119px; }
  .chero-in { padding: 32px var(--mg) 0; }
  .chero-h { font-size: 20px; margin-top: 14px; margin-right: 0; white-space: normal; line-height: 1.1; }
  .chero-h br, .chero-d { display: none; }
  .chero-b { display: none; }
  .sess { padding-top: 39px; }
  .sess-l { margin-top: 24px; }
  .sess-l li { grid-template-columns: 1fr auto; height: auto; row-gap: 7px; padding: 22px 0 0; border-bottom: 0; }
  .sess-l li:last-child { border-bottom: 1px solid var(--line); padding-bottom: 22px; }
  .sess-t { grid-column: 1 / -1; font-size: 19px; }
  .sess-m { grid-column: 1 / -1; font-size: 11px; }
  .sess-b { display: none; }
  .sess-l li + li { margin-top: 0; }
  .stat { margin-top: 139px; padding-top: 43px; padding-bottom: 176px; }
  .page-crew-sessions main { padding-bottom: 739px; }
  .stat-h { margin-top: 22px; font-size: 21px; }
  .stat-d { margin-top: 18px; font-size: 13px; }
  .stat-d br, .chero-d br, .ahero-d br, .edit-d br, .lg-d br { display: none; }
  .ahero { display: flex; flex-direction: column; }
  .ahero-ph { order: 2; height: 351px; }
  .ahero-panel { order: 1; position: static; width: 100%; height: 119px; }
  .ahero-in { padding: 32px var(--mg) 0; }
  .ahero-h { font-size: 20px; margin-top: 14px; line-height: 1.1; }
  .ahero-h br, .ahero-d { display: none; }
  .sec-edit2 { padding-top: 51px; }
  .edit-h { margin-top: 21px; font-size: 25px; }
  .edit-l { margin-top: 62px; grid-template-columns: 1fr; row-gap: 66px; }
  .edit-d { margin-top: 20px; font-size: 13px; }
  .store { margin-top: 10px; padding-top: 42px; padding-bottom: 178px; }
  .page-about main { padding-bottom: 599px; }
  .store-in { grid-template-columns: 1fr; }
  .store-h { margin-top: 18px; font-size: 22px; }
  .store-d { margin-top: 14px; font-size: 13px; }
  .store-b { margin-top: 24px; }
  .store-b .btn { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════════════
   정책 (시안 밖 — 푸터 링크 무결성용, 같은 문법)
   ══════════════════════════════════════════════════════════════════════ */
.pol { display: grid; grid-template-columns: 260px 1fr; column-gap: 90px; margin-top: 62px; padding-bottom: 120px; align-items: start; }
.pol-nav { position: sticky; top: 24px; }
.pol-nav li + li { margin-top: 13px; }
.pol-nav a { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .05em; color: var(--steel); }
.pol-nav a:hover { color: var(--signal); }
.pol-sec + .pol-sec { margin-top: 70px; }
.pol-sec h2 { font-family: var(--f-mono); font-size: 12px; font-weight: 400; letter-spacing: .06em; color: var(--signal); }
.pol-row { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.pol-row h3 { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.pol-row p { margin-top: 13px; font-size: 15px; line-height: 1.6; color: #3a3d38; max-width: 760px; }
.page-policies .phead-h { font-size: 66px; line-height: 1; }

@media (max-width: 899px) {
  .pol { grid-template-columns: 1fr; row-gap: 30px; margin-top: 34px; padding-bottom: 64px; }
  .pol-nav { position: static; }
  .pol-nav ul { display: flex; flex-wrap: wrap; gap: 12px; }
  .pol-nav li + li { margin-top: 0; }
  .pol-sec + .pol-sec { margin-top: 46px; }
  .pol-row h3 { font-size: 17px; }
  .pol-row p { margin-top: 10px; font-size: 13.5px; }
  .page-policies .phead-h { font-size: 33px; }
}

/* ══════════════════════════════════════════════════════════════════════
   중간폭 (900~1439) — 시안은 1440·390 두 벌뿐이라 그 사이는 축소 규칙으로 잇는다
   ══════════════════════════════════════════════════════════════════════ */
@media (min-width: 900px) and (max-width: 1439px) {
  :root { --mg: 28px; }
  .hd-nav { margin-left: 32px; gap: 22px; }
  .hd-nav a { font-size: 12px; }
  .hd-end { gap: 16px; font-size: 11px; }
  .logo b { font-size: 34px; }

  .hero-panel { width: 46%; height: 84%; }
  .hero-b { top: 62%; }
  .fieldband { grid-template-columns: 57% 1fr; }
  .fn-card { width: 48%; height: 76%; }
  .fn-b { top: 66%; }
  .chero-panel, .ahero-panel { width: 46%; height: 84%; }
  .chero-b { top: 66%; }
  .disp-f { width: 42%; }
  .disp-h { max-width: 52%; white-space: normal; }

  .pdp { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 30px; }
  .pdp-ph { height: auto; aspect-ratio: 760 / 779; }
  .cart { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 30px; }
  .cko { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 50px; }
  .lgw { grid-template-columns: 44% 1fr; }
  .lg-p { padding: 0 44px; }
  .acct { grid-template-columns: 180px minmax(0, 1fr); column-gap: 34px; }
  .pol { grid-template-columns: 220px minmax(0, 1fr); column-gap: 50px; }
  .ft-in { grid-template-columns: minmax(0, 1fr) 170px 170px 170px; }
  .sess-l li { grid-template-columns: 170px minmax(0, 1fr) minmax(0, 190px) auto; }
  .steps i { width: 70px; }
  .h-xl { font-size: 78px; }
  .phead-h, .page-policies .phead-h { font-size: 52px; }
  .ck-h, .acct-h, .pdp-h { font-size: 38px; }
  .lg-h, .chero-h, .ahero-h { font-size: 46px; }
  .gl-opts, .gl-bar { width: 100%; }
}
