@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_9f4f9187-module__4LtYgq__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_9f4f9187-module__4LtYgq__variable{--font-outfit:"Outfit","Outfit Fallback"}
:root{--primary-green:#006400;--primary-light:#4caf50;--primary-dark:#004d00;--text-primary:#121212;--text-secondary:#555;--text-inverted:#fff;--background:#fff;--background-alt:#f8f9fa;--border-radius:12px;--nav-height:80px;--font-pretendard:"Pretendard",-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif}@media (prefers-color-scheme:dark){:root{--text-primary:#ededed;--text-secondary:#a0a0a0;--background:#0a0a0a;--background-alt:#111}}.golf-pattern{pointer-events:none;opacity:.05;z-index:0;mix-blend-mode:normal;background-image:url(/images/topography.svg);background-repeat:repeat;background-size:600px;width:100%;height:100vh;position:fixed;top:0;left:0}html,body{max-width:100vw;font-family:var(--font-pretendard);color:var(--text-primary);background:var(--background);scroll-behavior:smooth;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}
.Header-module__lnUIdW__header{z-index:1000;width:100%;padding:2rem 0;transition:all .3s;position:fixed;top:0;left:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(10px);background:#000c;border-bottom:1px solid #ffffff1a;padding:1rem 0}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__logo{color:#fff;letter-spacing:2px;font-size:1.5rem;font-weight:800;text-decoration:none}.Header-module__lnUIdW__nav{display:flex}.Header-module__lnUIdW__navList{gap:3rem;list-style:none;display:flex}.Header-module__lnUIdW__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__lnUIdW__navLink{color:#ffffffb3;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.5rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__activeLink{color:#fff}.Header-module__lnUIdW__dropdownArrow{font-size:.6rem;transition:transform .3s}.Header-module__lnUIdW__dropdownWrapper:hover .Header-module__lnUIdW__dropdownArrow,.Header-module__lnUIdW__dropdownWrapper.Header-module__lnUIdW__active .Header-module__lnUIdW__dropdownArrow{transform:rotate(180deg)}.Header-module__lnUIdW__dropdownMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#0a0a0af2;border:1px solid #ffffff1a;border-radius:12px;min-width:200px;padding:.5rem;list-style:none;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #00000080}.Header-module__lnUIdW__dropdownWrapper:hover .Header-module__lnUIdW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__lnUIdW__dropdownLink{color:#ffffffb3;white-space:nowrap;border-radius:8px;padding:.8rem 1.2rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Header-module__lnUIdW__dropdownLink:hover{color:#fff;background:#ffffff1a}.Header-module__lnUIdW__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;display:none}.Header-module__lnUIdW__mobileToggle span{background:#fff;width:100%;height:2px;transition:all .3s;display:block}@media (max-width:768px){.Header-module__lnUIdW__mobileToggle{display:flex}.Header-module__lnUIdW__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;justify-content:center;align-items:center;width:100%;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%}.Header-module__lnUIdW__nav.Header-module__lnUIdW__mobileNavOpen{right:0}.Header-module__lnUIdW__navList{flex-direction:column;align-items:center;gap:2.5rem}.Header-module__lnUIdW__navLink{font-size:1.5rem;font-weight:700}.Header-module__lnUIdW__mobileToggle.Header-module__lnUIdW__open span:first-child{transform:rotate(45deg)translate(5px,6px)}.Header-module__lnUIdW__mobileToggle.Header-module__lnUIdW__open span:nth-child(2){opacity:0}.Header-module__lnUIdW__mobileToggle.Header-module__lnUIdW__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}}
.Footer-module__3hUVsW__footer{background:var(--primary-dark);color:#fff;margin-top:auto;padding:4rem 0 2rem}.Footer-module__3hUVsW__container{flex-direction:column;gap:3rem;display:flex}.Footer-module__3hUVsW__brand{flex-direction:column;gap:.5rem;display:flex}.Footer-module__3hUVsW__logo{color:#fff;font-size:1.5rem}.Footer-module__3hUVsW__tagline{color:#ffffffb3;font-size:.9rem}.Footer-module__3hUVsW__links{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;display:grid}.Footer-module__3hUVsW__group{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__group h4{color:var(--primary-light);margin-bottom:.5rem;font-size:1.1rem}.Footer-module__3hUVsW__group a{color:#fffc;font-size:.95rem;transition:color .2s}.Footer-module__3hUVsW__group a:hover{color:#fff}.Footer-module__3hUVsW__copyright{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.85rem}
