@charset "utf-8";
/* ============================================================
   셀비타바이오 CELLVITA BIO — 공통 스타일
   기준 : _스펙_co7_samsungbiologics.md (삼성바이오로직스 실측)
   주조색 #222EDD · 컨테이너 1200px · radius 0 · 섹션패딩 100px
   ============================================================ */

:root{
  --brand:#222EDD;
  --brand-deep:#041C59;
  --brand-teal:#004963;
  --ink:#222222;
  --ink-sub:#666666;
  --line:#DDDDDD;
  --line-soft:#EEEEEE;
  --bg:#FFFFFF;
  --bg-soft:#F8F8F8;
  --bg-blue:#F5F8FD;
  --bg-cool:#FAFAFC;
  --hd:91px;
  --wrap:1200px;
  --pad:100px;
}

*,*::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(--ink);
  font-size:17px;line-height:1.75;font-weight:400;
  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:2000;background:var(--brand);color:#fff;padding:12px 20px}
.skip:focus{left:0}

/* ---------- 레이아웃 ---------- */
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px;width:100%}
.sec{padding:var(--pad) 0}
.sec--soft{background:var(--bg-soft)}
.sec--blue{background:var(--bg-blue)}
.sec--cool{background:var(--bg-cool)}
.sec--dark{background:var(--brand-deep);color:#fff}
.sec--dark .sec-sub{color:#c9d3ec}
.sec--dark .sec-h{color:#fff}

.sec-head{margin-bottom:52px;max-width:860px}
.sec-eyebrow{
  display:inline-block;font-size:14px;font-weight:600;letter-spacing:.18em;
  text-transform:uppercase;color:var(--brand);margin-bottom:16px;
}
.sec--dark .sec-eyebrow{color:#9fb4ff}
.sec-h{font-size:38px;font-weight:500;line-height:1.35;letter-spacing:-.5px;color:var(--ink)}
.sec-sub{margin-top:18px;font-size:18px;color:var(--ink-sub);line-height:1.85}
.sec-head--center{margin-left:auto;margin-right:auto;text-align:center}

.prose p{margin-bottom:20px;font-size:17px;line-height:1.95;color:#333}
.prose p:last-child{margin-bottom:0}
.prose strong{font-weight:600;color:var(--brand-deep)}
.prose--2col{column-count:2;column-gap:48px}

/* ---------- 헤더 ---------- */
.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:28px}
.logo{display:flex;flex-direction:column;line-height:1.15;flex-shrink:0}
.logo b{font-size:22px;font-weight:700;letter-spacing:-.4px;color:var(--brand-deep)}
.logo span{font-size:11px;font-weight:600;letter-spacing:.26em;color:var(--brand);text-transform:uppercase}
.gnb{display:flex;gap:34px;margin-left:auto}
.gnb>li>a{
  display:block;padding:calc((var(--hd) - 24px)/2) 0;font-size:17px;font-weight:500;
  letter-spacing:-.2px;position:relative;
}
.gnb>li>a::after{content:'';position:absolute;left:0;bottom:24px;width:0;height:2px;background:var(--brand);transition:width .25s}
.gnb>li:hover>a::after,.gnb>li>a[aria-current="page"]::after{width:100%}
.gnb>li>a[aria-current="page"]{color:var(--brand)}
.mega{
  position:absolute;left:0;top:var(--hd);width:100%;background:#fff;border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(0,0,0,.06);
  display:none;
}
.gnb>li:hover .mega,.gnb>li:focus-within .mega{display:block}
.mega-in{max-width:var(--wrap);margin:0 auto;padding:34px 24px 40px;display:flex;flex-wrap:wrap;gap:14px 40px}
.mega-in a{font-size:15px;color:var(--ink-sub);padding:6px 0;display:block}
.mega-in a:hover{color:var(--brand)}
.hdr-util{display:flex;align-items:center;gap:16px;flex-shrink:0}
.hdr-util .lang{font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--ink-sub)}
.hdr-util .lang b{color:var(--brand)}
.btn-contact{
  display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 22px;border-radius:30px;
  background:var(--brand);color:#fff;font-size:15px;font-weight:600;
}
.btn-contact:hover{background:var(--brand-deep)}
.burger{display:none;width:44px;height:44px;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:15px 24px;font-size:16px;font-weight:600;border-bottom:1px solid var(--line-soft)}
.mnav .sub a{display:block;padding:11px 24px 11px 40px;font-size:14px;color:var(--ink-sub);border-bottom:1px solid var(--line-soft)}
main{padding-top:var(--hd)}

/* ---------- 히어로 ---------- */
.hero{position:relative;min-height:640px;display:flex;align-items:flex-end;overflow:hidden}
.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) 55%,rgba(34,46,221,.30) 100%)}
.hero-in{position:relative;z-index:2;width:100%;padding:150px 0 90px;color:#fff}
.hero-eyebrow{font-size:14px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#B9C6FF}
.hero h1{margin-top:20px;font-size:clamp(32px,4.4vw,58px);font-weight:500;line-height:1.24;letter-spacing:-1px;max-width:16em}
.hero-lead{margin-top:24px;font-size:19px;line-height:1.9;color:#E4E9F8;max-width:44em}
.hero-cta{margin-top:38px;display:flex;flex-wrap:wrap;gap:14px}

.subhero{position:relative;min-height:340px;display:flex;align-items:center;overflow:hidden;background:var(--brand-deep)}
.subhero-bg{position:absolute;inset:0;z-index:0;opacity:.42}
.subhero-bg img{width:100%;height:100%;object-fit:cover}
.subhero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55));z-index:1}
.subhero-in{position:relative;z-index:2;width:100%;padding:56px 0;color:#fff}
.crumb{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#B9C6FF;margin-bottom:18px}
.crumb li::after{content:'›';margin-left:8px;opacity:.6}
.crumb li:last-child::after{content:''}
.crumb a:hover{text-decoration:underline}
.subhero h1{font-size:clamp(28px,3.4vw,42px);font-weight:500;letter-spacing:-.8px;line-height:1.3}
.subhero-lead{margin-top:16px;font-size:17px;color:#DDE3F6;max-width:52em;line-height:1.85}

/* ---------- 버튼 ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;height:54px;padding:0 32px;border-radius:30px;font-size:16px;font-weight:600;letter-spacing:-.2px;transition:background .2s,color .2s,border-color .2s}
.btn svg{width:16px;height:16px}
.btn-primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}
.btn-primary:hover{background:#1a24b4;border-color:#1a24b4}
.btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}
.btn-ghost:hover{background:#fff;color:var(--brand-deep)}
.btn-line{background:#fff;color:var(--brand-deep);border:1px solid var(--brand-deep)}
.btn-line:hover{background:var(--brand-deep);color:#fff}
.btn-sm{height:44px;padding:0 22px;font-size:15px}

/* ---------- 지표 ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.stats li{padding:36px 28px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}
.stats li:nth-child(4n){border-right:0}
.stats .v{font-size:44px;font-weight:600;letter-spacing:-1.5px;color:var(--brand);line-height:1.1}
.stats .v small{font-size:20px;font-weight:500;margin-left:4px}
.stats .k{margin-top:10px;font-size:15px;color:var(--ink-sub)}
.stats-dark{border-color:rgba(255,255,255,.24)}
.stats-dark li{border-color:rgba(255,255,255,.24)}
.stats-dark .v{color:#fff}
.stats-dark .k{color:#C7D0EA}

/* ---------- 카드 ---------- */
.cards{display:grid;gap:34px}
.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);display:flex;flex-direction:column}
.card--plain{border:0}
.card figure{margin:0;overflow:hidden;background:var(--bg-soft)}
.card figure img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .5s}
.card:hover figure img{transform:scale(1.04)}
.card-body{padding:28px 26px 30px;flex:1;display:flex;flex-direction:column}
.card-tag{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}
.card h3{margin-top:12px;font-size:21px;font-weight:600;letter-spacing:-.4px;line-height:1.45}
.card p{margin-top:12px;font-size:15.5px;color:var(--ink-sub);line-height:1.8;flex:1}
.card .card-list{margin-top:16px;border-top:1px solid var(--line-soft);padding-top:14px}
.card .card-list li{font-size:14px;color:#555;padding:4px 0 4px 14px;position:relative}
.card .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:18px;font-size:14px;font-weight:600;color:var(--brand)}

