
:root{
  --navy:#081b33;
  --navy2:#0e2a4d;
  --blue:#0a58ca;
  --blue2:#06459f;
  --steel:#5f6f86;
  --line:#d9e2ee;
  --bg:#f3f6fa;
  --text:#162234;
  --muted:#65748a;
  --white:#fff;
  --shadow:0 16px 48px rgba(13,36,67,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Pretendard","Noto Sans KR","Malgun Gothic",Arial,sans-serif;color:var(--text);line-height:1.72;background:#fff;word-break:keep-all;letter-spacing:-.02em}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip{position:absolute;left:-999px;top:0;background:#000;color:#fff;padding:10px;z-index:9999}.skip:focus{left:10px}
.top-strip{background:#071426;color:#b8c7dc;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08)}
.top-strip-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px;letter-spacing:.04em;text-transform:uppercase}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:300px}
.brand img{width:54px;height:54px;object-fit:contain;border:1px solid #e6edf6;border-radius:12px;background:#fff;padding:3px}
.brand strong{display:block;font-size:21px;line-height:1.1;color:#0a2241;letter-spacing:-.04em}.brand small{display:block;font-size:11px;color:#738197;letter-spacing:.02em;text-transform:uppercase;margin-top:3px}
.gnb{display:flex;align-items:center;gap:2px;margin-left:auto}.gnb a{padding:10px 13px;border-radius:8px;font-size:15px;font-weight:700;color:#2e3d52}.gnb a:hover,.gnb a.active{background:#edf3fb;color:var(--blue2)}
.header-cta{background:var(--navy);color:#fff;border-radius:8px;padding:10px 16px;font-weight:800;font-size:14px}.header-cta:hover{background:var(--blue2)}
.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;border-radius:8px;width:42px;height:42px;font-size:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:13px 20px;font-weight:850;border:1px solid transparent;line-height:1.2;cursor:pointer;font-family:inherit}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(10,88,202,.22)}.btn-primary:hover{background:var(--blue2)}
.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:#12365e}.btn-white{background:#fff;color:var(--navy)}.btn-outline-light{border-color:rgba(255,255,255,.5);color:#fff}.btn-outline-light:hover{background:#fff;color:var(--navy)}.btn.full{width:100%}
.kicker-light,.eyebrow,.section-head span{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.kicker-light{color:#b8d3ff}
h1,h2,h3{line-height:1.24;letter-spacing:-.055em}p{margin:0 0 16px;color:var(--muted)}
.hero-corporate{position:relative;background:linear-gradient(135deg,rgba(8,27,51,.96),rgba(13,42,77,.94)),url('../images/hero-storefront.jpg') center/cover no-repeat;color:#fff;overflow:hidden}.hero-corporate:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,24,.55),rgba(4,12,24,.1)),radial-gradient(circle at 88% 18%,rgba(24,107,220,.35),transparent 28%)}
.hero-grid{position:relative;z-index:1;min-height:660px;display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center;padding:72px 0}.hero-copy h1{font-size:clamp(38px,5vw,66px);margin:0 0 22px}.hero-copy p{font-size:18px;color:#d7e5f8;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 36px}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0}.hero-facts div{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:14px;padding:16px}.hero-facts dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#9bb3d1}.hero-facts dd{margin:6px 0 0;font-size:18px;font-weight:850;color:#fff;line-height:1.3}.hero-visual{position:relative}.hero-visual>img{height:500px;width:100%;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.25);box-shadow:0 34px 90px rgba(0,0,0,.38);filter:saturate(.78) contrast(1.05)}.hero-logo-card{position:absolute;left:-24px;bottom:28px;background:#fff;border-radius:18px;padding:15px;box-shadow:var(--shadow);width:180px}.hero-logo-card img{width:100%;height:auto}
.section{padding:92px 0}.section-gray{background:var(--bg);border-top:1px solid #e2e9f3;border-bottom:1px solid #e2e9f3}.section-dark{background:var(--navy);color:#fff}.section-head{display:grid;grid-template-columns:1fr .74fr;gap:44px;align-items:end;margin-bottom:38px}.section-head h2{font-size:clamp(30px,3vw,44px);margin:0}.section-head p{margin:0}.section-head.narrow{display:block;max-width:760px}.section-head.light span{color:#9bc3ff}.section-head.light p{color:#b8c8dc}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.capability-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(13,36,67,.06)}.capability-grid b{display:block;color:var(--blue);font-size:14px;margin-bottom:14px}.capability-grid h3{font-size:22px;margin:0 0 12px}.capability-grid p{margin:0;color:var(--muted)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.two-col.align-start{align-items:start}.two-col h2{font-size:clamp(30px,3vw,42px);margin:0 0 18px}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}.image-stack img{height:420px;width:100%;object-fit:cover;border-radius:18px;box-shadow:var(--shadow);filter:saturate(.82)}.image-stack img:nth-child(2){margin-top:50px;height:360px}.image-frame{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#fff;border:1px solid var(--line)}.image-frame img{width:100%;height:100%;max-height:520px;object-fit:cover;filter:saturate(.85)}
.check-list{list-style:none;margin:22px 0 28px;padding:0;display:grid;gap:11px}.check-list li{position:relative;padding-left:28px;color:#3d4a5c}.check-list li:before{content:"";position:absolute;left:0;top:.72em;width:10px;height:10px;border-radius:2px;background:var(--blue)}.check-list.strong li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px 16px 15px 40px}.check-list.strong li:before{left:18px;top:24px}.check-list.two{grid-template-columns:repeat(2,1fr)}
.product-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-cards article{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(13,36,67,.08)}.product-cards img{height:210px;width:100%;object-fit:cover;filter:saturate(.86)}.product-cards div{padding:22px}.product-cards h3{font-size:21px;margin:0 0 8px}.product-cards p{font-size:14px;margin:0}.workflow-section{position:relative;overflow:hidden;background:radial-gradient(circle at 16% 24%,rgba(10,88,202,.24),transparent 28%),linear-gradient(135deg,#071b33,#061526 72%)}.workflow-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;opacity:.23}.workflow-section .container{position:relative;z-index:1}.process-wrap{display:grid;grid-template-columns:.82fr 1fr;gap:54px;align-items:center}.process-wrap-enhanced{min-height:560px}.workflow-intro{display:grid;gap:22px}.workflow-head{display:block;margin-bottom:0}.workflow-head h2{font-size:clamp(42px,5vw,64px);margin-bottom:14px}.workflow-head p{max-width:520px;color:#c3d2e5;font-size:17px}.workflow-photo-card{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);box-shadow:0 24px 70px rgba(0,0,0,.28)}.workflow-photo-card img{height:260px;width:100%;object-fit:cover;filter:saturate(.82) contrast(1.05) brightness(.82)}.workflow-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(3,12,25,.86))}.workflow-photo-caption{position:absolute;left:22px;right:22px;bottom:20px;z-index:1}.workflow-photo-caption strong{display:block;color:#fff;font-size:22px;letter-spacing:-.04em}.workflow-photo-caption span{display:block;color:#c8d8eb;font-weight:700}.workflow-checks{display:flex;flex-wrap:wrap;gap:10px}.workflow-checks span{border:1px solid rgba(155,195,255,.34);background:rgba(155,195,255,.08);color:#d8e8ff;border-radius:999px;padding:8px 13px;font-size:14px;font-weight:850}.workflow-right{display:grid;gap:18px}.workflow-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.workflow-summary article{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);border-radius:16px;padding:18px}.workflow-summary b{display:block;color:#9bc3ff;font-size:13px;margin-bottom:10px}.workflow-summary strong{display:block;color:#fff;font-size:18px;margin-bottom:5px}.workflow-summary span{display:block;color:#b9cbe2;font-size:13px;line-height:1.45}.process-list{list-style:none;margin:0;padding:0;display:grid;gap:16px;counter-reset:item}.process-list li{counter-increment:item;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:24px 24px 24px 78px;position:relative;box-shadow:0 14px 36px rgba(0,0,0,.18)}.process-list li:before{content:counter(item,decimal-leading-zero);position:absolute;left:24px;top:27px;color:#9bc3ff;font-weight:900}.process-list strong{display:block;color:#fff;font-size:22px;margin-bottom:4px}.process-list span{color:#c3d2e5}.gallery-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-strip img{height:260px;width:100%;object-fit:cover;border-radius:18px;box-shadow:var(--shadow);filter:saturate(.86)}
.cta-section{padding:80px 0;background:linear-gradient(135deg,#09213f,#0c3b70);color:#fff}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-box h2{font-size:36px;max-width:720px;margin:0 0 8px}.cta-box p{color:#c8d8eb;margin:0;max-width:760px}
.page-hero{background:linear-gradient(135deg,#071b33,#123a66);color:#fff;padding:92px 0 72px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-80px;top:-100px;width:420px;height:420px;border-radius:50%;background:rgba(10,88,202,.28)}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(40px,5vw,62px);margin:0 0 16px}.page-hero p{max-width:820px;color:#d8e5f5;font-size:18px}
.profile-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:28px}.profile-card img{width:170px;margin-bottom:20px}.profile-card table,.location-card table{width:100%;border-collapse:collapse}.profile-card th,.profile-card td,.location-card th,.location-card td{border-top:1px solid #e5ecf5;padding:13px 0;text-align:left;vertical-align:top}.profile-card th,.location-card th{width:150px;color:var(--blue2);font-size:14px}.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.four-grid article{background:#fff;border:1px solid var(--line);padding:24px;border-radius:16px}.four-grid h3{margin:0 0 10px;font-size:22px}.four-grid p{margin:0;font-size:14px}.timeline{display:grid;gap:14px;position:relative}.timeline div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 26px}.timeline b{display:block;color:var(--blue);font-size:22px;margin-bottom:5px}.timeline p{margin:0}.history-gallery,.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.history-gallery figure,.gallery-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(13,36,67,.08)}.history-gallery img,.gallery-grid img{height:260px;width:100%;object-fit:cover;filter:saturate(.85)}.history-gallery figcaption,.gallery-grid figcaption{padding:12px 14px;font-size:14px;font-weight:800;color:#3b4a60}.gallery-grid.compact{grid-template-columns:repeat(3,1fr)}
.product-detail-list{display:grid;gap:34px}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 28px rgba(13,36,67,.07)}.product-detail.reverse{grid-template-columns:1.05fr .95fr}.product-detail.reverse img{order:2}.product-detail img{height:390px;width:100%;object-fit:cover;border-radius:16px;filter:saturate(.86)}.product-detail h2{font-size:36px;margin:0 0 14px}.product-detail ul{margin:0;padding-left:18px;color:#4d5d72}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.business-grid article{border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff;box-shadow:0 8px 24px rgba(13,36,67,.06)}.business-grid span{display:block;color:var(--blue);font-weight:900;margin-bottom:16px}.business-grid h2{font-size:26px;margin:0 0 10px}.business-grid p{margin:0}.check-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}.contact-info{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:18px;margin:20px 0}.contact-info p{display:grid;grid-template-columns:110px 1fr;margin:0;padding:8px 0;border-bottom:1px solid #e3ebf5}.contact-info p:last-child{border-bottom:0}.contact-info strong{color:var(--blue2)}.inquiry-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.inquiry-form label{display:block;font-weight:850;margin-bottom:14px;color:#26364d}.inquiry-form input,.inquiry-form textarea,.inquiry-form select{display:block;width:100%;margin-top:7px;padding:14px 13px;border:1px solid #cdd8e6;border-radius:10px;font:inherit;background:#fff}.inquiry-form textarea{min-height:150px;resize:vertical}.form-note{font-size:13px;margin:12px 0 0;color:#7c8899}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 22px}.faq-list summary{cursor:pointer;font-weight:900;font-size:18px}.faq-list p{margin:12px 0 0}.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:stretch}.location-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.location-card h2{font-size:32px;margin:0 0 20px}.map-box{background:#dfe7f2;border-radius:22px;overflow:hidden;min-height:520px;border:1px solid var(--line);box-shadow:var(--shadow)}.map-box iframe{width:100%;height:100%;border:0;display:block;min-height:520px}
.footer{background:#071426;color:#a9b8ca;padding:46px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .95fr .7fr;gap:34px}.footer-brand{display:flex;gap:18px}.footer-brand img{width:86px;height:86px;object-fit:contain;background:#fff;border-radius:16px;padding:6px}.footer h3,.footer h4{color:#fff;margin:0 0 10px}.footer p{color:#a9b8ca;margin:0 0 8px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.footer a:hover{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:20px;font-size:13px;color:#7f90a5}.floating-buttons{position:fixed;right:18px;bottom:18px;z-index:1001;display:flex;flex-direction:column;gap:8px}.floating-buttons a{background:var(--blue);color:#fff;padding:12px 16px;border-radius:8px;font-weight:850;box-shadow:0 12px 30px rgba(10,88,202,.25)}.floating-buttons a:last-child{background:var(--navy)}
@media(max-width:1060px){.nav-wrap{height:74px}.brand{min-width:auto}.gnb{position:absolute;left:0;right:0;top:74px;background:#fff;border-bottom:1px solid var(--line);display:none;flex-direction:column;align-items:stretch;padding:12px 20px}.gnb.open{display:flex}.header-cta{margin-left:auto}.menu-toggle{display:block}.hero-grid,.two-col,.process-wrap,.contact-grid,.location-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:64px 0}.capability-grid,.product-cards,.four-grid,.business-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head p{margin-top:12px}.hero-visual>img{height:420px}.footer-grid{grid-template-columns:1fr 1fr}.product-detail,.product-detail.reverse{grid-template-columns:1fr}.product-detail.reverse img{order:0}.check-list.two{grid-template-columns:1fr}}
@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.top-strip-inner{height:auto;display:block;padding:8px 0}.brand strong{font-size:18px}.brand small{display:none}.brand img{width:46px;height:46px}.header-cta{display:none}.hero-copy h1{font-size:38px}.hero-facts,.capability-grid,.product-cards,.four-grid,.business-grid,.gallery-strip,.history-gallery,.gallery-grid,.gallery-grid.compact,.footer-grid{grid-template-columns:1fr}.section{padding:62px 0}.product-detail img,.hero-visual>img{height:300px}.image-stack{grid-template-columns:1fr}.image-stack img,.image-stack img:nth-child(2){height:260px;margin-top:0}.cta-box{display:block}.cta-box .btn{margin-top:20px}.floating-buttons{left:14px;right:14px;bottom:14px;flex-direction:row}.floating-buttons a{flex:1;text-align:center}.footer-brand{display:block}.footer-brand img{margin-bottom:14px}.map-box,.map-box iframe{min-height:380px}}
