:root{--black:#0a0a0a;--black-light:#111;--black-card:#161616;--black-border:#1e1e1e;--white:#fff;--white-dim:#ffffffb3;--white-muted:#fff6;--white-subtle:#ffffff14;--indigo:#6366f1;--indigo-glow:#6366f126;--indigo-bright:#818cf8;--red:#ef4444;--green:#22c55e;--font-sans:"Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-display:"Outfit", sans-serif;--font-serif:"Noto Serif KR", serif;--section-pad:120px;--section-pad-mobile:80px;--max-width:1200px;--header-height:72px;--banner-h:0px;--radius:12px;--radius-lg:20px;--radius-full:9999px;--ease:cubic-bezier(.16, 1, .3, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--duration:.6s}html.banner-active{--banner-h:40px}@media (max-width:520px){html.banner-active{--banner-h:36px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}body{font-family:var(--font-sans);color:var(--white);background:var(--black);word-break:keep-all;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}::selection{background:var(--indigo);color:var(--white)}.en{font-family:var(--font-display)}.serif{font-family:var(--font-serif)}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;font-weight:700;line-height:1.3}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 40px}}.section{padding:var(--section-pad-mobile) 0;position:relative}@media (min-width:768px){.section{padding:var(--section-pad) 0}}.section-label{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--indigo);margin-bottom:20px;font-size:12px;font-weight:600;display:inline-block}.section-title{color:var(--white);letter-spacing:-.03em;margin-bottom:16px;font-size:24px;font-weight:800;line-height:1.35}@media (min-width:768px){.section-title{margin-bottom:20px;font-size:clamp(32px,5vw,48px);line-height:1.3}}.section-desc{color:var(--white-dim);max-width:560px;font-size:14px;line-height:1.8}@media (min-width:768px){.section-desc{font-size:18px}}.btn{border-radius:var(--radius-full);transition:all .4s var(--ease);text-align:center;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:700;line-height:1.4;display:inline-flex;position:relative;overflow:hidden}@media (min-width:768px){.btn{white-space:nowrap;padding:16px 36px;font-size:15px}}.btn-primary{background:var(--indigo);color:var(--white)}.btn-primary:hover{background:var(--indigo-bright);box-shadow:0 8px 40px var(--indigo-glow);transform:translateY(-2px)}.btn-outline{color:var(--white);background:0 0;border:1px solid #fff3}.btn-outline:hover{background:#ffffff0d;border-color:#fff6}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 40px #ffffff26}.btn-lg{padding:14px 24px;font-size:14px}@media (min-width:768px){.btn-lg{padding:20px 44px;font-size:16px}}.divider{background:linear-gradient(180deg, transparent, var(--white-subtle), transparent);width:1px;height:80px;margin:0 auto}.slide-track{will-change:transform;flex-wrap:nowrap;width:max-content;display:flex}.gs-reveal{opacity:0;visibility:hidden;animation:.4s 1.5s forwards gs-fallback}.gs-reveal-active{opacity:1;visibility:visible;animation:none}@keyframes gs-fallback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--black-border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#fff3}.section-light{background:var(--white);color:var(--black)}.section-light .section-title{color:var(--black)}.section-light .section-desc{color:#555}.section-light .section-label{color:var(--indigo)}.noise{pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;width:100%;height:100%;position:fixed;top:0;left:0}.skip-to-content{z-index:10001;background:var(--indigo);color:var(--white);border-radius:var(--radius);padding:12px 24px;font-size:14px;font-weight:700;transition:top .2s;position:absolute;top:-100%;left:16px}.skip-to-content:focus{top:12px}:focus-visible{outline:2px solid var(--indigo);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible),input:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.gs-reveal{opacity:1;visibility:visible}.slide-track{animation:none}}