/* ---------- 분할 ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.split--rev .split-fig{order:2}
.split-fig img{width:100%;aspect-ratio:4/3;object-fit:cover}
.split-body h3{font-size:26px;font-weight:600;letter-spacing:-.5px;line-height:1.4;margin-bottom:18px}
.split-body .kv{margin-top:26px;border-top:1px solid var(--line)}
.split-body .kv div{display:flex;gap:20px;padding:13px 0;border-bottom:1px solid var(--line-soft);font-size:15px}
.split-body .kv dt{width:130px;flex-shrink:0;font-weight:600;color:var(--brand-deep)}
.split-body .kv dd{color:var(--ink-sub);flex:1}

/* ---------- 표 ---------- */
.tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-top:2px solid var(--brand-deep)}
table.tbl{min-width:640px;font-size:15.5px}
table.tbl caption{text-align:left;font-size:14px;color:var(--ink-sub);padding:12px 0;caption-side:bottom}
table.tbl th,table.tbl td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;line-height:1.7}
table.tbl thead th{background:var(--bg-soft);font-weight:600;color:var(--brand-deep);white-space:nowrap}
table.tbl tbody th{font-weight:600;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:30px 24px 32px;background:#fff;border:1px solid var(--line);position:relative}
.steps li::before{content:'0' counter(s);display:block;font-size:15px;font-weight:700;letter-spacing:.08em;color:var(--brand)}
.steps h3{margin-top:12px;font-size:18px;font-weight:600;letter-spacing:-.3px}
.steps p{margin-top:10px;font-size:14.5px;color:var(--ink-sub);line-height:1.75}

/* ---------- 타임라인 ---------- */
.tl{border-top:1px solid var(--line)}
.tl>li{display:grid;grid-template-columns:170px 1fr;gap:40px;padding:32px 0;border-bottom:1px solid var(--line)}
.tl .yr{font-size:30px;font-weight:600;color:var(--brand);letter-spacing:-1px;line-height:1.2}
.tl .yr small{display:block;font-size:13px;font-weight:500;color:var(--ink-sub);letter-spacing:0;margin-top:6px}
.tl .ev li{font-size:16px;padding:7px 0 7px 20px;position:relative;color:#3a3a3a}
.tl .ev li::before{content:'';position:absolute;left:0;top:17px;width:7px;height:1px;background:var(--brand)}
.tl .ev li b{font-weight:600;color:var(--ink);margin-right:8px}

/* ---------- FAQ ---------- */
.faq{border-top:2px solid var(--brand-deep)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:24px 48px 24px 0;position:relative;font-size:17.5px;font-weight:600;letter-spacing:-.3px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'';position:absolute;right:12px;top:34px;width:12px;height:12px;border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(45deg);transition:transform .2s}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq .a{padding:0 0 26px;font-size:16px;color:var(--ink-sub);line-height:1.9}

/* ---------- 게시판 ---------- */
.board{border-top:2px solid var(--brand-deep)}
.board li{border-bottom:1px solid var(--line)}
.board a,.board .row{display:grid;grid-template-columns:110px 1fr 120px;gap:24px;padding:24px 4px;align-items:baseline}
.board .cat{font-size:13px;font-weight:600;color:var(--brand)}
.board .ti{font-size:17px;font-weight:500;letter-spacing:-.3px}
.board .ti span{display:block;margin-top:8px;font-size:15px;font-weight:400;color:var(--ink-sub);line-height:1.75}
.board .dt{font-size:14px;color:var(--ink-sub);text-align:right;white-space:nowrap}
.board li:hover .ti{color:var(--brand)}

/* ---------- 인용 ---------- */
.quote{border-left:3px solid var(--brand);padding:6px 0 6px 32px;max-width:52em}
.quote p{font-size:24px;font-weight:500;line-height:1.7;letter-spacing:-.5px;color:var(--brand-deep)}
.quote cite{display:block;margin-top:18px;font-style:normal;font-size:15px;color:var(--ink-sub)}

/* ---------- 갤러리 ---------- */
.gal{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gal figure{margin:0}
.gal img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gal figcaption{margin-top:10px;font-size:14px;color:var(--ink-sub)}

/* ---------- 링크 목록 ---------- */
.linkgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.linkgrid a{background:#fff;padding:28px 26px;display:block}
.linkgrid a:hover{background:var(--bg-blue)}
.linkgrid b{display:block;font-size:18px;font-weight:600;letter-spacing:-.3px}
.linkgrid span{display:block;margin-top:8px;font-size:14.5px;color:var(--ink-sub);line-height:1.7}

/* ---------- 정의 목록 ---------- */
.deflist{border-top:1px solid var(--line)}
.deflist>div{display:grid;grid-template-columns:220px 1fr;gap:32px;padding:22px 0;border-bottom:1px solid var(--line)}
.deflist dt{font-weight:600;color:var(--brand-deep);font-size:16px}
.deflist dd{color:#444;font-size:16px;line-height:1.85}

/* ---------- 문서 조항 ---------- */
.terms h2{font-size:22px;font-weight:600;margin:42px 0 14px;letter-spacing:-.4px}
.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:22px;margin-bottom:14px}
.terms ol li{font-size:16px;line-height:1.95;color:#444;margin-bottom:6px}

/* ---------- CTA ---------- */
.cta{position:relative;overflow:hidden;background:var(--brand-deep)}
.cta-bg{position:absolute;inset:0;opacity:.28}
.cta-bg img{width:100%;height:100%;object-fit:cover}
.cta-in{position:relative;z-index:2;padding:96px 0;color:#fff;text-align:center}
.cta h2{font-size:36px;font-weight:500;letter-spacing:-.8px;line-height:1.35}
.cta p{margin-top:18px;font-size:18px;color:#D6DDF3;line-height:1.85}
.cta-btns{margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- 폼 ---------- */
.form{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.form .full{grid-column:1/-1}
.form label{display:block;font-size:15px;font-weight:600;margin-bottom:9px}
.form input,.form select,.form textarea{
  width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:5px;font:inherit;font-size:16px;background:#fff;color:var(--ink);
}
.form textarea{min-height:170px;resize:vertical}
.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px rgba(34,46,221,.12)}
.form .agree{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--ink-sub)}
.form .agree input{width:18px;height:18px;flex-shrink:0;margin-top:3px}

/* ---------- 푸터 ---------- */
.ftr{background:#111827;color:#98A2B8;padding:70px 0 40px;font-size:14.5px}
.ftr-top{display:grid;grid-template-columns:1.2fr 3fr;gap:56px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.14)}
.ftr-logo b{display:block;font-size:20px;font-weight:700;color:#fff;letter-spacing:-.3px}
.ftr-logo span{display:block;margin-top:6px;font-size:11px;letter-spacing:.26em;color:#7C87A3;text-transform:uppercase}
.ftr-logo p{margin-top:18px;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:600;color:#fff;margin-bottom:14px;letter-spacing:-.2px}
.ftr-nav a{display:block;padding:5px 0;font-size:14px}
.ftr-nav a:hover{color:#fff}
.ftr-bot{padding-top:30px;display:flex;flex-wrap:wrap;gap:14px 28px;justify-content:space-between;align-items:flex-start}
.ftr-legal{display:flex;flex-wrap:wrap;gap:8px 22px}
.ftr-legal a:hover{color:#fff}
.ftr-info{line-height:1.9;font-size:13.5px;color:#7C87A3}
.sample-note{
  margin-top:26px;padding:16px 20px;border:1px solid rgba(255,255,255,.2);
  font-size:13.5px;color:#C3CBDD;line-height:1.8;background:rgba(255,255,255,.04);
}
.sample-note b{color:#fff;font-weight:600}

/* ---------- 반응형 ---------- */
@media (max-width:1200px){
  .hdr-in{padding:0 20px;gap:18px}
  .gnb{gap:22px}
  .gnb>li>a{font-size:16px}
}
@media (max-width:1023px){
  :root{--pad:64px;--hd:74px}
  .gnb,.hdr-util .lang{display:none}
  .burger{display:flex}
  .sec-h{font-size:30px}
  .sec-head{margin-bottom:38px}
  .hero{min-height:520px}
  .hero-in{padding:100px 0 64px}
  .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-dark li:nth-child(4n){border-right:1px solid rgba(255,255,255,.24)}
  .stats-dark li:nth-child(2n){border-right:0}
  .cards-3,.cards-4{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:32px}
  .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:36px}
  .ftr-nav{grid-template-columns:repeat(2,1fr)}
  .prose--2col{column-count:1}
}
@media (max-width:640px){
  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:26px 20px}
  .stats .v{font-size:36px}
  .cards-2,.cards-3,.cards-4{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 a,.board .row{grid-template-columns:1fr;gap:8px}
  .board .dt{text-align:left}
  .cta h2{font-size:26px}
  .quote p{font-size:19px}
  .split-body .kv div{flex-direction:column;gap:4px}
  .split-body .kv dt{width:auto}
}
@media print{.hdr,.ftr,.cta{display:none}}


/* ===== 참고사 문법 v1 — 한국앤컴퍼니 실측 (2026-08-16) =========================
   컨테이너 1180 · 히어로 56 : 섹션제목 40 : 본문 16 · 섹션패딩 100/110 · 라운드 0px
   주색 #3B3A6E (hue 245 · 흰 배경 AA 통과) · 오버레이는 rgba(0,0,0,.55) 단색
   되돌리려면 이 블록만 지운다. */
:root{
  --pri:#3B3A6E; --pri-d:#2E2D55; --pri-soft:#EFEFF3; --acc:#3B3A6E; --focus:#3B3A6E;
  --cw:1180px; --gut:24px; --bd:#dddddd; --bg2:#F5F5F5;
  --r:0px; --r-btn:0px;
  --hero-scrim:rgba(0,0,0,.55);
  --h1-max:56px; --h2-max:40px;
}
.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,56px);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,40px);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 · co7 3조)
   SPEC : _co/_스펙_co7_daewoo.md  «2. 서브 문법»
     · y0   h300  사진 띠 (헤더가 그 위에 투명으로 얹힌다)
              대분류 제목 40/40 w500 가운데 · 브레드크럼 12.5px #DDD 띠 «안쪽 아래 우측»
     · y470       페이지 제목 35/35 w400 가운데
     · 본문 컨테이너 1140@219 · contents pb 200
     · 라운드 0 · 그라데이션 0 · 사진 오버레이는 rgba(0,0,0,α) 단색
   ★이 블록의 «모든» 선택자는 body:not(.home) 으로 한정한다. 메인은 css/main.css 가 맡는다.
   ★서브 HTML 은 한 글자도 고치지 않았다. 여기 쓰는 클래스는 전부 실제 HTML 에 있는 것이다
     (`.lnb` 는 서브 56쪽에 «0회» 라 겨냥하지 않았다 — 없는 클래스에 CSS 를 쓰면 화면이 죽는다).
   되돌리려면 이 블록만 통째로 지운다.
   ========================================================================== */

body:not(.home){
  --p700:#0A6E63; --p600:#33736A; --p800:#063F39; --p050:#EFF4F3;
  /* 옛 파랑(#222EDD)·보라(#3B3A6E) 를 배정색으로 갈아끼운다 */
  --brand:#0A6E63; --brand-deep:#063F39; --brand-teal:#0A6E63;
  --pri:#0A6E63; --pri-d:#063F39; --pri-soft:#EFF4F3; --acc:#0A6E63; --focus:#0A6E63;
  --ink:#111111; --ink-sub:#707070; --line:#E2E2E2; --line-soft:#EDEDED;
  --bg-soft:#F7F8F8; --bg-blue:#EFF4F3; --bg-cool:#F7F8F8;
  --r:0px; --r-btn:0px; --hd:97px;
  font-size:20px; line-height:1.7; font-weight:400; word-break:keep-all;
}
body:not(.home) main{padding-top:0}
body:not(.home) :focus-visible{outline:3px solid var(--p700);outline-offset:2px}
body:not(.home) .skip{background:var(--p700)}

/* ---------------------------------------------------------------- 컨테이너 1140@219 */
body:not(.home) .wrap{max-width:1140px;margin:0 auto;padding:0;width:100%}
@media (max-width:1200px){body:not(.home) .wrap{padding:0 24px}}

/* ---------------------------------------------------------------- 헤더 : absolute h97 투명 */
body:not(.home) .hdr{position:absolute;top:0;left:0;width:100%;height:97px;
  background:transparent;border-bottom:0;box-shadow:none;z-index:1000}
body:not(.home) .hdr-in{max-width:none;margin:0;padding:0 44px;height:97px;
  display:flex;align-items:center;gap:0}
body:not(.home) .logo b{font-size:23px;font-weight:700;letter-spacing:-.6px;color:#fff}
body:not(.home) .logo span{font-size:11px;font-weight:500;letter-spacing:.26em;color:rgba(255,255,255,.72)}
body:not(.home) .gnb-wrap{flex:1;display:flex;justify-content:center;min-width:0}
body:not(.home) .gnb{display:flex;gap:0;margin:0}
body:not(.home) .gnb>li>a{display:flex;align-items:center;justify-content:center;height:97px;white-space:nowrap;
  padding:0 21px;font-size:20px;line-height:1;font-weight:400;letter-spacing:-.5px;color:#fff}
body:not(.home) .gnb>li>a::after{display:none}
body:not(.home) .gnb>li:hover>a{color:#fff;text-decoration:underline;
  text-underline-offset:9px;text-decoration-thickness:2px}
body:not(.home) .hdr-util{gap:14px}
body:not(.home) .hdr-util .lang{font-size:17px;font-weight:300;letter-spacing:0;color:#D7D7D7}
body:not(.home) .hdr-util .lang b{color:#fff;font-weight:500}
body:not(.home) .btn-contact{height:34px;padding:0 16px;border-radius:0;background:transparent;
  color:#fff;border:1px solid rgba(255,255,255,.62);font-size:14px;font-weight:400}
body:not(.home) .btn-contact:hover{background:#fff;color:#111}
body:not(.home) .burger i{background:#fff}

/* 대메뉴 드롭다운 — 헤더(97) 바로 아래 전폭 패널 */
body:not(.home) .mega{position:absolute;left:0;top:97px;width:100%;background:#fff;
  border-top:0;border-bottom:1px solid #E2E2E2;box-shadow:0 14px 26px rgba(0,0,0,.10)}
body:not(.home) .mega-in{max-width:1140px;margin:0 auto;padding:30px 0 36px;gap:12px 34px}
body:not(.home) .mega-in a{font-size:17px;color:#444}
body:not(.home) .mega-in a:hover{color:#0A6E63}

/* ★LNB 70 — js/site.js 가 «현재 대분류의 하위 메뉴»로 실행 시점에 만든다(.lnb / .lnb-in).
   ★정적 grep 으로는 0회라 «없다»고 오진했다(메모리 static-regex-miscounts-runtime-dom).
   대우처럼 사진 띠(300) «바로 아래»에 흰 70px 레일로 놓는다.
   DOM 순서가 header → .lnb → main 이라 흐름 그대로 두면 띠 «위»에 온다 →
   .lnb 를 문서 절대좌표 y300 에 놓고, .subhero 에 margin-bottom:70 으로 자리를 비운다. */
body:not(.home) .lnb{position:absolute;left:0;top:300px;width:100%;height:70px;margin:0;
  background:#fff;border-bottom:1px solid #E5E5E5;z-index:900}
body:not(.home) .lnb-in{max-width:1140px;margin:0 auto;padding:0;height:70px;
  display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}
body:not(.home) .lnb-in::-webkit-scrollbar{display:none}
body:not(.home) .lnb .ttl{flex:0 0 auto;height:70px;display:flex;align-items:center;
  padding:0 24px 0 0;border-right:1px solid #E0E0E0;font-size:17px;font-weight:700;
  letter-spacing:-.4px;color:#111;white-space:nowrap}
body:not(.home) .lnb a{flex:1 0 auto;min-width:0;height:70px;display:flex;align-items:center;
  justify-content:center;padding:0 14px;font-size:17px;font-weight:400;letter-spacing:-.4px;
  color:#000;white-space:nowrap;border-bottom:2px solid transparent;position:relative}
body:not(.home) .lnb a+a::before{content:'';position:absolute;left:0;top:24px;bottom:24px;
  width:1px;background:#E0E0E0}
body:not(.home) .lnb a:hover{color:#0A6E63}
body:not(.home) .lnb a.on{color:#0A6E63;font-weight:500;border-bottom-color:#0A6E63}

/* ---------------------------------------------------------------- 사진 띠 300 */
body:not(.home) .subhero{position:relative;height:300px;min-height:300px;display:block;
  background:#000;overflow:hidden;margin-bottom:70px}
body:not(.home) .subhero-bg{position:absolute;inset:0;z-index:0;opacity:1}
body:not(.home) .subhero-bg img{width:100%;height:100%;object-fit:cover}
/* ★사진 위 오버레이 = 단색. 서브 배경사진 중 가장 밝은 hq1/pills 원본 화소 기준 필요 α 0.49 → .54 */
body:not(.home) .subhero::after{content:'';position:absolute;inset:0;z-index:1;
  background:rgba(0,0,0,.54)}
body:not(.home) .subhero-in{position:absolute;inset:0;z-index:2;padding:0}
body:not(.home) .subhero-in .wrap{position:relative;height:100%}
body:not(.home) .subhero h1{position:absolute;left:0;right:0;top:120px;padding:0 24px;text-align:center;
  font-size:40px;line-height:1.00;font-weight:500;letter-spacing:-.5px;color:#fff}
body:not(.home) .subhero-lead{position:absolute;left:0;right:0;top:180px;margin:0;max-width:none;padding:0 24px;
  text-align:center;font-size:20px;line-height:1.4;font-weight:300;letter-spacing:-.5px;
  color:rgba(255,255,255,.90)}
/* ★브레드크럼은 띠 «안쪽 아래 · 우측». 흰 바탕으로 빼면 안 닮는다 */
body:not(.home) .crumb{position:absolute;right:24px;bottom:15px;margin:0;gap:7px;
  justify-content:flex-end;font-size:12.5px;line-height:1;color:#DDDDDD}
body:not(.home) .crumb li::after{margin-left:7px;opacity:.75}

/* ---------------------------------------------------------------- 섹션 리듬 */
body:not(.home) .sec{padding:90px 0}
body:not(.home) .sec.alt,body:not(.home) .sec--soft{background:#F7F8F8;padding:90px 0}
body:not(.home) .sec--blue,body:not(.home) .sec--cool{background:#EFF4F3}
/* 페이지 제목이 y470 에 오도록 — 대우 : 300(띠) + 70(레일) + 100 */
body:not(.home) .subhero + .sec{padding-top:100px}
body:not(.home) .sec:last-of-type{padding-bottom:200px}

body:not(.home) .sec-head{text-align:center;max-width:920px;margin:0 auto 46px}
body:not(.home) .sec-eyebrow{display:block;font-size:15px;font-weight:500;letter-spacing:.20em;
  text-transform:uppercase;color:#0A6E63;margin-bottom:14px}
body:not(.home) .sec-h{font-size:35px;line-height:1.00;font-weight:400;letter-spacing:-1px;color:#000}
body:not(.home) .sec-sub{margin-top:18px;font-size:20px;line-height:1.55;font-weight:300;
  letter-spacing:-.5px;color:#4F4F4F}
body:not(.home) .prose p{font-size:20px;line-height:1.7;font-weight:300;letter-spacing:-.5px;
  color:#333;margin-bottom:16px}
body:not(.home) .prose strong{font-weight:700;color:#0A6E63}

/* ---------------------------------------------------------------- 블록 (라운드 0) */
body:not(.home) .card{border-radius:0;border:1px solid #E2E2E2;background:#fff;padding:0}
body:not(.home) .card:hover{border-color:#111}
body:not(.home) .card-body{padding:26px 24px 28px}
body:not(.home) .card figure img{border-radius:0;aspect-ratio:16/10}
body:not(.home) .card h3{font-size:23px;line-height:1.3;font-weight:700;letter-spacing:-.7px;color:#111}
body:not(.home) .card p{font-size:20px;line-height:1.6;font-weight:300;color:#707070}
body:not(.home) .card-tag{font-size:14px;font-weight:500;letter-spacing:.1em;color:#0A6E63}
body:not(.home) .card .card-list li{font-size:16px;font-weight:300;color:#555}
body:not(.home) .card .card-list li::before{border-radius:0;background:#0A6E63}
body:not(.home) .cards{gap:30px}

body:not(.home) .split{gap:56px}
body:not(.home) .split-fig img{border-radius:0}
body:not(.home) .split-body h3{font-size:28px;line-height:1.25;font-weight:700;letter-spacing:-1px}
body:not(.home) .split-body .kv{border-top:2px solid #111}
body:not(.home) .split-body .kv dt{font-weight:500;color:#111}
body:not(.home) .split-body .kv div{font-size:17px}

body:not(.home) .stats{border-top:2px solid #111}
body:not(.home) .stats .v{font-size:40px;font-weight:700;color:#0A6E63;letter-spacing:-1.4px}
body:not(.home) .stats .k{font-size:16px;font-weight:300;color:#707070}

body:not(.home) .tbl-scroll{border-top:2px solid #111}
body:not(.home) table.tbl{font-size:17px}
body:not(.home) table.tbl th,body:not(.home) table.tbl td{padding:13px 16px;line-height:1.55}
body:not(.home) table.tbl thead th{background:#EFF4F3;color:#111;font-weight:500}
body:not(.home) table.tbl tbody th{font-weight:500;color:#111}
body:not(.home) table.tbl td{font-weight:300;color:#444}
body:not(.home) table.tbl caption{font-size:15px;color:#8A8A8A}

body:not(.home) .steps li{border-radius:0;border:1px solid #E2E2E2}
body:not(.home) .steps li::before{color:#0A6E63;font-weight:700}
body:not(.home) .steps h3{font-size:19px;font-weight:700;letter-spacing:-.5px}
body:not(.home) .steps p{font-size:16px;font-weight:300;color:#707070}

body:not(.home) .tl{border-top:2px solid #111}
body:not(.home) .tl .yr{font-size:32px;font-weight:700;color:#0A6E63;letter-spacing:-1.2px}
body:not(.home) .tl .ev li{font-size:17px;font-weight:300;color:#3a3a3a}
body:not(.home) .tl .ev li::before{background:#0A6E63}

body:not(.home) .board{border-top:2px solid #111}
body:not(.home) .board .cat{font-size:15px;font-weight:500;color:#0A6E63}
body:not(.home) .board .ti{font-size:19px;font-weight:400;letter-spacing:-.5px}
body:not(.home) .board .ti span{font-size:16px;font-weight:300;color:#707070}
body:not(.home) .board .dt{font-size:16px;font-weight:300;color:#9A9A9A}
body:not(.home) .board li:hover .ti{color:#0A6E63}

body:not(.home) .faq{border-top:2px solid #111}
body:not(.home) .faq summary{font-size:19px;font-weight:500;letter-spacing:-.5px}
body:not(.home) .faq summary::after{border-color:#0A6E63}
body:not(.home) .faq .a{font-size:20px;font-weight:300;line-height:1.7;color:#707070}

body:not(.home) .deflist{border-top:2px solid #111}
body:not(.home) .deflist dt{font-size:17px;font-weight:500;color:#111}
body:not(.home) .deflist dd{font-size:20px;font-weight:300;line-height:1.65;color:#444}

body:not(.home) .linkgrid{background:#E2E2E2}
body:not(.home) .linkgrid a:hover{background:#EFF4F3}
body:not(.home) .linkgrid b{font-size:19px;font-weight:700;letter-spacing:-.5px}
body:not(.home) .linkgrid span{font-size:17px;font-weight:300;color:#707070}

body:not(.home) .gal img{border-radius:0}
body:not(.home) .gal figcaption{font-size:16px;font-weight:300;color:#707070}

body:not(.home) .terms h2{font-size:23px;font-weight:700;letter-spacing:-.6px}
body:not(.home) .terms p,body:not(.home) .terms ol li{font-size:20px;font-weight:300;
  line-height:1.7;color:#444}

/* ★대우 서브의 «가운데 인용» 30/40 w400 — 좌측 막대가 아니라 가운데 정렬이다 */
body:not(.home) .quote{border-left:0;padding:0;max-width:none;text-align:center}
body:not(.home) .quote p{font-size:30px;line-height:1.33;font-weight:400;letter-spacing:-1px;color:#0A6E63}
body:not(.home) .quote cite{font-size:16px;font-weight:300;color:#707070}

/* ---------------------------------------------------------------- 버튼 : 라운드 0 */
body:not(.home) .btn{border-radius:0;height:51px;padding:0 30px;font-size:17px;font-weight:500}
body:not(.home) .btn-sm{height:44px;padding:0 22px;font-size:16px}
body:not(.home) .btn-primary{background:#0A6E63;border-color:#0A6E63;color:#fff}
body:not(.home) .btn-primary:hover{background:#063F39;border-color:#063F39}
body:not(.home) .btn-line{background:#fff;color:#111;border:1px solid #111}
body:not(.home) .btn-line:hover{background:#111;color:#fff}
body:not(.home) .btn-ghost{border:1px solid rgba(255,255,255,.75);color:#fff}
body:not(.home) .btn-ghost:hover{background:#fff;color:#111}

/* ---------------------------------------------------------------- 하단 색면 */
body:not(.home) .cta{background:#33736A}
body:not(.home) .cta-bg{opacity:.20}
body:not(.home) .cta-in{padding:96px 0}
body:not(.home) .cta h2{font-size:35px;line-height:1.15;font-weight:700;letter-spacing:-1.2px;color:#fff}
body:not(.home) .cta p{margin-top:18px;font-size:20px;line-height:1.55;font-weight:300;
  color:rgba(255,255,255,.92)}
body:not(.home) .cta .btn-primary{background:#fff;border-color:#fff;color:#063F39}
body:not(.home) .cta .btn-primary:hover{background:#063F39;border-color:#063F39;color:#fff}

/* ---------------------------------------------------------------- 푸터 */
body:not(.home) .ftr{background:#3F3F3F;color:#C8C8C8;padding:52px 0 40px;font-size:15px}
body:not(.home) .ftr .wrap{max-width:1140px}
body:not(.home) .ftr-logo b{color:#fff}
body:not(.home) .ftr-logo span{color:#A9A9A9}
body:not(.home) .ftr-logo p{font-size:14px;line-height:1.55;color:#B7B7B7}
body:not(.home) .ftr-nav h2{font-size:14px;color:#fff;font-weight:500}
body:not(.home) .ftr-nav a{font-size:14px;color:#C8C8C8;padding:2px 0}
body:not(.home) .ftr-nav a:hover{color:#fff}
body:not(.home) .ftr-legal a{font-size:14px}
body:not(.home) .ftr-info{font-size:13px;line-height:1.6;color:#A0A0A0}
body:not(.home) .sample-note{border-radius:0;font-size:13px;line-height:1.65;color:#D6D6D6;
  border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05)}
body:not(.home) .sample-note b{color:#fff}

/* ---------------------------------------------------------------- 반응형 */
@media (max-width:1400px){
  body:not(.home) .gnb>li>a{padding:0 15px;font-size:18px}
}
@media (max-width:1200px){
  body:not(.home){font-size:18px}
  body:not(.home) .lnb-in{padding:0 24px}
  body:not(.home) .hdr-in{padding:0 24px}
  body:not(.home) .gnb>li>a{padding:0 11px;font-size:16px}
  body:not(.home) .sec-h{font-size:31px}
  body:not(.home) .sec-sub,body:not(.home) .prose p,body:not(.home) .card p,
  body:not(.home) .deflist dd,body:not(.home) .terms p,body:not(.home) .faq .a{font-size:18px}
}
@media (max-width:1120px){
  body:not(.home){font-size:17px;--hd:74px}
  body:not(.home) .hdr{height:74px;background:rgba(0,0,0,.46)}
  body:not(.home) .hdr-in{height:74px}
  body:not(.home) .gnb-wrap,body:not(.home) .hdr-util .lang{display:none}
  body:not(.home) .hdr-util{margin-left:auto}
  body:not(.home) .burger{display:flex}
  body:not(.home) .mnav{position:absolute;left:0;top:74px;width:100%;background:#fff;z-index:1200;
    max-height:calc(100vh - 74px)}
  body:not(.home) .subhero{height:250px;min-height:250px;margin-bottom:60px}
  body:not(.home) .lnb{top:250px;height:60px}
  body:not(.home) .lnb-in,body:not(.home) .lnb .ttl,body:not(.home) .lnb a{height:60px}
  body:not(.home) .lnb-in{padding:0 24px}
  body:not(.home) .lnb a{font-size:15.5px;padding:0 11px}
  body:not(.home) .subhero h1{top:104px;font-size:32px}
  body:not(.home) .subhero-lead{top:150px;font-size:17px}
  body:not(.home) .sec{padding:64px 0}
  body:not(.home) .sec.alt,body:not(.home) .sec--soft{padding:64px 0}
  body:not(.home) .subhero + .sec{padding-top:64px}
  body:not(.home) .sec:last-of-type{padding-bottom:110px}
  body:not(.home) .sec-h{font-size:28px}
  body:not(.home) .cta-in{padding:64px 0}
  body:not(.home) .cta h2{font-size:27px}
}
@media (max-width:720px){
  body:not(.home){font-size:16px}
  body:not(.home) .subhero{height:220px;min-height:220px;margin-bottom:56px}
  body:not(.home) .lnb{top:220px;height:56px}
  body:not(.home) .lnb-in,body:not(.home) .lnb .ttl,body:not(.home) .lnb a{height:56px}
  body:not(.home) .lnb .ttl{padding-right:14px}
  body:not(.home) .lnb a{font-size:14.5px;padding:0 9px}
  body:not(.home) .subhero h1{top:94px;font-size:26px}
  body:not(.home) .subhero-lead{top:136px;font-size:15.5px;padding:0 22px;line-height:1.35}
  body:not(.home) .crumb{bottom:12px;font-size:11.5px;justify-content:center;left:18px;right:18px}
  body:not(.home) .sec-h{font-size:24px}
  body:not(.home) .sec-sub,body:not(.home) .prose p,body:not(.home) .card p,
  body:not(.home) .deflist dd,body:not(.home) .terms p,body:not(.home) .faq .a{font-size:16px}
  body:not(.home) .quote p{font-size:20px}
  body:not(.home) .cta h2{font-size:22px}
  body:not(.home) .btn{height:46px;padding:0 20px;font-size:15px}
  body:not(.home) .cards,body:not(.home) .cards-2,body:not(.home) .cards-3,
  body:not(.home) .cards-4,body:not(.home) .steps,body:not(.home) .steps--3,
  body:not(.home) .steps--4,body:not(.home) .steps--5,body:not(.home) .gal,
  body:not(.home) .linkgrid{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .split{grid-template-columns:minmax(0,1fr)}
  body:not(.home) .stats{grid-template-columns:minmax(0,1fr)}
}
@media (max-width:430px){
  body:not(.home) .hdr-in{padding:0 16px}
  body:not(.home) .subhero h1{font-size:23px;top:90px}
  body:not(.home) .subhero-lead{font-size:14.5px}
}
