:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{font-size:62.5%}body{font-size:1.6rem}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.hero{text-align:center;padding:12rem 2rem}.hero-title{margin-bottom:2rem;font-size:6rem;line-height:1.1}.hero-desc{color:var(--color-gray);margin-bottom:4rem;font-size:2rem}.hero-actions{justify-content:center;gap:1.6rem;display:flex}.btn{color:#fff;background:#444;border:1px solid #444;border-radius:.8rem;padding:1.4rem 2.4rem;text-decoration:none}.btn-primary{color:#000;background:#fff}.site-header{border-bottom:1px solid #222;padding:2rem 3rem}.site-header .header-inner{justify-content:space-between;align-items:center;display:flex}.site-header .gnb{gap:2rem;display:flex}.site-header .gnb a{text-decoration:none}.site-footer{text-align:center;color:#666;padding:4rem 2rem}.sub{max-width:2560px;margin:0 auto;padding:8rem 0}.sub .hero__item{text-align:center;background:#efefef;padding:12vw 0}.visual{background:#ddd;width:100%;height:100vh}header{z-index:1000;width:100%;transition:all .5s ease-in-out;position:fixed;top:0;left:0}header.fixed{background:var(--background);box-shadow:0 2px 4px #0000001a}header.hide{top:-100%}.visual .static{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.visual h2{margin-bottom:1rem;font-size:4rem}.gnb a{font-weight:700}.site-main{min-height:100vh}.n-motion{opacity:0;transition:all .5s ease-in-out;transform:translateY(5rem)}.n-motion.n-active{opacity:1;transform:translateY(0)}
