:root{
  --navy:#1F3A5C; --navy-d:#132A44; --sage:#74A28E; --sage-d:#5E8C78;
  --ink:#22303F; --ink2:#5A6577; --gray:#9AA3AE; --line:#DCE0E4; --line2:#C3C9CF;
  --off:#FAFBFB; --warn:#A6412F;
  --sans:'Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','Noto Sans KR',sans-serif;
  --mark:'DM Sans','Segoe UI','Malgun Gothic',sans-serif;
  --pad:46px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:#fff;word-break:keep-all;line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* ===== 상단바 ===== */
.nav{display:flex;align-items:center;gap:16px;padding:16px var(--pad);background:#fff;border-bottom:1px solid var(--line);
  position:sticky;top:0;z-index:50}
.lg{font-family:var(--mark);font-weight:700;font-size:24px;letter-spacing:-.01em;color:var(--navy);line-height:1}
.lg span{color:var(--sage)}
.menu{display:flex;gap:20px;margin-left:auto}
.menu a{font-family:var(--mark);font-size:11px;letter-spacing:.13em;font-weight:500;color:var(--ink2);white-space:nowrap;padding-bottom:3px;border-bottom:2px solid transparent}
.menu a:hover{color:var(--navy)}
.menu a.on{color:var(--navy);font-weight:700;border-bottom-color:var(--sage)}
.cta{font-family:var(--mark);font-size:10.5px;letter-spacing:.12em;font-weight:600;padding:9px 20px;background:var(--navy);color:#fff;white-space:nowrap}
.cta:hover{background:#2A4B72}

/* ===== 섹션 ===== */
.top{padding:58px var(--pad) 52px;border-bottom:1px solid var(--line)}
.sec{padding:56px var(--pad) 60px}
.sec.alt{background:var(--off);border-top:1px solid var(--line)}
.sec.navy{background:var(--navy-d)}
.slab{font-family:var(--mark);font-size:10px;letter-spacing:.22em;font-weight:600;color:var(--sage-d)}
.sh{font-size:28px;font-weight:700;color:var(--navy);line-height:1.36;letter-spacing:-.7px;margin-top:12px;max-width:820px}
.top .sh{font-size:33px;max-width:860px}
.sp{font-size:14px;color:var(--ink2);line-height:1.9;margin-top:16px;max-width:720px}
.note{font-size:12px;color:var(--gray);margin-top:14px;line-height:1.7}
.more{font-family:var(--mark);font-size:11px;letter-spacing:.1em;font-weight:600;color:var(--navy);margin-top:26px;display:inline-block;border-bottom:1.5px solid var(--sage);padding-bottom:2px}

/* ===== 히어로 ===== */
.stage{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#fff}
.stage .bg{position:absolute;top:0;bottom:0;left:-2%;right:-30%;z-index:1;
  background-image:url('hero.jpg');background-size:cover;background-position:center 45%;
  filter:grayscale(.30) saturate(.84) contrast(1.12) brightness(1.03)}
.stage .veil{position:absolute;inset:0;z-index:2;
  background:linear-gradient(90deg,rgba(255,255,255,.985) 0%,rgba(255,255,255,.955) 26%,
    rgba(255,255,255,.82) 42%,rgba(255,255,255,.52) 58%,rgba(255,255,255,.22) 74%,rgba(255,255,255,.04) 100%)}
.copy{position:relative;z-index:5;padding:0 var(--pad) 8px;max-width:700px}
.kicker{font-family:var(--mark);font-size:10.5px;letter-spacing:.30em;font-weight:600;color:var(--sage-d);margin-bottom:20px;display:flex;align-items:center;gap:13px}
.kicker::before{content:'';width:38px;height:1.5px;background:var(--sage);display:block;flex:none}
.h1{font-size:44px;font-weight:700;line-height:1.24;letter-spacing:-1.1px;color:var(--navy)}
.h1 em{font-style:normal;color:var(--sage-d)}
.hsub{font-size:14.5px;line-height:1.9;margin-top:20px;color:var(--ink2);max-width:470px}
.btn{display:inline-block;font-family:var(--mark);font-size:11.5px;letter-spacing:.06em;font-weight:600;padding:13px 26px;background:var(--navy);color:#fff;margin-top:30px}
.btn:hover{background:#2A4B72}

/* ===== 밴드 ===== */
.band{height:170px;position:relative;overflow:hidden}
.band .bimg{position:absolute;inset:0;background-image:url('band.jpg');background-size:cover;background-position:center 62%;
  filter:grayscale(.55) saturate(.7) contrast(1.05) brightness(.62)}
.band .btint{position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,42,68,.86) 0%,rgba(19,42,68,.42) 60%,rgba(19,42,68,.20) 100%)}
.band .btxt{position:relative;z-index:3;padding:0 var(--pad);height:100%;display:flex;align-items:center}
.band .btxt div{font-size:19px;font-weight:500;color:#fff;line-height:1.55;max-width:620px;letter-spacing:-.2px}

/* ===== 3칸 비교 ===== */
.gap3{display:flex;margin-top:34px;border:1px solid var(--line)}
.gap3>div{flex:1;padding:24px 26px 26px;border-left:1px solid var(--line);background:#fff;min-height:230px}
.gap3>div:first-child{border-left:none}
.gap3 .gt{font-family:var(--mark);font-size:10.5px;letter-spacing:.14em;font-weight:600;color:var(--gray)}
.gap3 .gb{font-size:15px;font-weight:700;color:var(--navy);margin-top:11px;line-height:1.5}
.gap3 .gp{font-size:12.5px;color:var(--ink2);line-height:1.8;margin-top:11px}
.gap3 .own{background:var(--navy)}
.gap3 .own .gt{color:#8FBCA9}
.gap3 .own .gb{color:#fff}
.gap3 .own .gp{color:rgba(255,255,255,.78)}

/* ===== 카드 열 ===== */
.row{display:flex;margin-top:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.row>div{flex:1;padding:22px 20px 24px;border-left:1px solid var(--line);min-height:176px}
.row>div:first-child{border-left:none;padding-left:0}
.row .n{font-family:var(--mark);font-size:11px;color:var(--sage-d);font-weight:600;letter-spacing:.1em}
.row .t{font-size:14px;font-weight:700;color:var(--navy);margin-top:11px;line-height:1.5}
.row .d{font-size:12.5px;color:var(--ink2);line-height:1.8;margin-top:10px}

/* ===== 두 칸 이유 ===== */
.why2{display:flex;gap:20px;margin-top:32px}
.why2>div{flex:1;background:#fff;border:1px solid var(--line);border-top:2.5px solid var(--navy);padding:24px 26px}
.why2 .n{font-family:var(--mark);font-size:10.5px;letter-spacing:.14em;color:var(--sage-d);font-weight:600}
.why2 .t{font-size:16px;font-weight:700;color:var(--navy);margin-top:11px;line-height:1.5}
.why2 .p{font-size:13px;color:var(--ink2);line-height:1.85;margin-top:12px}
.partner{margin-top:20px;background:#fff;border:1px solid var(--line);border-left:3.5px solid var(--sage);padding:18px 24px 19px}
.partner .pk{font-family:var(--mark);font-size:10px;letter-spacing:.16em;font-weight:600;color:var(--sage-d)}
.partner .pt{font-size:14.5px;color:var(--navy);line-height:1.75;margin-top:9px;font-weight:500;max-width:900px}

/* ===== 가용성 ===== */
.rec{display:flex;margin-top:32px;border:1px solid var(--line);background:#fff}
.rec>div{flex:1;padding:22px 26px 24px;border-left:1px solid var(--line)}
.rec>div:first-child{border-left:none}
.rec .rh{font-family:var(--mark);font-size:11.5px;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;gap:9px}
.rec .rh::before{content:'';width:9px;height:9px;display:block;border-radius:50%}
.rec .yes .rh{color:var(--sage-d)} .rec .yes .rh::before{background:var(--sage)}
.rec .no .rh{color:var(--warn)} .rec .no .rh::before{background:var(--warn)}
.rec ul{list-style:none;margin-top:14px}
.rec li{font-size:12.5px;color:var(--ink2);padding:8px 0;line-height:1.65;border-bottom:1px solid #F1F3F4}
.rec li:last-child{border-bottom:none}

/* ===== 절차 ===== */
.steps{display:flex;gap:18px;margin-top:32px}
.steps>div{flex:1;background:#fff;border:1px solid var(--line);padding:22px 24px 24px}
.steps .sn{font-family:var(--mark);font-size:26px;font-weight:700;color:#E4E9ED;line-height:1}
.steps .st{font-size:14.5px;font-weight:700;color:var(--navy);margin-top:8px;line-height:1.5}
.steps .sd{font-size:12.5px;color:var(--ink2);line-height:1.8;margin-top:10px}

/* ===== 레벨 표 ===== */
.tablewrap{overflow-x:auto;margin-top:28px}
table.lv{width:100%;border-collapse:collapse;background:#fff;min-width:640px}
table.lv th,table.lv td{border:1px solid var(--line);padding:12px 15px;font-size:12.5px;text-align:left;vertical-align:top}
table.lv th{background:var(--navy);color:#fff;font-family:var(--mark);font-weight:500;letter-spacing:.08em;font-size:10.5px}
table.lv td.lvn{font-weight:700;color:var(--navy);white-space:nowrap;width:96px}
table.lv td.tat{white-space:nowrap;font-family:var(--mark);color:var(--navy);font-weight:500}
.traceline{margin-top:26px;background:#fff;border:1px solid var(--line);border-left:3.5px solid var(--sage);padding:17px 22px;font-size:13px;color:var(--ink2);line-height:1.85}
.traceline b{color:var(--navy)}

/* ===== 사례 카드 ===== */
.cards{display:flex;gap:18px;margin-top:30px;flex-wrap:wrap}
.cards>div{flex:1;min-width:280px;background:#fff;border:1px solid var(--line);border-top:2.5px solid var(--navy);padding:22px 24px;display:flex;flex-direction:column}
.cards .ct{font-family:var(--mark);font-size:10.5px;letter-spacing:.12em;color:var(--gray);font-weight:600}
.cards .ch{font-size:14.5px;font-weight:700;color:var(--navy);margin-top:11px;line-height:1.5}
.cards .cp{font-size:12.5px;color:var(--ink2);line-height:1.8;margin-top:11px}
.cards .co{margin-top:auto;font-size:12.5px;color:var(--sage-d);font-weight:700;padding-top:14px;border-top:1px solid var(--line);line-height:1.65}

/* ===== 후기 ===== */
.quotes{display:flex;gap:18px;margin-top:30px;flex-wrap:wrap}
.quotes>div{flex:1;min-width:300px;background:#fff;border:1px solid var(--line);border-left:3px solid var(--sage);padding:24px 26px 22px}
.quotes .qk{font-family:var(--mark);font-size:10px;letter-spacing:.14em;color:var(--gray);font-weight:600}
.quotes .qh{font-size:15.5px;font-weight:700;color:var(--navy);margin-top:10px;line-height:1.55}
.quotes .qp{font-size:12.5px;color:var(--ink2);line-height:1.9;margin-top:13px}
.quotes .who{font-size:12px;color:var(--sage-d);margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-weight:700}

/* ===== 전환 ===== */
.conv{display:flex;align-items:center;gap:34px;flex-wrap:wrap}
.conv .l{flex:1;min-width:320px}
.conv .ch2{font-size:24px;font-weight:700;color:#fff;line-height:1.5;letter-spacing:-.4px}
.conv .cp2{font-size:13px;color:rgba(255,255,255,.7);line-height:1.85;margin-top:13px;max-width:540px}
.conv .r{display:flex;flex-direction:column;gap:10px;flex:none;min-width:200px}
.cb{font-family:var(--mark);font-size:11.5px;letter-spacing:.06em;font-weight:600;padding:14px 26px;text-align:center;white-space:nowrap}
.cb1{background:var(--sage);color:var(--navy-d)}
.cb1:hover{background:#88B69F}
.cb2{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}

/* ===== 회사 정보 ===== */
.facts{display:flex;margin-top:28px;border:1px solid var(--line);background:#fff;flex-wrap:wrap}
.facts>div{flex:1;min-width:220px;padding:20px 24px 22px;border-left:1px solid var(--line)}
.facts>div:first-child{border-left:none}
.facts .fk{font-family:var(--mark);font-size:9.5px;letter-spacing:.16em;color:var(--sage-d);font-weight:600}
.facts .fv{font-size:12.5px;color:var(--ink2);line-height:1.95;margin-top:9px}
.bio{max-width:760px}
.bio p{font-size:14px;color:var(--ink2);line-height:1.95;margin-top:16px}
.bio p:first-child{margin-top:0}
.writing{display:flex;flex-wrap:wrap;gap:0 34px;margin-top:28px;border-top:1px solid var(--line)}
.writing>div{width:calc(50% - 17px);padding:17px 0 18px;border-bottom:1px solid var(--line)}
.writing .wt{font-size:13.5px;font-weight:700;color:var(--navy);line-height:1.6}
.writing .wd{font-size:12px;color:var(--ink2);line-height:1.75;margin-top:7px}

/* ===== 폼 ===== */
.form{display:flex;gap:34px;margin-top:30px;flex-wrap:wrap}
.form .fl{flex:1.15;min-width:320px}
.form .fr{flex:1;min-width:280px}
.fg{margin-bottom:16px}
.fg label{display:block;font-family:var(--mark);font-size:9.5px;letter-spacing:.14em;color:var(--gray);font-weight:600;margin-bottom:6px}
.fg input,.fg select,.fg textarea{width:100%;background:#fff;border:1px solid var(--line);padding:10px 13px;
  font-family:var(--sans);font-size:13.5px;color:var(--ink);outline:none}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--sage)}
.fg textarea{min-height:110px;resize:vertical}
.fg2{display:flex;gap:14px;flex-wrap:wrap}
.fg2>div{flex:1;min-width:180px}
button.sb{font-family:var(--mark);font-size:11.5px;letter-spacing:.06em;font-weight:600;padding:13px 30px;background:var(--navy);color:#fff;border:none;cursor:pointer;margin-top:6px}
button.sb:hover{background:#2A4B72}
.info{background:var(--off);border:1px solid var(--line);padding:22px 24px}
.info .ik{font-family:var(--mark);font-size:9.5px;letter-spacing:.14em;color:var(--sage-d);font-weight:600;margin-top:18px}
.info .ik:first-child{margin-top:0}
.info .iv{font-size:12.5px;color:var(--ink2);line-height:1.9;margin-top:6px}
.info .iv a{color:var(--navy);border-bottom:1px solid var(--line2)}

/* ===== 푸터 ===== */
.foot{background:var(--navy-d);padding:30px var(--pad) 24px}
.fgrid{display:flex;gap:26px;flex-wrap:wrap}
.fgrid>div{flex:1;min-width:200px}
.fgrid .fk{font-family:var(--mark);font-size:9px;letter-spacing:.16em;color:#8FBCA9;font-weight:600}
.fgrid .fv{font-size:11.5px;color:rgba(255,255,255,.72);line-height:1.9;margin-top:8px}
.fgrid .fv a{color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.3)}
.fend{margin-top:24px;padding-top:15px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  font-family:var(--mark);font-size:10px;color:rgba(255,255,255,.42);letter-spacing:.04em}

/* ===== 반응형 ===== */
@media (max-width:1000px){
  :root{--pad:28px}
  .gap3,.row,.rec,.fill,.steps,.why2{flex-wrap:wrap}
  .gap3>div,.row>div,.rec>div{flex:1 1 100%;border-left:none;border-top:1px solid var(--line);min-height:0}
  .gap3>div:first-child,.row>div:first-child,.rec>div:first-child{border-top:none}
  .row>div{padding-left:0}
  .why2>div,.steps>div{flex:1 1 100%}
  .writing>div{width:100%}
}
@media (max-width:720px){
  :root{--pad:20px}
  .nav{flex-wrap:wrap;gap:12px;position:static}
  .menu{width:100%;order:3;margin-left:0;gap:14px;flex-wrap:wrap}
  .cta{margin-left:auto}
  .h1{font-size:31px}
  .top .sh{font-size:25px}
  .sh{font-size:22px}
  .stage{min-height:420px}
  .stage .bg{left:0;right:-40%}
  .stage .veil{background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 55%,rgba(255,255,255,.75) 100%)}
  .band{height:130px}
  .band .btxt div{font-size:15px}
  .conv .r{width:100%}
}

/* ===== 서비스 상세 블록 ===== */
.svcblk{border-top:1px solid var(--line);padding:28px 0 30px;display:flex;gap:34px;flex-wrap:wrap}
.svcblk:last-of-type{border-bottom:1px solid var(--line)}
.svcblk .l{flex:1.1;min-width:300px}
.svcblk .r{flex:1;min-width:280px}
.svcblk .n{font-family:var(--mark);font-size:11px;color:var(--sage-d);font-weight:600;letter-spacing:.1em}
.svcblk .t{font-size:18px;font-weight:700;color:var(--navy);margin-top:9px;line-height:1.5}
.svcblk .d{font-size:13.5px;color:var(--ink2);line-height:1.9;margin-top:12px}
.scope{background:var(--off);border:1px solid var(--line);padding:18px 22px}
.scope .sk{font-family:var(--mark);font-size:9.5px;letter-spacing:.14em;color:var(--sage-d);font-weight:600}
.scope ul{list-style:none;margin-top:11px}
.scope li{font-size:12.5px;color:var(--ink2);padding:7px 0 7px 14px;position:relative;line-height:1.65;border-bottom:1px solid #EEF0F2}
.scope li:last-child{border-bottom:none}
.scope li::before{content:'';position:absolute;left:0;top:15px;width:6px;height:1.5px;background:var(--sage)}

/* 홈 서비스 요약 안 미니 목록 */
.row .sc{list-style:none;margin-top:12px;border-top:1px solid var(--line);padding-top:11px}
.row .sc li{font-size:11.5px;color:var(--ink2);padding:3px 0;line-height:1.6}
.row .sc li::before{content:'· ';color:var(--sage);font-weight:700}

/* 보고서 구성 */
.toc{display:flex;flex-wrap:wrap;gap:0 30px;margin-top:26px;border-top:1px solid var(--line)}
.toc>div{width:calc(50% - 15px);padding:15px 0;border-bottom:1px solid var(--line);display:flex;gap:12px}
.toc .tn{font-family:var(--mark);font-size:11px;color:var(--sage-d);font-weight:600;flex:none;width:24px;padding-top:2px}
.toc .tt{font-size:13px;color:var(--navy);font-weight:700;line-height:1.5}
.toc .td{font-size:12px;color:var(--ink2);line-height:1.7;margin-top:4px}
@media (max-width:1000px){ .toc>div{width:100%} }

/* ===== 하위 페이지 사진 히어로 ===== */
.tophero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:#fff}
.tophero .bg{position:absolute;top:0;bottom:0;left:-2%;right:-26%;z-index:1;
  background-size:cover;background-position:center 58%;
  filter:grayscale(.32) saturate(.82) contrast(1.10) brightness(1.02)}
.tophero .veil{position:absolute;inset:0;z-index:2;
  background:linear-gradient(90deg,rgba(255,255,255,.985) 0%,rgba(255,255,255,.955) 28%,
    rgba(255,255,255,.80) 44%,rgba(255,255,255,.38) 62%,rgba(255,255,255,.12) 80%,rgba(255,255,255,.03) 100%)}
.tophero .inner{position:relative;z-index:5;padding:64px var(--pad) 60px;min-height:340px}
@media (max-width:720px){
  .tophero .bg{left:0;right:-40%}
  .tophero .veil{background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 60%,rgba(255,255,255,.78) 100%)}
  .tophero .inner{padding:40px var(--pad) 42px;min-height:0}
}

/* ===== 세로 사진 패널형 히어로 ===== */
.tophero.side{display:flex;align-items:stretch;padding:0}
.tophero.side .inner{flex:1;padding:64px var(--pad) 60px;min-height:400px;position:static}
.tophero.side .pic{width:36%;flex:none;background-size:cover;background-position:center 42%;
  filter:grayscale(.30) saturate(.84) contrast(1.08) brightness(1.0);position:relative}
.tophero.side .pic::after{content:'';position:absolute;inset:0;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.35) 14%,rgba(255,255,255,0) 34%)}
@media (max-width:860px){
  .tophero.side{flex-direction:column-reverse}
  .tophero.side .pic{width:100%;height:200px;background-position:center 38%}
  .tophero.side .pic::after{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 26%)}
  .tophero.side .inner{min-height:0;padding:36px var(--pad) 40px}
}
.tophero.side .hr{border-top:1px solid var(--line);margin:44px 0 40px}
.tophero.side .bio{max-width:none}
