@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";@import"https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Text:wght@400;700;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #4F00F8;--secondary: #EA4335;--accent: #FBBC04;--green: #34A853;--purple: #4F00F8;--pink: #EC4899;--dark: #1F1F1F;--light: #ffffff;--text-dark: #1F1F1F}html{scroll-behavior:smooth;scroll-snap-type:y proximity;overflow-y:scroll}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:var(--light);color:var(--text-dark);overflow-x:hidden}.translate-hidden{position:fixed;top:60px;right:20px;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.translate-hidden.show,.translate-hidden:focus-within{opacity:1;pointer-events:auto}.goog-te-gadget{font-size:0!important}.goog-te-gadget select{font-size:14px!important;padding:8px 12px!important;border-radius:8px!important;border:1px solid #ddd!important;background:#fff!important;cursor:pointer}.header{position:fixed;top:0;left:0;right:0;z-index:9999;padding:.9rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center}.header-right{display:flex;align-items:center;margin-left:auto;gap:12px}.header-left{display:flex;align-items:center}.header-logo{height:28px;width:auto}.translate-widget{position:absolute;right:200px;top:50%;transform:translateY(-50%)}@media(max-width:768px){.translate-widget{display:none}}.header-impact-report{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:700;font-size:1.125rem;color:#1f1f1f;margin-left:12px}.orange-text{color:#fe6f43}.header-nav{display:flex;gap:.5rem}.nav-link{background:none;border:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.9375rem;font-weight:500;color:#999;cursor:pointer;padding:.5rem .6rem;position:relative;transition:color .3s}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:4px}.nav-dropdown-trigger svg{width:12px;height:12px;transition:transform .3s}.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;padding:8px 0;min-width:140px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible}.nav-dropdown-item{display:block;width:100%;padding:10px 20px;background:none;border:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;text-align:left;transition:background .2s,color .2s}.nav-dropdown-item:hover{background:#f5f5f5;color:#1f1f1f}.nav-dropdown-item.active{color:#fe6f43;font-weight:600}.nav-link:hover{color:#1f1f1f}.nav-link.active{color:#1f1f1f;font-weight:600}.translate-lang-btn{display:flex;align-items:center;justify-content:center;background:none;border:1px solid #ddd;cursor:pointer;padding:6px 12px;border-radius:4px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#666;transition:all .2s ease}.translate-lang-btn:hover{background-color:#f5f5f5;border-color:#ccc;color:#1f1f1f}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0;z-index:1002}.hamburger span{display:block;width:20px;height:2px;background:#1f1f1f;border-radius:1px;transition:all .3s ease}.hamburger span:nth-child(1){margin-bottom:5px}.hamburger span:nth-child(2){margin-bottom:5px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}.mobile-menu{position:absolute;top:0;right:0;width:280px;height:100%;background:#fff;padding:80px 24px 24px;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{background:none;border:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:1.1rem;font-weight:600;color:#1f1f1f;cursor:pointer;padding:1rem 0;text-align:left;border-bottom:1px solid #f1f5f9;transition:color .3s}.mobile-nav-link:hover{color:#4f00f8}.mobile-nav-link.active{color:#1f1f1f;font-weight:700}.mobile-nav-accordion{width:100%}.mobile-accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%}.mobile-accordion-trigger svg{width:16px;height:16px;transition:transform .3s}.mobile-accordion-trigger svg.rotated{transform:rotate(180deg)}.mobile-accordion-content{padding-left:16px;border-left:2px solid #f1f5f9;margin-left:8px}.mobile-accordion-item{background:none;border:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#666;cursor:pointer;padding:.8rem 0;text-align:left;width:100%;transition:color .3s}.mobile-accordion-item:hover{color:#4f00f8}.mobile-accordion-item.active{color:#fe6f43;font-weight:600}.section{min-height:100vh;scroll-snap-align:start;scroll-snap-stop:normal;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;padding:5rem 2.4rem}.hero{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);padding-top:80px}.hero-content{text-align:center;z-index:2}.hero-logo{width:clamp(393px,82vw,842px);height:auto;margin-bottom:.5rem;filter:brightness(0) invert(14%)}.hero-badge{display:inline-block;background:linear-gradient(135deg,#4f00f8,#7c3aed);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:.8rem;letter-spacing:2px}.hero-title{font-size:clamp(1.25rem,4vw,3rem);font-weight:700;line-height:1.1;margin-bottom:1rem;color:#4f00f8}.hero-subtitle{font-size:clamp(1.56rem,3.9vw,2.6rem);font-weight:700;margin-bottom:3rem;color:#4f00f8}.scroll-indicator{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.mouse-icon{width:24px;height:40px;border:2px solid #1F1F1F;border-radius:12px;display:flex;justify-content:center;padding-top:8px}.mouse-wheel{width:4px;height:8px;background:#1f1f1f;border-radius:2px}.scroll-chevron{width:64px;height:64px;color:#1f1f1f;opacity:.5}.scroll-chevron svg{width:100%;height:100%}.stats-section{background:linear-gradient(180deg,#fff,#f8fafc)}.stat-container{text-align:center;max-width:1024px}.stat-label{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#1f1f1f;margin-bottom:.5rem}.stat-number{font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:1;margin-bottom:1rem;color:#1f1f1f}.stat-unit{font-size:clamp(1.5rem,4vw,3rem);font-weight:300;opacity:.8}.stat-description{font-size:clamp(1rem,2vw,1.5rem);color:#64748b;max-width:600px;margin:0 auto}.graph-container{width:100%;max-width:600px;margin:2rem auto;padding:1rem}.graph-bars{display:flex;align-items:flex-end;justify-content:space-between;height:150px;gap:.5rem}.graph-bar-wrapper{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;justify-content:flex-end}.graph-bar{width:100%;max-width:40px;background:linear-gradient(180deg,#4f00f8,#7c3aed);border-radius:4px 4px 0 0;min-height:4px}.graph-year{font-size:.7rem;color:#64748b;margin-top:.5rem}.booking-section-new{background:#fff;min-height:100vh}.booking-container{text-align:center;max-width:700px;width:100%}.booking-label{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#1f1f1f;margin-bottom:.5rem}.booking-number{font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:1;color:#4f00f8;margin-bottom:1rem}.booking-unit{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400;opacity:.9}.bar-chart-container{width:100%;max-width:1024px;margin:2rem auto;padding:1rem}.bar-chart{display:flex;align-items:flex-end;justify-content:center;gap:12px;height:250px}.bar-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.bar-fill{width:40px;background:linear-gradient(180deg,#4f00f8,#7c3aed);border-radius:4px 4px 0 0}.bar-item-last{position:relative}.bar-arrow{display:flex;align-items:flex-end;justify-content:center;height:200px}.bar-arrow img{width:50px;height:auto}.bar-year{font-size:.75rem;color:#64748b}@media(max-width:640px){.bar-chart{gap:6px}.bar-fill{width:24px}.bar-arrow img{width:30px}.bar-year{font-size:.6rem}}.line-chart{width:100%;height:auto}.booking-description{font-size:clamp(1.2rem,2.4vw,1.5rem);color:#64748b}.korea-map-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:500px;opacity:.15;pointer-events:none;z-index:0}.korea-map-grid{display:grid;grid-template-columns:repeat(17,1fr);grid-template-rows:repeat(24,1fr);gap:6px;aspect-ratio:17 / 24}.korea-dot{width:100%;aspect-ratio:1;border-radius:50%;background-color:#999}@media(max-width:768px){.korea-map-bg{width:70%;max-width:300px}.korea-map-grid{gap:4px}}.population-section{background:#fff;position:relative;overflow:hidden}.population-section:before{content:"";position:absolute;top:calc(50% + 32px);left:50%;transform:translate(-50%,-50%);width:90%;height:85.5%;background-image:url(/korea-map.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.22;filter:none;pointer-events:none;z-index:1}.population-section .stat-container{z-index:2;position:relative}.population-section .stat-label{color:#1c1c1c}.population-section .stat-description{color:#494949;opacity:1;font-size:clamp(1rem,2vw,1.5rem);line-height:1.4}.population-section .population-number{color:#4f00f8;font-size:clamp(4rem,15vw,10rem)}@media(max-width:768px){.population-section:before{width:90%;height:70%}}.gradient-blue{background:#fff;position:relative;overflow:hidden}.gradient-blue .stat-number{color:#4f00f8}.gradient-purple{background:#fff}.gradient-purple .stat-number{color:#4f00f8}.gradient-pink{background:#fff}.gradient-pink .stat-number{color:#4f00f8}.gradient-green{background:#fff}.gradient-green .stat-number{color:#4f00f8}.seoul-section-new{background:#fff;min-height:100vh;position:relative;overflow:hidden}.seoul-bg-text{position:absolute;top:calc(58% - 12px);left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;width:100%;display:flex;justify-content:center;align-items:center}.seoul-bg-text-gray{font-size:clamp(12rem,38vw,28rem);font-weight:700;letter-spacing:-.1em;font-family:Futura Condensed,Futura,Arial Narrow,sans-serif;text-transform:uppercase;white-space:nowrap;color:#f0f0f0}.seoul-bg-text-fill{position:absolute;bottom:0;left:50%;transform:translate(-50%);overflow:hidden;height:0}.seoul-bg-text-fill span{display:block;font-size:clamp(12rem,38vw,28rem);font-weight:700;color:#4f00f8;letter-spacing:-.1em;font-family:Futura Condensed,Futura,Arial Narrow,sans-serif;text-transform:uppercase;white-space:nowrap;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media(max-width:768px){.seoul-bg-text-gray,.seoul-bg-text-fill span{font-size:clamp(6rem,28vw,12rem)}}.seoul-container-new{text-align:center;max-width:1024px;width:100%;position:relative;z-index:1;padding-top:10px}.seoul-label{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#1f1f1f;margin-bottom:2rem}.seoul-number-prefix-wrapper{margin-bottom:1rem}.seoul-number-prefix-large{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#4f00f8}.seoul-number{font-size:clamp(5rem,18vw,14rem);font-weight:900;color:#4f00f8;line-height:1;margin-bottom:1rem;display:flex;align-items:baseline;justify-content:center;gap:.5rem}.seoul-unit{font-size:clamp(3rem,10vw,8rem);font-weight:900;color:#4f00f8}.seoul-info{text-align:center}.seoul-description{font-size:1.25rem;font-weight:500;color:#374151;line-height:1.6}@media(max-width:480px){.seoul-description{font-size:1rem}}.seoul-coverage-container{text-align:center;max-width:1024px;width:100%}.seoul-content{display:flex;align-items:center;justify-content:center;gap:4rem;margin-top:2rem;flex-wrap:wrap}.seoul-map-wrapper{flex:1;min-width:280px;max-width:400px}.seoul-map-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #4f00f81a;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1.5rem}.seoul-map{width:100%;height:auto;filter:grayscale(100%) opacity(.3);transition:filter .3s}.seoul-map-overlay{position:absolute;inset:1.5rem;background:linear-gradient(135deg,#4f00f899,#7c3aed66);mix-blend-mode:multiply;border-radius:8px}.seoul-map-container:before{content:"";position:absolute;inset:1.5rem;background:url(/seoul-map.png) center/contain no-repeat;filter:grayscale(0%) brightness(1);opacity:0;animation:mapReveal 2s ease-out 1s forwards}@keyframes mapReveal{to{opacity:1}}.seoul-stat{flex:1;min-width:200px;text-align:left}.seoul-stat .stat-number{font-size:clamp(4rem,12vw,8rem);line-height:1;margin-bottom:1rem}.seoul-stat .stat-description{text-align:left}.gradient-orange{background:#fff}.gradient-orange .stat-number{color:#4f00f8}.time-stat-section{position:relative;background:#fff;min-height:100vh;padding-top:100px;padding-bottom:100px}.time-stat-section:before,.time-stat-section:after{content:"";position:absolute;left:0;right:0;height:150px;pointer-events:none;z-index:2}.time-stat-section:before{top:0;background:linear-gradient(to bottom,#ffffff 0%,transparent 100%)}.time-stat-section:after{bottom:0;background:linear-gradient(to top,#ffffff 0%,transparent 100%)}.time-stat-section .stat-label{color:#1f1f1f}.time-stat-section .stat-number{color:#4f00f8}.radial-pattern{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.radial-circle{position:absolute;border:3px solid #d4c5b0;border-radius:50%;background:transparent}.clock-hand-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;pointer-events:none;z-index:0}.clock-hand{position:absolute;top:50%;left:50%;width:3px;height:80px;background:linear-gradient(180deg,#d1d5db 0%,transparent 100%);transform-origin:bottom center;transform:translate(-50%);border-radius:2px}.time-stat-section .stat-container{position:relative;z-index:1}.multi-stats-section{min-height:60vh}.multi-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:1024px;width:100%;padding:2rem}.multi-stat-item{text-align:center;padding:2.5rem 2rem 3rem;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);min-height:280px;display:flex;flex-direction:column;justify-content:center}.multi-stat-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#f0e6ff,#e6f0ff);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#4f00f8}.multi-stat-icon svg{width:32px;height:32px}.multi-stat-number{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:.5rem}.multi-stat-label{font-size:2rem;font-weight:700;color:#1f1f1f}.space-with-section{background:#fff;min-height:100vh;overflow:visible;padding-top:3rem;padding-bottom:3rem}.bubble-container{width:500px;height:500px;border-radius:50%;position:relative;margin:2rem auto}.bubble-container-inner{position:relative;width:100%;height:100%}.floating-bubbles{position:relative;width:100%;max-width:800px;height:450px;margin:2rem auto}.center-bubble{position:absolute;width:600px;height:600px;background:linear-gradient(135deg,#4f00f8,#7c3aed);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;box-shadow:0 20px 60px #4f00f84d;cursor:pointer;overflow:hidden;transition:transform .3s ease}.center-bubble:hover{transform:scale(1.02)}.center-bubble .bubble-rank{font-size:2rem;font-weight:600;color:#ffffffe6;transition:opacity .3s ease}.center-bubble .bubble-text{font-size:5rem;font-weight:700;color:#fff;opacity:1;transition:opacity .3s ease}.center-bubble .friend-image{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=600);background-size:cover;background-position:center;opacity:0;transition:opacity .3s ease}.center-bubble:hover .friend-image{opacity:1}.center-bubble:hover .bubble-rank,.center-bubble:hover .bubble-text{opacity:0}.surround-bubble{position:absolute;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.surround-bubble:hover{transform:scale(1.1)!important}.surround-bubble:hover .bubble-text{opacity:1}.surround-bubble .bubble-rank{font-size:.85rem;font-weight:600;color:#ffffffe6}.surround-bubble .bubble-text{font-size:1rem;font-weight:700;color:#fff;opacity:0;transition:opacity .3s ease}.surround-bubble.bubble-2{background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 8px 30px #6d28d94d}.surround-bubble.bubble-3{background:linear-gradient(135deg,#7c3aed,#a78bfa);box-shadow:0 6px 25px #7c3aed4d}.surround-bubble.bubble-4{background:linear-gradient(135deg,#8b5cf6,#c4b5fd);box-shadow:0 5px 20px #8b5cf64d}.surround-bubble.bubble-5{background:linear-gradient(135deg,#a78bfa,#ddd6fe);box-shadow:0 4px 15px #a78bfa4d}.orbit-bubble{position:absolute;top:0;left:50%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:orbit linear infinite;cursor:pointer}.orbit-bubble .bubble-rank{font-size:.75rem;font-weight:600;color:#ffffffe6}.orbit-bubble .bubble-text{font-size:.9rem;font-weight:700;color:#fff;opacity:0;transition:opacity .3s ease}.orbit-bubble:hover .bubble-text{opacity:1}.orbit-bubble.bubble-2{background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 8px 30px #6d28d94d}.orbit-bubble.bubble-3{background:linear-gradient(135deg,#7c3aed,#a78bfa);box-shadow:0 6px 25px #7c3aed4d}.orbit-bubble.bubble-4{background:linear-gradient(135deg,#8b5cf6,#c4b5fd);box-shadow:0 5px 20px #8b5cf64d}.orbit-bubble.bubble-5{background:linear-gradient(135deg,#a78bfa,#ddd6fe);box-shadow:0 4px 15px #a78bfa4d}@keyframes orbit{0%{transform:translate(-50%) rotate(0) translate(0) translateY(-50%)}to{transform:translate(-50%) rotate(360deg) translate(0) translateY(-50%)}}.orbit-path:nth-child(2) .orbit-bubble{animation-delay:0s}.orbit-path:nth-child(3) .orbit-bubble{animation-delay:-10s}.orbit-path:nth-child(4) .orbit-bubble{animation-delay:-20s}.orbit-path:nth-child(5) .orbit-bubble{animation-delay:-30s}@media(max-width:640px){.orbit-container{height:450px;transform:scale(.7)}.center-bubble{width:140px;height:140px}.center-bubble .bubble-text{font-size:1.5rem}}.bubble{position:absolute;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;cursor:pointer;transition:box-shadow .3s ease;transform:translate(-50%,-50%)}.bubble-1{background:#ff52a6}.bubble-2{background:#fe6f43}.bubble-3{background:#00b661}.bubble-4{background:#4599ef}.bubble-5{background:#ffc800}.bubble:hover{transform:translate(-50%,-50%) scale(1.1);z-index:10}.bubble-rank{font-size:1rem;font-weight:600;color:#fffc}.bubble-text{font-size:1rem;font-weight:700;color:#fff;opacity:0;transition:opacity .3s ease}.bubble-1 .bubble-rank{font-size:1.5rem}.bubble-1 .bubble-text{font-size:2.5rem;opacity:1}.bubble-2 .bubble-rank{font-size:1.5rem}.bubble-2 .bubble-text{font-size:2rem}.bubble-3 .bubble-rank{font-size:1.25rem}.bubble-3 .bubble-text{font-size:1.5rem}.bubble-4 .bubble-text{font-size:1.25rem}.bubble:hover .bubble-text{opacity:1}.bubble-hint{font-size:.7rem;color:#fff9;margin-top:.25rem}.pc-only{display:block}.mobile-only{display:none}@media(max-width:768px){.pc-only{display:none}.mobile-only{display:block}}@media(max-width:640px){.bubble-container{width:320px;height:320px}.floating-bubbles{height:350px}.bubble-1{width:120px!important;height:120px!important}.bubble-2{width:80px!important;height:80px!important}.bubble-3{width:70px!important;height:70px!important}.bubble-4{width:60px!important;height:60px!important}.bubble-5{width:50px!important;height:50px!important}.bubble-1 .bubble-rank{font-size:.85rem}.bubble-1 .bubble-text{font-size:1.25rem;opacity:1}.bubble-2 .bubble-rank{font-size:.7rem}.bubble-2 .bubble-text{font-size:.9rem}.bubble-3 .bubble-rank{font-size:.65rem}.bubble-3 .bubble-text{font-size:.8rem}.bubble-4 .bubble-rank{font-size:.6rem}.bubble-4 .bubble-text{font-size:.75rem}.bubble-5 .bubble-rank{font-size:.55rem}.bubble-5 .bubble-text{font-size:.7rem}}.video-section{background:#fe6f43;position:relative;overflow:hidden}.video-section:before{content:"Friendly\a City";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-10deg);font-family:Pacifico,cursive;font-size:clamp(10rem,30vw,28rem);font-weight:400;color:#ffffff1f;white-space:pre;text-align:center;line-height:1.1;pointer-events:none;z-index:0}.video-section .section-title{color:#fff}.video-section .section-title{margin-bottom:1.5rem;position:relative;z-index:1}.video-description{font-size:1.1rem;color:#ffffffe6;text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.video-container{width:50%;max-width:550px;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;position:relative;z-index:1}.video-container iframe{width:100%;height:100%}.coverweek-section{background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow:hidden}.coverweek-slider-wrapper{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;padding:1rem 0}.coverweek-slider{width:100%}.coverweek-track{display:flex;gap:1.5rem;animation:scrollLeftCoverweek 30s linear infinite;width:max-content}.coverweek-track:hover{animation-play-state:paused}@keyframes scrollLeftCoverweek{0%{transform:translate(0)}to{transform:translate(-50%)}}.coverweek-card{display:block;flex-shrink:0;width:400px;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;text-decoration:none;transition:transform .3s ease}.coverweek-card:hover{transform:scale(1.03)}.coverweek-thumbnail{width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center;position:relative}.coverweek-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%);display:flex;align-items:flex-end;justify-content:flex-start;padding:1.5rem;transition:opacity .3s ease}.coverweek-card:hover .coverweek-overlay{opacity:0}.coverweek-year{color:#fff;font-size:1.5rem;font-weight:700}.coverweek-hover{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.coverweek-card:hover .coverweek-hover{opacity:1}.coverweek-play-icon{width:64px;height:64px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4f00f8}.coverweek-play-icon svg{width:32px;height:32px;margin-left:4px}.coverweek-cta{color:#1f1f1f;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;background:#fff;border-radius:50px}.coverweek-section-new{background:linear-gradient(135deg,#4f00f8,#7b2fff,#5c00e6,#8b4fff,#4f00f8);background-size:400% 400%;animation:gradientShift 15s ease infinite;min-height:100vh;position:relative;overflow:hidden}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.coverweek-section-new:before{content:"COVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-15deg);font-family:Big Shoulders Inline Text,sans-serif;font-size:clamp(6rem,18vw,14rem);font-weight:900;color:#ffffff26;white-space:pre;pointer-events:none;z-index:0;letter-spacing:.1em;text-transform:uppercase;line-height:1.15;text-align:center}.coverweek-section-new .section-title{color:#fff;position:relative;z-index:1}.coverweek-section-new .section-title{margin-bottom:.5rem}.coverweek-description{font-size:1.1rem;color:#fffc;text-align:center;margin-bottom:1rem;position:relative;z-index:1}.coverweek-nav-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2rem;position:relative;z-index:10}.coverweek-nav-btn{width:48px;height:48px;border-radius:50%;background:#fff3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.coverweek-nav-btn:hover{background:#ffffff4d;color:#fff}.coverweek-nav-btn svg{width:24px;height:24px}.coverweek-timeline{display:flex;gap:2rem;justify-content:flex-start;align-items:flex-start;max-width:100%;width:100%;padding:2rem;flex-wrap:nowrap;position:relative;z-index:1;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.coverweek-timeline::-webkit-scrollbar{display:none}.coverweek-line{position:absolute;top:45px;left:50%;transform:translate(-50%);width:80%;height:10px;z-index:0}.coverweek-year-dot{width:12px;height:12px;background:#4f00f8;border-radius:50%;margin-bottom:.5rem;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.coverweek-timeline-item:hover .coverweek-year-dot,.coverweek-timeline-item.active .coverweek-year-dot{transform:scale(1.3);box-shadow:0 0 15px #4f00f880}.coverweek-timeline-item{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;cursor:pointer;transition:transform .3s ease}.coverweek-timeline-item:hover{transform:translateY(-5px)}.coverweek-timeline-year{font-size:2rem;font-weight:900;color:#fff;transition:color .3s ease}.coverweek-timeline-thumbnail{width:364px;height:234px;background-size:cover;background-position:center;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.coverweek-timeline-item:hover .coverweek-timeline-thumbnail{transform:scale(1.05);box-shadow:0 8px 30px #00000026}.coverweek-timeline-overlay{position:absolute;inset:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.coverweek-hover-btn{background:#fff;color:#4f00f8;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:600;white-space:nowrap}.coverweek-timeline-item:hover .coverweek-timeline-overlay{opacity:1}.coverweek-arrows{display:flex;gap:1rem;margin-top:2rem}.coverweek-arrow{width:48px;height:48px;border-radius:50%;background:#fff;border:none;color:#4f00f8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.coverweek-arrow:hover{background:#4f00f8;color:#fff;box-shadow:0 4px 15px #4f00f84d}.coverweek-arrow svg{width:24px;height:24px}@media(max-width:768px){.coverweek-timeline{gap:1rem;padding:1rem;overflow-x:auto;justify-content:flex-start}.coverweek-timeline-year{font-size:1.5rem}.coverweek-timeline-thumbnail{width:280px;height:180px}.coverweek-nav-buttons{position:relative;z-index:10}.coverweek-nav-btn{width:44px;height:44px;pointer-events:auto}}.culture-section{background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow:hidden;min-height:100vh;padding:4rem 2rem}.culture-section .section-title{margin-bottom:.5rem}.culture-description{font-size:1.1rem;color:#64748b;text-align:center;margin-bottom:1rem}.culture-slider{width:100%}.culture-slider-wrapper{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;padding:1rem 0}.culture-slider{display:flex;flex-direction:column;gap:1rem}.culture-track{display:flex;gap:1rem;width:max-content}.culture-track-row1{animation:scrollLeftCulture 40s linear infinite}.culture-track-row2{animation:scrollRightCulture 40s linear infinite}.culture-track:hover{animation-play-state:paused}@keyframes scrollLeftCulture{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRightCulture{0%{transform:translate(-50%)}to{transform:translate(0)}}.culture-card{flex-shrink:0;width:150px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;text-decoration:none;display:block;cursor:pointer;transition:transform .3s ease}.culture-card:hover{transform:scale(1.05)}.culture-card-image{width:100%;height:200px;background-size:cover;background-position:center;position:relative;transition:transform .3s ease}.culture-card:hover .culture-card-image{transform:scale(1.05)}.culture-card-overlay{position:absolute;inset:0;background:#0000;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.culture-card:hover .culture-card-overlay{background:#00000080}.culture-card-name{color:#fff;font-size:1rem;font-weight:600;opacity:0;transform:translateY(10px);transition:all .3s ease;text-align:center;padding:0 .75rem}.culture-card:hover .culture-card-name{opacity:1;transform:translateY(0)}.culture-blog-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.875rem 2rem;background:#fff;color:#6b7280;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:transform .3s,box-shadow .3s,background .3s,color .3s;border:1px solid #d1d5db}.culture-blog-button .external-icon{width:18px;height:18px}.culture-blog-button:hover{box-shadow:0 10px 30px #0000001a;background:#6b7280;color:#fff;border-color:#6b7280}.rankings-section-new{background:#fff;min-height:100vh;position:relative}.section-title-light{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#1f1f1f}.rankings-podium{display:flex;align-items:flex-end;justify-content:center;gap:2rem;padding:2rem;max-width:700px;margin:0 auto}.podium-item{display:flex;flex-direction:column;align-items:center;width:150px}.podium-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.podium-crown{width:40px;height:40px;color:gold;margin-bottom:.25rem}.podium-crown svg{width:100%;height:100%}.podium-rank{font-size:1rem;font-weight:700;color:#4f00f8;background:#4f00f81a;padding:.25rem .75rem;border-radius:20px}.podium-name{font-size:1.25rem;font-weight:700;color:#1f1f1f;white-space:nowrap}.podium-percentage{font-size:1.5rem;font-weight:900;color:#4f00f8}.podium-bar{width:150px;background:linear-gradient(180deg,#4f00f8,#7c3aed);min-height:20px;position:relative;cursor:pointer;border-radius:8px 8px 0 0}.podium-thumbnail{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:240px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006;z-index:99999}.podium-thumbnail img{width:100%;height:100%;object-fit:cover}.podium-rank-1 .podium-bar{background:linear-gradient(180deg,#4f00f8,#6d28d9)}.podium-rank-2 .podium-bar{background:linear-gradient(180deg,#7c3aed,#8b5cf6)}.podium-rank-3 .podium-bar{background:linear-gradient(180deg,#a78bfa,#c4b5fd)}@media(max-width:640px){.rankings-podium{gap:.5rem;padding:1rem 2rem;max-width:100%}.podium-item,.podium-bar{width:100px}.podium-name{font-size:.9rem}.podium-percentage{font-size:1.1rem}.podium-thumbnail{width:300px;height:180px}}.ranking-percentage{font-size:1.25rem;font-weight:700;color:#fff}.ranking-label{font-size:1rem;font-weight:600;color:#1e293b}.demographics-section-new{background:#fff;min-height:100vh}.demo-subtitle{font-size:1.1rem;color:#64748b;text-align:center;margin-bottom:2rem}.gender-ratio{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.ratio-number{font-size:clamp(5rem,15vw,10rem);font-weight:900;color:#4f00f8;line-height:1}.ratio-colon{font-size:clamp(4rem,12vw,8rem);font-weight:900;color:#4f00f8;line-height:1}.gender-labels{display:flex;justify-content:center;gap:8rem}.gender-label{font-size:1.25rem;font-weight:600;color:#64748b}@media(max-width:640px){.gender-labels{gap:4rem}}.rankings-section{background:linear-gradient(180deg,#f1f5f9,#e2e8f0)}.rankings-container{max-width:1024px;width:100%}.section-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#1f1f1f}.ranking-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;margin-bottom:1rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.05)}.ranking-number{font-size:2.5rem;font-weight:900;min-width:60px;color:#1f1f1f}.ranking-bar{flex:1;height:40px;background:#f1f5f9;border-radius:8px;overflow:hidden;position:relative}.ranking-fill{height:100%;border-radius:8px;display:flex;align-items:center;padding-left:1rem;font-weight:500;color:#fff}.ranking-1 .ranking-fill{background:linear-gradient(90deg,#4f00f8,#7c3aed)}.ranking-2 .ranking-fill{background:linear-gradient(90deg,var(--secondary),var(--pink))}.ranking-3 .ranking-fill{background:linear-gradient(90deg,var(--accent),var(--green))}.demographics-section{background:linear-gradient(180deg,#f1f5f9,#e2e8f0)}.demo-container{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;align-items:center;max-width:1000px}.age-chart{display:flex;align-items:flex-end;gap:1rem;height:300px;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014}.age-bar{width:60px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.age-bar-fill{width:100%;border-radius:8px 8px 0 0;transition:height 1s ease-out}.age-label{font-size:.9rem;color:#64748b}.age-value{font-weight:700;color:#1f1f1f}.gender-chart{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;min-width:300px}.gender-bar{display:flex;align-items:center;gap:1rem}.gender-label{min-width:50px;font-weight:500;color:#1f1f1f}.gender-fill{height:30px;border-radius:8px;display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;font-weight:700}.memory-section{background:#f5f3ef;min-height:100vh;text-align:center;position:relative;overflow:hidden;padding-top:80px;padding-bottom:80px}.memory-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#1f1f1f;line-height:1.4;margin-bottom:1rem;position:relative;z-index:2}.memory-subtitle{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:2rem;position:relative;z-index:2}.memory-scattered{position:relative;width:100%;max-width:1024px;height:600px;margin:0 auto}.memory-card-scattered{position:absolute;transform:translate(-50%,-50%);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.memory-card-scattered img{width:180px;height:120px;object-fit:cover;display:block}.memory-card-scattered:hover{box-shadow:0 8px 30px #00000026}@media(max-width:768px){.memory-scattered{height:500px}.memory-card-scattered img{width:120px;height:80px}}@media(max-width:480px){.memory-scattered{height:400px}.memory-card-scattered img{width:100px;height:65px}}.polaroid-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.polaroid-card{background:#fff;padding:20px 20px 24px;border-radius:4px;box-shadow:0 25px 80px #0006;max-width:340px;width:100%;text-align:center}.polaroid-image{width:100%;aspect-ratio:1;overflow:hidden;background:#f0f0f0;margin-bottom:20px}.polaroid-image img{width:100%;height:100%;object-fit:cover}.polaroid-content{padding:0 0 16px}.polaroid-title{font-size:1.5rem;font-weight:700;color:#1f1f1f;margin-bottom:8px}.polaroid-badge{display:inline-block;font-size:.875rem;color:#4f00f8;font-weight:600;background:#4f00f81a;padding:6px 16px;border-radius:20px}.polaroid-button{display:block;width:100%;padding:14px 24px;background:#4f00f8;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:background .3s ease;margin-top:8px}.polaroid-button:hover{background:#3d00c4}@media(max-width:480px){.polaroid-card{max-width:300px;padding:16px 16px 20px}.polaroid-title{font-size:1.25rem}}.news-section{background:#fff;min-height:60vh}.news-list{max-width:1024px;width:100%;padding:0 1rem}.news-item{display:block;padding:1.5rem 0;border-bottom:1px solid #e5e5e5;text-decoration:none;color:inherit;transition:all .2s ease}.news-item:hover{opacity:.7}.news-item-content{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.news-item-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.news-item-date,.news-item-source{font-size:.95rem;color:#8b8b8b;font-weight:400}.news-item-source:after{content:"·";margin-left:.5rem}.news-item-title{font-size:1.5rem;font-weight:600;color:#1f1f1f;line-height:1.4}@media(max-width:768px){.news-item-title{font-size:1.32rem}}.final-section{background:linear-gradient(180deg,#f8fafc,#fff);min-height:60vh}.global-launch-section{position:relative;overflow:hidden;height:50vh;min-height:auto;display:flex;align-items:center;justify-content:center}.global-launch-container{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:3rem 4rem calc(3rem - 12px) 4rem}.global-launch-bg{position:absolute;inset:0;background-image:url(/global-launch-bg.png);background-size:cover;background-position:center;opacity:.8;z-index:0}.global-launch-section:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#fffffff2,#ffffffd9 35%,#fff6 65%,#fff0);z-index:1}.global-launch-content{position:relative;z-index:2;text-align:left;max-width:500px;padding:2rem 0}.global-launch-mockup{position:relative;z-index:2;flex-shrink:0;height:390px;overflow:visible;align-self:flex-end;margin-bottom:0}.global-launch-mockup img{height:390px;width:auto;object-fit:contain}.global-launch-header{margin-bottom:2.5rem}.global-launch-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1e293b;margin-bottom:.75rem}.global-launch-subtitle{font-size:1.1rem;color:#64748b}.global-store-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.store-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s}.store-btn svg{width:24px;height:24px}.store-btn.google-play{background:#1e293b;color:#fff}.store-btn.google-play:hover{background:#334155;transform:translateY(-2px)}.store-btn.app-store{background:#1e293b;color:#fff}.store-btn.app-store:hover{background:#334155;transform:translateY(-2px)}@media(max-width:768px){.global-launch-container{flex-direction:column;padding:2rem;text-align:center}.global-launch-content{text-align:center;max-width:100%}.global-store-buttons{flex-direction:column;align-items:center}.store-btn{width:100%;max-width:280px}.global-launch-mockup{margin-top:2rem;height:340px}.global-launch-mockup img{height:450px}}.social-impact-section{background:#f5f5f5;min-height:100vh;position:relative;overflow:hidden}.social-impact-section:before{content:"";position:absolute;inset:0;background-image:url(/seoul-map-outline.svg);background-size:80%;background-position:center;background-repeat:no-repeat;opacity:.06;z-index:0;pointer-events:none}.social-impact-section .section-title{color:#1e293b}.impact-cards-scroll{display:flex;flex-direction:column;gap:2rem;padding:2rem 0;max-width:700px;margin:0 auto}.impact-row{display:flex;align-items:center;gap:6.75rem}.impact-year-side{flex-shrink:0;width:180px;text-align:center;position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center}.impact-year-side:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;bottom:-2rem;width:2px;background:#e5e7eb;z-index:0}.impact-row:first-child .impact-year-side:before{background:linear-gradient(to bottom,transparent,#e5e7eb 40%)}.impact-row:last-child .impact-year-side:before{bottom:-3rem;background:linear-gradient(to bottom,#e5e7eb 60%,transparent)}.impact-year-display{position:relative;z-index:1;font-size:calc((4.5rem - 4px)*.9);font-weight:900;color:#4b5563;line-height:1;display:block;white-space:pre-line}.impact-card{flex:1;max-width:400px}.impact-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.impact-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #4f00f826}.impact-image{width:100%;overflow:hidden}.impact-image img{width:100%;height:auto;display:block}.impact-content{padding:1.5rem 2rem 2rem;background:#f5f5f5}.impact-year-badge{display:inline-block;background:linear-gradient(135deg,#4f00f8,#7c3aed);color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:.75rem;white-space:nowrap}.impact-title{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.4}.impact-title a{color:inherit;text-decoration:none;display:inline;align-items:center}.impact-title a:hover{text-decoration:underline}.impact-external-icon{display:inline-block;margin-left:5px;vertical-align:middle;opacity:.5;transition:opacity .2s;width:18px;height:18px}.impact-title a:hover .impact-external-icon{opacity:1}@media(max-width:768px){.impact-container{flex-direction:column;gap:1.5rem}.impact-row{flex-direction:column;gap:1rem}.impact-year-side{display:none}.impact-cards-scroll{gap:1.5rem;max-width:100%}.impact-card{position:relative;max-width:100%}.impact-year-badge{display:block;font-size:2rem;font-weight:900;color:#4f00f8;background:none;padding:0;margin-bottom:.5rem}.impact-content{padding:1.25rem 1.5rem 1.5rem}.impact-title{font-size:1.1rem}}.final-content{text-align:center}.final-title{font-size:clamp(2rem,6vw,4rem);font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,#4f00f8,#7c3aed,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.final-subtitle{font-size:clamp(1rem,2vw,1.5rem);color:#64748b;margin-bottom:3rem}.cta-button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#4f00f8,#7c3aed);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;border:2px solid transparent}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 40px #4f00f866}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-button-global{background:transparent;color:#4f00f8;border:2px solid #4F00F8}.cta-button-global:hover{background:#4f00f81a;box-shadow:0 10px 40px #4f00f833}.social-links{display:flex;gap:1.5rem;margin-top:3rem;justify-content:center}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f0f0f0;color:#333;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none}.social-link:hover{background:#e0e0e0;color:#1f1f1f;transform:translateY(-3px)}.social-link svg{width:24px;height:24px}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#1f1f1f;color:#fff;padding:.875rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:500;box-shadow:0 4px 20px #0003;z-index:1000}.floating-element{position:absolute;border-radius:50%;opacity:.15;pointer-events:none;filter:blur(40px)}.floating-circles-container{position:absolute;inset:0;overflow:hidden;pointer-events:none}@keyframes floatCircle{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(10px,-15px,0) scale(1.05)}}@keyframes floatDot{0%,to{transform:translateZ(0) scale(1);opacity:.4}50%{transform:translate3d(0,-8px,0) scale(1.2);opacity:.7}}.floating-circle{position:absolute;border-radius:50%;background-size:cover;background-position:center;background-color:#4f00f826;pointer-events:auto;opacity:.9;box-shadow:0 4px 20px #4f00f826;z-index:1;overflow:hidden;cursor:pointer;will-change:transform;animation:floatCircle 6s ease-in-out infinite}.floating-circle:hover{animation-play-state:paused;box-shadow:0 12px 60px #4f00f866;z-index:50;transition:box-shadow .3s ease}.floating-circle:after{content:"";position:absolute;inset:0;border-radius:50%;background:#fffdf014;pointer-events:none}.floating-dot{position:absolute;border-radius:50%;background:#4f00f8;pointer-events:none;z-index:1;will-change:transform,opacity;animation:floatDot 4s ease-in-out infinite}.floating-dot.yellow-dot{background:gold}@keyframes floatCircleMobile{0%,to{transform:translateZ(0) scale(.5)}50%{transform:translate3d(5px,-8px,0) scale(.52)}}@keyframes floatCircleSmall{0%,to{transform:translateZ(0) scale(.35)}50%{transform:translate3d(3px,-5px,0) scale(.37)}}@media(max-width:768px){.floating-circle{animation:floatCircleMobile 8s ease-in-out infinite;opacity:.7}.floating-dot{animation:none;opacity:.4}.hero-logo{width:85vw}}@media(max-width:480px){.floating-circle{animation:floatCircleSmall 10s ease-in-out infinite;opacity:.6}.floating-dot{display:none}.hero-logo{width:80vw}}.progress-bar{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,#4f00f8,#7c3aed,#a855f7);z-index:1001;transform-origin:left}@media(max-width:768px){.desktop-nav{display:none}.hamburger{display:flex}.mobile-menu-overlay{display:block}.header{padding:.75rem 1.25rem}.header-logo{width:124px;height:auto}.header-impact-report{font-size:.975rem;margin-left:8px}.section{padding:5rem 1.5rem;min-height:auto}.hero{padding:5rem 1.5rem 3rem;min-height:100vh}.section-title,.section-title-light{font-size:1.5rem;margin-bottom:2rem}.booking-section-new,.seoul-section-new,.population-section,.time-stat-section,.rankings-section-new,.demographics-section-new{padding:4rem 1.25rem}.video-section,.culture-section,.coverweek-section-new,.news-section{padding:3rem 1.25rem}.news-list{padding:0}.final-section{padding:4rem 1.25rem}.cta-buttons{flex-direction:column;width:100%;padding:0 1rem}.cta-button{width:100%;text-align:center}.multi-stats-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.multi-stat-item{padding:1.5rem}.multi-stat-label{font-size:1.5rem}.demo-container{flex-direction:column;gap:2rem}.age-chart{width:100%;height:200px;padding:1rem}.age-bar{width:40px}.gender-chart{width:100%;min-width:auto}.space-with-section,.memory-section{padding:3rem 1.25rem}.video-container{width:100%;border-radius:12px}.video-description{font-size:1rem;padding:0 .5rem}.culture-description,.coverweek-description{font-size:1rem}.coverweek-section-new:before{content:"COVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK¬OVERWEEK";font-size:clamp(3rem,15vw,6rem);line-height:1.15}.social-links{gap:1rem}.social-link{width:44px;height:44px}}.footer{background:#f5f5f5;color:#666;padding:3rem 2rem;text-align:center}.footer-content{max-width:800px;margin:0 auto}.footer-logo{margin-bottom:1.5rem}.footer-logo img{height:24px;filter:brightness(0);opacity:.4}.footer-info{font-size:.85rem;line-height:1.8;margin-bottom:1.5rem}.footer-company{font-weight:600;color:#ccc;margin-bottom:.5rem}.footer-contact{margin-top:.5rem;color:#bbb}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#999;text-decoration:none;font-size:.85rem;transition:color .3s}.footer-links a:hover{color:#fff}.footer-copyright{font-size:.8rem;color:#666}.footer-powered{font-size:.75rem;color:#888;margin-top:.5rem}@media(max-width:768px){.footer{padding:2rem 1.25rem}.footer-info{font-size:.8rem}.footer-links{gap:1rem}}@media(max-width:480px){.header{padding:.6rem 1rem}.header-logo{width:124px;height:auto}.header-impact-report{font-size:.875rem;margin-left:8px}.section{padding:3rem 1rem}.hero{padding:4rem 1rem 2rem}.hero-logo{width:95vw}.hero-subtitle,.section-title,.section-title-light{font-size:1.25rem}.booking-section-new,.seoul-section-new,.population-section,.time-stat-section{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.25rem;scroll-snap-align:start}.rankings-section-new,.demographics-section-new,.video-section,.culture-section,.coverweek-section-new,.news-section,.final-section,.space-with-section,.memory-section{padding:3rem 1rem}.stat-label,.booking-label,.seoul-label{font-size:1.25rem}.stat-description,.booking-description{font-size:1rem}.final-title{font-size:1.75rem}.final-subtitle{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:1rem}.news-item-title{font-size:1.1rem}.news-item-meta{font-size:.85rem}.memory-title{font-size:1.25rem}.memory-subtitle{font-size:.9rem}}.powered-footer{background:#f1f5f9;color:#94a3b8;padding:1rem 2rem;text-align:center;font-size:.85rem}
