:root{--primary:#e07a5f;--accent:#f4a261;--secondary:#f2a391;--primary-color:#e07a5f;--primary-light:#f2a391;--primary-dark:#c96a52;--primary-bg:#fef7f5;--primary-rgb:224,122,95;--background:#fff;--foreground:#1a1a1a;--surface-color:#fff;--surface-secondary:#fafafa;--surface-hover:#f5f5f5;--border-color:#e5e5e5;--border:#e5e5e5;--border-light:#f0f0f0;--text-primary:#1a1a1a;--text-secondary:#525252;--text-tertiary:#737373;--text-muted:#a3a3a3;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014,0 2px 4px -2px #00000014;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #00000014;--shadow-xl:0 20px 25px -5px #00000014,0 8px 10px -6px #00000014;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--font-main:"Pretendard",-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.text-center{text-align:center}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}}@media (max-width:480px){.container{padding:0 12px}.section{padding:48px 0}}.flex-center{justify-content:center;align-items:center;display:flex}.animate-hidden{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.animate-visible{opacity:1;transform:translateY(0)}.animate-fade-in{opacity:0;transition:opacity .8s ease-out}.animate-fade-in.animate-visible{opacity:1}.animate-slide-up{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(40px)}.animate-slide-up.animate-visible{opacity:1;transform:translateY(0)}.animate-slide-left{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translate(-40px)}.animate-slide-left.animate-visible{opacity:1;transform:translate(0)}.animate-slide-right{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translate(40px)}.animate-slide-right.animate-visible{opacity:1;transform:translate(0)}.animate-scale{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:scale(.95)}.animate-scale.animate-visible{opacity:1;transform:scale(1)}.animate-stagger>:first-child{transition-delay:0s}.animate-stagger>:nth-child(2){transition-delay:.1s}.animate-stagger>:nth-child(3){transition-delay:.2s}.animate-stagger>:nth-child(4){transition-delay:.3s}.animate-stagger>:nth-child(5){transition-delay:.4s}.animate-stagger>:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){.animate-hidden,.animate-fade-in,.animate-slide-up,.animate-slide-left,.animate-slide-right,.animate-scale{opacity:1;transition:none;transform:none}}button.categoryTab.categoryTabActive,button.categoryTab.categoryTabActive:hover{color:#fff!important;background:linear-gradient(135deg,#e07a5f,#f4a261)!important}button.categoryTab.categoryTabActive span,button.categoryTab.categoryTabActive svg,button.categoryTab.categoryTabActive .categoryTabIcon,button.categoryTab.categoryTabActive .categoryTabCount{color:#fff!important;stroke:#fff!important}
.Header-module__NofyQW__header{z-index:1000;align-items:center;height:72px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__NofyQW__headerTransparent{box-shadow:none;background-color:#0000}.Header-module__NofyQW__headerTransparent .Header-module__NofyQW__menuIcon,.Header-module__NofyQW__headerTransparent .Header-module__NofyQW__menuIcon:before,.Header-module__NofyQW__headerTransparent .Header-module__NofyQW__menuIcon:after{background-color:var(--text-primary)}.Header-module__NofyQW__headerScrolled{-webkit-backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 1px 3px #0000000d}.Header-module__NofyQW__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__NofyQW__logo a{align-items:center;text-decoration:none;display:flex}.Header-module__NofyQW__logoImage{width:auto;height:40px}.Header-module__NofyQW__nav{display:flex}.Header-module__NofyQW__navList{align-items:center;gap:32px;list-style:none;display:flex}.Header-module__NofyQW__navList li a{color:var(--text-secondary);padding:8px 0;font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__NofyQW__navList li a:hover{color:var(--primary-color)}.Header-module__NofyQW__navCta{background:var(--primary-color);border-radius:100px;box-shadow:0 2px 8px #e07a5f4d;color:#fff!important;padding:10px 20px!important;font-weight:600!important;transition:all .2s!important}.Header-module__NofyQW__navCta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #e07a5f66;color:#fff!important}.Header-module__NofyQW__menuButton{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.Header-module__NofyQW__menuIcon{background-color:var(--text-primary);width:24px;height:2px;transition:background-color .2s;display:block;position:relative}.Header-module__NofyQW__menuIcon:before,.Header-module__NofyQW__menuIcon:after{content:"";background-color:var(--text-primary);width:24px;height:2px;transition:all .3s;position:absolute;left:0}.Header-module__NofyQW__menuIcon:before{top:-7px}.Header-module__NofyQW__menuIcon:after{bottom:-7px}.Header-module__NofyQW__menuIcon.Header-module__NofyQW__menuOpen{background-color:#0000}.Header-module__NofyQW__menuIcon.Header-module__NofyQW__menuOpen:before{top:0;transform:rotate(45deg)}.Header-module__NofyQW__menuIcon.Header-module__NofyQW__menuOpen:after{bottom:0;transform:rotate(-45deg)}@media (max-width:968px){.Header-module__NofyQW__menuButton{z-index:1001;display:block}.Header-module__NofyQW__nav{background:#fff;width:280px;height:100vh;padding:100px 32px 40px;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 20px #0000001a}.Header-module__NofyQW__navOpen{right:0}.Header-module__NofyQW__navList{flex-direction:column;align-items:flex-start;gap:0}.Header-module__NofyQW__navList li{width:100%}.Header-module__NofyQW__navList li a{border-bottom:1px solid var(--border-light);padding:16px 0;font-size:1.1rem;display:block}.Header-module__NofyQW__navList li:last-child a{border-bottom:none}.Header-module__NofyQW__navCta{text-align:center;width:100%;margin-top:16px;display:inline-block!important}}@media (max-width:480px){.Header-module__NofyQW__header{height:64px}.Header-module__NofyQW__logoImage{height:32px}}
.Footer-module__6pcgQq__footer{border-top:1px solid var(--border-color);background-color:#f0f0f0;margin-top:auto;padding:60px 0 20px}.Footer-module__6pcgQq__container{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px;display:flex}.Footer-module__6pcgQq__info h3{color:var(--primary-color);margin-bottom:10px;font-size:1.2rem}.Footer-module__6pcgQq__info p{color:#666;margin-bottom:5px;font-size:.95rem}.Footer-module__6pcgQq__contact{margin-top:20px}.Footer-module__6pcgQq__links h4{margin-bottom:15px;font-size:1.1rem}.Footer-module__6pcgQq__links ul{list-style:none}.Footer-module__6pcgQq__links li{margin-bottom:8px}.Footer-module__6pcgQq__links a{color:#666;font-size:.9rem;transition:color .2s}.Footer-module__6pcgQq__links a:hover{color:var(--primary-color)}.Footer-module__6pcgQq__notice{text-align:center;border-left:3px solid var(--primary-color);background-color:#f8f8f8;border-radius:4px;max-width:800px;margin:16px auto 20px;padding:12px 20px}.Footer-module__6pcgQq__notice p{color:#555;margin:0;font-size:.9rem;font-weight:500}.Footer-module__6pcgQq__copyright{text-align:center;color:#888;border-top:1px solid #ddd;padding-top:20px;font-size:.85rem}@media (max-width:768px){.Footer-module__6pcgQq__footer{padding:40px 0 20px}.Footer-module__6pcgQq__container{text-align:center;flex-direction:column;gap:30px}.Footer-module__6pcgQq__info,.Footer-module__6pcgQq__links{text-align:center}.Footer-module__6pcgQq__notice{margin:16px 20px;padding:12px 16px}.Footer-module__6pcgQq__notice p{font-size:.9rem}}@media (max-width:480px){.Footer-module__6pcgQq__footer{padding:32px 0 16px}.Footer-module__6pcgQq__container{gap:24px;margin-bottom:24px}.Footer-module__6pcgQq__info h3{font-size:1.1rem}.Footer-module__6pcgQq__info p{font-size:.85rem}.Footer-module__6pcgQq__links h4{font-size:1rem}.Footer-module__6pcgQq__notice{margin:12px 16px;padding:10px 12px}.Footer-module__6pcgQq__notice p{font-size:.85rem}.Footer-module__6pcgQq__copyright{font-size:.8rem}}
