:root{--navy:#0b2f6b;--dark:#071d43;--gold:#c8a15b;--soft:#eef3f9;--text:#1c2634;--muted:#6a7482;--line:#dde4ee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Noto Sans KR",sans-serif;color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #eee}.header-inner{min-height:82px;display:flex;align-items:center;gap:24px;justify-content:space-between}.brand img{height:42px}.nav{display:flex;gap:20px;font-weight:700;font-size:14px}.call-btn{background:var(--navy);color:white;padding:11px 17px;border-radius:99px;font-weight:800}.hero{position:relative;min-height:790px;display:flex;align-items:center;overflow:hidden}.hero-bg,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-bg{object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(5,24,56,.82),rgba(5,24,56,.45),rgba(5,24,56,.08))}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.4fr 380px;gap:42px;align-items:center}.hero-copy{color:white;max-width:720px}.hero-copy small,.section-head small{color:var(--gold);font-weight:900;letter-spacing:.08em}.hero-copy h1{font-size:64px;line-height:1.12;margin:12px 0 18px;font-weight:300}.hero-copy h1 b{font-weight:900}.hero-copy p{font-size:17px;color:rgba(255,255,255,.88)}.hero-points{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.hero-points span{border:1px solid rgba(255,255,255,.3);padding:9px 13px;border-radius:99px;background:rgba(255,255,255,.08)}.hero-actions{display:flex;gap:10px}.primary-btn,.secondary-btn{padding:13px 20px;border-radius:99px;font-weight:800}.primary-btn{background:white;color:var(--navy)}.secondary-btn{border:1px solid rgba(255,255,255,.4);color:white}.hero-form{background:rgba(255,255,255,.96);padding:28px;border-radius:26px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.hero-form em{font-style:normal;color:var(--navy);font-weight:900}.hero-form h3{font-size:28px;margin:8px 0}.hero-form p{color:var(--muted)}.hero-form form{display:grid;gap:12px}.hero-form input[type=text],.hero-form input[type=tel]{height:50px;border:1px solid var(--line);border-radius:12px;padding:0 14px}.hero-form label{font-size:13px;color:#555}.hero-form button{height:52px;border:0;border-radius:13px;background:var(--navy);color:#fff;font-weight:900}.project-intro,.section{padding:100px 0}.section-head h2{font-size:46px;line-height:1.2;color:var(--dark);margin:8px 0 10px}.section-head p{color:var(--muted);font-size:16px}.compact-head{max-width:820px}.project-visual{margin:34px 0 26px;border-radius:26px;overflow:hidden;box-shadow:0 15px 38px rgba(0,0,0,.09)}.project-visual img{width:100%}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-grid article{background:#f6f8fb;border:1px solid var(--line);border-radius:22px;padding:26px}.project-grid b{font-size:28px;color:var(--gold)}.project-grid h3{color:var(--dark);font-size:20px}.project-grid p{color:#596577;font-size:14px}.soft-bg{background:var(--soft)}.dark-bg{background:linear-gradient(#0b2049,#102b61)}.section-head.light h2{color:#fff}.section-head.light p{color:rgba(255,255,255,.72)}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.tabs button{border:0;padding:11px 15px;border-radius:13px;background:#dfe7f4;color:#284474;font-weight:900;cursor:pointer}.tabs button.on{background:var(--navy);color:#fff}.dark-bg .tabs button{background:rgba(255,255,255,.12);color:white}.dark-bg .tabs button.on{background:white;color:var(--navy)}.viewer{background:white;border-radius:24px;padding:15px;box-shadow:0 12px 32px rgba(0,0,0,.06)}.viewer img{width:100%;border-radius:16px}.dark-card{background:rgba(255,255,255,.06);box-shadow:none}.site-footer{background:#081630;padding:44px 0 100px;text-align:center;color:rgba(255,255,255,.78)}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:10px}.footer-inner img{height:46px;filter:brightness(0) invert(1)}.footer-inner p{margin:0;font-size:14px}.mobile-call{display:none;position:fixed;left:12px;right:12px;bottom:12px;background:var(--navy);color:#fff;padding:15px;border-radius:16px;text-align:center;font-weight:800;z-index:60}@media(max-width:1000px){.hero-content{grid-template-columns:1fr}.hero-form{max-width:430px}.project-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}.hero-copy h1{font-size:48px}}@media(max-width:600px){.header-inner{min-height:70px}.brand img{height:32px}.hero{min-height:auto}.hero-content{padding:95px 0 50px}.hero-copy h1{font-size:38px}.project-intro,.section{padding:72px 0}.project-grid{grid-template-columns:1fr}.section-head h2{font-size:32px}.viewer{padding:9px}.mobile-call{display:block}}
