:root{--green:#123d34;--green2:#0b5646;--lime:#8ac637;--cream:#f6f2ea;--text:#1f2d29;--muted:#6b7773;--line:#e3e7e4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;font-family:"Noto Sans KR","Apple SD Gothic Neo",sans-serif;color:var(--text);background:#fff;line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.head-in{min-height:86px;display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center;margin-right:auto}.logo img{width:205px;height:58px;object-fit:contain;object-position:left center}.head-in nav{display:flex;gap:20px;font-size:14px;font-weight:700;color:#38534c}.head-in nav a:hover{color:var(--lime)}.phone{background:var(--green);color:#fff;padding:12px 18px;border-radius:999px;font-size:16px;font-weight:800}.hero{min-height:800px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,40,33,.82),rgba(9,40,33,.52) 40%,rgba(9,40,33,.08) 76%)}.hero-in{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:48px;align-items:center;padding:95px 0}.hero-copy{max-width:680px;color:#fff}.eyebrow,.section-title small{display:inline-block;color:var(--lime);font-weight:900;font-size:13px;letter-spacing:.12em;margin-bottom:14px}.hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.1;font-weight:300;margin:0 0 22px}.hero-copy h1 strong{font-weight:850}.hero-copy>p{max-width:620px;font-size:17px;color:rgba(255,255,255,.86);margin:0 0 24px}.chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.chips span{padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.09);font-size:13px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{padding:14px 20px;border-radius:999px;font-weight:800}.btn.white{background:#fff;color:var(--green)}.btn.line{border:1px solid rgba(255,255,255,.45);color:#fff}.form-box{background:rgba(255,255,255,.97);border-radius:28px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.18)}.form-box small{color:var(--lime);font-weight:900}.form-box h3{font-size:27px;margin:5px 0 5px;color:var(--green)}.form-box p{font-size:14px;color:var(--muted);margin:0 0 16px}.form-box form{display:grid;gap:11px}.form-box input:not([type=checkbox]){height:52px;border:1px solid var(--line);border-radius:13px;padding:0 14px;font-size:15px}.form-box label{font-size:13px;color:#56635f;display:flex;gap:7px;align-items:flex-start}.form-box button{height:54px;border:0;border-radius:14px;background:var(--green);color:#fff;font-size:16px;font-weight:800;cursor:pointer}.section{padding:105px 0}.soft{background:#f6f8f5}.section-title{max-width:770px;margin-bottom:30px}.section-title h2{font-size:clamp(34px,4vw,50px);line-height:1.18;margin:0 0 13px;color:var(--green)}.section-title p{margin:0;color:var(--muted);font-size:16px}.project-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}.project-layout.project-large{grid-template-columns:.8fr 1.2fr;gap:40px}.project-img img{width:100%;border-radius:26px;box-shadow:0 20px 50px rgba(16,56,46,.12)}.project-layout.project-large .project-img img{min-height:520px;object-fit:cover}.specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:30px}.specs>div{background:#fff;padding:18px}.specs dt{font-size:12px;color:#8a9491;margin-bottom:4px}.specs dd{margin:0;font-weight:800;color:var(--green)}.viewer{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:0 12px 35px rgba(16,56,46,.07)}.viewer img{width:100%;border-radius:14px}.viewer.tall img{max-width:900px;margin:auto}.dark{background:linear-gradient(160deg,#0a3129,#133f35)}.section-title.light h2,.section-title.light p{color:#fff}.section-title.light p{color:rgba(255,255,255,.72)}.dark-view{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);box-shadow:none}.tabs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.tabs button{border:1px solid #d6dfdb;background:#edf2ef;color:var(--green);padding:11px 16px;border-radius:13px;font-weight:800;cursor:pointer}.tabs button.on{background:var(--green);color:#fff;border-color:var(--green)}.dark .tabs button{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);color:#fff}.dark .tabs button.on{background:var(--lime);color:#12352d;border-color:var(--lime)}.unit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.unit-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px 20px;box-shadow:0 8px 25px rgba(0,0,0,.04)}.unit-grid b{display:block;color:var(--green);font-size:30px}.unit-grid span{font-size:14px;color:#80908a}.unit-grid p{font-size:14px;color:#56635f;margin:14px 0 0}.unit-viewer{margin-top:16px}.unit-viewer .tabs{margin-bottom:18px}.sub-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:34px 0 18px}.sub-title h3{margin:0;color:var(--green);font-size:28px;letter-spacing:.04em}.sub-title p{margin:0;color:var(--muted);font-size:15px}.interior-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.interior-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 25px rgba(16,56,46,.06)}.interior-grid img{width:100%;aspect-ratio:3/2;object-fit:cover}.interior-grid article div{padding:16px 18px 18px}.interior-grid b{display:block;color:var(--green);font-size:20px;margin-bottom:4px}.interior-grid span{display:block;color:#61706b;font-size:14px}footer{background:#0b211c;color:#fff;padding:48px 0 110px}.footer-in{text-align:center}.footer-name{font-size:24px;font-weight:850;margin-bottom:8px}.footer-phone{font-size:32px;font-weight:900;display:inline-block;margin-bottom:16px}.footer-in p{margin:2px 0;color:rgba(255,255,255,.75);font-size:13px}.footer-in small{display:block;max-width:780px;margin:17px auto 0;color:rgba(255,255,255,.45);font-size:11px}.mobile-call{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:150;background:var(--green);color:#fff;border-radius:15px;padding:15px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.22)}.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.show{opacity:1;transform:none}@media(max-width:1050px){.head-in nav{display:none}.hero-in{grid-template-columns:1fr}.form-box{max-width:420px}.project-layout,.project-layout.project-large{grid-template-columns:1fr}.project-layout.project-large .project-img img{min-height:auto}.unit-grid{grid-template-columns:repeat(3,1fr)}.interior-grid{grid-template-columns:1fr 1fr}.sub-title{align-items:flex-start;flex-direction:column}}@media(max-width:680px){html{scroll-padding-top:74px}.wrap{width:min(100% - 24px,1180px)}.head-in{min-height:72px}.logo img{width:170px;height:46px}.phone{font-size:13px;padding:9px 12px}.hero{min-height:auto}.hero-in{padding:80px 0 48px}.hero-copy h1{font-size:39px}.hero-shade{background:linear-gradient(180deg,rgba(8,39,32,.6),rgba(8,39,32,.82))}.section{padding:72px 0}.specs{grid-template-columns:1fr}.unit-grid{grid-template-columns:1fr 1fr}.viewer{padding:9px;border-radius:17px}.interior-grid{grid-template-columns:1fr}.mobile-call{display:block}footer{padding-bottom:95px}}@media(max-width:430px){.unit-grid{grid-template-columns:1fr}.hero-copy h1{font-size:34px}.section-title h2{font-size:31px}.sub-title h3{font-size:24px}}
