.home-new{--background:#fafafe;--foreground:#1b1410;--card:#f7f7fb;--card-foreground:#1b1410;--popover:#ffffff;--popover-foreground:#1b1410;--primary:#0ea5e9;--primary-foreground:#ffffff;--secondary:#0284c7;--secondary-foreground:#ffffff;--muted:#e6e7ed;--muted-foreground:#1b1410;--accent:#67d0ff;--accent-foreground:#0284c7;--destructive:#ef4444;--destructive-foreground:#ffffff;--border:#e2e8f0;--input:#e2e8f0;--ring:#0ea5e9;--radius:0.5rem;--neutral:#fafafe;--dark:#0f172a;scroll-behavior:smooth}.home-new .font-korean{font-family:var(--font-noto-sans-kr),"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif}.home-new .text-dark{color:var(--dark)}.home-new::-webkit-scrollbar{width:6px}.home-new::-webkit-scrollbar-track{background:#f1f5f9}.home-new::-webkit-scrollbar-thumb{background:#0ea5e9;border-radius:3px}.home-new::-webkit-scrollbar-thumb:hover{background:#0284c7}.home-new .ai-animation{background:linear-gradient(45deg,#0ea5e9,#0284c7,#075985);background-size:400% 400%;animation:aiGradient 3s ease infinite}.home-new .ai-animation:before{content:"";position:absolute;top:20%;left:10%;width:8px;height:8px;background:#0ea5e9;border-radius:50%;animation:aiFloat1 2s ease-in-out infinite}.home-new .ai-animation:after{content:"";position:absolute;bottom:30%;right:15%;width:6px;height:6px;background:#075985;border-radius:50%;animation:aiFloat2 2.5s ease-in-out infinite}@keyframes aiGradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes aiFloat1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.2)}}@keyframes aiFloat2{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(.8)}}