@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans KR,sans-serif;color:#111;background:#f5f5f0;font-synthesis:none;text-rendering:optimizeLegibility;--lime: #b7f500;--ink: #111;--paper: #f5f5f0;--header-height: 82px;--header-pad-x: 3.2vw;--header-logo-width: 150px;--header-logo-height: 56px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden}body.intro-running{overflow:hidden}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.splash{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#fff;background:#050505;animation:splash-exit .45s ease 3s forwards}.splash-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:8vw 8vw;animation:splash-grid-in .8s ease-out both}.splash-lockup{position:absolute;left:50%;top:50%;width:min(820px,78vw);height:min(820px,78vw);overflow:hidden;transform:translate(-50%,-50%);animation:splash-to-header .8s cubic-bezier(.76,0,.24,1) 2.15s forwards}.splash-symbol,.splash-wordmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.splash-symbol{object-fit:contain}.splash-symbol{z-index:2;transform:scale(.42);animation:splash-symbol-in .7s cubic-bezier(.2,.8,.2,1) both,splash-symbol-out .45s ease 1.05s forwards}.splash-wordmark{z-index:3;overflow:hidden;clip-path:inset(0 50% 0 50%);animation:splash-build-wordmark 1s cubic-bezier(.76,0,.24,1) .65s forwards}.splash-wordmark img{position:absolute;left:0;top:50%;display:block;width:100%;aspect-ratio:1;object-fit:contain;transform:translateY(-50%)}@keyframes splash-grid-in{0%{opacity:0;transform:scale(1.08)}}@keyframes splash-symbol-in{0%{opacity:0;transform:scale(.2) rotate(-12deg);filter:blur(12px)}}@keyframes splash-symbol-out{to{opacity:0;transform:scale(.34)}}@keyframes splash-build-wordmark{to{clip-path:inset(0)}}@keyframes splash-to-header{to{left:var(--header-pad-x);top:calc((var(--header-height) - var(--header-logo-height)) / 2);width:var(--header-logo-width);height:var(--header-logo-height);transform:translate(0)}}@keyframes splash-exit{to{opacity:0;visibility:hidden}}@keyframes header-intro-reveal{to{opacity:1}}.site-header{height:var(--header-height);padding:0 var(--header-pad-x);position:fixed;z-index:30;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;color:#fff;background:#000;border-bottom:1px solid rgba(255,255,255,.2);transition:color .25s,background-color .25s,border-color .25s,box-shadow .25s}.site-header.intro-active{opacity:0;animation:header-intro-reveal .35s ease 3s forwards}.site-header.scrolled{color:var(--ink);background:#f5f5f0eb;border-bottom-color:#1111111f;box-shadow:0 8px 30px #1111110f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.brand{width:var(--header-logo-width);height:var(--header-logo-height);display:flex;align-items:center}.header-logo{position:relative;display:block;width:var(--header-logo-width);height:var(--header-logo-height);overflow:hidden}.header-logo img{position:absolute;left:0;top:50%;display:block;width:100%;aspect-ratio:1;object-fit:contain;transform:translateY(-50%)}.brand-symbol{display:block;width:100%;height:auto;object-fit:contain}.nav{display:flex;gap:34px;font-size:11px;font-weight:600;letter-spacing:.14em}.nav a{transition:color .2s}.nav a:hover{color:var(--lime)}.header-cta{width:150px;display:flex;justify-content:flex-end;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.12em}.header-cta span{display:grid;place-items:center;width:28px;height:28px;color:var(--ink);background:var(--lime);border-radius:50%;font-size:15px}.menu-button{display:none;border:0;background:transparent;width:34px;padding:7px 0}.menu-button span{height:1px;display:block;background:currentColor;margin:7px 0;transition:.25s}.hero{position:relative;min-height:760px;height:100svh;overflow:hidden;display:flex;align-items:center;padding:110px 4.8vw 55px;color:#fff;background:#000}.hero-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");pointer-events:none}.hero:after{content:"";position:absolute;width:42vw;height:42vw;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-14vw;bottom:-21vw}.hero-copy{position:relative;z-index:3;width:100%}.hero-copy>p:first-child{margin:0 0 21px;padding-left:6px;font-size:11px;letter-spacing:.2em}.hero h1{margin:0;font-size:clamp(76px,12.2vw,188px);font-weight:600;line-height:.77;letter-spacing:-.075em}.hero h1 span{color:var(--lime)}.hero-bottom{width:52%;margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid rgba(255,255,255,.4)}.hero-bottom p{margin:0;font-family:Noto Sans KR;font-size:13px;line-height:1.65;font-weight:300}.hero-bottom a{display:flex;align-items:center;gap:13px;font-size:10px;letter-spacing:.16em}.hero-bottom a span{display:grid;place-items:center;width:32px;height:32px;border:1px solid white;border-radius:50%}.hero-symbol{position:absolute;z-index:2;width:min(37vw,550px);right:4vw;top:51%;overflow:hidden;transform:translateY(-50%);filter:drop-shadow(0 32px 30px rgba(0,0,0,.35))}.marquee{overflow:hidden;border-bottom:1px solid #111;background:var(--lime);white-space:nowrap}.marquee div{width:max-content;padding:14px 0;font-size:13px;font-weight:700;letter-spacing:.08em;animation:marquee 22s linear infinite}@keyframes marquee{to{transform:translate(-50%)}}.section-pad{padding:120px 6vw}.section-label{display:flex;align-items:center;gap:13px;font-size:10px;font-weight:600;letter-spacing:.17em}.section-label span{display:grid;place-items:center;width:27px;height:27px;border:1px solid currentColor;border-radius:50%;font-size:8px}.section-label.light{color:#fff}.about{background:var(--paper)}.about-head{position:relative;margin:70px 0 90px}.about h2{margin:0;font-family:Noto Sans KR;font-size:clamp(48px,6.7vw,100px);line-height:1.08;letter-spacing:-.07em;font-weight:600}.about h2 em{color:#aaa;font-style:normal;font-weight:300}.about-layout{display:grid;grid-template-columns:.75fr 1fr;gap:10vw;align-items:center}.about-symbol{max-width:410px;transform:rotate(6deg)}.about-text{max-width:620px;font-family:Noto Sans KR;font-size:16px;line-height:1.9;color:#686868;font-weight:300}.about-text .lead{margin:0 0 22px;color:#111;font-size:21px;font-weight:400}.about-text b{font-weight:700}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:110px}.value-grid article{min-height:320px;padding:28px;border:1px solid #111;border-radius:4px;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.value-grid article:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:8px 8px #111}.value-grid article>span{font-size:9px;font-weight:600;letter-spacing:.15em}.value-grid h3{margin:auto 0 20px;font-family:Noto Sans KR;font-size:36px;line-height:1.25;letter-spacing:-.06em}.value-grid i{align-self:flex-end;font-size:41px;font-style:normal}.lime-card{background:var(--lime)}.dark-card{color:#fff;background:var(--ink)}.platform{display:grid;grid-template-columns:45% 55%;min-height:920px;color:#fff;background:#151515}.platform-copy{display:flex;flex-direction:column}.platform-heading{margin:auto 0}.status{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;padding:7px 12px;border:1px solid #555;border-radius:99px;color:#aaa;font-size:8px;letter-spacing:.15em}.status i{width:6px;height:6px;background:var(--lime);border-radius:50%;box-shadow:0 0 8px var(--lime)}.platform h2{margin:0;font-family:Noto Sans KR;font-size:clamp(52px,5.1vw,78px);line-height:1.13;letter-spacing:-.075em}.platform h2 span{color:var(--lime)}.platform-heading>p{margin:30px 0 36px;color:#aaa;font-family:Noto Sans KR;font-size:13px;font-weight:300;line-height:1.9}.round-link{display:flex;align-items:center;justify-content:space-between;width:205px;padding:14px 16px;border:1px solid #666;border-radius:99px;font-family:Noto Sans KR;font-size:11px;transition:.25s}.round-link:hover{color:#111;background:var(--lime);border-color:var(--lime)}.arrow{width:20px}.platform-visual{position:relative;overflow:hidden;display:grid;place-items:center;background:var(--lime);color:#111}.eottadae-app-badge{position:absolute;z-index:9;top:38px;right:38px;display:grid;grid-template-columns:58px auto 28px;align-items:center;gap:12px;min-width:218px;padding:10px 12px 10px 10px;color:#fff;background:#111;border:1px solid rgba(255,255,255,.18);border-radius:22px;box-shadow:8px 8px #11111129;transition:transform .25s,box-shadow .25s}.eottadae-app-badge:hover{transform:translate(-3px,-3px);box-shadow:11px 11px #1113}.eottadae-app-badge img{display:block;width:58px;height:58px;object-fit:cover;border-radius:15px;box-shadow:inset 0 0 0 1px #fff3}.eottadae-app-badge span{display:flex;flex-direction:column;gap:3px}.eottadae-app-badge small{color:#999;font-size:7px;letter-spacing:.15em}.eottadae-app-badge b{font-family:Noto Sans KR;font-size:17px;letter-spacing:-.04em}.eottadae-app-badge>i{display:grid;place-items:center;width:28px;height:28px;color:#111;background:var(--lime);border-radius:50%;font-size:14px;font-style:normal}.visual-copy{position:absolute;left:4%;top:5%;font-size:clamp(70px,9vw,140px);font-weight:700;line-height:.75;letter-spacing:-.07em;opacity:.95}.visual-copy i{color:#fff;font-style:normal;-webkit-text-stroke:2px #111}.phone-wrap{position:relative;z-index:3;width:390px;transform:rotate(2.5deg) translate(48px,40px)}.phone{position:relative;overflow:hidden;aspect-ratio:1269 / 2758;background:#f6f6f2;border:8px solid #111;border-radius:48px;box-shadow:30px 35px #11111124,0 30px 60px #11111140}.phone img{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto}.float-chip{position:absolute;z-index:8;padding:11px 15px;border:2px solid #111;border-radius:99px;background:#fff;font-size:10px;font-weight:700;box-shadow:5px 5px #111}.chip-one{left:-25px;top:180px;transform:rotate(-13deg)}.contact{position:relative;min-height:760px;overflow:hidden;color:var(--ink);background:var(--paper)}.contact-main{position:relative;z-index:2;margin-top:120px;color:#111}.contact-kicker{display:block;margin-bottom:20px;color:#111;font-size:10px;letter-spacing:.17em}.contact h2{margin:0 0 55px;color:#111;font-family:Noto Sans KR;font-size:clamp(58px,7.5vw,114px);line-height:1.07;letter-spacing:-.075em}.contact h2 em{color:#777;font-style:normal}.contact-main>a{display:inline-flex;align-items:center;gap:20px;padding-bottom:10px;color:#111;border-bottom:2px solid #111;font-size:19px;font-weight:500}.contact-main>a span{transition:transform .2s}.contact-main>a:hover span{transform:translate(5px,-5px)}footer{padding:65px 6vw 35px;color:#fff;background:#000}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:70px}.footer-top>.brand-symbol{width:72px}.footer-top>a{font-size:10px;letter-spacing:.14em}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;border-top:1px solid #555;color:#d8d8d8;font-family:Noto Sans KR;font-size:12px;line-height:1.6}.footer-bottom div{display:flex;gap:25px}.footer-bottom p{margin:0;color:#aaa}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}@media(max-width:960px){.hero h1{font-size:12.8vw}.hero-symbol{right:-5vw;width:45vw;opacity:.9}.hero-bottom{width:58%}.about-layout{grid-template-columns:.55fr 1fr;gap:6vw}.platform{grid-template-columns:1fr}.platform-copy{min-height:760px}.platform-visual{min-height:850px}.phone-wrap{width:370px;transform:rotate(2.5deg) translate(70px,45px)}}@media(max-width:640px){:root{--header-height: 70px;--header-pad-x: 20px;--header-logo-width: 126px;--header-logo-height: 56px}.site-header{height:var(--header-height);padding:0 var(--header-pad-x)}.brand{width:auto}.splash-lockup{width:96vw;height:96vw}.splash-grid{background-size:18vw 18vw}.header-cta{display:none}.menu-button{display:block;position:relative;z-index:32}.menu-button.active span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button.active span:last-child{transform:translateY(-4px) rotate(-45deg)}.nav{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;color:#fff;background:#111;font-size:20px;transition:.25s}.nav.open{opacity:1;visibility:visible}.hero{height:790px;padding:100px 20px 42px;align-items:flex-start}.hero-copy{margin-top:140px}.hero-copy>p:first-child{font-size:8px}.hero h1{font-size:18vw;line-height:.84}.hero-bottom{width:100%;margin-top:40px}.hero-bottom p{font-size:11px}.hero-symbol{width:63vw;right:-7vw;top:20%}.marquee div{padding:11px 0;font-size:10px}.section-pad{padding:85px 20px}.about-head{margin:60px 0 70px}.about h2{font-size:39px;line-height:1.17}.about-layout{grid-template-columns:1fr;gap:40px}.about-symbol{width:62%}.about-text{font-size:13px}.about-text .lead{font-size:16px}.value-grid{grid-template-columns:1fr;margin-top:70px}.value-grid article{min-height:220px}.value-grid h3{font-size:31px}.platform-copy{min-height:690px}.platform h2{font-size:45px}.platform-visual{min-height:720px}.eottadae-app-badge{top:22px;right:20px;grid-template-columns:48px auto 26px;min-width:190px;border-radius:18px}.eottadae-app-badge img{width:48px;height:48px;border-radius:13px}.visual-copy{top:6%;font-size:23vw}.phone-wrap{width:min(310px,82vw);transform:rotate(2deg) translate(24px,60px)}.phone{border-width:7px;border-radius:40px}.chip-one{left:-15px}.contact{min-height:650px}.contact-main{margin-top:100px}.contact h2{font-size:48px}.contact-main>a{font-size:15px}footer{padding:50px 20px 28px}.footer-top{padding-bottom:50px}.footer-top>.brand-symbol{width:54px}.footer-bottom{display:block;font-size:11px;line-height:1.9}.footer-bottom div{flex-direction:column;gap:1px;margin-bottom:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.marquee div{animation:none}.splash{animation-delay:0s;animation-duration:.01s}.splash-lockup,.splash-symbol,.splash-wordmark,.splash-grid{animation:none}}
