@charset "utf-8";
/* ============================================================
   한미푸드 HANMI FOODS — 공통 스타일
   기준 : _스펙_co6_cj.md (CJ제일제당 cj.co.kr 실측)
   주조색 #EF151E · 컨테이너 1280px · 카드 radius 20px
   알약버튼 300px · 섹션패딩 100~150px · 자간 -1px
   이징 cubic-bezier(.645,.045,.355,1)
   ============================================================ */

:root{
  --brand:#EF151E;          /* 원본 주조색 (154회) — 큰 글자·면적·아이콘 전용 */
  --brand-txt:#C20E15;      /* 작은 빨간 글씨·링크 (대비 6.24:1) */
  --brand-dark:#8E0A0F;
  --ink:#1D1D1B;            /* 먹색 16.6:1 */
  --body:#333333;
  --sub:#666666;            /* 5.74:1 */
  --mute:#6B6B6B;           /* on #FFF 5.33:1 · on #F2F2F2 4.76:1 */
  --line:#E6E6E6;
  --line2:#DCDCDC;
  --bg:#FFFFFF;
  --soft:#F2F2F2;
  --soft2:#F8F8F8;
  --warm:#FAF8F8;
  --green:#1F7A00;          /* 원본 #2EA300 은 3.52:1 → 텍스트용 딥 파생 */
  --green-lg:#2EA300;       /* 큰 글자·아이콘·면적 */
  --blue:#12288B;
  --taupe:#6E6259;
  --hd:88px;
  --wrap:1280px;
  --narrow:1078px;
  --pad:120px;
  --ease:cubic-bezier(.645,.045,.355,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Pretendard','Apple SD Gothic Neo','Noto Sans KR','Malgun Gothic',sans-serif;
  background:var(--bg);color:var(--body);
  font-size:17px;line-height:1.75;font-weight:400;letter-spacing:-.3px;
  overflow-x:hidden;-webkit-font-smoothing:antialiased;word-break:keep-all;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
table{border-collapse:collapse;width:100%}
:focus-visible{outline:3px solid var(--brand);outline-offset:2px}
.tnum{font-variant-numeric:tabular-nums}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip{position:absolute;left:-9999px;top:0;z-index:3000;background:var(--brand);color:#fff;padding:12px 22px;border-radius:0 0 5px 0}
.skip:focus{left:0}

/* ---------- 레이아웃 ---------- */
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px;width:100%}
.wrap--narrow{max-width:var(--narrow)}
.sec{padding:var(--pad) 0}
.sec--tight{padding:88px 0}
.sec--soft{background:var(--soft)}
.sec--soft2{background:var(--soft2)}
.sec--warm{background:var(--warm)}
.sec--ink{background:var(--ink);color:#fff}
.sec--ink .sec-h{color:#fff}
.sec--ink .sec-sub{color:#CFCBC8}
.sec--ink .sec-eyebrow{color:#FF7A72}

.sec-head{margin-bottom:56px;max-width:900px}
.sec-head--center{margin-left:auto;margin-right:auto;text-align:center}
.sec-eyebrow{
  display:inline-block;font-size:14px;font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:var(--brand-txt);margin-bottom:18px;
}
.sec-h{font-size:38px;font-weight:700;line-height:1.32;letter-spacing:-1px;color:var(--ink)}
.sec-h em{font-style:normal;color:var(--brand-txt)}
.sec-sub{margin-top:20px;font-size:18px;color:var(--sub);line-height:1.85;letter-spacing:-.5px}

.prose p{margin-bottom:20px;font-size:17px;line-height:1.95;color:var(--body)}
.prose p:last-child{margin-bottom:0}
.prose strong{font-weight:700;color:var(--ink)}
.prose h3{font-size:24px;font-weight:700;letter-spacing:-.8px;color:var(--ink);margin:44px 0 16px;line-height:1.4}
.prose h3:first-child{margin-top:0}
.prose h4{font-size:19px;font-weight:700;letter-spacing:-.5px;color:var(--ink);margin:30px 0 12px}
.prose ul{margin:0 0 20px}
.prose ul li{position:relative;padding:5px 0 5px 18px;font-size:16.5px;line-height:1.85;color:var(--body)}
.prose ul li::before{content:'';position:absolute;left:0;top:16px;width:6px;height:6px;border-radius:50%;background:var(--brand)}
.mt56{margin-top:56px}
.mt40{margin-top:40px}

/* ---------- 헤더 ---------- */
.hdr{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;border-bottom:1px solid var(--line)}
.hdr-in{max-width:1440px;margin:0 auto;padding:0 32px;height:var(--hd);display:flex;align-items:center;gap:30px}
.logo{display:flex;flex-direction:column;line-height:1.1;flex-shrink:0}
.logo b{font-size:23px;font-weight:800;letter-spacing:-.8px;color:var(--ink)}
.logo b i{font-style:normal;color:var(--brand)}
.logo span{margin-top:3px;font-size:10.5px;font-weight:700;letter-spacing:.28em;color:var(--mute)}
.gnb{display:flex;gap:38px;margin-left:auto}
.gnb>li>a{
  display:block;padding:calc((var(--hd) - 24px)/2) 0;font-size:15px;font-weight:700;
  letter-spacing:.05em;position:relative;color:var(--ink);
}
.gnb>li>a::after{content:'';position:absolute;left:0;bottom:22px;width:0;height:3px;background:var(--brand);transition:width .3s var(--ease)}
.gnb>li:hover>a::after,.gnb>li>a[aria-current="true"]::after{width:100%}
.gnb>li>a[aria-current="true"]{color:var(--brand-txt)}
.mega{
  position:absolute;left:0;top:var(--hd);width:100%;background:#fff;
  border-top:1px solid var(--line);box-shadow:0 14px 26px rgba(0,0,0,.07);display:none;
}
.gnb>li:hover .mega,.gnb>li:focus-within .mega{display:block}
.mega-in{max-width:var(--wrap);margin:0 auto;padding:34px 28px 42px;display:flex;flex-wrap:wrap;gap:10px 44px}
.mega-in a{font-size:15px;color:var(--sub);padding:7px 0;display:block;letter-spacing:-.4px}
.mega-in a:hover{color:var(--brand-txt);text-decoration:underline}
.hdr-util{display:flex;align-items:center;gap:18px;flex-shrink:0}
.hdr-util .lang{font-size:12.5px;font-weight:700;letter-spacing:.08em;color:var(--mute)}
.hdr-util .lang b{color:var(--brand-txt)}
.btn-contact{
  display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 24px;border-radius:300px;
  background:var(--ink);color:#fff;font-size:15px;font-weight:700;letter-spacing:-.3px;
}
.btn-contact:hover{background:var(--brand-dark);color:#fff}
.burger{display:none;width:46px;height:46px;flex-direction:column;justify-content:center;gap:6px;align-items:center}
.burger i{display:block;width:24px;height:2px;background:var(--ink)}
.mnav{display:none;background:#fff;border-top:1px solid var(--line);max-height:calc(100vh - var(--hd));overflow-y:auto}
.mnav.on{display:block}
.mnav>li>a{display:block;padding:16px 26px;font-size:15px;font-weight:700;letter-spacing:.06em;border-bottom:1px solid var(--soft)}
.mnav .sub a{display:block;padding:11px 26px 11px 42px;font-size:14.5px;color:var(--sub);border-bottom:1px solid var(--soft)}
main{padding-top:var(--hd)}

/* ---------- 히어로 ---------- */
.hero{position:relative;min-height:660px;display:flex;align-items:flex-end;overflow:hidden;background:var(--ink)}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:'';position:absolute;inset:0;
  background:rgba(0,0,0,.55) 52%,rgba(29,29,27,.30) 100%)}
.hero-in{position:relative;z-index:2;width:100%;padding:160px 0 96px;color:#fff}
.hero-eyebrow{font-size:14px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#FF9E98}
.hero h1{margin-top:22px;font-size:clamp(32px,4.6vw,60px);font-weight:700;line-height:1.22;letter-spacing:-2px;max-width:16em}
.hero-lead{margin-top:26px;font-size:19px;line-height:1.9;color:#EDE9E8;max-width:42em;letter-spacing:-.5px}
.hero-cta{margin-top:40px;display:flex;flex-wrap:wrap;gap:14px}

.subhero{position:relative;min-height:360px;display:flex;align-items:center;overflow:hidden;background:var(--ink)}
.subhero-bg{position:absolute;inset:0;z-index:0;opacity:.46}
.subhero-bg img{width:100%;height:100%;object-fit:cover}
.subhero::after{content:'';position:absolute;inset:0;z-index:1;
  background:rgba(0,0,0,.55))}
.subhero-in{position:relative;z-index:2;width:100%;padding:62px 0;color:#fff}
.crumb{display:flex;flex-wrap:wrap;gap:9px;font-size:13px;color:#C9C4C2;margin-bottom:20px}
.crumb li::after{content:'›';margin-left:9px;opacity:.6}
.crumb li:last-child::after{content:''}
.crumb a:hover{text-decoration:underline}
.subhero h1{font-size:clamp(28px,3.6vw,44px);font-weight:700;letter-spacing:-1.4px;line-height:1.28}
.subhero-lead{margin-top:18px;font-size:17px;color:#DFDAD9;max-width:50em;line-height:1.85;letter-spacing:-.5px}

/* ---------- 버튼 ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;height:58px;padding:0 34px;border-radius:300px;
  font-size:19px;font-weight:700;letter-spacing:-.3px;transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
.btn svg{width:16px;height:16px;flex-shrink:0}
.btn-primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}
.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}
.btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.72)}
.btn-ghost:hover{background:#fff;color:var(--ink)}
.btn-line{background:#fff;color:var(--ink);border:1px solid var(--ink)}
.btn-line:hover{background:var(--ink);color:#fff}
.btn-sm{height:50px;padding:0 26px;font-size:17px}

/* ---------- 지표 ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.stats li{padding:38px 30px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}
.stats li:nth-child(4n){border-right:0}
.stats .v{display:block;font-size:46px;font-weight:700;letter-spacing:-2.4px;color:var(--brand);line-height:1.08;font-variant-numeric:tabular-nums}
.stats .v small{font-size:19px;font-weight:700;margin-left:5px;letter-spacing:-.5px}
.stats .k{display:block;margin-top:12px;font-size:15px;color:var(--sub)}
.stats--ink{border-color:rgba(255,255,255,.22)}
.stats--ink li{border-color:rgba(255,255,255,.22)}
.stats--ink .v{color:#fff}
.stats--ink .k{color:#C6C1BF}

/* ---------- 카드 ---------- */
.cards{display:grid;gap:32px}
.cards-2{grid-template-columns:repeat(2,1fr)}
.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;
  transition:box-shadow .3s var(--ease),transform .3s var(--ease)}
.card:hover{box-shadow:0 16px 34px rgba(0,0,0,.09);transform:translateY(-3px)}
.card figure{margin:0;overflow:hidden;background:var(--soft)}
.card figure img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .6s var(--ease)}
.card:hover figure img{transform:scale(1.05)}
.card-body{padding:30px 28px 32px;flex:1;display:flex;flex-direction:column}
.card-tag{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-txt)}
.card h3{margin-top:12px;font-size:21px;font-weight:700;letter-spacing:-.7px;line-height:1.42;color:var(--ink)}
.card p{margin-top:13px;font-size:15.5px;color:var(--sub);line-height:1.8;flex:1}
.card-list{margin-top:18px;border-top:1px solid var(--soft);padding-top:15px}
.card-list li{font-size:14px;color:#4D4D4D;padding:4px 0 4px 15px;position:relative;line-height:1.7}
.card-list li::before{content:'';position:absolute;left:0;top:13px;width:5px;height:5px;background:var(--brand);border-radius:50%}
.card-more{margin-top:20px;font-size:14px;font-weight:700;color:var(--brand-txt)}
.card .ico{width:44px;height:44px;color:var(--brand);margin-bottom:4px}

/* 아이콘 카드(이미지 없음) */
.icards{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.icards-3{grid-template-columns:repeat(3,1fr)}
.icards-2{grid-template-columns:repeat(2,1fr)}
.icard{background:#fff;padding:38px 32px 40px}
.icard .ico{width:40px;height:40px;color:var(--brand)}
.icard h3{margin-top:20px;font-size:19px;font-weight:700;letter-spacing:-.6px;color:var(--ink);line-height:1.45}
.icard p{margin-top:12px;font-size:15.5px;color:var(--sub);line-height:1.82}

/* ---------- 분할 ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:center}
.split--rev .split-fig{order:2}
.split-fig img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.split-body h3{font-size:27px;font-weight:700;letter-spacing:-1px;line-height:1.38;margin-bottom:20px;color:var(--ink)}
.split-body p{font-size:16.5px;line-height:1.95;color:var(--body);margin-bottom:16px}
.split-body p:last-child{margin-bottom:0}
.kv{margin-top:28px;border-top:1px solid var(--line)}
.kv>div{display:flex;gap:22px;padding:14px 0;border-bottom:1px solid var(--soft);font-size:15px}
.kv dt{width:132px;flex-shrink:0;font-weight:700;color:var(--ink)}
.kv dd{color:var(--sub);flex:1}

/* ---------- 표 ---------- */
.tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-top:2px solid var(--ink)}
table.tbl{min-width:660px;font-size:15.5px}
table.tbl caption{text-align:left;font-size:13.5px;color:var(--sub);padding:14px 0 0;caption-side:bottom;line-height:1.7}
table.tbl th,table.tbl td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;line-height:1.72}
table.tbl thead th{background:var(--soft2);font-weight:700;color:var(--ink);white-space:nowrap}
table.tbl tbody th{font-weight:700;color:var(--ink);background:#fff;white-space:nowrap}
table.tbl td{color:#444}
table.tbl .num{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}

/* ---------- 단계 ---------- */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;counter-reset:s}
.steps--4{grid-template-columns:repeat(4,1fr)}
.steps--3{grid-template-columns:repeat(3,1fr)}
.steps li{counter-increment:s;padding:32px 26px 34px;background:#fff;border:1px solid var(--line);border-radius:20px}
.steps li::before{content:'0' counter(s);display:block;font-size:15px;font-weight:800;letter-spacing:.1em;color:var(--brand-txt)}
.steps h3{margin-top:14px;font-size:18px;font-weight:700;letter-spacing:-.5px;color:var(--ink)}
.steps p{margin-top:11px;font-size:14.5px;color:var(--sub);line-height:1.78}

/* ---------- 타임라인 ---------- */
.tl{border-top:1px solid var(--line)}
.tl>li{display:grid;grid-template-columns:180px 1fr;gap:44px;padding:34px 0;border-bottom:1px solid var(--line)}
.tl .yr{font-size:32px;font-weight:800;color:var(--brand);letter-spacing:-1.6px;line-height:1.15;font-variant-numeric:tabular-nums}
.tl .yr small{display:block;font-size:13px;font-weight:600;color:var(--sub);letter-spacing:0;margin-top:8px}
.tl .ev li{font-size:16px;padding:7px 0 7px 22px;position:relative;color:#3A3A3A;line-height:1.8}
.tl .ev li::before{content:'';position:absolute;left:0;top:18px;width:9px;height:1px;background:var(--brand)}
.tl .ev li b{font-weight:700;color:var(--ink);margin-right:8px}

/* ---------- FAQ ---------- */
.faq{border-top:2px solid var(--ink)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:25px 52px 25px 0;position:relative;font-size:17.5px;font-weight:700;letter-spacing:-.6px;color:var(--ink)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'';position:absolute;right:14px;top:34px;width:12px;height:12px;
  border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(45deg);transition:transform .25s var(--ease)}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq .a{padding:0 0 28px;font-size:16px;color:var(--sub);line-height:1.92}

/* ---------- 게시판 ---------- */
.board{border-top:2px solid var(--ink)}
.board li{border-bottom:1px solid var(--line)}
.board .row{display:grid;grid-template-columns:118px 1fr 118px;gap:26px;padding:25px 4px;align-items:baseline}
.board .cat{font-size:13px;font-weight:700;color:var(--brand-txt)}
.board .ti{font-size:17px;font-weight:700;letter-spacing:-.5px;color:var(--ink)}
.board .ti span{display:block;margin-top:9px;font-size:15px;font-weight:400;color:var(--sub);line-height:1.78;letter-spacing:-.3px}
.board .dt{font-size:14px;color:var(--mute);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}

/* ---------- 인용 ---------- */
.quote{border-left:4px solid var(--brand);padding:8px 0 8px 34px;max-width:50em}
.quote p{font-size:25px;font-weight:700;line-height:1.66;letter-spacing:-1.2px;color:var(--ink)}
.quote cite{display:block;margin-top:20px;font-style:normal;font-size:15px;color:var(--sub);font-weight:400}

/* ---------- 갤러리 ---------- */
.gal{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.gal figure{margin:0}
.gal img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.gal figcaption{margin-top:12px;font-size:14px;color:var(--sub);line-height:1.7}

/* ---------- 링크 그리드 ---------- */
.linkgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.linkgrid a{background:#fff;padding:30px 28px;display:block}
.linkgrid a:hover{background:var(--warm)}
.linkgrid b{display:block;font-size:18px;font-weight:700;letter-spacing:-.5px;color:var(--ink)}
.linkgrid span{display:block;margin-top:9px;font-size:14.5px;color:var(--sub);line-height:1.72}

/* ---------- 정의 목록 ---------- */
.deflist{border-top:1px solid var(--line)}
.deflist>div{display:grid;grid-template-columns:230px 1fr;gap:34px;padding:23px 0;border-bottom:1px solid var(--line)}
.deflist dt{font-weight:700;color:var(--ink);font-size:16px}
.deflist dd{color:#444;font-size:16px;line-height:1.88}

/* ---------- 배지·칩 ---------- */
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{display:inline-block;padding:8px 16px;border:1px solid var(--line2);border-radius:5px;font-size:14px;color:var(--body);background:#fff}
.chip--on{border-color:var(--brand);color:var(--brand-txt);font-weight:700}

/* ---------- 알림 박스 ---------- */
.notice{border:1px solid var(--line2);border-left:4px solid var(--brand);border-radius:0 5px 5px 0;
  padding:22px 26px;background:var(--warm);font-size:15.5px;color:var(--body);line-height:1.85}
.notice b{color:var(--ink);font-weight:700}

/* ---------- 문서 조항 ---------- */
.terms h2{font-size:22px;font-weight:700;margin:46px 0 14px;letter-spacing:-.8px;color:var(--ink)}
.terms h2:first-child{margin-top:0}
.terms p{font-size:16px;line-height:1.95;color:#444;margin-bottom:12px}
.terms ol{list-style:decimal;padding-left:24px;margin-bottom:16px}
.terms ol li{font-size:16px;line-height:1.95;color:#444;margin-bottom:7px}

/* ---------- CTA ---------- */
.cta{position:relative;overflow:hidden;background:var(--ink)}
.cta-bg{position:absolute;inset:0;opacity:.26}
.cta-bg img{width:100%;height:100%;object-fit:cover}
.cta-in{position:relative;z-index:2;padding:104px 0;color:#fff;text-align:center}
.cta h2{font-size:36px;font-weight:700;letter-spacing:-1.4px;line-height:1.34}
.cta p{margin-top:20px;font-size:18px;color:#DBD6D4;line-height:1.85;letter-spacing:-.5px}
.cta-btns{margin-top:36px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- 폼 ---------- */
.form{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.form .full{grid-column:1/-1}
.form label{display:block;font-size:15px;font-weight:700;margin-bottom:9px;color:var(--ink)}
.form input,.form select,.form textarea{
  width:100%;padding:14px 16px;border:1px solid var(--line2);border-radius:5px;font:inherit;font-size:16px;background:#fff;color:var(--body);
}
.form textarea{min-height:180px;resize:vertical}
.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px rgba(239,21,30,.13)}
.form .agree{display:flex;gap:11px;align-items:flex-start;font-size:15px;color:var(--sub)}
.form .agree input{width:18px;height:18px;flex-shrink:0;margin-top:3px}
.form-note{font-size:14px;color:var(--mute);line-height:1.8}

/* ---------- 푸터 ---------- */
.ftr{background:#1D1D1B;color:#9A938F;padding:74px 0 44px;font-size:14.5px}
.ftr-top{display:grid;grid-template-columns:1.15fr 3fr;gap:58px;padding-bottom:46px;border-bottom:1px solid rgba(255,255,255,.14)}
.ftr-logo b{display:block;font-size:21px;font-weight:800;color:#fff;letter-spacing:-.6px}
.ftr-logo b i{font-style:normal;color:#FF5C55}
.ftr-logo span{display:block;margin-top:7px;font-size:10.5px;letter-spacing:.28em;color:#9A938F}
.ftr-logo p{margin-top:20px;line-height:1.85;font-size:14px}
.ftr-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.ftr-nav h2{font-size:14px;font-weight:700;color:#fff;margin-bottom:15px;letter-spacing:.08em}
.ftr-nav a{display:block;padding:5px 0;font-size:14px}
.ftr-nav a:hover{color:#fff;text-decoration:underline}
.ftr-bot{padding-top:32px;display:flex;flex-wrap:wrap;gap:14px 30px;justify-content:space-between;align-items:flex-start}
.ftr-legal{display:flex;flex-wrap:wrap;gap:8px 24px}
.ftr-legal a:hover{color:#fff}
.ftr-info{line-height:1.9;font-size:13.5px;color:#9A938F}
.sample-note{
  margin-top:28px;padding:17px 22px;border:1px solid rgba(255,255,255,.22);border-radius:5px;
  font-size:13.5px;color:#C7C0BC;line-height:1.82;background:rgba(255,255,255,.04);
}
.sample-note b{color:#fff;font-weight:700}

/* ---------- 반응형 ---------- */
@media (max-width:1200px){
  :root{--pad:100px}
  .hdr-in{padding:0 22px;gap:20px}
  .gnb{gap:24px}
  .gnb>li>a{font-size:14px}
}
@media (max-width:1024px){
  :root{--pad:68px;--hd:70px}
  .gnb,.hdr-util .lang{display:none}
  .burger{display:flex}
  .sec-h{font-size:30px}
  .sec-head{margin-bottom:40px}
  .hero{min-height:540px}
  .hero-in{padding:104px 0 66px}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stats li:nth-child(4n){border-right:1px solid var(--line)}
  .stats li:nth-child(2n){border-right:0}
  .stats--ink li:nth-child(4n){border-right:1px solid rgba(255,255,255,.22)}
  .stats--ink li:nth-child(2n){border-right:0}
  .cards-3,.cards-4{grid-template-columns:repeat(2,1fr)}
  .icards-3{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:34px}
  .split--rev .split-fig{order:0}
  .steps,.steps--4,.steps--3{grid-template-columns:repeat(2,1fr)}
  .tl>li{grid-template-columns:1fr;gap:14px}
  .gal{grid-template-columns:repeat(2,1fr)}
  .linkgrid{grid-template-columns:repeat(2,1fr)}
  .deflist>div{grid-template-columns:1fr;gap:8px}
  .ftr-top{grid-template-columns:1fr;gap:38px}
  .ftr-nav{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
  body{font-size:16px}
  .wrap{padding:0 18px}
  .sec-h{font-size:25px}
  .sec-sub{font-size:16px}
  .hero h1{font-size:30px}
  .hero-lead{font-size:16.5px}
  .stats{grid-template-columns:1fr}
  .stats li{border-right:0!important;padding:28px 20px}
  .stats .v{font-size:38px}
  .cards-2,.cards-3,.cards-4{grid-template-columns:1fr}
  .icards-2,.icards-3{grid-template-columns:1fr}
  .steps,.steps--4,.steps--3{grid-template-columns:1fr}
  .gal{grid-template-columns:1fr}
  .linkgrid{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
  .ftr-nav{grid-template-columns:1fr}
  .board .row{grid-template-columns:1fr;gap:9px}
  .board .dt{text-align:left}
  .cta h2{font-size:26px}
  .cta-in{padding:72px 0}
  .quote p{font-size:20px}
  .kv>div{flex-direction:column;gap:4px}
  .kv dt{width:auto}
}
@media print{.hdr,.ftr,.cta{display:none}}


/* ===== 참고사 문법 v1 — 하림 실측 (2026-08-16) =========================
   컨테이너 1180 · 히어로 50 : 섹션제목 50 : 본문 16 · 섹션패딩 100/110 · 라운드 0px
   주색 #C4451C (hue 15 · 흰 배경 AA 통과) · 오버레이는 rgba(0,0,0,.55) 단색
   되돌리려면 이 블록만 지운다. */
:root{
  --pri:#C4451C; --pri-d:#983515; --pri-soft:#FAF0EC; --acc:#C4451C; --focus:#C4451C;
  --cw:1180px; --gut:24px; --bd:#dddddd; --bg2:#F5F5F5;
  --r:0px; --r-btn:0px;
  --hero-scrim:rgba(0,0,0,.55);
  --h1-max:50px; --h2-max:50px;
}
.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,50px);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,50px);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 — 한국앤컴퍼니 실측 (2026-08-17) ======================
   ★이 블록은 «서브 전용» 이다. 전 선택자를 body:not(.home) 으로 한정한다.
     메인(index.html)은 body.home 이라 여기에 하나도 걸리지 않는다. (co1 에서 충돌 0건)
   ★서브 HTML 은 한 쪽도 고치지 않았다. 전부 CSS 로만 문법을 갈아 끼운다.

   한국앤컴퍼니 서브 문법 (_co/_스펙_co6_hankook.md §2)
     y0    h104   헤더 absolute «투명»
     y104  h36    LNB = 사진 위에 뜬 «알약» 탭바 · 가운데
     y0    h902   sub-hero = 100vh 통짜 사진 · 제목 52~60 가운데 · 부제 18 가운데
                   하단 가운데 스크롤 표시 · ★상단 «색 띠» 없다
     본문         흰색 ↔ #F4F4F5 ↔ 전폭 사진 교대 · 컨테이너 1180 · 읽는 문단 900
     마지막 h401  footer bg #000
   되돌리려면 이 블록만 지운다.
   ========================================================================= */

body:not(.home){
  --hk-ink:#000000; --hk-txt:#333333; --hk-sub:#666666; --hk-mute:#999999;
  --hk-soft:#F5F5F5; --hk-soft2:#F4F4F5; --hk-line:#E2E2E2; --hk-line2:#CFCFCF;
  --hk-pt:#3B3FA8;                    /* hue 238° · 흰 배경 8.53:1 · 다크 위 금지 */
  --sub-scrim:.52;                    /* 사진 밝기 실측으로 정한 값 — 아래 주석 참고 */

  --brand:#111111; --brand-txt:#111111; --brand-dark:#000000;
  --pri:#111111; --pri-d:#000000; --pri-soft:#F5F5F5; --acc:#111111;
  --ink:#000000; --body:#333333; --sub:#666666; --mute:#666666;
  --line:#E2E2E2; --line2:#CFCFCF; --soft:#F4F4F5; --soft2:#FFFFFF; --warm:#FFFFFF;
  --bg2:#F4F4F5; --cw:1180px; --gut:0px; --r:0px; --r-btn:0px; --hd:104px;
  --pad:84px;
}
body:not(.home){
  font-size:16px; line-height:1.70; font-weight:400; letter-spacing:-.01em;
  color:#333; word-break:keep-all;
}
body:not(.home) h1,body:not(.home) h2,body:not(.home) h3,body:not(.home) h4,
body:not(.home) p,body:not(.home) li,body:not(.home) dt,body:not(.home) dd,
body:not(.home) td,body:not(.home) th,body:not(.home) span,body:not(.home) a{
  word-break:keep-all !important; overflow-wrap:break-word;
}
body:not(.home) :focus-visible{outline:2px solid var(--hk-pt);outline-offset:3px}
body:not(.home) .skip{background:#000;color:#fff;border-radius:0}

/* 라운드 «전부 0» — 알약은 LNB 탭바 하나만 */
body:not(.home) .card,body:not(.home) .lcard,body:not(.home) .icards,body:not(.home) .linkgrid,
body:not(.home) .chip,body:not(.home) .notice,body:not(.home) .btn,body:not(.home) .btn-contact,
body:not(.home) .gal img,body:not(.home) .split-fig img,body:not(.home) .card figure img,
body:not(.home) .steps li,body:not(.home) input,body:not(.home) select,body:not(.home) textarea,
body:not(.home) .sample-note,body:not(.home) .cta{border-radius:0 !important}

/* ---------- 컨테이너 : 1180 «고정» · 읽는 문단만 900 ---------- */
body:not(.home) .wrap{width:1180px;max-width:calc(100% - 48px);padding:0;margin:0 auto}
body:not(.home) .wrap--narrow{width:900px;max-width:calc(100% - 48px)}

/* ---------- 헤더 : absolute h104 «완전 투명» · 보이는 링크 2 + 햄버거 ---------- */
body:not(.home) .hdr{position:absolute;top:0;left:0;width:100%;z-index:1300;
  background:transparent;border-bottom:0;box-shadow:none}
body:not(.home) .hdr-in{position:relative;z-index:1400;max-width:none;width:100%;padding:0 32px;height:104px;
  display:flex;align-items:center;gap:30px}
body:not(.home) .logo b{font-size:22px;font-weight:700;letter-spacing:-.035em;color:#fff}
body:not(.home) .logo b i{color:#fff}
body:not(.home) .logo span{margin-top:4px;font-size:10.5px;font-weight:500;
  letter-spacing:.26em;color:rgba(255,255,255,.72)}
body:not(.home) .gnb-wrap{display:none}
body:not(.home) .hdr-util{margin-left:auto;display:flex;align-items:center;gap:26px}
body:not(.home) .hdr-util .lang{display:inline-block;font-size:16px;font-weight:500;
  letter-spacing:0;color:#fff}
body:not(.home) .hdr-util .lang b{color:#fff;font-weight:700}
body:not(.home) .btn-contact{height:auto;padding:0;background:none;border:0;color:#fff;
  font-size:16px;font-weight:500;letter-spacing:-.01em}
body:not(.home) .btn-contact:hover{background:none;color:#fff;text-decoration:underline;text-underline-offset:5px}
body:not(.home) .btn-contact .ico{display:none}
body:not(.home) .burger{display:flex;width:48px;height:48px;flex-direction:column;
  justify-content:center;align-items:center;gap:6px;position:relative;z-index:2}
body:not(.home) .burger i{width:26px;height:2px;background:#fff;display:block;
  transition:transform .28s ease,opacity .2s ease}
body:not(.home) .burger[aria-expanded="true"] i:nth-child(1){transform:translateY(8px) rotate(45deg)}
body:not(.home) .burger[aria-expanded="true"] i:nth-child(2){opacity:0}
body:not(.home) .burger[aria-expanded="true"] i:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
body:not(.home) main{padding-top:0}

/* 햄버거 오버레이 = 전체 메뉴 (대분류 6 + 소분류 전부) · bg #333 · 간격 0 */
body:not(.home) .mnav{position:fixed;inset:0;z-index:1200;background:#333333;
  border-top:0;max-height:none;overflow-y:auto;display:none}
body:not(.home) .mnav.on{display:block}
body:not(.home) .mnav>ul{width:1180px;max-width:calc(100% - 48px);margin:0 auto;
  padding:148px 0 96px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0}
body:not(.home) .mnav>ul>li{border-left:1px solid rgba(255,255,255,.16);padding:0 0 34px}
body:not(.home) .mnav>ul>li:last-child{border-right:1px solid rgba(255,255,255,.16)}
body:not(.home) .mnav>ul>li>a{display:block;padding:22px 18px 16px;font-size:18px;
  font-weight:700;letter-spacing:-.02em;color:#fff;border-bottom:1px solid rgba(255,255,255,.16)}
body:not(.home) .mnav .sub{padding:14px 18px 0}
body:not(.home) .mnav .sub a{display:block;padding:7px 0;font-size:14px;font-weight:400;
  letter-spacing:-.02em;color:rgba(255,255,255,.72);border-bottom:0}
body:not(.home) .mnav .sub a:hover,body:not(.home) .mnav>ul>li>a:hover{color:#fff}

/* ---------- LNB : 사진 위에 뜬 «알약» 탭바 (가운데) ---------- */
body:not(.home) .lnb{position:absolute;top:104px;left:0;width:100%;z-index:60;
  background:transparent;border-bottom:0;display:flex;justify-content:center}
body:not(.home) .lnb-in{width:auto;max-width:min(1000px,calc(100% - 48px));margin:0;
  padding:3px;height:auto;min-height:36px;gap:0;overflow:visible;flex-wrap:wrap;
  justify-content:center;align-items:center;
  border:1px solid rgba(255,255,255,.7);border-radius:999px}
body:not(.home) .lnb .ttl{display:none}
body:not(.home) .lnb a{height:28px;padding:0 14px;border-bottom:0;border-radius:999px;
  font-size:15px;font-weight:400;letter-spacing:-.02em;color:rgba(255,255,255,.9);white-space:nowrap}
body:not(.home) .lnb a:hover{color:#fff}
body:not(.home) .lnb a.on{background:#fff;color:#111;font-weight:700;border-bottom:0}

/* ---------- 서브 히어로 : 100vh 통짜 사진 · 가운데 정렬 ---------- */
/* ★오버레이 알파는 «사진 밝기 실측»으로 정했다 (16x10 그리드 · 가운데 8x4 평균 휘도).
     기본 .52 -> 최악(map 233.2)에서도 흰 글자 4.4:1, 대부분 8~12:1.
     휘도 150 이상 «밝은 사진» 7종만 .62 로 따로 올린다(map 233 -> 88.6 -> 7.05:1). */
body:not(.home) .subhero{position:relative;height:100vh;min-height:560px;
  display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}
body:not(.home) .subhero-bg{position:absolute;inset:0;z-index:0;opacity:1;
  background-position:center;background-size:cover;background-repeat:no-repeat}
body:not(.home) .subhero-bg img{width:100%;height:100%;object-fit:cover}
body:not(.home) .subhero::after{content:'';position:absolute;inset:0;z-index:1;
  background:rgba(0,0,0,var(--sub-scrim))}
body:not(.home) .subhero-in{position:relative;z-index:2;width:100%;padding:0;color:#fff;text-align:center}
body:not(.home) .subhero h1{font-size:56px;line-height:1.00;font-weight:700;
  letter-spacing:-.035em;color:#fff}
body:not(.home) .subhero-lead{margin:20px auto 0;max-width:760px;font-size:18px;
  line-height:1.63;font-weight:400;color:rgba(255,255,255,.9);letter-spacing:-.01em}
body:not(.home) .crumb{justify-content:center;margin-bottom:22px;font-size:13px;
  color:rgba(255,255,255,.88);letter-spacing:0}
body:not(.home) .crumb a:hover{color:#fff}
/* 하단 가운데 스크롤 표시 (세로 타원 + 점) */
body:not(.home) .subhero::before{content:'';position:absolute;left:50%;bottom:34px;z-index:3;
  width:22px;height:34px;margin-left:-11px;border:1px solid rgba(255,255,255,.8);border-radius:999px}

/* 밝은 사진은 오버레이를 더 올린다 */
body:not(.home) .subhero:has(img[src$="map.jpg"]),
body:not(.home) .subhero:has(img[src$="card1.jpg"]),
body:not(.home) .subhero:has(img[src$="farm.jpg"]),
body:not(.home) .subhero:has(img[src$="card6.jpg"]),
body:not(.home) .subhero:has(img[src$="rice.jpg"]),
body:not(.home) .subhero:has(img[src$="gallery1.jpg"]),
body:not(.home) .subhero:has(img[src$="feature.jpg"]),
/* CSS 로 갈아 끼운 대체 사진 2종도 밝다 */
body:not(.home) .subhero:has(img[src$="chef2.jpg"]),
body:not(.home) .subhero:has(img[src$="chef.jpg"]){--sub-scrim:.62}

/* ★인물 교체 — 「샘플 인물은 전원 한국인」 규칙.
   서브 .html 은 손대지 말라는 지시라서 «CSS 로만» 사진을 갈아 끼운다.
   원본 img 는 자리를 지킨 채 visibility:hidden, 부모에 대체 사진을 배경으로 깐다.
   ☞ alt 문구가 옛 사진을 설명한 채 남는다. 근본 수정(서브 14쪽 src+alt 교체)은 승인 필요. */
body:not(.home) .subhero-bg:has(>img[src="img/office.jpg"]){background-image:url(../img/jar2.jpg)}
body:not(.home) .subhero-bg:has(>img[src="img/chef.jpg"]){background-image:url(../img/bread.jpg)}
body:not(.home) .subhero-bg:has(>img[src="img/chef2.jpg"]){background-image:url(../img/dough.jpg)}
body:not(.home) .subhero-bg:has(>img[src="img/qc.jpg"]){background-image:url(../img/line.jpg)}
body:not(.home) .subhero-bg:has(>img[src="img/team1.jpg"]){background-image:url(../img/line2.jpg)}
body:not(.home) .subhero-bg:has(>img[src="img/gloves.jpg"]){background-image:url(../img/bottling.jpg)}
body:not(.home) .subhero-bg>img[src="img/office.jpg"],
body:not(.home) .subhero-bg>img[src="img/chef.jpg"],
body:not(.home) .subhero-bg>img[src="img/chef2.jpg"],
body:not(.home) .subhero-bg>img[src="img/qc.jpg"],
body:not(.home) .subhero-bg>img[src="img/team1.jpg"],
body:not(.home) .subhero-bg>img[src="img/gloves.jpg"]{visibility:hidden}
/* 본문 안에 남은 3장도 같은 방식으로 */
body:not(.home) figure:has(>img[src="img/chef.jpg"]){background:url(../img/bread.jpg) center/cover no-repeat}
body:not(.home) figure:has(>img[src="img/team2.jpg"]){background:url(../img/bottling.jpg) center/cover no-repeat}
body:not(.home) figure:has(>img[src="img/ricehand.jpg"]){background:url(../img/dough.jpg) center/cover no-repeat}
body:not(.home) figure>img[src="img/chef.jpg"],
body:not(.home) figure>img[src="img/team2.jpg"],
body:not(.home) figure>img[src="img/ricehand.jpg"]{visibility:hidden}

/* ---------- 섹션 밀도 : 84 / 90 / 140 세 개뿐 ---------- */
body:not(.home) .sec{padding:84px 0 90px}
body:not(.home) .sec.tight,body:not(.home) .sec--tight{padding:84px 0 90px}
body:not(.home) .sec.alt,body:not(.home) .sec--soft{background:#F4F4F5;padding:84px 0 90px}
body:not(.home) .sec--soft2,body:not(.home) .sec--warm{background:#FFFFFF}
body:not(.home) .sec--ink{background:#000000;color:#fff}
body:not(.home) .sec--ink .sec-h{color:#fff}
body:not(.home) .sec--ink .sec-sub{color:rgba(255,255,255,.82)}
body:not(.home) .sec--ink .sec-eyebrow{color:#fff}
body:not(.home) main>section:last-of-type{padding-bottom:140px}

/* ---------- 타이포 : 층 8개 · 40px 주력 ---------- */
body:not(.home) .sec-head{margin-bottom:44px;max-width:none}
body:not(.home) .sec-head .sec-sub{max-width:760px}
body:not(.home) .sec-eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:#000;margin-bottom:18px}
body:not(.home) .sec-h{font-size:40px;line-height:1.35;font-weight:700;letter-spacing:-.035em;color:#000}
body:not(.home) .sec-h em{color:#000;font-style:normal}
body:not(.home) .sec-sub{margin-top:16px;font-size:16px;line-height:1.70;color:#666;letter-spacing:-.01em}
body:not(.home) .prose p{font-size:16px;line-height:1.70;color:#333;margin-bottom:18px;letter-spacing:-.01em}
body:not(.home) .prose h3{font-size:24px;line-height:1.33;font-weight:700;letter-spacing:-.035em;
  color:#000;margin:44px 0 16px}
body:not(.home) .prose h4{font-size:20px;line-height:1.4;font-weight:700;letter-spacing:-.035em;
  color:#000;margin:30px 0 12px}
body:not(.home) .prose ul li{font-size:16px;line-height:1.70;color:#333;padding:5px 0 5px 16px}
body:not(.home) .prose ul li::before{width:6px;height:1px;border-radius:0;background:#000;top:18px}

/* ---------- 본문 블록 4종 (SPEC 2-C) ---------- */
/* 1) 아이콘 3열 350 «간격 60» — 바탕 #F4F4F5 띠 */
body:not(.home) .icards{display:grid;gap:60px;background:none;border:0;border-radius:0;overflow:visible}
body:not(.home) .icards-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body:not(.home) .icards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
body:not(.home) .icard{background:none;padding:0}
body:not(.home) .icard .ico{width:52px;height:52px;color:#000;stroke-width:1.2}
body:not(.home) .icard h3{margin-top:22px;font-size:24px;line-height:1.33;font-weight:700;
  letter-spacing:-.035em;color:#000}
body:not(.home) .icard p{margin-top:14px;font-size:16px;line-height:1.70;color:#666;letter-spacing:-.01em}

/* 2) 매거진 2단 580 : 120 : 480 */
body:not(.home) .split{display:grid;grid-template-columns:580px minmax(0,480px);
  column-gap:120px;row-gap:0;align-items:center}
body:not(.home) .split--rev{grid-template-columns:minmax(0,480px) 580px}
body:not(.home) .split--rev .split-fig{order:2}
body:not(.home) .split-fig{margin:0;overflow:hidden;background:#F4F4F5}
body:not(.home) .split-fig img{width:580px;max-width:100%;height:337px;aspect-ratio:auto;
  object-fit:cover;border-radius:0}
body:not(.home) .split-body h3{font-size:40px;line-height:1.35;font-weight:700;
  letter-spacing:-.035em;color:#000;margin-bottom:18px}
body:not(.home) .split-body p{font-size:16px;line-height:1.70;color:#666;margin-bottom:12px;letter-spacing:-.01em}
body:not(.home) .kv{margin-top:26px;border-top:1px solid #CFCFCF}
body:not(.home) .kv>div{display:flex;gap:20px;padding:12px 0;border-bottom:1px solid #E2E2E2;
  font-size:16px;line-height:1.70}
body:not(.home) .kv dt{width:120px;flex-shrink:0;font-weight:700;color:#000}
body:not(.home) .kv dd{color:#666;flex:1}

/* 3) 다이어그램·도표 — 무채색 1px 실선 */
body:not(.home) .tbl-scroll{border-top:2px solid #000}
body:not(.home) table.tbl{font-size:16px}
body:not(.home) table.tbl th,body:not(.home) table.tbl td{padding:15px 18px;
  border-bottom:1px solid #E2E2E2;line-height:1.70}
body:not(.home) table.tbl thead th{background:#F4F4F5;color:#000}
body:not(.home) table.tbl td{color:#333}
body:not(.home) .deflist{border-top:2px solid #000}
body:not(.home) .deflist>div{grid-template-columns:230px 1fr;gap:34px;padding:22px 0;
  border-bottom:1px solid #E2E2E2}
body:not(.home) .deflist dt{font-size:16px;font-weight:700;color:#000}
body:not(.home) .deflist dd{font-size:16px;line-height:1.70;color:#333}
body:not(.home) .steps{gap:20px}
body:not(.home) .steps li{background:#fff;border:1px solid #CFCFCF;border-radius:0;padding:28px 24px}
body:not(.home) .steps li::before{font-size:14px;font-weight:700;letter-spacing:.1em;color:#000}
body:not(.home) .steps h3{margin-top:14px;font-size:20px;font-weight:700;letter-spacing:-.035em;color:#000}
body:not(.home) .steps p{margin-top:10px;font-size:16px;line-height:1.70;color:#666}
body:not(.home) .tl{border-top:2px solid #000}
body:not(.home) .tl>li{grid-template-columns:180px 1fr;gap:44px;padding:32px 0;border-bottom:1px solid #E2E2E2}
body:not(.home) .tl .yr{font-size:32px;font-weight:700;color:#000;letter-spacing:-.035em}
body:not(.home) .tl .yr small{font-size:14px;font-weight:400;color:#999;margin-top:8px}
body:not(.home) .tl .ev li{font-size:16px;line-height:1.70;color:#333;padding:6px 0 6px 20px}
body:not(.home) .tl .ev li::before{background:#000;top:19px}
body:not(.home) .tl .ev li b{color:#000}

/* 4) 아코디언 목록 : 행 높이 98 · 20px · 1px 실선 · 우측 + */
body:not(.home) .faq{border-top:2px solid #000}
body:not(.home) .faq details{border-bottom:1px solid #E2E2E2}
body:not(.home) .faq summary{padding:34px 56px 34px 0;font-size:20px;font-weight:700;
  letter-spacing:-.02em;color:#000;line-height:1.6;min-height:98px;display:flex;align-items:center}
body:not(.home) .faq summary::after{content:'';position:absolute;right:12px;top:50%;
  width:16px;height:16px;margin-top:-8px;transform:none;border:0;
  background:linear-gradient(#000,#000) center/16px 1px no-repeat,
             linear-gradient(#000,#000) center/1px 16px no-repeat}
body:not(.home) .faq details[open] summary::after{
  background:linear-gradient(#000,#000) center/16px 1px no-repeat;transform:none}
body:not(.home) .faq .a{padding:0 0 30px;font-size:16px;line-height:1.70;color:#666}
body:not(.home) .board{border-top:2px solid #000}
body:not(.home) .board li{border-bottom:1px solid #E2E2E2}
body:not(.home) .board .row{grid-template-columns:118px 1fr 118px;gap:26px;padding:26px 4px}
body:not(.home) .board .cat{font-size:13px;font-weight:700;color:#000}
body:not(.home) .board .ti{font-size:20px;font-weight:700;letter-spacing:-.02em;color:#000;line-height:1.6}
body:not(.home) .board .ti span{margin-top:10px;font-size:16px;font-weight:400;color:#666;line-height:1.70}
body:not(.home) .board .dt{font-size:14px;color:#999}

/* ---------- 카드 380 «간격 20» · 라운드 0 ---------- */
body:not(.home) .cards{gap:20px}
body:not(.home) .cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body:not(.home) .cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body:not(.home) .card{background:#fff;border:0;border-radius:0;box-shadow:none;padding:0;overflow:visible}
body:not(.home) .card:hover{box-shadow:none;transform:none;border-color:transparent}
body:not(.home) .card figure{margin:0;overflow:hidden;background:#F4F4F5}
body:not(.home) .card figure img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:0}
body:not(.home) .card-body{padding:22px 0 0}
body:not(.home) .card-tag{align-self:flex-start;display:inline-flex;align-items:center;height:26px;
  padding:0 11px;border:1px solid #000;font-size:12px;font-weight:700;letter-spacing:0;
  text-transform:none;color:#000}
body:not(.home) .card h3{margin-top:14px;font-size:24px;line-height:1.42;font-weight:700;
  letter-spacing:-.035em;color:#000}
body:not(.home) .card p{margin-top:12px;font-size:16px;line-height:1.70;color:#666;letter-spacing:-.01em}
body:not(.home) .card-list{margin-top:16px;border-top:1px solid #E2E2E2;padding-top:12px}
body:not(.home) .card-list li{font-size:14px;color:#666;padding:3px 0 3px 12px}
body:not(.home) .card-list li::before{width:5px;height:1px;background:#000;border-radius:0;top:14px}
body:not(.home) .card-more{margin-top:18px;font-size:14px;font-weight:700;color:#000}
body:not(.home) .card:hover .card-more{color:var(--hk-pt)}      /* 포인트색 — 링크 호버 */
body:not(.home) .card .ico{width:44px;height:44px;color:#000}
body:not(.home) .linkgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;
  background:none;border:0;border-radius:0;overflow:visible}
body:not(.home) .linkgrid a{background:#fff;border:1px solid #CFCFCF;padding:26px 24px 24px}
body:not(.home) .linkgrid a:hover{background:#fff;border-color:#000}
body:not(.home) .linkgrid b{font-size:20px;line-height:1.4;font-weight:700;letter-spacing:-.035em;color:#000}
body:not(.home) .linkgrid span{margin-top:10px;font-size:16px;line-height:1.70;color:#666}
body:not(.home) .gal{gap:20px}
body:not(.home) .gal img{border-radius:0;aspect-ratio:3/2}
body:not(.home) .gal figcaption{margin-top:12px;font-size:14px;color:#666}

/* ---------- 지표 · 인용 · 칩 · 알림 ---------- */
body:not(.home) .stats{border-top:1px solid #CFCFCF;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
body:not(.home) .stats li{padding:24px 0 0;border:0}
body:not(.home) .stats .v{font-size:40px;line-height:1.1;font-weight:700;letter-spacing:-.035em;color:#000}
body:not(.home) .stats .v small{font-size:16px;font-weight:500;margin-left:5px}
body:not(.home) .stats .k{margin-top:10px;font-size:14px;color:#666}
body:not(.home) .stats--ink,body:not(.home) .stats--ink li{border-color:rgba(255,255,255,.28)}
body:not(.home) .stats--ink .v{color:#fff}
body:not(.home) .stats--ink .k{color:rgba(255,255,255,.82)}
body:not(.home) .quote{border-left:0;border-top:2px solid #000;padding:26px 0 0;max-width:900px}
body:not(.home) .quote p{font-size:32px;line-height:1.45;font-weight:700;letter-spacing:-.035em;color:#000}
body:not(.home) .quote cite{margin-top:20px;font-size:16px;color:#666}
body:not(.home) .chip{border:1px solid #000;border-radius:0;background:#fff;color:#000;
  font-size:12px;font-weight:700;letter-spacing:0;padding:0 15px;height:32px;
  display:inline-flex;align-items:center}
body:not(.home) .chip--on{border-color:var(--hk-pt);color:var(--hk-pt)}   /* 포인트색 — 선택 표시 */
body:not(.home) .notice{border:0;border-left:2px solid #000;border-radius:0;background:#F4F4F5;
  padding:22px 26px;font-size:16px;line-height:1.70;color:#333}
body:not(.home) .notice b{color:#000}
body:not(.home) .terms h2{font-size:24px;font-weight:700;letter-spacing:-.035em;color:#000;margin:46px 0 14px}
body:not(.home) .terms p,body:not(.home) .terms ol li{font-size:16px;line-height:1.70;color:#333}

/* ---------- 버튼 · 폼 : 아웃라인 radius 0 ---------- */
body:not(.home) .btn{height:48px;padding:0 34px;min-width:190px;justify-content:center;
  font-size:16px;font-weight:700;letter-spacing:-.02em;border-radius:0}
body:not(.home) .btn-primary{background:#000;color:#fff;border:1px solid #000}
body:not(.home) .btn-primary:hover{background:#fff;color:#000;border-color:#000}
body:not(.home) .btn-line{background:#fff;color:#000;border:1px solid #000}
body:not(.home) .btn-line:hover{background:#000;color:#fff}
body:not(.home) .btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.85)}
body:not(.home) .btn-ghost:hover{background:#fff;color:#000;border-color:#fff}
body:not(.home) .btn-sm{height:44px;padding:0 26px;font-size:14px;min-width:0}
body:not(.home) .form input,body:not(.home) .form select,body:not(.home) .form textarea{
  border:1px solid #CFCFCF;border-radius:0;font-size:16px}
body:not(.home) .form input:focus,body:not(.home) .form select:focus,body:not(.home) .form textarea:focus{
  border-color:#000;box-shadow:none;outline:2px solid var(--hk-pt);outline-offset:1px}
body:not(.home) .form label{font-size:14px;font-weight:700;color:#000}
body:not(.home) .form .agree,body:not(.home) .form-note{font-size:16px;color:#666}

/* ---------- 하단 CTA : 전폭 사진 + 흰 글자 + 아웃라인 버튼 ---------- */
body:not(.home) .cta{position:relative;overflow:hidden;background:#000;padding:0}
body:not(.home) .cta-bg{position:absolute;inset:0;opacity:1}
body:not(.home) .cta-bg img{width:100%;height:100%;object-fit:cover}
body:not(.home) .cta::after{content:'';position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.62)}
body:not(.home) .cta-in{position:relative;z-index:2;padding:84px 0 90px;color:#fff;text-align:left}
body:not(.home) .cta h2{font-size:40px;line-height:1.35;font-weight:700;letter-spacing:-.035em;color:#fff}
body:not(.home) .cta p{margin-top:18px;max-width:910px;font-size:16px;line-height:1.70;
  color:rgba(255,255,255,.86);letter-spacing:-.01em}
body:not(.home) .cta-btns{margin-top:32px;justify-content:flex-start;gap:12px}
body:not(.home) .cta .btn-primary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.85)}
body:not(.home) .cta .btn-primary:hover{background:#fff;color:#000;border-color:#fff}

/* ---------- 푸터 : bg #000 ---------- */
body:not(.home) .ftr{background:#000000;color:#9A9A9A;padding:84px 0 44px;font-size:14px}
body:not(.home) .ftr-top{grid-template-columns:1.15fr 3fr;gap:58px;padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.16)}
body:not(.home) .ftr-logo b{font-size:20px;font-weight:700;letter-spacing:-.035em;color:#fff}
body:not(.home) .ftr-logo b i{color:#fff}
body:not(.home) .ftr-logo span{margin-top:7px;font-size:10.5px;letter-spacing:.26em;color:#9A9A9A}
body:not(.home) .ftr-nav h2{font-size:14px;font-weight:700;color:#fff;letter-spacing:.06em}
body:not(.home) .sample-note{border:1px solid rgba(255,255,255,.22);border-radius:0;
  font-size:13px;color:#C4C4C4;background:rgba(255,255,255,.04)}
body:not(.home) .sample-note b{color:#fff}

/* ---------- 반응형 ---------- */
@media (max-width:1220px){
  body:not(.home) .split,body:not(.home) .split--rev{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:48px}
  body:not(.home) .split-fig img{width:100%;height:320px}
}
@media (max-width:1024px){
  body:not(.home) .sec,body:not(.home) .sec.alt,body:not(.home) .sec--soft{padding:64px 0 70px}
  body:not(.home) main>section:last-of-type{padding-bottom:96px}
  body:not(.home) .hdr-in{padding:0 22px;height:84px}
  body:not(.home) .lnb{top:84px}
  body:not(.home) .subhero h1{font-size:38px}
  body:not(.home) .sec-h,body:not(.home) .split-body h3,body:not(.home) .cta h2{font-size:30px}
  body:not(.home) .quote p{font-size:24px}
  body:not(.home) .split,body:not(.home) .split--rev{grid-template-columns:minmax(0,1fr);row-gap:32px}
  body:not(.home) .split--rev .split-fig{order:0}
  body:not(.home) .split-fig img{height:300px}
  body:not(.home) .cards-3,body:not(.home) .cards-4,body:not(.home) .linkgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.home) .icards-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px}
  body:not(.home) .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.home) .mnav>ul{grid-template-columns:repeat(2,minmax(0,1fr));padding:110px 0 70px}
  body:not(.home) .mnav>ul>li:last-child{border-right:0}
  body:not(.home) .ftr-top{grid-template-columns:minmax(0,1fr);gap:36px}
  body:not(.home) .deflist>div,body:not(.home) .tl>li{grid-template-columns:minmax(0,1fr);gap:10px}
}
@media (max-width:768px){
  body:not(.home) .wrap,body:not(.home) .wrap--narrow{max-width:calc(100% - 36px)}
  body:not(.home) .sec,body:not(.home) .sec.alt,body:not(.home) .sec--soft{padding:52px 0 56px}
  body:not(.home) main>section:last-of-type{padding-bottom:72px}
  body:not(.home) .subhero h1{font-size:30px;line-height:1.18}
  body:not(.home) .subhero-lead{font-size:16px}
  body:not(.home) .sec-h,body:not(.home) .split-body h3,body:not(.home) .cta h2{font-size:25px;line-height:1.34}
  body:not(.home) .quote p{font-size:20px;line-height:1.5}
  body:not(.home) .prose h3{font-size:21px}
  body:not(.home) .cards-3,body:not(.home) .cards-4,body:not(.home) .linkgrid,
  body:not(.home) .icards-3,body:not(.home) .icards-2{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .icards-3{gap:36px}
  body:not(.home) .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.home) .stats .v{font-size:30px}
  body:not(.home) .split-fig img{height:230px}
  body:not(.home) .board .row{grid-template-columns:minmax(0,1fr);gap:10px}
  body:not(.home) .board .dt{text-align:left}
  body:not(.home) .faq summary{font-size:17px;padding:24px 44px 24px 0;min-height:0}
  body:not(.home) .btn{min-width:0;width:100%}
  body:not(.home) .cta-btns{flex-direction:column;align-items:stretch}
  body:not(.home) .mnav>ul{grid-template-columns:minmax(0,1fr);padding:96px 0 60px}
  body:not(.home) .mnav>ul>li{border-left:0;border-bottom:1px solid rgba(255,255,255,.16)}
  body:not(.home) .mnav>ul>li>a{padding:18px 0 12px}
  body:not(.home) .mnav .sub{padding:10px 0 0}
  body:not(.home) .lnb-in{max-width:calc(100% - 28px)}
  body:not(.home) .lnb a{font-size:14px;padding:0 13px;height:28px}
  body:not(.home) .kv>div{flex-direction:column;gap:4px}
  body:not(.home) .kv dt{width:auto}
}
@media (max-width:430px){
  body:not(.home) .subhero h1{font-size:26px}
  body:not(.home) .hdr-in{padding:0 16px;gap:14px}
  body:not(.home) .hdr-util{gap:14px}
  body:not(.home) .hdr-util .lang{display:none}
}
