:root{--navy:#0b1220;--navy-2:#131d2f;--charcoal:#171717;--gold:#b89b5e;--soft-gold:#d8c79a;--ivory:#f7f3ea;--cream:#fbf8f1;--warm-gray:#e6e0d4;--stone:#d9d2c4;--muted:#77736a;--white:#fff;--line:#1818181f;--line-light:#ffffff29;--shadow:0 28px 90px #0b122024;--max:1240px;--wide:1480px;--header:86px}*{box-sizing:border-box}html{scroll-behavior:auto;overscroll-behavior-x:none;width:100%;max-width:100%;overflow-x:hidden}body{overscroll-behavior-x:none;width:100%;max-width:100%;color:var(--charcoal);background:var(--cream);word-break:keep-all;-webkit-font-smoothing:antialiased;margin:0;font-family:Pretendard,SUIT,Noto Sans KR,Apple SD Gothic Neo,Segoe UI,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}::selection{background:#b89b5e52}.container{width:min(var(--max), calc(100% - 48px));margin:0 auto}.wideContainer{width:min(var(--wide), calc(100% - 48px));margin:0 auto}.section{padding:132px 0;position:relative}.section.compact{padding:96px 0}.dark{background:var(--navy);color:#fff}.cream{background:var(--cream)}.ivory{background:var(--ivory)}.eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--gold);align-items:center;gap:10px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";opacity:.72;background:currentColor;width:34px;height:1px}.display{letter-spacing:-.072em;font-family:Segoe UI Variable Display,Aptos Display,Pretendard,SUIT,Noto Sans KR,Apple SD Gothic Neo,sans-serif;font-weight:820;line-height:1.02}.muted{color:var(--muted)}.notice{color:var(--muted);font-size:13px;line-height:1.75}.goldButton,.lineButton,.darkButton,.lightButton{letter-spacing:-.02em;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:15px 23px;font-weight:850;transition:transform .25s,background .25s,border-color .25s,color .25s,box-shadow .25s;display:inline-flex}.goldButton{color:#fff;background:linear-gradient(135deg,#b89b5e,#d3bd82);border:1px solid #b89b5ecc;box-shadow:0 14px 32px #b89b5e33}.goldButton:hover{transform:translateY(-2px);box-shadow:0 18px 42px #b89b5e47}.lineButton{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff8f}.lineButton:hover{background:#ffffff29;transform:translateY(-2px)}.darkButton{color:#fff;background:var(--navy);border:1px solid var(--navy)}.darkButton:hover{background:#1b2a45;transform:translateY(-2px)}.lightButton{color:var(--charcoal);border:1px solid var(--line);background:#fff}.lightButton:hover{border-color:#b89b5e80;transform:translateY(-2px)}.grid2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px;display:grid}.grid3{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.grid4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.imageFrame{box-shadow:var(--shadow);background:var(--stone);border-radius:34px;min-height:360px;position:relative;overflow:hidden}.imageFrame img{object-fit:cover;width:100%;height:100%;min-height:360px;transition:transform 1.2s}.imageFrame:hover img{transform:scale(1.045)}.imageFrame:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff57;position:absolute;inset:0}.pageHero{color:#fff;background:linear-gradient(90deg, #060a14db, #060a1480, #060a143d), var(--page-image,url(/images/apartment/hero/overview-hero.jpg)) center / cover no-repeat;align-items:flex-end;min-height:520px;padding:166px 0 86px;display:flex;position:relative;overflow:hidden}.pageHero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#060a14bd);height:46%;position:absolute;inset:auto 0 0}.pageHero .container{z-index:1;position:relative}.pageHero h1{margin:18px 0 20px;font-size:clamp(46px,7.6vw,96px);line-height:.98}.pageHero p{color:#ffffff94;letter-spacing:-.015em;max-width:720px;margin:0;font-size:clamp(15px,1.45vw,19px);font-weight:400;line-height:1.72}.tableWrap{border:1px solid var(--line);background:#fff;border-radius:22px;overflow-x:hidden}.table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;overflow-wrap:anywhere;padding:18px}.table tr:last-child th,.table tr:last-child td{border-bottom:0}.table th{color:#5d5548;background:#faf8f3;width:168px;font-weight:850}.dark .tableWrap{border-color:var(--line-light);background:#ffffff14}.dark .table th{color:var(--soft-gold);background:#ffffff14}.dark .table td,.dark .table th{border-color:#ffffff24}.badge{color:var(--gold);background:#b89b5e12;border:1px solid #b89b5e6b;border-radius:999px;align-items:center;padding:6px 11px;font-size:12px;font-weight:850;display:inline-flex}.reveal{opacity:1;transform:none}.reveal.reveal-ready{opacity:0;transition:opacity .76s,transform .76s;transform:translateY(26px)}.reveal.reveal-ready.is-visible{opacity:1;transform:translateY(0)}@keyframes heroZoom{0%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%{transform:translate(-120%)}to{transform:translate(120%)}}@media (max-width:1100px){.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){:root{--header:72px}.section{padding:86px 0}.section.compact{padding:72px 0}.grid2,.grid3,.grid4{grid-template-columns:1fr;gap:32px}.container,.wideContainer{width:min(100% - 28px, var(--max))}.pageHero{min-height:430px;padding:120px 0 62px}.pageHero h1{font-size:clamp(42px,13vw,68px)}.imageFrame,.imageFrame img{min-height:260px}.table th,.table td{padding:14px 12px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important}}[id]{scroll-margin-top:calc(var(--header) + 76px)}@media (max-width:900px){[id]{scroll-margin-top:calc(var(--header) + 64px)}}@media (max-width:1120px){body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}
.Header-module__lnUIdW__header{height:var(--header);z-index:80;color:#fff;background:linear-gradient(#040810c2,#04081024);border-bottom:1px solid #ffffff24;transition:background .28s,color .28s,box-shadow .28s,border-color .28s;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{color:var(--navy);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf7f0f0;border-color:#1818181a;box-shadow:0 12px 34px #0b122014}.Header-module__lnUIdW__inner{width:min(var(--wide), calc(100% - 52px));justify-content:space-between;align-items:center;gap:24px;height:100%;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{flex:none;justify-content:flex-start;align-items:center;width:218px;height:54px;display:inline-flex}.Header-module__lnUIdW__logo img{width:100%;height:auto}.Header-module__lnUIdW__nav{align-items:stretch;gap:4px;height:100%;display:flex}.Header-module__lnUIdW__navItem{align-items:center;display:flex;position:relative}.Header-module__lnUIdW__navButton{opacity:.96;border-radius:999px;justify-content:center;align-items:center;height:40px;padding:0 14px;font-size:15px;font-weight:850;transition:color .2s,background .2s,transform .2s;display:inline-flex}.Header-module__lnUIdW__navItem:hover .Header-module__lnUIdW__navButton,.Header-module__lnUIdW__navItemOpen .Header-module__lnUIdW__navButton{color:var(--soft-gold);background:#ffffff1a}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__navItem:hover .Header-module__lnUIdW__navButton,.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__navItemOpen .Header-module__lnUIdW__navButton{color:var(--gold);background:#b89b5e1a}.Header-module__lnUIdW__mega{width:420px;color:var(--charcoal);opacity:0;visibility:hidden;pointer-events:none;background:#fffffffa;border:1px solid #b89b5e33;border-radius:26px;padding:18px;transition:opacity .22s,transform .22s,visibility .22s;position:absolute;top:calc(100% - 5px);left:50%;transform:translate(-50%,12px);box-shadow:0 28px 80px #0000002e}.Header-module__lnUIdW__navItemOpen .Header-module__lnUIdW__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.Header-module__lnUIdW__mega:before{content:"";background:#fff;border-top:1px solid #b89b5e2e;border-left:1px solid #b89b5e2e;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.Header-module__lnUIdW__megaHead{border-bottom:1px solid #18181814;padding:6px 6px 14px}.Header-module__lnUIdW__megaHead b{color:var(--navy);letter-spacing:-.02em;margin-bottom:5px;font-size:16px;display:block}.Header-module__lnUIdW__megaHead p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.Header-module__lnUIdW__megaLinks{grid-template-columns:1fr 1fr;gap:10px;padding-top:16px;display:grid}.Header-module__lnUIdW__megaLink{color:#423d35;background:linear-gradient(135deg,#fbf8f1,#f2eadc);border:1px solid #b89b5e33;border-radius:16px;justify-content:space-between;align-items:center;min-height:50px;padding:13px 14px;font-size:14px;font-weight:850;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.Header-module__lnUIdW__megaLink span{color:var(--gold);font-size:16px;line-height:1}.Header-module__lnUIdW__megaLink:hover{color:var(--navy);background:#fff;border-color:#b89b5e8c;transform:translateY(-1px);box-shadow:0 12px 28px #b89b5e21}.Header-module__lnUIdW__right{flex:none;align-items:center;gap:12px;display:flex}.Header-module__lnUIdW__phone{letter-spacing:.02em;font-weight:900}.Header-module__lnUIdW__register{color:#fff;background:#b89b5ef0;border-radius:999px;justify-content:center;align-items:center;min-width:126px;height:42px;font-weight:850;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 26px #b89b5e40}.Header-module__lnUIdW__register:hover{transform:translateY(-1px);box-shadow:0 16px 34px #b89b5e52}.Header-module__lnUIdW__menuBtn{width:46px;height:46px;color:inherit;background:0 0;border:0;display:none;position:relative}.Header-module__lnUIdW__menuBtn span{background:currentColor;height:2px;transition:all .2s;position:absolute;left:10px;right:10px}.Header-module__lnUIdW__menuBtn span:first-child{top:17px}.Header-module__lnUIdW__menuBtn span:last-child{bottom:17px}.Header-module__lnUIdW__menuBtn.Header-module__lnUIdW__active span:first-child{top:22px;transform:rotate(45deg)}.Header-module__lnUIdW__menuBtn.Header-module__lnUIdW__active span:last-child{bottom:22px;transform:rotate(-45deg)}.Header-module__lnUIdW__mobilePanel{display:none}@media (max-width:1240px){.Header-module__lnUIdW__logo{width:196px}.Header-module__lnUIdW__navButton{padding:0 10px;font-size:14px}.Header-module__lnUIdW__phone{display:none}}@media (max-width:1120px){.Header-module__lnUIdW__nav,.Header-module__lnUIdW__right{display:none}.Header-module__lnUIdW__menuBtn{display:block}.Header-module__lnUIdW__inner{width:calc(100% - 28px)}.Header-module__lnUIdW__logo{width:186px}.Header-module__lnUIdW__mobilePanel{inset:var(--header) 0 auto 0;max-height:calc(100vh - var(--header));color:var(--charcoal);padding:24px 22px calc(28px + env(safe-area-inset-bottom));border-bottom:1px solid var(--line);background:#fff;display:block;position:fixed;overflow:auto;box-shadow:0 30px 70px #0000002e}.Header-module__lnUIdW__mobileLogo{border-bottom:1px solid var(--line);grid-template-columns:58px 1fr;align-items:center;gap:14px;padding:0 0 20px;display:grid}.Header-module__lnUIdW__mobileLogo img{object-fit:contain;width:58px;height:58px}.Header-module__lnUIdW__mobileLogo p{color:var(--muted);margin:0;line-height:1.6}.Header-module__lnUIdW__mobileGroup{border-bottom:1px solid var(--line);padding:16px 0}.Header-module__lnUIdW__mobileMain{margin-bottom:12px;display:block}.Header-module__lnUIdW__mobileMain span{margin-bottom:7px;font-size:20px;font-weight:950;display:block}.Header-module__lnUIdW__mobileMain small{color:var(--muted);line-height:1.5}.Header-module__lnUIdW__mobileSubGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.Header-module__lnUIdW__mobileSubGrid a{color:#554d41;background:#f7f3ea;border:1px solid #b89b5e2e;border-radius:12px;justify-content:center;align-items:center;min-height:40px;font-size:13px;font-weight:850;display:flex}.Header-module__lnUIdW__mobileActions{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.Header-module__lnUIdW__mobileActions a{text-align:center;background:var(--navy);color:#fff;border-radius:14px;padding:15px 12px;font-weight:900}.Header-module__lnUIdW__mobileActions a:last-child{background:var(--gold)}.Header-module__lnUIdW__header{z-index:160}.Header-module__lnUIdW__mobilePanel{z-index:161;max-height:calc(100dvh - var(--header));padding-bottom:calc(120px + env(safe-area-inset-bottom))}.Header-module__lnUIdW__mobileActions{z-index:2;margin-bottom:8px;position:relative}}
.Footer-module__3hUVsW__footer{color:#fff;background:#070b14;padding:82px 0 104px;position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";filter:blur(20px);background:#b89b5e1f;border-radius:50%;width:560px;height:560px;position:absolute;top:-240px;right:-180px}.Footer-module__3hUVsW__inner{width:min(var(--wide), calc(100% - 52px));margin:0 auto;position:relative}.Footer-module__3hUVsW__top{border-bottom:1px solid #ffffff24;justify-content:space-between;gap:40px;padding-bottom:34px;display:flex}.Footer-module__3hUVsW__wordmark{width:260px;height:auto;margin-bottom:18px}.Footer-module__3hUVsW__top p{color:#ffffffa8;margin:0;line-height:1.7}.Footer-module__3hUVsW__call{text-align:right}.Footer-module__3hUVsW__call span{color:var(--soft-gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px;font-size:13px;display:block}.Footer-module__3hUVsW__call a{color:#fff;letter-spacing:-.04em;font-family:Pretendard,SUIT,Noto Sans KR,sans-serif;font-size:clamp(34px,4vw,54px);font-weight:780}.Footer-module__3hUVsW__info{color:#ffffffb8;grid-template-columns:1.5fr 1.5fr 1fr 1fr;gap:22px;margin:36px 0;line-height:1.75;display:grid}.Footer-module__3hUVsW__info b{color:#fff}.Footer-module__3hUVsW__links{color:#ffffffb8;border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:20px;padding:22px 0;font-size:14px;display:flex}.Footer-module__3hUVsW__notice{color:#ffffff70;margin:8px 0 0;font-size:12px;line-height:1.8}@media (max-width:800px){.Footer-module__3hUVsW__footer{padding:64px 0 118px}.Footer-module__3hUVsW__top{display:block}.Footer-module__3hUVsW__call{text-align:left;margin-top:28px}.Footer-module__3hUVsW__info{grid-template-columns:1fr}.Footer-module__3hUVsW__wordmark{width:220px}.Footer-module__3hUVsW__inner{width:calc(100% - 28px)}}
.FloatingCTA-module__kbjWIq__quickMenu{z-index:90;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b111dd1;border:1px solid #d8c79a57;border-radius:22px;width:122px;position:fixed;top:50%;right:clamp(18px,2.2vw,34px);overflow:hidden;transform:translateY(-50%);box-shadow:0 22px 56px #03070f3d}.FloatingCTA-module__kbjWIq__quickMenu:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0f 0%,#fff0 30%);position:absolute;inset:0}.FloatingCTA-module__kbjWIq__quickMenuHead{text-align:center;color:#f7f4ee;background:linear-gradient(#d8c79a2e 0%,#d8c79a0d 100%);border-bottom:1px solid #d8c79a38;padding:16px 12px 14px}.FloatingCTA-module__kbjWIq__quickMenuHead span{letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.FloatingCTA-module__kbjWIq__quickMenuHead small{letter-spacing:.18em;color:#ffffff94;margin-top:7px;font-size:9px;display:block}.FloatingCTA-module__kbjWIq__quickMenuLinks{flex-direction:column;display:flex}.FloatingCTA-module__kbjWIq__quickMenuLinks a{color:#ffffffe0;letter-spacing:-.02em;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;min-height:54px;padding:14px 10px;font-size:13px;font-weight:700;text-decoration:none;transition:background .28s,color .28s,transform .28s;display:flex;position:relative}.FloatingCTA-module__kbjWIq__quickMenuLinks a:last-child{border-bottom:0}.FloatingCTA-module__kbjWIq__quickMenuLinks a:hover{color:var(--soft-gold);background:#d8c79a24}.FloatingCTA-module__kbjWIq__topButton{z-index:92;cursor:pointer;color:#fff;opacity:0;pointer-events:none;background:radial-gradient(circle at 30% 24%,#ffffff3d,#0000 36%),linear-gradient(#d7c59d 0%,#b99b64 100%);border:0;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:70px;height:70px;transition:opacity .25s,transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:clamp(18px,2.2vw,32px);right:clamp(18px,2.2vw,34px);transform:translateY(18px)scale(.92);box-shadow:0 18px 34px #44341557}.FloatingCTA-module__kbjWIq__topButton:before{content:"";border:1px solid #ffffff47;border-radius:999px;position:absolute;inset:3px}.FloatingCTA-module__kbjWIq__topButtonVisible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.FloatingCTA-module__kbjWIq__topButton:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 22px 40px #4434156b}.FloatingCTA-module__kbjWIq__topArrow{font-size:18px;font-weight:700;line-height:1}.FloatingCTA-module__kbjWIq__topText{letter-spacing:.16em;font-size:11px;font-weight:800;line-height:1}@media (max-width:1100px){.FloatingCTA-module__kbjWIq__quickMenu{width:112px;right:16px}}@media (max-width:900px){.FloatingCTA-module__kbjWIq__quickMenu,.FloatingCTA-module__kbjWIq__topButton{display:none}.FloatingCTA-module__kbjWIq__topArrow{font-size:15px}.FloatingCTA-module__kbjWIq__topText{font-size:9px}}
.MobileBottomCTA-module__qfNp4a__bar{display:none}@media (max-width:1120px){.MobileBottomCTA-module__qfNp4a__bar{z-index:120;width:100%;max-width:100%;min-height:calc(68px + env(safe-area-inset-bottom));padding:10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);overscroll-behavior:contain;background:#0a111ff7;border-top:1px solid #d8c79a47;grid-template-columns:1fr 1fr 1fr;gap:0;display:grid;position:fixed;bottom:0;left:0;right:0;transform:translate(0,0);box-shadow:0 -16px 34px #0000002e}.MobileBottomCTA-module__qfNp4a__bar:after{content:"";pointer-events:none;background:#0a111ff7;height:96px;position:absolute;bottom:-96px;left:0;right:0}.MobileBottomCTA-module__qfNp4a__bar a{z-index:1;color:#ffffffe6;letter-spacing:-.03em;-webkit-tap-highlight-color:transparent;border-right:1px solid #d8c79a2e;justify-content:center;align-items:center;height:46px;font-size:14px;font-weight:900;text-decoration:none;display:flex;position:relative}.MobileBottomCTA-module__qfNp4a__bar a:last-child{border-right:0}.MobileBottomCTA-module__qfNp4a__bar a:hover{color:var(--soft-gold)}}@media (max-width:640px){.MobileBottomCTA-module__qfNp4a__bar{min-height:calc(66px + env(safe-area-inset-bottom));padding:9px max(10px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))}.MobileBottomCTA-module__qfNp4a__bar a{height:44px;font-size:14px}}
