@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";.admin-login{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.admin-login__dialog{border-radius:var(--radius);width:min(100%,360px);padding:24px}.admin-login__title{color:var(--color-heading);margin-bottom:8px;font-size:1.125rem;font-weight:700}.admin-login__desc{color:#ffffffa6;margin-bottom:20px;font-size:.8125rem;line-height:1.5}.admin-login__form{flex-direction:column;gap:10px;display:flex}.admin-login__label{color:#ffffffbf;font-size:.75rem;font-weight:600}.admin-login__input{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:.875rem;transition:border-color .2s}.admin-login__input:focus{border-color:#ffffff59}.admin-login__input:disabled{opacity:.5}.admin-login__error{color:#ff8f8f;font-size:.75rem}.admin-login__hint{color:#ffffff8c;font-size:.75rem;line-height:1.45}.admin-login__hint code{color:#fffc;font-size:.6875rem}.admin-login__actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.admin-login__btn{border-radius:8px;padding:10px 16px;font-size:.8125rem;font-weight:600;transition:background .2s,opacity .2s}.admin-login__btn--ghost{color:#ffffffb3;background:0 0}.admin-login__btn--ghost:hover{background:#ffffff0f}.admin-login__btn--primary{color:#0b0b10;background:#fff}.admin-login__btn--primary:hover:not(:disabled){background:#ffffffe6}.admin-login__btn--primary:disabled{opacity:.45;cursor:not-allowed}:root{--color-bg:#0c0c12;--color-bg-elevated:#14141c;--color-bg-card:#ffffff14;--color-bg-card-hover:#ffffff21;--color-surface:#16161f;--color-surface-alt:#12121a;--color-text:#ffffffe0;--color-text-muted:#ffffff8c;--color-text-on-card:#ffffffb8;--color-heading:#fff;--color-primary:#fff;--color-primary-light:#ffffffbf;--color-accent:#ffffffe6;--color-border:#ffffff24;--color-border-strong:#ffffff42;--shadow-sm:0 4px 20px #0000004d;--shadow-md:0 12px 36px #00000059;--shadow-glow:0 8px 32px #ffffff0f;--shadow-card-inset:inset 0 1px 0 #ffffff1f;--radius:12px;--max-width:1100px;--header-height:64px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4{color:var(--color-heading);letter-spacing:-.02em;margin:0;font-weight:700}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.section-header{margin-bottom:48px}.section-header--center{text-align:center}.section-header--center .section-header__desc{margin-left:auto;margin-right:auto}.section-header__label{letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:12px;font-size:.75rem;font-weight:600;display:block}.section-header__title{margin-bottom:12px;font-size:clamp(1.75rem,4vw,2.25rem)}.section-header__desc{max-width:520px;color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.section-header__line{gap:8px;margin-top:28px;display:flex}.section-header__line--center{justify-content:center}.section-header__line span{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.8s ease-in-out infinite section-dot-pulse}.section-header__line span:nth-child(2){animation-delay:.2s}.section-header__line span:nth-child(3){animation-delay:.4s}@keyframes section-dot-pulse{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.section-header{animation:.8s both section-header-in}@keyframes section-header-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.section-header{animation:none}.section-header__line span{opacity:.5;animation:none;transform:none}}.admin-trigger{border-left:1px solid #ffffff24;flex-shrink:0;margin-left:10px;padding-left:12px;position:relative}.admin-trigger__btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s;display:flex}.admin-trigger__btn:hover,.admin-trigger__btn:focus-visible{background:#ffffff0f}.admin-trigger__dot{background:#ffffff6b;border-radius:50%;width:6px;height:6px;transition:background .2s,box-shadow .2s,transform .2s;box-shadow:0 0 0 1px #ffffff1f}.admin-trigger__btn:hover .admin-trigger__dot,.admin-trigger__btn:focus-visible .admin-trigger__dot{background:#ffffffe0;transform:scale(1.15);box-shadow:0 0 0 1px #ffffff40}.admin-trigger__btn--active .admin-trigger__dot{background:#9fd89f;box-shadow:0 0 10px #78c87873}.admin-trigger__menu{z-index:120;border-radius:10px;min-width:132px;padding:10px;position:absolute;top:calc(100% + 10px);right:0}.admin-trigger__status{letter-spacing:.04em;color:#ffffff8c;margin-bottom:8px;font-size:.6875rem;font-weight:600}.admin-trigger__logout{text-align:left;color:#ffffffe0;border-radius:6px;width:100%;padding:8px 10px;font-size:.75rem;font-weight:600;transition:background .2s}.admin-trigger__logout:hover{background:#ffffff14}@media (width<=768px){.admin-trigger{border-left:none;margin-left:0;padding-left:0}}.hero{color:#fff;background:#030308;align-items:center;padding:64px 24px 110px;display:flex;position:relative;overflow:hidden}.hero__backdrop{pointer-events:none;position:absolute;inset:0}.hero__space-deep{background:radial-gradient(100% 70% at 50% 100%,#14142399 0%,#0000 55%),radial-gradient(circle at 15% 25%,#ffffff0a 0%,#0000 35%),radial-gradient(circle at 85% 15%,#ffffff08 0%,#0000 30%),#030308;position:absolute;inset:0}.hero__nebula{filter:blur(90px);opacity:.2;border-radius:50%;animation:20s ease-in-out infinite hero-nebula-drift;position:absolute}.hero__nebula--1{background:radial-gradient(#ffffff80 0%,#0000 70%);width:500px;height:300px;top:-80px;right:-100px}.hero__nebula--2{background:radial-gradient(#b4b4c866 0%,#0000 70%);width:400px;height:350px;animation-delay:-10s;bottom:-100px;left:-80px}.hero__milkyway{background:linear-gradient(135deg,#0000 30%,#ffffff08 42%,#ffffff0f 50%,#ffffff08 58%,#0000 70%);animation:30s ease-in-out infinite hero-milkyway-shift;position:absolute;inset:-20%;transform:rotate(-8deg)}@keyframes hero-nebula-drift{0%,to{opacity:.18;transform:translate(0)scale(1)}50%{opacity:.25;transform:translate(-30px,20px)scale(1.08)}}@keyframes hero-milkyway-shift{0%,to{opacity:.7;transform:rotate(-8deg)translate(0)}50%{opacity:1;transform:rotate(-8deg)translate(20px)}}.hero__stars{position:absolute;inset:0;overflow:hidden}.hero__star{opacity:var(--star-opacity,.3);will-change:transform, opacity;background:#fff;border-radius:50%;position:absolute}.hero__star--far{animation:hero-star-drift-slow var(--star-duration,14s) ease-in-out infinite;box-shadow:0 0 3px #fff3}.hero__star--near{animation:hero-star-drift var(--star-duration,10s) ease-in-out infinite, hero-star-twinkle 3s ease-in-out infinite;box-shadow:0 0 8px #ffffff59}.hero__star--bright{box-shadow:0 0 10px #fff9,0 0 20px #fff3}.hero__star--bright:before,.hero__star--bright:after{content:"";background:#ffffff80;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__star--bright:before{width:14px;height:1px}.hero__star--bright:after{width:1px;height:14px}.hero__shooting-stars{position:absolute;inset:0;overflow:hidden}.hero__shooting-star{opacity:0;background:linear-gradient(90deg,#ffffffe6,#0000);border-radius:1px;width:100px;height:1px;animation:12s ease-in infinite hero-shooting;position:absolute;left:-120px;transform:rotate(-30deg)}@keyframes hero-star-drift-slow{0%,to{opacity:var(--star-opacity,.2);transform:translate(0)}50%{opacity:calc(var(--star-opacity,.2) * 1.4);transform:translate(12px,-18px)}}@keyframes hero-star-drift{0%,to{opacity:var(--star-opacity,.3);transform:translate(0)scale(1)}33%{opacity:calc(var(--star-opacity,.3) * 1.6);transform:translate(28px,-40px)scale(1.15)}66%{opacity:calc(var(--star-opacity,.3) * .7);transform:translate(-20px,24px)scale(.9)}}@keyframes hero-star-twinkle{0%,to{filter:brightness()}50%{filter:brightness(1.8)}}@keyframes hero-shooting{0%,85%,to{opacity:0;transform:rotate(-30deg)translate(0)}88%{opacity:1}95%{opacity:0;transform:rotate(-30deg)translate(110vw)}}.hero__watermark{opacity:.06;filter:invert();width:min(52vw,480px);height:auto;position:absolute;top:50%;right:-4%;transform:translateY(-50%)}.hero__inner{z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;position:relative}.hero__content{max-width:640px}.hero__label{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;margin-bottom:28px;font-size:.75rem;font-weight:600}.hero__headline{flex-direction:column;gap:0;margin-bottom:20px;line-height:.95;display:flex}.hero__headline-solid{letter-spacing:-.04em;color:#fff;font-size:clamp(2.75rem,8vw,4.5rem);font-weight:800}.hero__headline-outline{letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px #ffffffbf;font-size:clamp(2.75rem,8vw,4.5rem);font-weight:800}.hero__tagline{color:#ffffff8c;letter-spacing:.02em;font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400}.hero__divider{align-items:center;gap:8px;margin:32px 0 28px;display:flex}.hero__divider-dot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.8s ease-in-out infinite hero-divider-dot}.hero__divider-dot:nth-child(2){animation-delay:.2s}.hero__divider-dot:nth-child(3){animation-delay:.4s}@keyframes hero-divider-dot{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.hero__animate{opacity:0;animation:.8s forwards hero-fade-up}.hero__animate--1{animation-delay:.15s}.hero__animate--2{animation-delay:.3s}.hero__animate--3{animation-delay:.45s}.hero__animate--4{animation-delay:.55s}.hero__animate--5{animation-delay:.65s}.hero__animate--6{animation-delay:.75s}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__meta{margin-bottom:36px}.hero__name-ko{color:#ffffffe6;margin-bottom:6px;font-size:1rem;font-weight:500}.hero__address{color:#fff6;font-size:.875rem}.hero__tags{flex-wrap:wrap;gap:10px;display:flex}.hero__tags li{letter-spacing:.02em;color:#ffffffd9;border:1px solid #ffffff38;border-radius:999px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:background .25s,color .25s,border-color .25s}.hero__tags li:hover{color:#0a0a0a;background:#fff;border-color:#fff}.hero__scroll{color:#ffffff8c;flex-direction:column;align-items:center;gap:14px;padding:12px 20px 10px;transition:color .25s,transform .25s;animation:2.4s ease-in-out infinite hero-scroll-bob;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero__scroll:hover{color:#fff;animation-play-state:paused;transform:translate(-50%)translateY(4px)}.hero__scroll-text{letter-spacing:.28em;text-transform:uppercase;font-size:.8125rem;font-weight:700;animation:2.4s ease-in-out infinite hero-scroll-text-glow}.hero__scroll-icon{flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.hero__scroll-ring{border:1px solid #ffffff40;border-radius:50%;width:56px;height:56px;margin:-28px 0 0 -28px;animation:2.4s ease-out infinite hero-scroll-ring;position:absolute;top:50%;left:50%}.hero__scroll-mouse{z-index:1;border:2px solid #ffffff8c;border-radius:16px;width:30px;height:48px;position:relative;box-shadow:0 0 20px #ffffff14}.hero__scroll-wheel{background:#fff;border-radius:3px;width:5px;height:10px;margin:9px auto 0;animation:1.6s ease-in-out infinite hero-scroll-wheel;display:block}.hero__scroll-chevrons{flex-direction:column;align-items:center;gap:2px;margin-top:2px;display:flex}.hero__scroll-chevron{border-bottom:2px solid #ffffffb3;border-right:2px solid #ffffffb3;width:10px;height:10px;animation:1.6s ease-in-out infinite hero-scroll-chevron;display:block;transform:rotate(45deg)}.hero__scroll-chevron:nth-child(2){opacity:.45;margin-top:-6px;animation-delay:.15s}@keyframes hero-scroll-bob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@keyframes hero-scroll-text-glow{0%,to{opacity:.55;text-shadow:none}50%{opacity:1;text-shadow:0 0 16px #ffffff59}}@keyframes hero-scroll-ring{0%{opacity:.6;transform:scale(.85)}70%,to{opacity:0;transform:scale(1.35)}}@keyframes hero-scroll-wheel{0%{opacity:1;transform:translateY(0)}60%{opacity:.2;transform:translateY(14px)}to{opacity:0;transform:translateY(14px)}}@keyframes hero-scroll-chevron{0%,to{opacity:.3;transform:rotate(45deg)translateY(0)}50%{opacity:1;transform:rotate(45deg)translateY(4px)}}@media (prefers-reduced-motion:reduce){.hero__star,.hero__nebula,.hero__milkyway,.hero__shooting-star,.hero__divider-dot,.hero__scroll,.hero__scroll-text,.hero__scroll-ring,.hero__scroll-wheel,.hero__scroll-chevron,.hero__animate{opacity:1;animation:none;transform:none}.hero__scroll{transform:translate(-50%)}.hero__scroll-chevron{transform:rotate(45deg)}}@media (width<=768px){.hero{padding:48px 24px 80px}.hero__watermark{opacity:.04;width:70vw;right:-20%}.hero__headline-solid,.hero__headline-outline{font-size:clamp(2.25rem,11vw,3rem)}}.constellation{pointer-events:none;opacity:.85;position:absolute}.constellation--hero{width:min(50%,470px);height:min(58%,500px);top:7%;right:4%}.constellation--business,.constellation--credentials,.constellation--members,.constellation--reference{width:min(50%,470px);height:min(46%,360px);top:7%;right:4%}.constellation__star{animation:3s ease-in-out infinite constellation-star-pulse}.constellation__star--labeled{filter:drop-shadow(0 0 5px #ffffff59)}.constellation__guide{opacity:.9}.constellation__label{fill:#ffffff6b;letter-spacing:.08em;font-family:Times New Roman,Times,serif;font-size:10px;font-style:italic}.constellation__name{fill:#ffffff57;letter-spacing:.04em;font-family:Times New Roman,Times,serif;font-size:12px;font-style:italic}@keyframes constellation-star-pulse{0%,to{opacity:inherit}50%{opacity:1}}@media (width<=768px){.constellation{opacity:.5}.constellation--hero{width:min(76%,350px);height:min(46%,390px);top:8%;right:2%}.constellation:not(.constellation--hero){top:8%;left:auto;right:2%;width:min(76%,350px)!important;height:min(40%,290px)!important}}@media (prefers-reduced-motion:reduce){.constellation__star{animation:none}}.space-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.space-bg__glow{filter:blur(80px);opacity:.12;border-radius:50%;position:absolute}.space-bg__glow--1{background:radial-gradient(#ffffff80 0%,#0000 70%);width:360px;height:240px;animation:22s ease-in-out infinite space-glow-drift;top:-60px;right:-40px}.space-bg__glow--2{background:radial-gradient(#c8c8dc66 0%,#0000 70%);width:280px;height:280px;animation:22s ease-in-out -11s infinite reverse space-glow-drift;bottom:-80px;left:-60px}.space-bg__stars{position:absolute;inset:0}.space-bg__star{opacity:var(--star-opacity,.2);will-change:transform, opacity;background:#fff;border-radius:50%;position:absolute}.space-bg__star--far{animation:space-star-drift-slow var(--star-duration,14s) ease-in-out infinite;box-shadow:0 0 4px #ffffff26}.space-bg__star--near{animation:space-star-drift var(--star-duration,10s) ease-in-out infinite, space-star-twinkle 3.5s ease-in-out infinite;box-shadow:0 0 8px #ffffff4d}.space-bg__star--bright{box-shadow:0 0 10px #ffffff8c,0 0 22px #ffffff26}.space-bg__star--bright:before,.space-bg__star--bright:after{content:"";background:#ffffff73;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.space-bg__star--bright:before{width:12px;height:1px}.space-bg__star--bright:after{width:1px;height:12px}.space-bg__shooting{position:absolute;inset:0;overflow:hidden}.space-bg__shooting-star{opacity:0;background:linear-gradient(90deg,#ffffffd9,#0000);border-radius:1px;width:90px;height:1px;animation:14s ease-in infinite space-shooting;position:absolute;left:-120px;transform:rotate(-28deg)}@keyframes space-glow-drift{0%,to{opacity:.1;transform:translate(0)}50%{opacity:.16;transform:translate(-20px,15px)}}@keyframes space-star-drift-slow{0%,to{opacity:var(--star-opacity,.15);transform:translate(0)}50%{opacity:calc(var(--star-opacity,.15) * 1.5);transform:translate(10px,-14px)}}@keyframes space-star-drift{0%,to{opacity:var(--star-opacity,.25);transform:translate(0)scale(1)}33%{opacity:calc(var(--star-opacity,.25) * 1.5);transform:translate(18px,-28px)scale(1.12)}66%{opacity:calc(var(--star-opacity,.25) * .75);transform:translate(-14px,18px)scale(.92)}}@keyframes space-star-twinkle{0%,to{filter:brightness()}50%{filter:brightness(1.7)}}@keyframes space-shooting{0%,82%,to{opacity:0;transform:rotate(-28deg)translate(0)}86%{opacity:.9}94%{opacity:0;transform:rotate(-28deg)translate(100vw)}}@media (prefers-reduced-motion:reduce){.space-bg__glow,.space-bg__star,.space-bg__shooting-star{animation:none}}.business{background:var(--color-bg);padding:64px 24px;position:relative;overflow:hidden}.business:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 50% 0,#ffffff12 0%,#0000 55%),radial-gradient(circle at 85% 75%,#ffffff0a 0%,#0000 45%);position:absolute;inset:0}.business__inner{z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;position:relative}.business-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.business-card{border-radius:var(--radius);padding:32px 28px 28px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.business-card:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#ffffff73,#0000);height:1px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.business-card:hover:after{opacity:1}.business-card__index{letter-spacing:.12em;color:#ffffff4d;font-size:.6875rem;font-weight:700;transition:color .3s;position:absolute;top:20px;right:20px}.business-card:hover .business-card__index{color:#ffffff8c}.business-card__icon{filter:grayscale(.2);opacity:.95;margin-bottom:16px;font-size:1.75rem;transition:transform .35s}.business-card:hover .business-card__icon{transform:scale(1.08)}.business-card__title{border-bottom:1px solid #ffffff1f;margin-bottom:20px;padding-bottom:16px;font-size:1.125rem}.business-card__list li{color:var(--color-text-on-card);margin-bottom:10px;padding-left:16px;font-size:.875rem;line-height:1.55;transition:color .25s;position:relative}.business-card:hover .business-card__list li{color:#ffffffd9}.business-card__list li:before{content:"";background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;top:9px;left:0;box-shadow:0 0 8px #fff9}@media (width<=768px){.business{padding:72px 24px}}.credentials{background:var(--color-surface-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:64px 24px;position:relative;overflow:hidden}.credentials:before{content:"";pointer-events:none;background:radial-gradient(60% 50%,#ffffff0d 0%,#0000 65%);position:absolute;inset:0}.credentials:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 10%,#0000 70%);mask-image:radial-gradient(80% 60%,#000 10%,#0000 70%)}.credentials__inner{z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;position:relative}.credentials-grid{grid-template-columns:minmax(320px,.82fr) minmax(0,1.38fr);align-items:stretch;gap:20px;display:grid}.credential-block{border-radius:var(--radius);padding:28px;transition:transform .35s}.credential-block--wide{grid-column:1/-1}.credential-block--proof,.credential-block--cert{min-height:100%}.credential-block--proof{flex-direction:column;display:flex}.credential-block__title{letter-spacing:.04em;text-transform:uppercase;color:var(--color-heading);align-items:center;gap:10px;margin-bottom:20px;font-size:.9375rem;font-weight:700;display:flex}.credential-block__dot{background:#fff;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.5s ease-in-out infinite dot-pulse;box-shadow:0 0 10px #ffffff80}@keyframes dot-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.license-list li{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:14px 0;font-size:.875rem;transition:padding-left .25s;display:flex}.license-list li:hover{padding-left:4px}.license-list li:last-child{border-bottom:none;padding-bottom:0}.license-list li:first-child{padding-top:0}.license-list__icon{filter:grayscale(.2);opacity:.9;font-size:1.125rem}.license-list__label{color:#ffffffe0;flex:1}.license-list__since{letter-spacing:.06em;color:#ffffffbf;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:background .25s}.license-list li:hover .license-list__since{background:#ffffff29}.cert-list--rnd{grid-template-columns:repeat(2,minmax(0,1fr))}.cert-list{grid-template-columns:1fr;gap:12px;display:grid}.cert-list--rnd li{white-space:normal}.cert-list li{color:var(--color-text-on-card);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:15px 18px 15px 22px;font-size:.78rem;line-height:1.55;transition:border-color .25s,background .25s,transform .25s;position:relative;box-shadow:inset 0 1px #ffffff14}.cert-list li:hover{background:#ffffff1a;border-color:#ffffff38;transform:translateY(-2px)}.cert-list li:before{content:"";background:#fff;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}@media (prefers-reduced-motion:reduce){.credential-block__dot{animation:none}.license-list li:hover,.cert-list li:hover{padding-left:unset;transform:none}}@media (width<=768px){.credentials{padding:72px 24px}.credentials-grid,.cert-list,.cert-list--rnd{grid-template-columns:1fr}.cert-list li{white-space:normal}}.reveal-grid .card-reveal{opacity:0;transition:opacity .65s,transform .65s,background .3s,border-color .3s,box-shadow .3s;transform:translateY(24px)}.reveal-grid.is-visible .card-reveal{opacity:1;transform:translateY(0)}.reveal-grid.is-visible .card-reveal:first-child{transition-delay:50ms}.reveal-grid.is-visible .card-reveal:nth-child(2){transition-delay:.12s}.reveal-grid.is-visible .card-reveal:nth-child(3){transition-delay:.19s}.reveal-grid.is-visible .card-reveal:nth-child(4){transition-delay:.26s}.reveal-grid.is-visible .card-reveal:nth-child(5){transition-delay:.33s}.reveal-grid.is-visible .card-reveal:nth-child(6){transition-delay:.4s}.card-surface{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(155deg,#ffffff24 0%,#ffffff0f 100%);border:1px solid #ffffff29;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff1f}.card-surface:hover{background:linear-gradient(155deg,#ffffff2e 0%,#ffffff17 100%);border-color:#ffffff47;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0f,inset 0 1px #ffffff2e}.reveal-grid.is-visible .card-reveal:hover,.card-surface.card-reveal:hover{transform:translateY(-3px)}@media (prefers-reduced-motion:reduce){.reveal-grid .card-reveal{opacity:1;transition:background .3s,border-color .3s,box-shadow .3s;transform:none}}html{scroll-snap-type:y mandatory;scroll-padding-top:var(--header-height)}.snap-section{scroll-snap-align:start;scroll-snap-stop:always;min-height:100svh;padding-top:var(--header-height);box-sizing:border-box;flex-direction:column;justify-content:center;display:flex}.snap-section--tall{justify-content:flex-start}.snap-section>:last-child:not([class*=__backdrop]):not(.space-bg){width:100%}@media (prefers-reduced-motion:reduce){html{scroll-snap-type:none}}.header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);background:#08080cd9;position:fixed;top:0;left:0;right:0}.header__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 24px;display:flex}.header__logo{align-items:center;padding:0;display:flex}.header__logo-img{filter:invert();width:auto;height:36px;display:block}.header__actions{align-items:center;gap:8px;display:flex}.header__nav{gap:4px;display:flex}.header__link{color:#fff;border-radius:8px;padding:8px 14px;font-size:.9375rem;font-weight:500;transition:color .2s,background .2s}.header__link:hover{color:#fff;background:#ffffff0f}.scroll-indicator{z-index:95;flex-direction:column;align-items:flex-end;gap:7px;display:flex;position:fixed;top:50%;right:20px;transform:translateY(-50%)}.scroll-indicator__item{justify-content:flex-end;align-items:center;min-width:40px;height:10px;padding:0;display:flex;position:relative}.scroll-indicator__bar{background:#ffffff6b;border-radius:999px;width:20px;height:2px;transition:width .24s,background .24s,box-shadow .24s;display:block;box-shadow:0 0 10px #fff0}.scroll-indicator__item:hover .scroll-indicator__bar,.scroll-indicator__item--active .scroll-indicator__bar{background:#fff;width:30px;box-shadow:0 0 12px #ffffff73}.scroll-indicator__label{letter-spacing:.08em;color:#ffffffd1;opacity:0;pointer-events:none;text-transform:uppercase;white-space:nowrap;font-size:.6875rem;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;right:42px;transform:translate(8px)}.scroll-indicator__item:hover .scroll-indicator__label,.scroll-indicator__item:focus-visible .scroll-indicator__label{opacity:1;transform:translate(0)}.header__menu-btn{flex-direction:column;gap:5px;padding:8px;display:none}.header__menu-btn span{background:#fff;border-radius:2px;width:22px;height:2px;display:block}.reference{background:var(--color-surface-alt);border-top:1px solid var(--color-border);padding:64px 24px;position:relative;overflow:hidden}.reference:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 40% at 50% 100%,#ffffff0d 0%,#0000 60%);position:absolute;inset:0}.reference__inner{z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;position:relative}.reference-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.reference-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(155deg,#ffffff24 0%,#ffffff0f 100%);border:1px solid #ffffff29;padding:24px;transition:transform .35s,border-color .35s,box-shadow .35s;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff1f}.reference-card:hover{background:linear-gradient(155deg,#ffffff2e 0%,#ffffff17 100%);border-color:#ffffff47;transform:translateY(-3px);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff2e}.reference-card__category{letter-spacing:.06em;color:#ffffffb3;border:1px solid var(--color-border);background:#ffffff0f;border-radius:999px;margin-bottom:12px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.reference-card__title{margin-bottom:8px;font-size:1.0625rem}.reference-card__desc{color:var(--color-text-muted);margin-bottom:12px;font-size:.875rem}.reference-card__year{color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.reference-empty{text-align:center;border-radius:var(--radius);background:linear-gradient(155deg,#ffffff1a 0%,#ffffff0a 100%);border:1px dashed #fff3;padding:56px 24px;box-shadow:inset 0 1px #ffffff1a}.reference-empty p{color:var(--color-text-muted);margin-bottom:8px;font-size:1rem}.reference-empty span{color:var(--color-text-muted);opacity:.6;font-size:.875rem}.footer{color:#ffffffd9;border-top:1px solid var(--color-border);scroll-snap-align:end;scroll-snap-stop:always;background:#030308;padding:48px 24px}.footer__inner{max-width:var(--max-width);text-align:center;margin:0 auto}.footer__brand{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.footer__brand strong{color:#fff;font-size:1.125rem}.footer__brand span{opacity:.7;font-size:.875rem}.footer__contact{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:24px;display:flex}.footer__contact a{font-size:.9375rem;transition:color .2s}.footer__contact a:hover{color:#fff}.footer__copy{opacity:.5;font-size:.8125rem}@media (width<=768px){.scroll-indicator{display:none}.header__menu-btn{display:flex}.header__actions{gap:4px}.header__nav{top:var(--header-height);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);background:#08080cf7;flex-direction:column;padding:12px;display:none;position:absolute;left:0;right:0}.header__nav--open{display:flex}.header__link{text-align:left;padding:12px 16px}.reference{padding:72px 24px}}html.mobile-view{scroll-snap-type:none;scroll-padding-top:var(--mobile-header-height)}html.mobile-view body{overscroll-behavior-y:none}:root{--mobile-header-height:52px;--mobile-bottom-nav-height:64px;--mobile-safe-bottom:env(safe-area-inset-bottom,0px)}.mobile-app{background:var(--color-bg);min-height:100dvh}.mobile-app__main{padding-bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom) + 8px)}.mobile-header{z-index:200;height:var(--mobile-header-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);background:#08080ceb;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-header__logo{padding:4px 0}.mobile-header__logo-img{filter:invert();width:auto;height:28px;display:block}.mobile-header__actions{align-items:center;gap:2px;display:flex}.mobile-header__menu-btn{border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:flex}.mobile-header__menu-btn span{background:#fff;border-radius:2px;width:20px;height:2px;transition:transform .25s,opacity .25s;display:block}.mobile-header__menu-btn--open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-header__menu-btn--open span:nth-child(2){opacity:0}.mobile-header__menu-btn--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-header__backdrop{z-index:190;background:#0000008c;border:none;position:fixed;inset:0}.mobile-header__drawer{top:var(--mobile-header-height);z-index:195;border-left:1px solid var(--color-border);background:#0a0a10fa;width:min(280px,82vw);padding:20px 16px 32px;transition:transform .3s;position:fixed;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-header__drawer--open{transform:translate(0)}.mobile-header__drawer-title{letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 16px;font-size:.6875rem;font-weight:700}.mobile-header__nav{flex-direction:column;gap:4px;display:flex}.mobile-header__link{text-align:left;color:#fff;border-radius:10px;width:100%;padding:14px 16px;font-size:1rem;font-weight:500;transition:background .2s}.mobile-header__link:active{background:#ffffff14}.mobile-bottom-nav{z-index:200;height:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom));padding-bottom:var(--mobile-safe-bottom);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--color-border);background:#08080cf0;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav__item{color:#ffffff73;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-width:0;padding:6px 2px;transition:color .2s;display:flex}.mobile-bottom-nav__item--active{color:#fff}.mobile-bottom-nav__icon{font-size:1rem;line-height:1}.mobile-bottom-nav__label{letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.625rem;font-weight:600;overflow:hidden}.mobile-section{padding:32px 16px;position:relative;overflow:hidden}.mobile-section__inner{z-index:1;position:relative}.mobile-section__header{margin-bottom:24px}.mobile-section__header--center{text-align:center}.mobile-section__header--center .mobile-section__desc{margin-left:auto;margin-right:auto}.mobile-section__label{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:8px;font-size:.6875rem;font-weight:600;display:block}.mobile-section__title{margin-bottom:8px;font-size:1.625rem}.mobile-section__desc{color:var(--color-text-muted);max-width:100%;font-size:.875rem;line-height:1.65}.mobile-hero{min-height:calc(100dvh - var(--mobile-header-height));padding:calc(var(--mobile-header-height) + 28px) 16px 48px;color:#fff;background:#030308;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.mobile-hero__content{z-index:1;position:relative}.mobile-hero__label{letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;margin-bottom:16px;font-size:.6875rem;font-weight:600}.mobile-hero__title{flex-direction:column;gap:0;margin-bottom:12px;line-height:.95;display:flex}.mobile-hero__title-solid{letter-spacing:-.04em;font-size:clamp(2rem,10vw,2.75rem);font-weight:800}.mobile-hero__title-outline{letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px #ffffffbf;font-size:clamp(2rem,10vw,2.75rem);font-weight:800}.mobile-hero__tagline{color:#ffffff8c;margin-bottom:20px;font-size:.875rem}.mobile-hero__info{border-radius:var(--radius);margin-bottom:16px;padding:16px}.mobile-hero__name-ko{margin-bottom:4px;font-size:.9375rem;font-weight:500}.mobile-hero__address{color:#ffffff80;font-size:.8125rem;line-height:1.5}.mobile-hero__tags{flex-wrap:wrap;gap:8px;display:flex}.mobile-hero__tags li{color:#ffffffd9;border:1px solid #ffffff38;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:500}.mobile-hero__scroll{z-index:1;color:#ffffff80;flex-direction:column;align-self:center;align-items:center;gap:8px;margin-top:32px;animation:2.4s ease-in-out infinite mobile-scroll-bob;display:flex;position:relative}.mobile-hero__scroll-text{letter-spacing:.24em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.mobile-hero__scroll-arrow{border-bottom:2px solid;border-right:2px solid;width:10px;height:10px;transform:rotate(45deg)}@keyframes mobile-scroll-bob{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.mobile-business{background:var(--color-bg)}.mobile-business__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.mobile-business__tabs::-webkit-scrollbar{display:none}.mobile-business__tab{color:#fff9;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;min-width:96px;padding:12px 10px;transition:background .2s,border-color .2s,color .2s;display:flex}.mobile-business__tab--active{color:#fff;background:#ffffff1f;border-color:#ffffff47}.mobile-business__tab-icon{font-size:1.375rem}.mobile-business__tab-label{text-align:center;font-size:.6875rem;font-weight:600;line-height:1.3}.mobile-business__panel{border-radius:var(--radius);padding:24px 20px;position:relative}.mobile-business__index{letter-spacing:.12em;color:#ffffff4d;font-size:.625rem;font-weight:700;position:absolute;top:16px;right:16px}.mobile-business__panel-title{border-bottom:1px solid #ffffff1f;margin-bottom:16px;padding-bottom:12px;font-size:1.0625rem}.mobile-business__list li{color:var(--color-text-on-card);margin-bottom:10px;padding-left:14px;font-size:.8125rem;line-height:1.55;position:relative}.mobile-business__list li:before{content:"";background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:0}.mobile-credentials{background:var(--color-surface-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.mobile-credentials__tabs{gap:8px;margin-bottom:16px;display:flex}.mobile-credentials__tab{text-align:center;color:#ffffff8c;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;flex:1;padding:12px 8px;font-size:.75rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.mobile-credentials__tab--active{color:#fff;background:#ffffff1f;border-color:#ffffff47}.mobile-credentials__panel{border-radius:var(--radius);padding:8px 16px}.mobile-license-list li{border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:12px;padding:14px 0;display:flex}.mobile-license-list li:last-child{border-bottom:none}.mobile-license-list__icon{flex-shrink:0;margin-top:2px;font-size:1.125rem}.mobile-license-list__body{flex:1;min-width:0}.mobile-license-list__label{color:#ffffffe0;margin-bottom:6px;font-size:.8125rem;line-height:1.45;display:block}.mobile-license-list__since{letter-spacing:.04em;color:#ffffffbf;background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;padding:3px 8px;font-size:.6875rem;font-weight:600;display:inline-block}.mobile-cert-list{flex-direction:column;gap:10px;display:flex}.mobile-cert-list__item{color:var(--color-text-on-card);border-radius:var(--radius);padding:14px 16px;font-size:.75rem;line-height:1.55}.mobile-members{background:var(--color-bg)}.mobile-members__list{flex-direction:column;gap:12px;display:flex}.mobile-members__list .member-card{opacity:1;transform:none}.mobile-members__list .member-card:hover{transform:none}.mobile-reference{background:var(--color-surface-alt);border-top:1px solid var(--color-border)}.mobile-reference__list{flex-direction:column;gap:12px;display:flex}.mobile-reference__card{border-radius:var(--radius);padding:20px}.mobile-reference__category{letter-spacing:.06em;color:#ffffffb3;border:1px solid var(--color-border);background:#ffffff0f;border-radius:999px;margin-bottom:10px;padding:3px 8px;font-size:.6875rem;font-weight:600;display:inline-block}.mobile-reference__title{margin-bottom:6px;font-size:1rem}.mobile-reference__desc{color:var(--color-text-muted);margin-bottom:8px;font-size:.8125rem}.mobile-reference__year{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.mobile-reference__empty{text-align:center;border-radius:var(--radius);padding:40px 20px}.mobile-reference__empty p{color:var(--color-text-muted);margin-bottom:6px;font-size:.9375rem}.mobile-reference__empty span{color:var(--color-text-muted);opacity:.6;font-size:.8125rem}.mobile-footer{border-top:1px solid var(--color-border);text-align:center;background:#030308;padding:32px 16px 24px}.mobile-footer__brand{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.mobile-footer__brand strong{color:#fff;font-size:1rem}.mobile-footer__brand span{color:#ffffffb3;font-size:.8125rem}.mobile-footer__actions{gap:10px;margin-bottom:20px;display:flex}.mobile-footer__action{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px 12px;font-size:.875rem;font-weight:600;transition:background .2s;display:flex}.mobile-footer__action--primary{background:#ffffff29;border-color:#ffffff47}.mobile-footer__action:active{background:#ffffff38}.mobile-footer__contact{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.mobile-footer__contact a{color:#ffffff8c;font-size:.8125rem}.mobile-footer__copy{color:#fff6;font-size:.6875rem}@media (prefers-reduced-motion:reduce){.mobile-hero__scroll{animation:none}.mobile-header__drawer{transition:none}}
