.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:14px;font-weight:500;min-width:300px;max-width:400px;opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:auto;border:1px solid}.toast-visible{opacity:1;transform:translate(0)}.toast-success,.toast-error,.toast-warning,.toast-info{background:#ffffff;border-color:#000;color:#000;box-shadow:0 4px 12px #0000001a}.toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-weight:700;font-size:12px}.toast-success .toast-icon,.toast-error .toast-icon,.toast-warning .toast-icon,.toast-info .toast-icon{background:#000000;color:#fff}.toast-message{flex:1;line-height:1.4;word-break:break-word}.toast-close{background:none;border:none;font-size:16px;color:#666;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.toast-close:hover{background:rgba(0,0,0,.1);color:#000}@media (max-width: 768px){.toast-container{top:16px;left:16px;right:16px}.toast{min-width:auto;max-width:none;margin:0 auto}}@media (max-width: 480px){.toast-container{top:12px;right:12px;left:12px}.toast{padding:10px 12px;font-size:13px}.toast-icon{width:18px;height:18px;font-size:11px}.toast-close{width:18px;height:18px;font-size:14px}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (prefers-color-scheme: dark){.toast-success{background:#064e3b;border-color:#10b981;color:#d1fae5}.toast-error{background:#7f1d1d;border-color:#ef4444;color:#fee2e2}.toast-warning{background:#78350f;border-color:#f59e0b;color:#fef3c7}.toast-info{background:#1e3a8a;border-color:#3b82f6;color:#dbeafe}}.header{position:fixed;top:0;left:0;right:0;z-index:10000;background:#000;box-shadow:0 2px 10px #0000004d;display:flex;flex-direction:column}.header-main{height:70px;background:#000;display:flex;align-items:center}.header-content{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;gap:110px}.logo{font-size:24px;font-weight:700;color:#fff;font-family:Inter,sans-serif;flex-shrink:0}.nav{display:flex;gap:30px;margin:0 auto}.nav a{color:#fff;font-size:14px;font-weight:500;transition:color .3s ease;text-transform:uppercase;letter-spacing:.5px}.nav a:hover{color:#ccc}.header-icons{display:flex;align-items:center;height:100%}.search-wrapper{position:relative}.header-search{display:flex;align-items:center;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:2px solid #f0f0f0;transition:all .3s ease}.header-search:focus-within{border-color:#333;box-shadow:0 4px 12px #00000026}.header-search .search-input{padding:8px 20px;background:transparent;border:none;color:#333;font-size:14px;width:220px;outline:none;height:32px;box-sizing:border-box;font-weight:500}.header-search .search-input::placeholder{color:#888}.header-search .search-btn{padding:8px 20px;margin:0;height:32px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:0 16px 16px 0;transition:all .2s ease;outline:none;border:none;background:transparent}.header-search .search-btn:focus{outline:none;background:transparent}.header-search .search-btn:active{background:transparent}.header-search .search-btn:hover{background:transparent;color:#333}.icon-btn{color:#fff;padding:10px;border-radius:4px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;height:38px;min-width:38px}.icon-btn:hover{background-color:#ffffff1a}.cart-btn{position:relative}.cart-count{position:absolute;top:5px;right:0;background:#ff4444;color:#fff;font-size:9px;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.menu-toggle{display:none;align-items:center;justify-content:center;padding:8px;color:#fff;background:transparent;border:none;cursor:pointer}.menu-toggle svg{transition:transform .3s ease}.menu-toggle:hover svg{transform:scale(1.1)}.header-categories{height:45px;background:#616161;border-top:1px solid #444;display:flex;align-items:center}.categories-nav{display:flex;align-items:center;justify-content:center;gap:32px;height:100%;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.categories-nav a{color:#fff;font-size:13px;font-weight:500;transition:all .3s ease;padding:0;height:100%;display:flex;align-items:center;position:relative;text-transform:uppercase;letter-spacing:.5px}.categories-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.categories-nav a:hover:after{width:100%}.categories-nav a:hover{color:#fff}.categories-nav a.sale{color:#ff6b6b}.categories-nav a.sale:after{background:#ff6b6b}.categories-nav a.sale:hover{color:#ff5252}@media (max-width: 1200px){.header-content{padding:0 20px}.categories-nav{padding:0 20px;gap:32px}}@media (max-width: 768px){.header-main{height:40px}.header-content{gap:20px;padding:0 8px;max-width:none}.logo{font-size:14px;margin-right:20px}.nav{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:0;z-index:500;border-bottom:10px solid #b3b3b3;gap:0}.nav a{color:#333;font-size:14px;font-weight:500;padding:15px 20px;border-bottom:1px solid #f0f0f0;transition:all .2s ease;display:block;text-align:center}.nav a:last-child{border-bottom:none}.nav a:first-child{border-radius:0}.nav a:hover{background:#f8f9fa;color:#000}.nav-open,.menu-toggle{display:flex}.header-search{border-radius:11px}.header-search .search-input{width:120px;font-size:12px;padding:4px 16px;height:22px}.header-search .search-btn{padding:4px 18px;height:22px;border-radius:0 10px 10px 0}.header-categories{height:30px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.header-categories::-webkit-scrollbar{display:none}.categories-nav{justify-content:flex-start;gap:20px;padding:8px 16px;width:max-content;min-width:100%}.categories-nav a{font-size:10px;white-space:nowrap;padding:0}}@media (max-width: 378px){.header-content{gap:0px}}.profile-dropdown-container{position:relative}.profile-btn.active{background-color:#fff3;transform:scale(1.1)}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:300px;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:0 20px 40px #00000026,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.2);z-index:1000;opacity:0;transform:translateY(-10px);animation:dropdownFadeIn .3s ease forwards;overflow:hidden}.profile-dropdown:before{content:"";position:absolute;top:-8px;right:20px;width:16px;height:16px;background:rgba(255,255,255,.98);transform:rotate(45deg);border:1px solid rgba(255,255,255,.2);border-bottom:none;border-right:none}@keyframes dropdownFadeIn{to{opacity:1;transform:translateY(0)}}.profile-dropdown-content{padding:24px}.profile-dropdown-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.08)}.profile-icon{width:48px;height:48px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #0003}.profile-text h3{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 4px;letter-spacing:-.2px}.profile-text p{font-size:13px;color:#666;margin:0;line-height:1.4;font-weight:400}.user-points-display{display:flex;align-items:center;font-size:13px;font-weight:600;color:#ffb800!important;margin-top:6px!important}.profile-dropdown-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.dropdown-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px;position:relative;overflow:hidden}.dropdown-btn.primary{background:#000;color:#fff;box-shadow:0 4px 12px #0003}.dropdown-btn.primary:hover{transform:translateY(-2px);background:#333;box-shadow:0 8px 20px #0000004d}.dropdown-btn.secondary{background:#f8f9fa;color:#333;border:1px solid #e1e5e9}.dropdown-btn.secondary:hover{background:#e9ecef;border-color:#adb5bd;color:#000;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-dropdown-divider{height:1px;background:rgba(0,0,0,.08);margin:0 -24px 20px}.profile-dropdown-links{display:flex;flex-direction:column;gap:8px}.dropdown-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#666;text-decoration:none;transition:all .3s ease;letter-spacing:-.1px}.dropdown-link:hover{background:rgba(0,0,0,.05);color:#000;transform:translate(4px)}.dropdown-link svg{flex-shrink:0;opacity:.7;transition:opacity .3s ease}.dropdown-link:hover svg{opacity:1}@media (max-width: 768px){.profile-dropdown{width:260px;right:-20px;max-width:calc(100vw - 40px);max-height:calc(100vh - 120px);overflow-y:auto}.profile-dropdown:before{right:25px}.profile-dropdown-content{padding:16px;min-height:auto}.profile-dropdown-header{margin-bottom:12px;padding-bottom:12px;gap:12px}.profile-icon{width:36px;height:36px}.profile-text h3{font-size:14px}.profile-text p{font-size:11px}.dropdown-btn{padding:10px 12px;font-size:12px;gap:10px}.dropdown-link{padding:8px 12px;font-size:12px;gap:10px}.profile-dropdown-actions{gap:8px;margin-bottom:12px}.profile-dropdown-divider{margin:0 -16px 12px}.profile-dropdown-links{gap:6px}}@media (max-width: 480px){.profile-dropdown{width:calc(100vw - 24px);right:-50px;max-width:240px;max-height:calc(100vh - 100px);overflow-y:auto}.profile-dropdown:before{right:60px}.profile-dropdown-content{padding:12px;min-height:auto}.profile-dropdown-header{margin-bottom:10px;padding-bottom:10px;gap:10px}.profile-icon{width:32px;height:32px}.profile-text h3{font-size:13px}.profile-text p{font-size:10px}.dropdown-btn{padding:8px 10px;font-size:11px;gap:8px}.dropdown-link{padding:6px 10px;font-size:11px;gap:8px}.profile-dropdown-actions{gap:6px;margin-bottom:10px}.profile-dropdown-divider{margin:0 -12px 10px}.profile-dropdown-links{gap:4px}}@media (max-width: 378px){.profile-dropdown{width:calc(100vw - 20px);right:-30px;max-width:220px;max-height:calc(100vh - 80px);overflow-y:auto}.profile-dropdown:before{right:40px}.profile-dropdown-content{padding:10px;min-height:auto}.profile-dropdown-header{margin-bottom:8px;padding-bottom:8px;gap:8px}.profile-icon{width:28px;height:28px}.profile-text h3{font-size:12px}.profile-text p{font-size:9px}.dropdown-btn{padding:6px 8px;font-size:10px;gap:6px}.dropdown-link{padding:4px 8px;font-size:10px;gap:6px}.profile-dropdown-actions{gap:4px;margin-bottom:8px}.profile-dropdown-divider{margin:0 -10px 8px}.profile-dropdown-links{gap:3px}}@media (max-width: 768px) and (min-height: 200px) and (max-height: 500px){.profile-dropdown{width:200px;right:-10px;max-height:calc(100vh - 100px);overflow-y:auto}.profile-dropdown-content{padding:8px}.profile-dropdown-header{margin-bottom:6px;padding-bottom:6px;gap:6px}.profile-icon{width:24px;height:24px}.profile-text h3{font-size:11px}.profile-text p{font-size:8px}.dropdown-btn{padding:4px 6px;font-size:9px;gap:4px}.dropdown-link{padding:3px 6px;font-size:9px;gap:4px}.profile-dropdown-actions{gap:3px;margin-bottom:6px}.profile-dropdown-divider{margin:0 -8px 6px}}.footer{background:#000;color:#fff;padding:40px 0 20px;margin-top:auto}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-info{flex-shrink:0}.footer-logo{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.footer-tagline{font-size:12px;color:#888;margin:0}.footer-links{display:flex;gap:24px;align-items:center}.footer-links a{font-size:13px;color:#ccc;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:12px;align-items:center}.social-link{width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ccc;transition:all .3s ease}.social-link:hover{background:rgba(255,255,255,.2);color:#fff;transform:translateY(-2px)}.footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid #333;text-align:center;display:flex;justify-content:center;align-items:center;gap:16px}.footer-bottom p{font-size:11px;color:#666;margin:0}.admin-link{font-size:10px;color:#444;text-decoration:none;padding:4px 8px;border-radius:4px;background:rgba(255,255,255,.05);transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.admin-link:hover{color:#888;background:rgba(255,255,255,.1)}@media (max-width: 1200px){.footer-content{gap:20px}.footer-links{gap:16px}}@media (max-width: 768px){.footer{padding:30px 0 20px}.footer-content{flex-direction:column;align-items:center;gap:20px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:16px}.footer-links a{font-size:12px}.social-link{width:32px;height:32px}.footer-bottom{margin-top:20px;padding-top:12px;flex-direction:column;gap:8px}.footer-bottom p{font-size:10px}.admin-link{font-size:9px}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;margin-top:0;margin-bottom:50px}@media (max-width: 768px){.main-content{margin-bottom:50px}.cart-page .main-content{margin-bottom:0}}.hero{height:calc(100vh - 115px);position:relative;color:#fff;text-align:center;margin-top:115px;box-sizing:border-box;overflow:hidden}.hero-slider{width:100%;height:100%;position:relative}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease;display:flex;align-items:center;justify-content:center}.hero-slide.active{opacity:1}.hero-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 100%);z-index:1}.hero-content{position:relative;z-index:2;padding:0 20px}.hero-content h1{font-size:64px;font-weight:700;margin-bottom:16px;letter-spacing:2px}.hero-subtitle{font-size:20px;color:#ccc;margin-bottom:40px;font-weight:300}.cta-button{background:#fff;color:#000;padding:16px 32px;font-size:16px;font-weight:600;border-radius:4px;transition:transform .3s ease}.cta-button:hover{transform:translateY(-2px)}.hero-indicators{position:absolute;bottom:80px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff;border-color:#fff}.indicator:hover{border-color:#fff;background:rgba(255,255,255,.7)}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:8px}.scroll-indicator span{width:8px;height:8px;background:#fff;border-radius:50%;opacity:.7;animation:pulse 2s infinite}.scroll-indicator span:nth-child(2){animation-delay:.5s}.scroll-indicator span:nth-child(3){animation-delay:1s}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.featured,.new-arrivals{padding:120px 0;background:#fff}.categories{padding:120px 0;background:#f8f8f8}.section-title{font-size:32px;font-weight:700;color:#000;margin-bottom:60px}.section-title.center{text-align:center}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.product-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;position:relative;box-shadow:0 4px 20px #0000000f}.product-image img{width:100%;height:100%;object-fit:cover;transition:all .4s ease}.price-group{display:flex;flex-direction:column;align-items:flex-start;gap:0px;line-height:.9}.discount-rate{background:linear-gradient(135deg,#ff4444 0%,#e03c3c 100%);color:#fff;padding:3px 6px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:-.2px;box-shadow:0 2px 4px #ff44444d;align-self:flex-start;line-height:1;margin-bottom:1px}.product-colors{display:flex;align-items:center;gap:4px}.color-white{background:#fff}.color-gray,.color-grey{background:#999}.color-cream,.color-beige{background:#f5f5dc}.size-options{display:flex;align-items:center;gap:4px;margin-bottom:16px;flex-wrap:wrap}.size-option{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:4px 6px;border:1px solid #ddd;border-radius:6px;font-size:11px;font-weight:500;color:#666;background:#fff;cursor:pointer;transition:all .2s ease}.size-option:hover{border-color:#333;color:#333;background:#f8f8f8}.add-to-cart,.view-button{width:100%;padding:12px;background:transparent;border:1px solid #000;color:#000;font-size:14px;font-weight:600;border-radius:4px;transition:all .3s ease}.add-to-cart:hover,.view-button:hover{background:#000;color:#fff}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.category-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease;display:flex;flex-direction:column;height:100%;cursor:pointer;-webkit-tap-highlight-color:transparent}.category-card:hover{transform:translateY(-4px)}.category-image{height:200px;background:#f8f8f8;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover}.category-name{font-size:20px;font-weight:600;color:#000;padding:20px 20px 8px}.category-items{padding:0 20px;margin-bottom:16px;flex-grow:1}.category-items p{font-size:14px;color:#666;line-height:1.5}.category-button{width:calc(100% - 40px);margin:auto 20px 20px;padding:12px;background:#000;color:#fff;font-size:14px;font-weight:600;border-radius:4px;transition:background .3s ease;text-decoration:none;text-align:center;display:block}.category-button:hover{background:#333}.section-footer{text-align:center;margin-top:60px}.view-all-button{background:#000;color:#fff;padding:16px 32px;font-size:16px;font-weight:600;border-radius:4px;transition:background .3s ease}.view-all-button:hover{background:#333}.about{padding:120px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-title{font-size:32px;font-weight:700;color:#000;margin-bottom:16px}.about-tagline{font-size:16px;color:#666;margin-bottom:32px}.about-description p{font-size:16px;line-height:1.6;color:#666;margin-bottom:20px}.learn-more-button{background:#000;color:#fff;padding:16px 32px;font-size:16px;font-weight:600;border-radius:4px;margin-top:32px;transition:background .3s ease}.learn-more-button:hover{background:#333}.about-image{height:400px;background:#f8f8f8;border-radius:8px;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.customer-service{padding:120px 0;background:#000;color:#fff;text-align:center}.customer-service-content{max-width:800px;margin:0 auto;padding:0 20px}.service-icon{color:#fff;margin-bottom:24px;display:flex;justify-content:center}.service-title{font-size:32px;font-weight:700;margin-bottom:16px;letter-spacing:1px}.service-subtitle{font-size:16px;color:#ccc;margin-bottom:40px;line-height:1.5;max-width:500px;margin-left:auto;margin-right:auto}.contact-info-main{display:flex;flex-direction:column;align-items:center;gap:16px}.phone-info{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.1);padding:20px 40px;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.phone-info:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}.phone-icon{color:#fff;display:flex;align-items:center;opacity:.9}.phone-number{font-size:20px;font-weight:600;color:#fff;letter-spacing:.5px}.service-hours{font-size:14px;color:#ccc;margin:8px 0 0;opacity:.8}.partners{padding:80px 0;background:#fff}.partners-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.partner-logo{display:inline-flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;transition:transform .3s ease,opacity .3s ease;cursor:pointer;width:180px;height:80px;overflow:hidden}.partner-logo:hover{transform:scale(1.05);opacity:.8}.partner-logo img{width:100%;height:100%;object-fit:cover;display:block}.partner-logo img[alt=에이블리]{border:2px solid #000;border-radius:8px;box-sizing:border-box}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:24px}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.homepage{background:#fff}.hero{margin-top:70px;height:auto;min-height:unset;max-height:unset;box-sizing:border-box;position:relative;overflow:hidden}.hero-slider{width:100%;height:0;padding-bottom:52.63%;position:relative;background:#000;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .8s ease;background:#000;will-change:opacity;transform:translateZ(0)}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:absolute;top:0;left:0;z-index:1;background:#000}.hero-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 100%);z-index:2}.hero-content{position:relative;z-index:3;padding:0 16px}.hero-content h1{font-size:24px;margin-bottom:8px;letter-spacing:.5px}.hero-subtitle{font-size:12px;margin-bottom:16px;line-height:1.3}.cta-button{padding:8px 16px;font-size:12px;font-weight:600}.hero-indicators{bottom:20px;z-index:4}.indicator{width:10px;height:10px}.featured,.new-arrivals{padding:60px 0;background:#fff}.about,.categories{padding:60px 0;background:#f8f8f8}.customer-service{padding:60px 0;background:#000}.section-title{font-size:28px;margin-bottom:40px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-card{padding:8px;border:1px solid #e0e0e0;border-radius:8px;position:relative}.product-image{width:100%;height:160px;background:#f8f8f8;border-radius:4px;margin-bottom:8px;position:relative;overflow:hidden}.wishlist-btn{position:absolute;bottom:6px;right:6px;width:24px;height:24px;border-radius:50%;border:none;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 8px #00000026}.wishlist-btn svg{width:12px;height:12px;stroke-width:1.5}.wishlist-btn.active{background:rgba(255,255,255,.9)}.wishlist-btn.active svg{fill:#f44;stroke:#f44}.wishlist-btn:not(.active) svg{fill:none;stroke:#666}.product-name{font-size:13px;font-weight:500;color:#000;margin-bottom:4px;line-height:1.2}.product-pricing{margin-bottom:0}.product-price{font-size:14px;font-weight:600;margin-bottom:0}.discount-rate{color:#f44;font-size:12px;font-weight:600;margin-right:6px}.product-price.sale{color:#f44;margin-right:6px}.product-price.original{text-decoration:line-through;color:#999;font-size:12px}.add-to-cart,.size-options{display:none}.view-button{font-size:12px;padding:6px 12px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-card:active,.category-card:active{transform:scale(.98);transition:transform .1s ease}.about-content{grid-template-columns:1fr;gap:40px;text-align:center}.about-image{height:0;padding-bottom:64.71%;position:relative;overflow:hidden}.about-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.customer-service{padding:60px 0}.customer-service-content{padding:0 16px}.service-title{font-size:24px;margin-bottom:12px}.service-subtitle{font-size:14px;margin-bottom:30px;line-height:1.4}.phone-info{flex-direction:column;gap:12px;padding:16px 24px;border-radius:8px}.phone-number{font-size:18px;text-align:center}.service-hours{font-size:12px;text-align:center;margin:0}.partners{background:#fff}.partners-logos{gap:20px}.partner-logo{display:inline-flex;background:transparent;width:140px;height:60px;overflow:hidden;border-radius:8px}.partner-logo img{width:100%;height:100%;object-fit:cover;display:block}.partner-logo img[alt=에이블리]{border:2px solid #000;border-radius:8px;box-sizing:border-box}}.filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:center;align-items:flex-end;animation:fadeIn .3s ease-out}.filter-modal{background:white;width:100%;max-width:100vw;max-height:90vh;border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out;box-shadow:0 -10px 25px #00000026}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0;position:relative;background:white;border-radius:20px 20px 0 0}.filter-modal-header:after{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#e0e0e0;border-radius:2px}.filter-modal-header h2{font-size:18px;font-weight:700;color:#000;margin:0}.close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease;color:#666}.close-btn:hover{background:#f5f5f5;color:#000}.close-btn svg{width:20px;height:20px}.filter-modal-content{flex:1;overflow-y:auto;padding:24px;scroll-behavior:smooth}.filter-modal-content::-webkit-scrollbar{width:0}.filter-group{margin-bottom:32px}.filter-group h3{font-size:16px;font-weight:600;color:#000;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.filter-options-grid{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{display:flex;align-items:center;gap:4px;padding:10px 16px;border:1.5px solid #e5e5e5;border-radius:25px;background:#fff;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:40px;white-space:nowrap}.filter-chip:hover{border-color:#333;color:#333}.filter-chip.active{background:#000;border-color:#000;color:#fff;font-weight:600}.filter-chip .count{font-size:12px;opacity:.7;font-weight:400}.filter-chip.active .count{opacity:.9}.price-filter{display:flex;flex-direction:column;gap:12px}.price-inputs{display:none}.price-range-sliders{position:relative;height:32px;display:flex;align-items:center;background:transparent;padding:0 8px}.price-range-sliders:before{content:"";position:absolute;top:50%;left:8px;right:8px;height:4px;background:linear-gradient(90deg,#e8e8e8 0%,#f0f0f0 50%,#e8e8e8 100%);border-radius:2px;transform:translateY(-50%);z-index:0}.color-filter{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;justify-items:center}.color-chip{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:transparent;cursor:pointer;transition:all .2s ease;position:relative;padding:0}.color-chip:hover{transform:scale(1.1)}.color-chip.active{transform:scale(1.15)}.color-dot{width:26px;height:26px;border-radius:50%;border:none;flex-shrink:0;transition:all .2s ease}.color-name,.check-icon{display:none}.color-white{background:#fff;border:1px solid #ddd}.color-light-gray{background:#d3d3d3;border:1px solid #bbb}.color-ivory{background:#fffff0;border:1px solid #ddd}.size-filter{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.size-chip{display:flex;align-items:center;justify-content:center;padding:12px 8px;border:1.5px solid #e5e5e5;border-radius:12px;background:#fff;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px}.size-chip:hover{border-color:#333;color:#333}.size-chip.active{background:#000;border-color:#000;color:#fff;font-weight:600}.filter-modal-footer{padding:20px 24px;border-top:1px solid #f0f0f0;background:white;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -5px 10px #0000000d}.results-info{font-size:14px;color:#666;font-weight:500}.filter-actions{display:flex;gap:12px}.reset-btn,.apply-btn{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px}.reset-btn{background:#f5f5f5;color:#666;border:1px solid #e5e5e5}.reset-btn:hover{background:#ebebeb;color:#333}.apply-btn{background:#000;color:#fff}.apply-btn:hover{background:#333}@media (min-width: 769px){.filter-modal-overlay{align-items:center;justify-content:flex-end}.filter-modal{width:400px;max-width:400px;max-height:100vh;border-radius:0;animation:slideLeft .3s ease-out;box-shadow:-10px 0 25px #00000026}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.filter-modal-header{border-radius:0}.filter-modal-header:after{display:none}}@media (max-width: 480px){.filter-modal-header,.filter-modal-content,.filter-modal-footer{padding-left:20px;padding-right:20px}.filter-group{margin-bottom:28px}.filter-group h3{font-size:15px;margin-bottom:12px}.filter-chip{padding:8px 12px;font-size:13px;min-height:36px}.color-filter{grid-template-columns:repeat(4,1fr);gap:8px}.color-chip{width:28px;height:28px}.color-chip .color-dot{width:24px;height:24px}.size-filter{grid-template-columns:repeat(3,1fr)}.size-chip{padding:10px 6px;font-size:13px;min-height:42px}.price-inputs{flex-direction:column;gap:16px}.price-separator{display:none}.filter-modal-footer{flex-direction:column;align-items:stretch;gap:12px}.results-info{text-align:center}.filter-actions{gap:8px}.reset-btn,.apply-btn{flex:1;padding:14px 20px}}@media (max-width: 768px){.filter-modal-content .category-filter-group,.filter-modal-content .subcategory-filter-group{display:none!important}}.mobile-category-tabs{display:none;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:10}.category-tabs-scroll{display:flex;overflow-x:auto;padding:12px 16px;gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-tabs-scroll::-webkit-scrollbar{display:none}.category-tabs-scroll.top-tabs{border-bottom:1px solid #f0f0f0;padding-bottom:12px}.category-tabs-scroll.bottom-tabs{padding-top:8px;background:#fafafa}.category-tab{flex-shrink:0;padding:10px 18px;background:#f8f8f8;border:none;border-radius:20px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.category-tab.active{background:#000;color:#fff;font-weight:600}.category-tab.subcategory-tab{background:#fff;border:1px solid #ddd;font-size:13px;padding:8px 16px}.category-tab.subcategory-tab.active{background:#000;color:#fff;border-color:#000}@media (max-width: 768px){.mobile-category-tabs{display:block}}.products-page{padding:0;min-height:100vh;margin-top:130px;background:white}.container{max-width:1200px;margin:0 auto;padding:0 20px}.products-header{background:white;padding:32px 0;border-bottom:1px solid #f0f0f0;margin-bottom:0}.page-title{margin-bottom:24px}.page-title h1{font-size:28px;font-weight:700;color:#000;margin-bottom:8px;letter-spacing:-.5px}.products-count{font-size:15px;color:#666;font-weight:500}.search-and-controls{display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}.search-container{position:relative;flex:1;max-width:320px}.search-input{width:100%;padding:14px 50px 14px 20px;border:2px solid #f0f0f0;border-radius:25px;font-size:15px;transition:all .3s ease;background:#fafafa}.search-input:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 0 0 3px #0000001a}.search-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease}.search-btn:hover{color:#000;background:rgba(0,0,0,.05)}.search-btn svg{width:18px;height:18px}.view-controls{display:flex;gap:12px;align-items:center}.sort-container{position:relative}.sort-button{display:flex;align-items:center;gap:8px;padding:12px 20px;min-width:120px;border:1.5px solid #e5e5e5;border-radius:12px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;color:#333;justify-content:space-between}.sort-button:hover{border-color:#333;color:#000}.sort-button svg{width:16px;height:16px}.sort-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 12px 40px #0000001f;z-index:100;overflow:hidden;animation:fadeInDown .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sort-dropdown button{width:100%;padding:16px 20px;text-align:left;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#333;transition:all .2s ease;position:relative}.sort-dropdown button:hover{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);color:#000;padding-left:24px}.sort-dropdown button:not(:last-child){border-bottom:1px solid #f0f0f0}.view-mode-buttons{display:flex;gap:0;border:1.5px solid #e5e5e5;border-radius:12px;overflow:hidden;background:white}.view-mode-btn{padding:10px 12px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#666}.view-mode-btn:hover{background:#f8f8f8;color:#333}.view-mode-btn.active{background:#000;color:#fff}.view-mode-btn svg{width:18px;height:18px}.filter-toggle-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1.5px solid #e5e5e5;border-radius:12px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;color:#333}.filter-toggle-btn:hover{border-color:#333;color:#000}.filter-toggle-btn svg{width:16px;height:16px}.mobile-filter-btn{display:none}.products-content{display:flex;gap:32px;padding:32px 0;background:white}.filters-sidebar{width:260px;flex-shrink:0;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:20px;height:fit-content;box-shadow:0 2px 8px #0000000a}.desktop-filters{display:block}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.filters-header h3{font-size:16px;font-weight:600;margin:0;color:#000}.clear-filters{color:#666;text-decoration:none;background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;padding:4px 8px;border-radius:6px;transition:all .2s ease}.clear-filters:hover{color:#000;background:#f5f5f5}.filter-section{margin-bottom:20px}.filter-section h4{font-size:15px;font-weight:600;margin:0 0 12px;color:#000}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-option{display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s ease;border-radius:6px;margin:0 -6px;padding:6px}.filter-option:hover{background:rgba(0,0,0,.03)}.filter-option input{margin:0;width:16px;height:16px;cursor:pointer}.filter-option span{font-size:13px;color:#333;font-weight:500}.price-range{display:flex;flex-direction:column;gap:12px}.price-sliders-container{position:relative;height:32px;display:flex;align-items:center;background:transparent;padding:0 8px}.price-sliders-container:before{content:"";position:absolute;top:50%;left:8px;right:8px;height:4px;background:linear-gradient(90deg,#e8e8e8 0%,#f0f0f0 50%,#e8e8e8 100%);border-radius:2px;transform:translateY(-50%);z-index:0}.price-slider{position:absolute;width:calc(100% - 16px);height:4px;border-radius:2px;background:transparent;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#000;cursor:pointer;border:3px solid #fff;box-shadow:0 3px 8px #0003;pointer-events:all;transition:all .2s ease}.price-slider::-webkit-slider-thumb:active{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.price-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#000;cursor:pointer;border:3px solid #fff;box-shadow:0 3px 8px #0003;pointer-events:all;transition:all .2s ease}.price-slider:first-child{z-index:1}.price-slider:last-child{z-index:2}.price-display{text-align:center;font-size:14px;font-weight:700;color:#000;padding:10px 16px;background:#fff;border-radius:12px;border:2px solid #f0f0f0;box-shadow:0 2px 6px #00000014;letter-spacing:-.3px}.color-options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;justify-items:center}.color-option{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:transparent;cursor:pointer;transition:all .2s ease;position:relative;padding:0;margin:0}.color-option input[type=checkbox]{display:none}.color-option:hover{transform:scale(1.1)}.color-option input[type=checkbox]:checked+.color-dot{transform:scale(1.15)}.color-dot{width:26px;height:26px;border-radius:50%;border:2px solid #ddd;flex-shrink:0;transition:all .2s ease;cursor:pointer}.color-black{background:#000}.color-white{background:#fff;border:2px solid #ddd}.color-gray,.color-grey{background:#808080}.color-light-gray{background:#d3d3d3;border:2px solid #bbb}.color-dark-gray{background:#404040}.color-navy{background:#001f3f}.color-blue{background:#0074d9}.color-light-blue,.color-sky-blue{background:#87ceeb}.color-royal-blue{background:#4169e1}.color-brown{background:#8b4513}.color-khaki{background:#f0e68c}.color-olive{background:#808000}.color-cream{background:#fffdd0}.color-beige{background:#f5f5dc}.color-red{background:#ff4444}.color-dark-red{background:#8b0000}.color-burgundy{background:#800020}.color-green{background:#2ecc40}.color-dark-green{background:#006400}.color-forest-green{background:#228b22}.color-mint{background:#98fb98}.color-yellow{background:#ffdc00}.color-gold{background:#ffd700}.color-mustard{background:#ffdb58}.color-pink{background:#ff69b4}.color-hot-pink{background:#ff1493}.color-rose{background:#ff66cc}.color-purple{background:#b10dc9}.color-lavender{background:#e6e6fa}.color-violet{background:#8a2be2}.color-orange{background:#ff851b}.color-coral{background:#ff7f50}.color-peach{background:#ffcba4}.color-tan{background:#d2b48c}.color-camel{background:#c19a6b}.color-chocolate{background:#d2691e}.color-maroon{background:#800000}.color-teal{background:#008080}.color-turquoise{background:#40e0d0}.color-aqua{background:#00ffff}.color-lime{background:#00ff00}.color-magenta{background:#ff00ff}.color-indigo{background:#4b0082}.color-silver{background:#c0c0c0}.color-ivory{background:#fffff0;border:2px solid #ddd}.size-options{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.size-option{display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:6px 3px;border:none;border-radius:4px;text-align:center;transition:all .2s ease;background:#fff;font-size:11px;font-weight:500;color:#666;min-height:32px}.size-option:hover{color:#333;background:#f8f8f8}.size-option input:checked+span{font-weight:600;color:#000}.size-option input[type=checkbox]{display:none}.size-option input[type=checkbox]:checked~*{color:#000;font-weight:600}.size-option:has(input[type=checkbox]:checked){background:#000;color:#fff;border-color:#000}.size-option:has(input[type=checkbox]:checked) span{color:#fff}.products-main{flex:1}.products-grid{display:grid;grid-template-columns:repeat(4,220px);gap:18px;margin-bottom:40px;justify-content:start}.products-grid.list{grid-template-columns:1fr;gap:20px;justify-content:normal}.products-grid.list .product-card{width:100%;max-width:none}.products-grid.list .product-card{display:flex;gap:20px;align-items:flex-start;padding:20px}.products-grid.list .product-image{width:160px;height:200px;flex-shrink:0}.products-grid.list .product-info{flex:1}.product-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;position:relative;box-shadow:0 4px 20px #0000000f;width:220px}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.product-image{position:relative;width:100%;height:320px;overflow:hidden;background:linear-gradient(135deg,#f9f9f9 0%,#f0f0f0 100%);border-radius:16px 16px 0 0}.product-card:hover .product-image img{transform:scale(1.05);transition:transform .4s ease}.badge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:2;letter-spacing:.5px}.badge.new{background:#00C851;color:#fff}.badge.sale{background:#ff4444;color:#fff;top:12px;left:auto;right:12px}.wishlist-btn{position:absolute;bottom:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease;box-shadow:0 4px 16px #00000026}.wishlist-btn:hover{background:rgba(255,255,255,1);transform:scale(1.15);box-shadow:0 6px 20px #0003}.wishlist-btn svg{width:14px;height:14px;stroke-width:1.5}.wishlist-btn.active svg{fill:#f44;stroke:#f44}.wishlist-btn:not(.active) svg{fill:none;stroke:#666}.product-info{padding:16px;background:#fff}.product-name{font-size:15px;font-weight:700;margin:0 0 3px;color:#000;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.3px;min-height:38px}.product-description{font-size:12px;color:#777;margin:0 0 3px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-pricing{display:flex;align-items:flex-start;gap:6px;margin-bottom:8px}.price-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:.9}.discount-rate{background:linear-gradient(135deg,#ff4444 0%,#e03c3c 100%);color:#fff;padding:3px 6px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:-.2px;box-shadow:0 2px 4px #ff44444d;align-self:flex-start;line-height:1;margin-bottom:6px}.product-price-row{display:flex;align-items:center;gap:8px}.product-price{font-size:16px;font-weight:800;color:#000;letter-spacing:-.3px;line-height:.95;margin:0}.product-price.sale{color:#f44;font-size:17px}.product-price.original{font-size:12px;color:#bbb;text-decoration:line-through;font-weight:400;margin-top:-2px}.product-rating{display:flex;align-items:center;gap:6px;margin-top:2px;margin-bottom:8px}.stars{display:flex;gap:1px}.star{font-size:12px;color:#ddd}.star.filled{color:gold}.rating-text{font-size:12px;color:#666}.product-colors{margin-top:10px;display:flex;align-items:center;gap:4px}.product-colors .color-dot{width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ddd}.more-colors{font-size:11px;color:#666;margin-left:4px}.no-products{text-align:center;padding:80px 20px;color:#666}.no-products-icon{margin-bottom:24px;color:#ddd}.no-products-icon svg{width:64px;height:64px}.no-products h3{font-size:24px;font-weight:600;margin:0 0 8px;color:#333}.no-products p{font-size:16px;margin:0 0 24px}.clear-all-btn{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.clear-all-btn:hover{background:#333}@media (min-width: 769px) and (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}.products-content{gap:24px}.filters-sidebar{width:240px;padding:20px}.product-image{height:280px}}@media (max-width: 768px){.products-page{margin-top:80px;background:white}.container{padding:0 16px}.products-header{padding:24px 0}.page-title h1{font-size:24px;margin-bottom:4px}.products-count{font-size:14px}.search-and-controls{flex-direction:column;gap:16px;align-items:stretch}.search-container{max-width:none}.search-input{padding:12px 45px 12px 18px;font-size:14px;border-radius:12px}.search-btn{right:12px}.view-controls{justify-content:space-between;gap:12px}.mobile-filter-btn{display:flex}.sort-button{padding:10px 16px;font-size:13px;border-radius:10px;min-width:130px;flex:1}.filter-toggle-btn{padding:10px 8px;font-size:13px;border-radius:10px;min-width:60px}.view-mode-buttons{border-radius:10px}.sort-dropdown{border-radius:12px;box-shadow:0 8px 32px #00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-top:4px}.sort-dropdown button{padding:14px 16px;font-size:13px;border-radius:0}.sort-dropdown button:hover{background:linear-gradient(135deg,#f1f3f4 0%,#e8eaed 100%);padding-left:20px}.sort-dropdown button:first-child{border-radius:12px 12px 0 0}.sort-dropdown button:last-child{border-radius:0 0 12px 12px;border-bottom:none}.view-mode-btn{padding:8px 10px}.products-content{flex-direction:column;gap:20px;padding:20px 0}.filters-sidebar{display:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-card{width:100%}.product-card{border-radius:16px;transition:all .3s ease;box-shadow:0 2px 12px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.product-image{height:200px;border-radius:12px 12px 0 0}.product-image img{display:block}.product-card:hover .product-image img{transform:scale(1.05);transition:transform .3s ease}.badge{top:8px;left:8px;padding:4px 8px;font-size:9px;border-radius:12px}.badge.sale{left:auto;right:8px}.wishlist-btn{bottom:6px;right:6px;width:24px;height:24px}.wishlist-btn svg{width:12px;height:12px}.product-info{padding:5px}.product-name{font-size:15px;font-weight:700;margin-bottom:4px;-webkit-line-clamp:2;letter-spacing:-.2px;min-height:40px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-description{font-size:13px;margin-bottom:4px;-webkit-line-clamp:1;color:#888}.product-pricing{margin-bottom:4px;gap:4px;align-items:flex-start}.price-group{gap:0px;line-height:.9}.discount-rate{font-size:9px;padding:2px 4px;border-radius:3px;margin-bottom:1px;font-weight:700}.product-price{font-size:15px;font-weight:700;line-height:.9;margin:0}.product-price.sale{font-size:16px}.product-price.original{font-size:12px;color:#aaa;text-decoration:line-through;font-weight:400;margin-top:2px;margin-left:2.1px}.product-rating{margin-top:2px;margin-bottom:8px;gap:6px}.stars{gap:0}.star{font-size:10px}.rating-text{font-size:11px}.product-colors .color-dot{width:12px;height:12px}.more-colors{font-size:10px}.products-grid.list{grid-template-columns:1fr}.products-grid.list .product-card{display:flex;flex-direction:column;padding:12px}.products-grid.list .product-image{width:100%;height:180px;margin-bottom:12px}.no-products{padding:60px 20px}.no-products-icon svg{width:48px;height:48px}.no-products h3{font-size:18px;margin-bottom:6px}.no-products p{font-size:14px;margin-bottom:20px}.clear-all-btn{padding:10px 20px;font-size:14px}}@media (max-width: 480px){.container{padding:0 12px}.search-input{padding:10px 40px 10px 16px;font-size:14px}.search-btn{right:10px;padding:6px}.search-btn svg{width:16px;height:16px}.view-mode-buttons{display:none}.sort-button,.filter-toggle-btn{flex:1;justify-content:center}.products-grid{grid-template-columns:1fr;gap:16px}.product-card{max-width:none}.product-image{height:240px}.product-name{font-size:15px;-webkit-line-clamp:1}.product-description{display:none}.product-pricing{margin-bottom:3px}.product-rating{display:none}.products-grid.list .product-image{height:240px}}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(4,1fr);gap:28px}.product-image{height:320px}.product-card{border-radius:18px}}@media (min-width: 1400px){.container{max-width:1400px}.products-grid{grid-template-columns:repeat(5,1fr);gap:32px}.product-image{height:340px}}@media (prefers-reduced-motion: reduce){.product-card{transition:none}.product-card:hover{transform:none}.wishlist-btn{transition:none;bottom:4px;right:4px;width:20px;height:20px}.wishlist-btn svg{width:10px;height:10px}.product-image img{transition:none}}.related-products{margin:3rem 0}.section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:2rem;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(4,220px);gap:1.5rem;max-width:1000px;margin:0 auto;justify-content:start}.product-card{display:block;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;border-radius:8px;overflow:hidden;padding:10px}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026;text-decoration:none;color:inherit}.product-image{position:relative;width:100%;height:250px;background:#f8f9fa;border-radius:8px;overflow:hidden;margin-bottom:0rem}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-card:hover .product-image img{transform:scale(1.05);transition:transform .3s ease}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-image{height:200px}.section-title{font-size:1.25rem;margin-bottom:1.5rem}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-image{height:180px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.inquiry-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.inquiry-modal-overlay *{box-sizing:border-box}.inquiry-modal{background:#ffffff;border-radius:16px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;animation:inquiryModalFadeIn .3s ease;box-shadow:0 20px 60px #0000004d;position:relative}@keyframes inquiryModalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.inquiry-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 20px;border-bottom:1px solid #f0f0f0;background:#fafbfc;border-radius:16px 16px 0 0}.inquiry-modal-header h2{font-size:22px;font-weight:700;color:#000;margin:0;line-height:1.3;font-family:inherit}.inquiry-modal-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;background:#f8f9fa;border:none;border-radius:8px;transition:all .3s ease;cursor:pointer;outline:none}.inquiry-modal-close-btn:hover{background:#e9ecef;color:#000;transform:scale(1.05)}.inquiry-modal-close-btn svg{width:20px;height:20px}.inquiry-login-required{padding:40px 28px;text-align:center}.inquiry-login-message{display:flex;flex-direction:column;align-items:center;gap:16px}.inquiry-login-message svg{width:48px;height:48px;color:orange}.inquiry-login-message h3{font-size:20px;font-weight:600;color:#333;margin:0;font-family:inherit}.inquiry-login-message p{font-size:14px;color:#666;margin:0;line-height:1.5}.inquiry-login-btn{padding:12px 24px;background:#000000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;text-decoration:none;display:inline-block}.inquiry-login-btn:hover{background:#333333;transform:translateY(-1px)}.inquiry-form{background:#ffffff;padding:28px;border-radius:0 0 16px 16px}.inquiry-product-info{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f9fa;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;color:#333}.inquiry-product-info svg{width:18px;height:18px;color:#666}.inquiry-form-group{margin-bottom:20px}.inquiry-form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px;font-family:inherit}.inquiry-form-group input,.inquiry-form-group select,.inquiry-form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;color:#333;background:#ffffff;transition:all .3s ease;resize:vertical}.inquiry-form-group input:focus,.inquiry-form-group select:focus,.inquiry-form-group textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.inquiry-form-group textarea{min-height:120px;line-height:1.5}.inquiry-secret-option{margin-bottom:24px}.inquiry-checkbox-label{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:8px;cursor:pointer;font-size:14px;font-weight:500;color:#333;-webkit-user-select:none;user-select:none}.inquiry-checkbox-label input[type=checkbox]{display:none}.inquiry-checkbox-custom{width:18px;height:18px;border:2px solid #e0e0e0;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.inquiry-checkbox-label input[type=checkbox]:checked+.inquiry-checkbox-custom{background:#000000;border-color:#000}.inquiry-checkbox-label input[type=checkbox]:checked+.inquiry-checkbox-custom:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.inquiry-image-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#f8f9fa;border:2px dashed #d0d0d0;border-radius:8px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;margin-top:4px}.inquiry-image-upload-btn:hover{background:#e9ecef;border-color:#000;color:#000}.inquiry-image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:12px}.inquiry-image-preview{position:relative;width:100%;padding-top:100%;border-radius:8px;overflow:hidden;background:#f8f9fa;border:1px solid #e0e0e0}.inquiry-image-preview img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.inquiry-image-remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;z-index:1}.inquiry-image-remove-btn:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.inquiry-image-remove-btn svg{width:14px;height:14px}.inquiry-form-notice{background:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:24px}.inquiry-form-notice p{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;color:#666;line-height:1.5}.inquiry-form-notice svg{width:16px;height:16px;color:orange;flex-shrink:0}.inquiry-submit-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;text-align:center}.inquiry-submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.inquiry-submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.inquiry-form-buttons{display:flex;justify-content:center;margin-top:28px;padding-top:20px;border-top:1px solid #f0f0f0}.inquiry-submit-btn{padding:14px 40px;background:#000000;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;cursor:pointer;outline:none;font-family:inherit;white-space:nowrap}.inquiry-submit-btn:hover:not(:disabled){background:#333333;transform:translateY(-1px);box-shadow:0 6px 16px #0003}.inquiry-submit-btn:disabled{background:#cccccc;cursor:not-allowed;transform:none;box-shadow:none}.inquiry-submit-btn svg{width:16px;height:16px}@media (max-width: 768px){.inquiry-modal-overlay{padding:12px}.inquiry-modal{max-width:100%;margin:0}.inquiry-modal-header{padding:20px 20px 16px}.inquiry-modal-header h2{font-size:18px}.inquiry-form{padding:20px}.inquiry-form-group{margin-bottom:16px}.inquiry-submit-btn{padding:12px 32px;font-size:14px}}@media (max-width: 480px){.inquiry-modal-overlay{padding:8px}.inquiry-modal-header{padding:16px 16px 12px}.inquiry-modal-header h2{font-size:16px}.inquiry-form{padding:16px}.inquiry-submit-btn{width:100%;padding:12px 20px}.inquiry-form-notice p{font-size:12px}}.crop-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:inquiryModalFadeIn .2s ease}.crop-modal-content{background:#ffffff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;animation:inquiryModalFadeIn .3s ease}.crop-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.crop-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.crop-modal-close-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease}.crop-modal-close-btn:hover{color:#111827}.crop-modal-close-btn svg{width:24px;height:24px}.crop-modal-body{padding:24px;overflow:auto;flex:1}.crop-instruction{margin:0 0 16px;font-size:14px;color:#6b7280;text-align:center}.crop-container{display:flex;justify-content:center;align-items:center;min-height:300px}.crop-modal-footer{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;justify-content:flex-end}.crop-cancel-btn,.crop-complete-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.crop-cancel-btn{background:#f3f4f6;color:#374151}.crop-cancel-btn:hover{background:#e5e7eb}.crop-complete-btn{background:#000;color:#fff}.crop-complete-btn:hover{background:#1f2937}@media (max-width: 768px){.crop-modal-content{max-width:95%}.crop-modal-header{padding:16px 20px}.crop-modal-header h3{font-size:16px}.crop-modal-body{padding:20px}.crop-modal-footer{padding:12px 20px}}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.review-modal-overlay *{box-sizing:border-box}.review-modal{background:#ffffff;border-radius:16px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;animation:reviewModalFadeIn .3s ease;box-shadow:0 20px 60px #0000004d;position:relative}@keyframes reviewModalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.review-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 20px;border-bottom:1px solid #f0f0f0;background:#fafbfc;border-radius:16px 16px 0 0}.review-modal-header h2{font-size:22px;font-weight:700;color:#000;margin:0;line-height:1.3;font-family:inherit}.review-modal-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;background:#f8f9fa;border:none;border-radius:8px;transition:all .3s ease;cursor:pointer;outline:none}.review-modal-close-btn:hover{background:#e9ecef;color:#000;transform:scale(1.05)}.review-modal-close-btn svg{width:20px;height:20px}.review-login-required{padding:40px 28px;text-align:center}.review-login-message{display:flex;flex-direction:column;align-items:center;gap:16px}.review-login-message svg{width:48px;height:48px;color:orange}.review-login-message h3{font-size:20px;font-weight:600;color:#333;margin:0;font-family:inherit}.review-login-message p{font-size:14px;color:#666;margin:0;line-height:1.5}.review-login-btn{padding:12px 24px;background:#000000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;text-decoration:none;display:inline-block}.review-login-btn:hover{background:#333333;transform:translateY(-1px)}.review-form{background:#ffffff;padding:28px;border-radius:0 0 16px 16px}.review-product-info{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f9fa;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;color:#333}.review-product-info svg{width:18px;height:18px;color:#666}.review-form-group{margin-bottom:20px}.review-form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px;font-family:inherit}.review-form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;color:#333;background:#ffffff;transition:all .3s ease;resize:vertical;min-height:120px;line-height:1.5}.review-form-group textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.review-char-count{text-align:right;font-size:12px;color:#999;margin-top:4px}.review-rating-selector{display:flex;align-items:center;gap:8px}.review-star{background:none;border:none;padding:4px;cursor:pointer;transition:transform .2s ease}.review-star:hover{transform:scale(1.1)}.review-star svg{width:32px;height:32px;color:#e0e0e0;transition:color .2s ease}.review-star.active svg{color:orange}.review-rating-text{font-size:14px;font-weight:600;color:orange;margin-left:8px}.review-image-upload{display:flex;flex-direction:column;gap:12px}.review-image-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:#666;align-self:flex-start}.review-image-upload-btn:hover{background:#e9ecef;border-color:#000;color:#000}.review-image-upload-btn svg{width:20px;height:20px}.review-image-preview-list{display:flex;gap:12px;flex-wrap:wrap}.review-image-preview{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.review-image-preview img{width:100%;height:100%;object-fit:cover}.review-image-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;background:rgba(0,0,0,.7);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.review-image-remove:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.review-image-remove svg{width:16px;height:16px}.review-form-notice{background:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:24px}.review-form-notice p{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;color:#666;line-height:1.5}.review-form-notice svg{width:16px;height:16px;color:orange;flex-shrink:0}.review-submit-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;text-align:center}.review-submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.review-submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.review-form-buttons{display:flex;justify-content:center;margin-top:28px;padding-top:20px;border-top:1px solid #f0f0f0}.review-submit-btn{padding:14px 40px;background:#000000;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;cursor:pointer;outline:none;font-family:inherit;white-space:nowrap}.review-submit-btn:hover:not(:disabled){background:#333333;transform:translateY(-1px);box-shadow:0 6px 16px #0003}.review-submit-btn:disabled{background:#cccccc;cursor:not-allowed;transform:none;box-shadow:none}.review-submit-btn svg{width:16px;height:16px}@media (max-width: 768px){.review-modal-overlay{padding:12px}.review-modal{max-width:100%;margin:0}.review-modal-header{padding:20px 20px 16px}.review-modal-header h2{font-size:18px}.review-form{padding:20px}.review-form-group{margin-bottom:16px}.review-submit-btn{padding:12px 32px;font-size:14px}.review-star svg{width:28px;height:28px}}@media (max-width: 480px){.review-modal-overlay{padding:8px}.review-modal-header{padding:16px 16px 12px}.review-modal-header h2{font-size:16px}.review-form{padding:16px}.review-submit-btn{width:100%;padding:12px 20px}.review-form-notice p{font-size:12px}}.product-detail-page{padding-top:130px;min-height:100vh;background:#fff}.product-detail-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.product-detail-page .breadcrumb{padding:20px 0;display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.product-detail-page .breadcrumb a{color:#666;text-decoration:none;transition:color .2s ease}.product-detail-page .breadcrumb a:hover{color:#000}.product-detail-page .breadcrumb span{color:#999}.product-detail-page .product-main{display:grid;grid-template-columns:1fr 480px;gap:60px;padding:40px 0;align-items:flex-start}.product-detail-page .product-detail-tabs{padding:60px 0}.product-detail-page .tab-buttons{display:flex;border-bottom:1px solid #e0e0e0;margin-bottom:40px}.product-detail-page .tab-button{padding:16px 24px;border:none;background:none;cursor:pointer;font-size:16px;font-weight:600;color:#666;border-bottom:2px solid transparent;transition:all .2s ease}.product-detail-page .tab-button:hover{color:#000}.product-detail-page .tab-button.active{color:#000;border-bottom-color:#000}.product-detail-page .tab-content{min-height:400px}.product-detail-page .loading{display:flex;justify-content:center;align-items:center;height:400px;font-size:18px;color:#666}@media (max-width: 1024px){.product-detail-page .product-main{grid-template-columns:1fr;gap:40px}.product-detail-page .product-detail-tabs{padding:40px 0}}@media (max-width: 768px){.product-detail-page{margin-top:70px;padding-top:20px}.product-detail-page .container{padding:0 16px}.product-detail-page .breadcrumb{padding:16px 0;font-size:13px}.product-detail-page .product-main{gap:32px;padding:20px 0}.product-detail-page .product-detail-tabs{padding:32px 0}.product-detail-page .tab-buttons{overflow-x:auto}.product-detail-page .tab-button{padding:12px 16px;font-size:14px;white-space:nowrap}}@media (max-width: 480px){.product-detail-page .container{padding:0 12px}}.product-detail-page .product-gallery{display:flex;flex-direction:column;gap:20px}.product-detail-page .main-image{position:relative;width:100%;aspect-ratio:1;background:#f8f9fa;border-radius:16px;overflow:hidden;cursor:zoom-in}.product-detail-page .main-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-detail-page .main-image:hover img{transform:scale(1.05)}.product-detail-page .badge{position:absolute;top:.5rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;color:#fff;z-index:2}.product-detail-page .badge.new{background:#28a745;left:.5rem}.product-detail-page .badge.sale{background:#dc3545;right:.5rem}.product-detail-page .wishlist-btn{position:absolute;bottom:16px;right:16px;width:56px;height:56px;border-radius:50%;border:none;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease;box-shadow:0 4px 16px #00000026}.product-detail-page .wishlist-btn svg{width:30px;height:30px;stroke-width:1.5}.product-detail-page .thumbnail-list{display:flex;gap:12px;overflow-x:auto;padding:4px 0}.product-detail-page .thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;background:none;cursor:pointer;transition:all .2s ease}.product-detail-page .thumbnail.active{border-color:#000}.product-detail-page .thumbnail img{width:100%;height:100%;object-fit:cover}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:zoomIn .3s ease-out}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.image-modal-content img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.image-modal-close{position:absolute;top:-50px;right:0;background:rgba(255,255,255,.95);border:none;color:#000;font-size:32px;cursor:pointer;padding:8px;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 16px #0000004d;line-height:1}.image-modal-close:hover{background:rgba(255,255,255,1);transform:scale(1.1)}.image-modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);border:none;color:#000;font-size:48px;cursor:pointer;padding:16px 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;width:60px;height:60px;line-height:1;box-shadow:0 4px 16px #0000004d}.image-modal-nav:hover:not(:disabled){background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1)}.image-modal-nav:disabled{opacity:.3;cursor:not-allowed}.image-modal-prev{left:20px}.image-modal-next{right:20px}.image-modal-counter{position:absolute;bottom:-45px;left:50%;transform:translate(-50%);background:rgba(255,255,255,.95);color:#000;padding:10px 20px;border-radius:24px;font-size:15px;font-weight:600;box-shadow:0 4px 16px #0000004d}@media (max-width: 768px){.product-detail-page .thumbnail-list{gap:8px}.product-detail-page .thumbnail{width:60px;height:60px}.product-detail-page .wishlist-btn{width:52px;height:52px;bottom:12px;right:12px}.product-detail-page .wishlist-btn svg{width:26px;height:26px}.product-detail-page .badge{top:12px;left:12px;padding:6px 10px;font-size:11px}.image-modal-overlay{padding:10px}.image-modal-content img{max-height:80vh}.image-modal-close{top:-45px;width:40px;height:40px;font-size:28px}.image-modal-nav{width:50px;height:50px;font-size:36px;padding:12px 16px}.image-modal-prev{left:10px}.image-modal-next{right:10px}.image-modal-counter{bottom:-40px;padding:8px 16px;font-size:14px}}.product-detail-page .product-info{padding:20px 0}.product-detail-page .product-title{font-size:28px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.3}.product-detail-page .product-description{font-size:16px;color:#666;margin:0 0 20px;line-height:1.5}.product-detail-page .product-rating{display:flex;align-items:center;gap:8px;margin-bottom:24px}.product-detail-page .stars{display:flex;gap:2px}.product-detail-page .star{font-size:16px;color:#ddd}.product-detail-page .rating-text{font-size:14px;color:#666}.product-detail-page .product-pricing{display:flex;align-items:center;gap:16px;margin-bottom:32px}.product-detail-page .discount-rate{background:linear-gradient(135deg,#ff4444 0%,#e03c3c 100%);color:#fff;padding:6px 10px;border-radius:8px;font-size:14px;font-weight:800;letter-spacing:-.5px;box-shadow:0 2px 8px #ff44444d}.product-detail-page .price-group{display:flex;flex-direction:column;gap:12px}.product-detail-page .current-price{font-size:24px;font-weight:800;color:#000;letter-spacing:-.5px}.product-detail-page .price-group .current-price{color:#f44;font-size:26px;margin-bottom:8px}.product-detail-page .original-price{font-size:18px;color:#999;text-decoration:line-through;font-weight:400;margin-top:0}.product-detail-page .product-options{margin-bottom:32px}.product-detail-page .option-group{margin-bottom:24px}.product-detail-page .option-group label{display:block;font-size:16px;font-weight:600;color:#000;margin-bottom:12px}.product-detail-page .color-options{display:flex;flex-wrap:wrap;gap:8px}.product-detail-page .color-option{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;min-width:fit-content;justify-content:flex-start}.product-detail-page .color-option:hover{border-color:#999}.product-detail-page .color-option.selected{border-color:#000;background:#f8f9fa}.product-detail-page .color-option.sold-out{opacity:.4;cursor:not-allowed;position:relative}.product-detail-page .color-option.sold-out:hover{border-color:#e0e0e0}.product-detail-page .soldout-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#6c757d;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.product-detail-page .color-dot{width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ddd}.product-detail-page .color-light-gray,.product-detail-page .color-lightgray{background:#d3d3d3}.product-detail-page .color-dark-gray,.product-detail-page .color-darkgray{background:#555}.product-detail-page .color-light-blue,.product-detail-page .color-lightblue{background:#add8e6}.product-detail-page .color-dark-blue,.product-detail-page .color-darkblue{background:#00008b}.product-detail-page .color-sky-blue,.product-detail-page .color-skyblue{background:#87ceeb}.product-detail-page .color-dark-brown,.product-detail-page .color-darkbrown{background:#654321}.product-detail-page .color-red{background:#ff0000}.product-detail-page .color-darkred,.product-detail-page .color-dark-red{background:#8b0000}.product-detail-page .color-wine{background:#722f37}.product-detail-page .color-burgundy{background:#800020}.product-detail-page .color-pink{background:#ffc0cb}.product-detail-page .color-light-pink,.product-detail-page .color-lightpink{background:#ffb6c1}.product-detail-page .color-dark-green,.product-detail-page .color-darkgreen{background:#006400}.product-detail-page .color-olive{background:#808000}.product-detail-page .color-lavender{background:#e6e6fa}.product-detail-page .color-ivory{background:#fffff0}.product-detail-page .color-cream{background:#fffdd0}.product-detail-page .color-charcoal{background:#36454f}.product-detail-page .color-silver{background:#c0c0c0}.product-detail-page .size-options{display:flex;flex-wrap:wrap;gap:8px}.product-detail-page .size-option{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600;color:#666}.product-detail-page .size-option:hover{border-color:#999;color:#000}.product-detail-page .size-option.selected{border-color:#000;background:#000;color:#fff}.product-detail-page .size-option.sold-out{opacity:.3;cursor:not-allowed;position:relative}.product-detail-page .size-option.sold-out:hover{border-color:#e0e0e0;color:#666}.product-detail-page .size-option .soldout-badge{font-size:10px;padding:2px 4px}.product-detail-page .size-option.low-stock,.product-detail-page .size-option.low-stock:hover{border-color:#ff6b35;color:#ff6b35}.product-detail-page .size-option.low-stock.selected{border-color:#000;background:#000;color:#fff}.product-detail-page .size-option.low-stock.selected .stock-warning{color:#fff}.product-detail-page .size-option.low-stock .stock-warning{font-size:10px;color:#ff6b35;margin-left:4px;font-weight:600}.product-detail-page .quantity-selector{display:flex;align-items:center;width:fit-content;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.product-detail-page .quantity-selector button{width:40px;height:48px;border:none;background:#f8f9fa;cursor:pointer;font-size:18px;font-weight:600;color:#666;transition:all .2s ease}.product-detail-page .quantity-selector button:hover{background:#e9ecef;color:#000}.product-detail-page .quantity-selector button:disabled{opacity:.3;cursor:not-allowed}.product-detail-page .quantity-selector button:disabled:hover{background:#f8f9fa;color:#666}.product-detail-page .quantity-selector span{display:flex;align-items:center;justify-content:center;width:60px;height:48px;font-size:16px;font-weight:600;background:#fff}.product-detail-page .stock-notice{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;color:#ff6b35;font-weight:600}.product-detail-page .total-price{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:32px}.product-detail-page .total-price span:first-child{font-size:16px;font-weight:600;color:#666}.product-detail-page .total-amount{font-size:24px;font-weight:800;color:#000;letter-spacing:-.5px}.product-detail-page .purchase-buttons{display:flex;gap:12px;margin-bottom:32px}.product-detail-page .add-to-cart,.product-detail-page .buy-now{flex:1;height:56px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.product-detail-page .add-to-cart{background:#fff;color:#000;border:2px solid #000}.product-detail-page .add-to-cart:hover{background:#f8f9fa}.product-detail-page .buy-now{background:#000;color:#fff}.product-detail-page .buy-now:hover{background:#333}.product-detail-page .sold-out-button{flex:1;height:56px;border:none;border-radius:8px;font-size:16px;font-weight:700;background:#6c757d;color:#fff;cursor:not-allowed;transition:all .2s ease}.product-detail-page .sold-out-button:hover{background:#6c757d}.product-detail-page .add-to-cart:disabled,.product-detail-page .buy-now:disabled{opacity:.5;cursor:not-allowed}.product-detail-page .add-to-cart:disabled:hover,.product-detail-page .buy-now:disabled:hover{background:#fff;border-color:#000}.product-detail-page .buy-now:disabled:hover{background:#000}.product-detail-page .delivery-info{padding:24px;background:#f8f9fa;border-radius:12px;margin-bottom:32px}.product-detail-page .info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-detail-page .info-row:last-child{margin-bottom:0}.product-detail-page .label{font-weight:600;color:#000}@media (max-width: 768px){.product-detail-page .product-title{font-size:24px;margin-bottom:8px}.product-detail-page .product-description{font-size:14px;margin-bottom:16px}.product-detail-page .current-price{font-size:20px}.product-detail-page .price-group .current-price{font-size:22px}.product-detail-page .purchase-buttons{flex-direction:column!important;gap:12px}.product-detail-page .add-to-cart,.product-detail-page .buy-now,.product-detail-page .sold-out-button{flex:none!important;height:48px;font-size:14px;width:100%!important;display:block!important}}@media (max-width: 480px){.product-detail-page .color-options,.product-detail-page .size-options{gap:6px}.product-detail-page .color-option{padding:8px 12px;font-size:13px;min-width:fit-content;max-width:100%;flex:0 0 auto}.product-detail-page .color-option span:not(.color-dot){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.product-detail-page .size-option{min-width:44px;height:44px;font-size:13px}.product-detail-page .total-amount{font-size:20px}.product-detail-page .purchase-buttons{flex-direction:column!important;gap:12px;margin-bottom:24px}.product-detail-page .add-to-cart,.product-detail-page .buy-now,.product-detail-page .sold-out-button{flex:none!important;height:56px;font-size:15px;font-weight:700;width:100%!important;display:block!important}}.product-detail-page .description-content{display:flex;flex-direction:column;gap:40px}.product-detail-page .detail-images img{width:100%;margin-bottom:20px;border-radius:12px}.product-detail-page .product-specs{background:#f8f9fa;padding:32px;border-radius:12px}.product-detail-page .product-specs h3{font-size:20px;font-weight:700;color:#000;margin:0 0 24px}.product-detail-page .product-specs table{width:100%;border-collapse:collapse}.product-detail-page .product-specs td{padding:12px 0;border-bottom:1px solid #e0e0e0;font-size:14px}.product-detail-page .product-specs td:first-child{font-weight:600;color:#000;width:120px}@media (max-width: 768px){.product-detail-page .product-specs{padding:24px}}.product-detail-page .reviews-content{display:flex;flex-direction:column;gap:32px}.product-detail-page .reviews-summary{display:flex;justify-content:space-between;align-items:center;padding:32px;background:#f8f9fa;border-radius:12px}.product-detail-page .rating-overview{display:flex;align-items:center;gap:16px}.product-detail-page .average-rating{display:flex;flex-direction:column;align-items:center;gap:8px}.product-detail-page .rating-number{font-size:32px;font-weight:800;color:#000}.product-detail-page .review-count{font-size:16px;color:#666}.product-detail-page .write-review-btn{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.product-detail-page .write-review-btn:hover{background:#333}.product-detail-page .reviews-list{display:flex;flex-direction:column;gap:24px}.product-detail-page .review-item{padding:24px;border:1px solid #e0e0e0;border-radius:12px;background:#fff}.product-detail-page .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.product-detail-page .reviewer-info{display:flex;align-items:center;gap:8px}.product-detail-page .username{font-weight:600;color:#000}.product-detail-page .verified-badge{padding:2px 6px;background:#00C851;color:#fff;font-size:10px;font-weight:600;border-radius:4px}.product-detail-page .review-date{font-size:14px;color:#666}.product-detail-page .purchase-options{font-size:14px;color:#666;margin-bottom:12px}.product-detail-page .review-content p{margin:0 0 16px;line-height:1.6}.product-detail-page .review-images{display:flex;gap:8px;flex-wrap:wrap}.product-detail-page .review-images img{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-detail-page .review-images img:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.product-detail-page .admin-reply{margin-top:16px;padding:16px;background:#f8f9fa;border-left:3px solid #000;border-radius:8px}.product-detail-page .reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-detail-page .reply-label{font-size:13px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.5px}.product-detail-page .reply-date{font-size:12px;color:#999}.product-detail-page .reply-text{margin:0;line-height:1.6;color:#333;font-size:14px}@media (max-width: 768px){.product-detail-page .reviews-summary{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}.product-detail-page .rating-overview{width:100%;justify-content:space-between}.product-detail-page .write-review-btn{width:100%;padding:12px}.product-detail-page .admin-reply{padding:12px}}@media (max-width: 480px){.product-detail-page .review-images img{width:60px;height:60px}.product-detail-page .reply-header{flex-direction:column;align-items:flex-start;gap:4px}}.review-image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px}.review-image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center}.review-image-modal-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.review-image-modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.review-image-modal-close:hover{opacity:.7}.review-image-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;color:#000;font-size:40px;cursor:pointer;padding:10px 15px;border-radius:4px;transition:background .2s;z-index:10}.review-image-nav:hover:not(:disabled){background:rgba(255,255,255,1)}.review-image-nav:disabled{opacity:.3;cursor:not-allowed}.review-image-prev{left:20px}.review-image-next{right:20px}.review-image-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.7);color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:600}.product-detail-page .qna-content{display:flex;flex-direction:column;gap:32px}.product-detail-page .qna-header{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:2px solid #f0f0f0}.product-detail-page .qna-stats{display:flex;align-items:center;gap:16px}.product-detail-page .qna-count{font-size:18px;font-weight:700;color:#000}.product-detail-page .qna-info-text{font-size:14px;color:#666}.product-detail-page .write-qna-btn{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.product-detail-page .write-qna-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.product-detail-page .qna-list{display:flex;flex-direction:column;gap:20px}.product-detail-page .qna-item{border:1px solid #e8e8e8;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000f;transition:all .2s ease}.product-detail-page .qna-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.product-detail-page .question,.product-detail-page .answer{padding:24px}.product-detail-page .answer{background:linear-gradient(135deg,#f8f9fa 0%,#f1f3f4 100%);border-top:1px solid #e8e8e8;position:relative}.product-detail-page .answer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#000 0%,#333 100%)}.product-detail-page .qna-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.product-detail-page .qna-info{display:flex;align-items:center;gap:12px}.product-detail-page .q-label,.product-detail-page .a-label{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;letter-spacing:-.5px}.product-detail-page .q-label{background:linear-gradient(135deg,#666 0%,#555 100%);box-shadow:0 2px 6px #6666664d}.product-detail-page .a-label{background:linear-gradient(135deg,#000 0%,#333 100%);box-shadow:0 2px 6px #0000004d}.product-detail-page .qna-user{font-size:14px;font-weight:600;color:#000}.product-detail-page .date{font-size:13px;color:#999}.product-detail-page .qna-badges{display:flex;align-items:center;gap:8px}.product-detail-page .secret-badge{padding:4px 8px;background:linear-gradient(135deg,#666 0%,#555 100%);color:#fff;font-size:10px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.product-detail-page .status{padding:6px 12px;font-size:11px;font-weight:700;border-radius:16px;text-transform:uppercase;letter-spacing:.5px}.product-detail-page .status.answered{background:linear-gradient(135deg,#00C851 0%,#00A041 100%);color:#fff;box-shadow:0 2px 6px #00c8514d}.product-detail-page .status.waiting{background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%);color:#fff;box-shadow:0 2px 6px #ff98004d}.product-detail-page .question-title{font-size:16px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.4}.product-detail-page .question-text,.product-detail-page .answer-text{margin:0;line-height:1.7;color:#333;font-size:15px}.product-detail-page .question-text{font-weight:500}.product-detail-page .answer-text{color:#444}@media (max-width: 768px){.product-detail-page .write-qna-btn{width:100%;padding:12px}}.product-detail-page .guide-content{display:flex;flex-direction:column;gap:40px}.product-detail-page .size-guide,.product-detail-page .care-guide,.product-detail-page .return-exchange{background:#f8f9fa;padding:32px;border-radius:12px}.product-detail-page .size-guide h3,.product-detail-page .care-guide h3,.product-detail-page .return-exchange h3{font-size:20px;font-weight:700;color:#000;margin:0 0 24px}.product-detail-page .size-table-wrapper{overflow-x:auto}.product-detail-page .size-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.product-detail-page .size-table th,.product-detail-page .size-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #e0e0e0}.product-detail-page .size-table th{background:#000;color:#fff;font-weight:600}.product-detail-page .care-guide ul,.product-detail-page .return-exchange ul{margin:0;padding:0;list-style:none}.product-detail-page .care-guide li,.product-detail-page .return-exchange li{border-bottom:1px solid #e0e0e0;position:relative;padding:8px 0 8px 20px}.product-detail-page .care-guide li:before,.product-detail-page .return-exchange li:before{content:"•";position:absolute;left:0;color:#666}.product-detail-page .care-guide li:last-child,.product-detail-page .return-exchange li:last-child{border-bottom:none}@media (max-width: 768px){.product-detail-page .size-guide,.product-detail-page .care-guide,.product-detail-page .return-exchange{padding:24px}}.product-detail-page .related-products{margin:3rem 0;padding:0 20px;position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.product-detail-page .section-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:2rem;position:relative}.product-detail-page .section-title{font-size:1.5rem;font-weight:600;color:#333;margin:0;position:absolute;left:0;top:50%;transform:translateY(-50%)}.product-detail-page .slider-controls{position:absolute;top:calc(2rem + 140px);z-index:10;width:calc(100% + 40px);left:-20px;display:flex;justify-content:space-between;pointer-events:none;opacity:1;visibility:visible;transition:all .3s ease}.product-detail-page .slider-btn{width:48px;height:48px;border:1px solid #ddd;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#666;pointer-events:all;box-shadow:0 4px 16px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-detail-page .slider-btn:hover{border-color:#000;color:#000;transform:scale(1.1);background:rgba(255,255,255,1);box-shadow:0 6px 20px #00000026}.product-detail-page .slider-btn svg{width:24px;height:24px}.product-detail-page .products-slider{overflow-x:auto;overflow-y:hidden;padding:10px 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:100%}.product-detail-page .products-slider::-webkit-scrollbar{display:none}.product-detail-page .products-grid{display:flex;gap:1.5rem;padding-bottom:10px;width:max-content}.product-detail-page .product-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid #e8e8e8;cursor:pointer;position:relative;box-shadow:0 2px 8px #0000000a;width:240px;flex-shrink:0;text-decoration:none;color:inherit}.product-detail-page .product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026;border-color:#d0d0d0;text-decoration:none;color:inherit}.product-detail-page .product-image{position:relative;width:100%;height:280px;overflow:hidden;background:#f8f8f8;border-radius:16px}.product-detail-page .product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-detail-page .product-card:hover .product-image img{transform:scale(1.05);transition:transform .4s ease}.product-detail-page .badge{position:absolute;top:8px;left:8px;padding:4px 8px;border-radius:12px;font-size:9px;font-weight:700;text-transform:uppercase;z-index:2;letter-spacing:.3px}.product-detail-page .badge.new{background:#00C851;color:#fff}.product-detail-page .badge.sale{background:#ff4444;color:#fff;top:8px;left:auto;right:8px}.product-detail-page .wishlist-btn{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease;box-shadow:0 4px 16px #00000026}.product-detail-page .wishlist-btn:hover{background:rgba(255,255,255,1);transform:scale(1.15);box-shadow:0 6px 20px #0003}.product-detail-page .wishlist-btn svg{width:16px;height:16px;stroke-width:1.5}.product-detail-page .wishlist-btn.active svg{fill:#f44;stroke:#f44}.product-detail-page .wishlist-btn:not(.active) svg{fill:none;stroke:#666}.product-detail-page .product-info{padding:16px;background:transparent}.product-detail-page .product-name{font-size:15px;font-weight:700;margin:0 0 3px;color:#000;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.3px;min-height:38px}.product-detail-page .product-description{font-size:12px;color:#777;margin:0 0 3px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-detail-page .product-pricing{display:flex;align-items:flex-start;gap:6px;margin-bottom:8px}.product-detail-page .price-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:1}.product-detail-page .discount-rate{background:linear-gradient(135deg,#ff4444 0%,#e03c3c 100%);color:#fff;padding:2px 5px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:-.2px;box-shadow:0 1px 3px #ff44444d;align-self:flex-start;line-height:1;margin-bottom:2px}.product-detail-page .product-price{font-size:15px;font-weight:800;color:#000;letter-spacing:-.3px;line-height:.95;margin:0}.product-detail-page .product-price.sale{color:#f44;font-size:16px}.product-detail-page .product-price.original{font-size:11px;color:#bbb;text-decoration:line-through;font-weight:400;margin-top:-2px}.product-detail-page .product-rating{display:flex;align-items:center;gap:4px;margin-top:2px;margin-bottom:8px}.product-detail-page .stars{display:flex;gap:1px}.product-detail-page .star{font-size:11px;color:#ddd}.product-detail-page .star.filled{color:gold}.product-detail-page .rating-text{font-size:11px;color:#666}.product-detail-page .product-colors{display:flex;align-items:center;gap:4px}.product-detail-page .product-colors .color-dot{width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ddd}.product-detail-page .more-colors{font-size:11px;color:#666;margin-left:4px}.product-detail-page .color-black{background:#000}.product-detail-page .color-white{background:#fff}.product-detail-page .color-gray,.product-detail-page .color-grey{background:#999}.product-detail-page .color-navy{background:#001f3f}.product-detail-page .color-blue{background:#0074d9}.product-detail-page .color-brown{background:#8b4513}.product-detail-page .color-khaki{background:#f0e68c}.product-detail-page .color-red{background:#ff4136}.product-detail-page .color-green{background:#2ecc40}.product-detail-page .color-yellow{background:#ffdc00}.product-detail-page .color-pink{background:#f012be}.product-detail-page .color-purple{background:#b10dc9}.product-detail-page .color-orange{background:#ff851b}.product-detail-page .color-beige{background:#f5f5dc}@media (min-width: 769px) and (max-width: 1024px){.product-detail-page .product-card{width:200px}.product-detail-page .product-image{height:280px}}@media (max-width: 768px){.product-detail-page .related-products{margin:2rem 0;padding:0 16px}.product-detail-page .section-header{margin-bottom:1.5rem}.product-detail-page .section-title{font-size:1.25rem}.product-detail-page .slider-btn{width:40px;height:40px}.product-detail-page .slider-btn svg{width:20px;height:20px}.product-detail-page .slider-controls{margin-top:1.5rem;top:calc(1.5rem + 100px)}.product-detail-page .products-grid{gap:1rem}.product-detail-page .product-card{width:calc((100vw - 32px - 1rem)/2);max-width:180px}.product-detail-page .product-image{height:200px}.product-detail-page .wishlist-btn{width:28px;height:28px;bottom:6px;right:6px}.product-detail-page .wishlist-btn svg{width:14px;height:14px}.product-detail-page .badge{padding:3px 6px;font-size:8px}.product-detail-page .product-name{font-size:12px;min-height:32px}.product-detail-page .discount-rate{font-size:9px;padding:2px 4px}.product-detail-page .product-price{font-size:13px}.product-detail-page .product-price.sale{font-size:14px}.product-detail-page .product-price.original,.product-detail-page .star,.product-detail-page .rating-text{font-size:10px}}@media (max-width: 480px){.product-detail-page .slider-controls{display:none}.product-detail-page .product-card{width:160px}.product-detail-page .product-image{height:200px}.product-detail-page .badge{padding:2px 5px;font-size:7px}.product-detail-page .product-name{font-size:11px;min-height:30px}.product-detail-page .discount-rate{font-size:8px;padding:2px 4px}.product-detail-page .product-price{font-size:12px}.product-detail-page .product-price.sale{font-size:13px}.product-detail-page .product-price.original,.product-detail-page .star,.product-detail-page .rating-text{font-size:9px}.product-detail-page .wishlist-btn{width:30px;height:30px;bottom:4px;right:4px}.product-detail-page .wishlist-btn svg{width:12px;height:12px}}.stock-status-container{margin:12px 0;display:inline-block}.stock-status{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid;background:white;transition:all .2s ease}.stock-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.stock-icon svg{width:100%;height:100%}.stock-status.medium_stock{color:#ff6b35;border-color:#ff6b35;background:#fff5f0}.stock-status.medium_stock .stock-icon{color:#ff6b35}.stock-status.low_stock{color:#e63946;border-color:#e63946;background:#fff0f1;animation:pulse-warning 2s ease-in-out infinite}.stock-status.low_stock .stock-icon{color:#e63946}.stock-status.out_of_stock{color:#6c757d;border-color:#dee2e6;background:#f8f9fa}.stock-status.out_of_stock .stock-icon{color:#6c757d}@keyframes pulse-warning{0%,to{transform:scale(1);box-shadow:0 0 #e6394633}50%{transform:scale(1.02);box-shadow:0 0 0 4px #e639461a}}@media (max-width: 768px){.stock-status-container{margin:10px 0}.stock-status{font-size:12px;padding:6px 12px}.stock-icon{width:14px;height:14px}}.wishlist-page{padding:0;min-height:100vh;margin-top:115px;background:white}.wishlist-page .wishlist-header{background:white;padding:32px 0;border-bottom:1px solid #f0f0f0;margin-bottom:0}.wishlist-page .page-title h1{font-size:28px;font-weight:700;color:#000;margin-bottom:8px;letter-spacing:-.5px}.wishlist-page .products-count{font-size:15px;color:#666;font-weight:500;margin:0}.wishlist-page .empty-wishlist{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px}.wishlist-page .empty-content{text-align:center;max-width:400px}.wishlist-page .empty-icon{color:#ccc;margin-bottom:24px;display:flex;justify-content:center}.wishlist-page .empty-content h2{font-size:24px;font-weight:600;color:#000;margin-bottom:12px}.wishlist-page .empty-content p{font-size:16px;color:#666;margin-bottom:32px}.wishlist-page .shop-button{background:#000;color:#fff;padding:16px 32px;font-size:16px;font-weight:600;border-radius:4px;text-decoration:none;transition:background .3s ease;display:inline-block}.wishlist-page .shop-button:hover{background:#333;color:#fff}.wishlist-page .wishlist-controls{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.wishlist-page .select-controls{display:flex;align-items:center}.wishlist-page .select-all{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500;color:#333}.wishlist-page .select-all input{display:none}.wishlist-page .checkmark{width:20px;height:20px;border:2px solid #ddd;border-radius:4px;margin-right:8px;position:relative;transition:all .3s ease;background:#fff}.wishlist-page .select-all input:checked+.checkmark,.wishlist-page .item-checkbox input:checked+.checkmark{background:#000;border-color:#000}.wishlist-page .select-all input:checked+.checkmark:after,.wishlist-page .item-checkbox input:checked+.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.wishlist-page .action-buttons{display:flex;gap:12px}.wishlist-page .remove-selected-btn,.wishlist-page .add-to-cart-btn{padding:10px 20px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background:#fff;color:#333}.wishlist-page .remove-selected-btn:hover:not(:disabled){border-color:#999;color:#000}.wishlist-page .add-to-cart-btn{background:#000;color:#fff;border-color:#000}.wishlist-page .add-to-cart-btn:hover:not(:disabled){background:#333}.wishlist-page .remove-selected-btn:disabled,.wishlist-page .add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.wishlist-page .wishlist-content{margin-bottom:40px}.wishlist-page .wishlist-grid{display:flex;flex-direction:column;gap:20px}.wishlist-page .wishlist-item{display:flex;gap:16px;padding:20px;border:1px solid #f0f0f0;border-radius:8px;background:#fff;transition:all .3s ease}.wishlist-page .wishlist-item:hover{border-color:#ddd;box-shadow:0 2px 8px #0000001a}.wishlist-page .item-checkbox{flex-shrink:0;padding-top:8px;cursor:pointer;display:inline-flex;align-items:center}.wishlist-page .item-checkbox input{display:none}.wishlist-page .item-checkbox .checkmark{margin-right:0;cursor:pointer}.wishlist-page .product-image{position:relative;width:120px;height:120px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f8f8f8}.wishlist-page .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist-page .product-image:hover img{transform:scale(1.05)}.wishlist-page .sale-badge,.wishlist-page .new-badge{position:absolute;top:8px;right:8px;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;color:#fff}.wishlist-page .sale-badge{background:#ff4444}.wishlist-page .new-badge{background:#00C851}.wishlist-page .product-info{flex:1;display:flex;justify-content:space-between;align-items:flex-start}.wishlist-page .product-details{flex:1}.wishlist-page .product-name{font-size:16px;font-weight:600;color:#000;text-decoration:none;margin-bottom:4px;display:block;line-height:1.3}.wishlist-page .product-name:hover{color:#333}.wishlist-page .product-description{font-size:14px;color:#666;margin-bottom:8px;line-height:1.4}.wishlist-page .product-pricing{display:flex;align-items:center;gap:8px;margin-bottom:12px}.wishlist-page .price,.wishlist-page .sale-price{font-size:16px;font-weight:600;color:#000}.wishlist-page .sale-price{color:#f44}.wishlist-page .original-price{font-size:14px;color:#999;text-decoration:line-through}.wishlist-page .discount-rate{background:#ff4444;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700}.wishlist-page .product-options{display:flex;justify-content:space-between;align-items:center}.wishlist-page .color-options{display:flex;align-items:center;gap:4px}.wishlist-page .color-dot{width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #ddd}.wishlist-page .color-black{background:#000}.wishlist-page .color-white{background:#fff}.wishlist-page .color-gray,.wishlist-page .color-grey{background:#999}.wishlist-page .color-navy{background:#001f3f}.wishlist-page .color-blue{background:#0074d9}.wishlist-page .color-brown{background:#8b4513}.wishlist-page .color-khaki{background:#f0e68c}.wishlist-page .color-olive{background:#808000}.wishlist-page .color-cream,.wishlist-page .color-beige{background:#f5f5dc}.wishlist-page .more-colors,.wishlist-page .size-info{font-size:12px;color:#666;font-weight:500}.wishlist-page .item-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.wishlist-page .add-to-cart{background:#000;color:#fff;border:none;padding:10px 16px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s ease;white-space:nowrap;text-decoration:none;display:inline-block;text-align:center}.wishlist-page .add-to-cart:hover{background:#333;color:#fff}.wishlist-page .remove-item{background:none;border:none;color:#999;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.wishlist-page .remove-item:hover{color:#f44;background:rgba(255,68,68,.1)}.wishlist-page .wishlist-bottom-actions{padding:20px 0;border-top:1px solid #f0f0f0;text-align:center}.wishlist-page .bottom-cart-btn{background:#000;color:#fff;border:none;padding:16px 32px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease;min-width:280px}.wishlist-page .bottom-cart-btn:hover:not(:disabled){background:#333}.wishlist-page .bottom-cart-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.wishlist-page{margin-top:70px}.wishlist-page .wishlist-header{padding:24px 0}.wishlist-page .page-title h1{font-size:24px}.wishlist-page .wishlist-controls{flex-direction:column;align-items:flex-start;gap:16px}.wishlist-page .action-buttons{width:100%;justify-content:flex-end}.wishlist-page .wishlist-item{flex-direction:column;gap:16px}.wishlist-page .item-checkbox{order:-1;padding-top:0;align-self:flex-start}.wishlist-page .product-image{width:100%;height:200px;order:0}.wishlist-page .product-info{flex-direction:column;gap:16px;order:1}.wishlist-page .item-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.wishlist-page .product-options{flex-direction:column;align-items:flex-start;gap:8px}.wishlist-page .bottom-cart-btn{width:100%;min-width:unset}.wishlist-page .remove-selected-btn,.wishlist-page .add-to-cart-btn{font-size:13px;padding:8px 16px}}@media (max-width: 480px){.wishlist-page .wishlist-header{padding:20px 0}.wishlist-page .page-title h1{font-size:20px}.wishlist-page .wishlist-item{padding:16px}.wishlist-page .product-image{height:160px}.wishlist-page .product-name{font-size:15px}.wishlist-page .product-description{font-size:13px}.wishlist-page .add-to-cart{font-size:13px;padding:8px 12px}.wishlist-page .action-buttons{gap:8px}.wishlist-page .remove-selected-btn,.wishlist-page .add-to-cart-btn{font-size:12px;padding:6px 12px}}.cart-page{padding:0;min-height:100vh;margin-top:115px;background:white}.cart-page .cart-header{background:white;padding:32px 0;border-bottom:2px solid #f0f0f0;margin-bottom:0}.cart-page .page-title h1{font-size:28px;font-weight:700;color:#000;margin-bottom:8px;letter-spacing:-.5px}.cart-page .products-count{font-size:15px;color:#666;font-weight:500;margin:0}.cart-page .empty-cart{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px}.cart-page .empty-content{text-align:center;max-width:400px}.cart-page .empty-icon{color:#ccc;margin-bottom:24px;display:flex;justify-content:center}.cart-page .empty-content h2{font-size:24px;font-weight:600;color:#000;margin-bottom:12px}.cart-page .empty-content p{font-size:16px;color:#666;margin-bottom:32px}.cart-page .shop-button{background:#000;color:#fff;padding:16px 32px;font-size:16px;font-weight:600;border-radius:4px;text-decoration:none;transition:background .3s ease;display:inline-block}.cart-page .shop-button:hover{background:#333;color:#fff}.cart-page .cart-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;padding:24px 0}.cart-page .cart-main{min-width:0}.cart-page .cart-controls{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #e8e8e8;margin-bottom:24px}.cart-page .select-controls{display:flex;align-items:center}.cart-page .select-all{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500;color:#333}.cart-page .select-all input{display:none}.cart-page .checkmark{width:22px;height:22px;border:2px solid #e0e0e0;border-radius:8px;margin-right:8px;position:relative;transition:all .3s ease;background:#fff;box-shadow:0 2px 4px #0000001a}.cart-page .select-all input:checked+.checkmark,.cart-page .item-checkbox input:checked+.checkmark{background:linear-gradient(135deg,#000 0%,#333 100%);border-color:#000;box-shadow:0 2px 6px #0003}.cart-page .select-all input:checked+.checkmark:after,.cart-page .item-checkbox input:checked+.checkmark:after{content:"✓";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.cart-page .action-buttons{display:flex;gap:12px}.cart-page .remove-selected-btn{padding:10px 20px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background:#fff;color:#333}.cart-page .remove-selected-btn:hover:not(:disabled){border-color:#999;color:#000}.cart-page .remove-selected-btn:disabled{opacity:.5;cursor:not-allowed}.cart-page .cart-items{display:flex;flex-direction:column;gap:20px}.cart-page .cart-item{display:flex;gap:20px;padding:24px;border:1px solid #f0f0f0;border-radius:16px;background:#fff;transition:all .3s ease;position:relative;align-items:flex-start}.cart-page .cart-item:hover{border-color:#ddd;box-shadow:0 2px 8px #0000001a}.cart-page .cart-item.out-of-stock{border-color:#e0e0e0;background:#f9f9f9}.cart-page .cart-item.out-of-stock .cart-item-content,.cart-page .cart-item.out-of-stock .product-info{background:#f9f9f9}.cart-page .cart-item.out-of-stock:hover{box-shadow:none}.cart-page .cart-item.out-of-stock .item-checkbox input:disabled{cursor:not-allowed}.cart-page .cart-item.out-of-stock .quantity-btn:disabled{opacity:.3;cursor:not-allowed}.cart-page .cart-item.insufficient-stock{border-color:#ff9800;border-width:2px}.cart-page .cart-item-content{display:flex;flex-direction:row;align-items:flex-start;gap:20px;flex:1}.cart-page .product-controls{display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:120px;justify-content:flex-end}.cart-page .item-checkbox{display:flex;align-items:flex-start;position:relative;cursor:pointer;padding:12px;margin:-12px;z-index:10;min-width:32px;min-height:32px}.cart-page .item-checkbox input{position:absolute;opacity:0;cursor:pointer;height:32px;width:32px;top:0;left:0;z-index:11;margin:0;padding:0}.cart-page .item-checkbox .checkmark{margin-right:0;position:relative;z-index:9;pointer-events:none}.cart-page .product-image{position:relative;width:160px;height:160px;border-radius:12px;overflow:hidden;background:#f8f8f8;flex-shrink:0;border:1px solid #f0f0f0}.cart-page .product-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;transition:transform .3s ease}.cart-page .product-image:hover img{transform:scale(1.05)}.cart-page .sale-badge,.cart-page .new-badge{display:none}.cart-page .sale-badge{background:#ff4444}.cart-page .new-badge{background:#00C851}.cart-page .product-info{flex:1;display:flex;flex-direction:column;gap:12px}.cart-page .product-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:16px;gap:20px}.cart-page .product-details{flex:1}.cart-page .product-name{font-size:18px;font-weight:700;color:#000;text-decoration:none;margin-bottom:6px;display:block;line-height:1.3;letter-spacing:-.3px}.cart-page .product-name:hover{color:#333}.cart-page .product-description{font-size:15px;color:#666;margin-bottom:10px;line-height:1.4}.cart-page .product-options{display:flex;gap:16px;margin-bottom:12px}.cart-page .option{font-size:14px;color:#666;font-weight:500}.cart-page .product-pricing{display:flex;align-items:center;gap:8px}.cart-page .price,.cart-page .sale-price{font-size:18px;font-weight:700;color:#000}.cart-page .sale-price{color:#f44}.cart-page .original-price{font-size:14px;color:#999;text-decoration:line-through}.cart-page .quantity-controls{display:flex;align-items:center;gap:4px;border:1px solid #ddd;border-radius:8px;overflow:hidden;height:fit-content;margin-top:12px;align-self:flex-start}.cart-page .quantity-btn{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;color:#666}.cart-page .quantity-btn:hover:not(:disabled){background:#f8f8f8;color:#000}.cart-page .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-page .quantity{min-width:40px;text-align:center;font-size:14px;font-weight:500;color:#000;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:8px 4px}.cart-page .item-total{align-self:flex-end;text-align:right;margin-top:auto}.cart-page .total-price{font-size:20px;font-weight:800;color:#000;letter-spacing:-.3px}.cart-page .remove-item{background:none;border:none;color:#999;cursor:pointer;padding:6px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:absolute;top:12px;right:12px;width:28px;height:28px}.cart-page .remove-item:hover{color:#f44;background:rgba(255,68,68,.15);transform:scale(1.1)}.cart-page .cart-sidebar{display:flex;flex-direction:column;gap:24px}.cart-page .order-summary{background:#f8f8f8;border-radius:8px;padding:24px;border:1px solid #f0f0f0;position:sticky;top:140px;z-index:10}.cart-page .order-summary h3{font-size:18px;font-weight:700;color:#000;margin-bottom:20px}.cart-page .summary-details{border-bottom:1px solid #e0e0e0;padding-bottom:16px;margin-bottom:16px}.cart-page .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px}.cart-page .summary-row:last-child{margin-bottom:0}.cart-page .summary-row span:first-child{color:#666;font-weight:500}.cart-page .summary-row span:last-child{color:#000;font-weight:600}.cart-page .shipping-notice{background:rgba(0,200,81,.1);padding:8px 12px;border-radius:4px;margin-top:8px}.cart-page .shipping-notice span{font-size:13px;color:#00c851;font-weight:600}.cart-page .summary-total{border-bottom:1px solid #e0e0e0;padding-bottom:16px;margin-bottom:20px}.cart-page .total-row{display:flex;justify-content:space-between;align-items:center;font-size:16px}.cart-page .total-row span:first-child{color:#000;font-weight:600}.cart-page .total-amount{color:#000;font-weight:700;font-size:20px}.cart-page .checkout-btn{width:100%;background:#000;color:#fff;border:none;padding:16px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease}.cart-page .checkout-btn:hover:not(:disabled){background:#333}.cart-page .checkout-btn:disabled{background:#ccc;cursor:not-allowed}.cart-page .benefits{background:#fff;border:2px solid #f0f0f0;border-radius:8px;padding:20px;z-index:5;position:relative}.cart-page .benefits h4{font-size:16px;font-weight:600;color:#000;margin-bottom:12px}.cart-page .benefits ul{list-style:none;padding:0;margin:0}.cart-page .benefits li{font-size:14px;color:#666;margin-bottom:8px;position:relative;padding-left:16px}.cart-page .benefits li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700}.cart-page .benefits li:last-child{margin-bottom:0}@media (max-width: 1024px){.cart-page .cart-layout{grid-template-columns:1fr 320px;gap:32px}}@media (max-width: 768px){.cart-page{margin-top:70px;min-height:100vh}.cart-page .cart-header{padding:16px;background:#fff;border:2px solid #e8e8e8;margin-bottom:16px}.cart-page .page-title h1{font-size:clamp(20px,5vw,24px);font-weight:700;text-align:center;margin-bottom:8px;color:#333}.cart-page .products-count{text-align:center;color:#666;font-size:14px}.cart-page .cart-layout{display:block;padding:0 12px}.cart-page .cart-controls{background:#fff;padding:12px 16px;margin-bottom:16px;border-radius:8px;border:2px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.cart-page .select-controls{flex:1;min-width:120px}.cart-page .action-buttons{flex-shrink:0}.cart-page .cart-items{display:flex;flex-direction:column;gap:8px;padding:0 8px}.cart-page .cart-item{background:#fff;border-radius:12px;padding:12px;margin-bottom:0;border:2px solid #e8e8e8;position:relative;overflow:hidden;transition:all .2s ease}.cart-page .cart-item:hover{box-shadow:0 2px 8px #0000001a}.cart-page .cart-item-content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.cart-page .product-info{width:100%;gap:4px;min-width:0;display:flex;flex-direction:column;align-items:center}.cart-page .product-controls{flex-direction:column;align-items:center;gap:10px;min-width:auto;justify-content:center;flex-shrink:0;width:100%}.cart-page .item-checkbox{position:absolute;top:13px;left:13px;z-index:10;padding:8px;margin:-8px}.cart-page .product-image{width:200px;height:200px;flex-shrink:0;border-radius:8px;border:2px solid #e0e0e0;background:#f8f8f8;overflow:hidden;box-shadow:0 2px 8px #0000001a;object-fit:cover;margin:0 auto;box-shadow:0 4px 16px #00000014}.cart-page .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-page .product-image:hover img{transform:scale(1.02)}.cart-page .product-info{display:flex;flex-direction:column;gap:0px;text-align:center}.cart-page .product-name{font-size:16px;font-weight:600;line-height:1.3;color:#333;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.cart-page .product-description{font-size:13px;color:#666;line-height:1.3;-webkit-line-clamp:2;text-align:center;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.cart-page .product-options{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px;margin-bottom:4px;justify-content:space-between;width:100%;max-width:200px}.cart-page .product-info .product-options{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}.cart-page .option{font-size:12px;color:#666;background:#f8f8f8;padding:4px 8px;border-radius:4px;display:inline-block!important;margin-bottom:0!important;margin-right:0!important;white-space:nowrap;border:1px solid #e8e8e8;flex:1;text-align:center;min-width:0;width:auto!important}.cart-page .product-pricing{margin-bottom:4px;display:flex;justify-content:center;align-items:center;gap:8px}.cart-page .price,.cart-page .sale-price{font-size:18px;font-weight:700;color:#000;margin-bottom:0;text-align:center}.cart-page .original-price{font-size:clamp(11px,3vw,13px);margin-left:6px;color:#999}.cart-page .product-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.cart-page .quantity-controls{display:flex;align-items:center;gap:4px;border:1px solid #ddd;border-radius:8px;overflow:hidden;height:fit-content;margin:0 auto;background:#fff;flex-shrink:0}.cart-page .quantity-controls button{background:#fff;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;font-size:16px;color:#333}.cart-page .quantity-controls button:hover{background:#f5f5f5}.cart-page .quantity-controls button:disabled{color:#ccc;cursor:not-allowed}.cart-page .quantity-controls span{width:40px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;color:#333}.cart-page .item-total{text-align:center;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2px}.cart-page .total-price-label{font-size:12px;color:#666;font-weight:500}@media (min-width: 901px){.cart-page .total-price-label,.cart-page .item-total .total-price-label,.cart-page .product-controls .total-price-label{display:none!important}}.cart-page .total-price{font-size:18px;font-weight:700;color:#000;text-align:center}.cart-page .remove-item{background:none;border:none;color:#999;cursor:pointer;padding:6px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:absolute;top:16px;right:16px;z-index:10}.cart-page .remove-item:hover{color:#f44;background:rgba(255,68,68,.15);transform:scale(1.1)}.cart-page .remove-item:active{transform:scale(.95)}.cart-page .remove-item svg{width:16px;height:16px;stroke-width:2}.cart-page .order-summary{position:static;margin:16px 0 0;background:#fff;border-radius:8px;border:2px solid #e8e8e8}.cart-page .remove-selected-btn{padding:10px 20px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background:#fff;color:#333}.cart-page .remove-selected-btn:hover:not(:disabled){border-color:#999;color:#000}.cart-page .remove-selected-btn:disabled{opacity:.5;cursor:not-allowed}}@media (min-width: 600px) and (max-width: 768px){.cart-page .cart-layout{padding:0 20px}.cart-page .cart-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.cart-page .product-image{max-width:240px}.cart-page .product-name{font-size:18px}.cart-page .product-description{font-size:15px}.cart-page .option{font-size:13px;padding:4px 8px}.cart-page .price,.cart-page .sale-price{font-size:18px}.cart-page .quantity-controls button{width:36px;height:36px;font-size:16px}.cart-page .quantity-controls span{width:48px;height:36px;font-size:16px}.cart-page .total-price{font-size:18px}.cart-page .remove-item{width:36px;height:36px}.cart-page .remove-item svg{width:16px;height:16px}}@media (min-width: 769px) and (max-width: 900px){.cart-page .cart-layout{display:grid;grid-template-columns:1fr 300px;gap:20px;padding:0 20px}.cart-page .cart-item-content{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.cart-page .cart-item-header{display:none}.cart-page .product-image{max-width:120px;flex-shrink:0}.cart-page .product-info{flex:1;text-align:left}}@media (min-width: 901px){.cart-page .cart-item{padding:24px;margin-bottom:20px}.cart-page .cart-item-content{display:flex;flex-direction:row;align-items:flex-start;gap:20px;position:relative}.cart-page .cart-item-header{display:none}.cart-page .item-checkbox{align-self:flex-start;flex-shrink:0;padding:12px;margin:-12px;z-index:10}.cart-page .product-image{width:160px;height:160px;max-width:160px;flex-shrink:0;margin:0}.cart-page .product-info{flex:1;text-align:left;gap:4px;display:flex;flex-direction:column;justify-content:flex-start}.cart-page .product-controls{align-self:flex-end;margin-top:auto}.cart-page .product-details{flex:none}.cart-page .product-name{font-size:18px;font-weight:700;margin-bottom:4px;text-align:left}.cart-page .product-description{font-size:14px;color:#666;margin-bottom:6px;-webkit-line-clamp:2;text-align:left}.cart-page .product-options{justify-content:flex-start;margin-bottom:8px}.cart-page .product-pricing{text-align:right}.cart-page .price,.cart-page .sale-price{font-size:20px}.cart-page .original-price{font-size:16px}.cart-page .product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.cart-page .quantity-controls{margin:0}.cart-page .quantity-controls button{width:40px;height:40px;font-size:16px}.cart-page .quantity-controls span{width:60px;height:40px;font-size:16px}.cart-page .desktop-controls{position:absolute;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-page .item-total{text-align:right}.cart-page .quantity-controls{display:flex}.cart-page .total-price{font-size:20px;font-weight:800}.cart-page .remove-item{width:36px;height:36px;top:20px;right:20px}.cart-page .remove-item svg{width:16px;height:16px}}@media (max-width: 480px){.cart-page .cart-header{padding:20px 0}.cart-page .page-title h1{font-size:20px}.cart-page .cart-item{padding:30px;border-radius:0}.cart-page .product-image{width:120px;height:120px;border-radius:10px}.cart-page .checkmark{width:25px;height:25px}.cart-page .select-all input:checked+.checkmark:after,.cart-page .item-checkbox input:checked+.checkmark:after{font-size:10px}.cart-page .product-name{font-size:12px;font-weight:700}.cart-page .product-description{font-size:10px}.cart-page .option{font-size:9px}.cart-page .price,.cart-page .sale-price{font-size:12px}.cart-page .total-price{font-size:13px}.cart-page .remove-item{width:28px;height:28px}.cart-page .remove-item svg{width:14px;height:14px}.cart-page .product-info{grid-template-columns:1fr}.cart-page .product-options{flex-direction:column;gap:4px}.cart-page .quantity-controls{width:fit-content}.cart-page .order-summary{padding:20px;margin-bottom:0}.cart-page .benefits{padding:16px;margin-bottom:0}.cart-page .action-buttons{gap:8px}.cart-page .remove-selected-btn{font-size:12px;padding:6px 12px}}@media (min-width: 901px){.cart-page .total-price-label,.cart-page .item-total .total-price-label,.cart-page .product-controls .total-price-label,.cart-page .product-info .total-price-label,.cart-page .cart-item .total-price-label,.cart-page .cart-item-content .total-price-label{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;width:0!important;overflow:hidden!important;position:absolute!important;left:-9999px!important;top:-9999px!important}}.delivery-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px}.delivery-modal-content{background:white;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.delivery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.delivery-modal-header h2{font-size:20px;font-weight:600;margin:0;color:#111827}.delivery-modal-close{width:32px;height:32px;border:none;background:none;font-size:24px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.delivery-modal-close:hover{background:#f3f4f6;color:#111827}.delivery-modal-body{padding:24px;overflow-y:auto;flex:1}.delivery-address-list{display:flex;flex-direction:column;gap:16px}.delivery-empty-state{text-align:center;padding:40px 20px;color:#6b7280}.delivery-empty-state p{margin-bottom:16px;font-size:15px}.delivery-btn-add{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delivery-btn-add:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.delivery-address-item{padding:20px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;transition:all .2s}.delivery-address-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.delivery-address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.delivery-address-header h3{font-size:16px;font-weight:600;margin:0;display:flex;align-items:center;gap:8px;color:#111827}.delivery-badge-default{font-size:12px;font-weight:500;color:#059669;background:#d1fae5;padding:2px 8px;border-radius:4px}.delivery-badge-user-account{font-size:12px;font-weight:500;color:#1e40af;background:#dbeafe;padding:2px 8px;border-radius:4px}.delivery-address-actions{display:flex;gap:8px}.delivery-address-actions button{padding:6px 12px;font-size:13px;font-weight:500;border:1px solid #d1d5db;background:white;border-radius:6px;cursor:pointer;transition:all .2s;color:#374151}.delivery-address-actions button:hover{background:#f3f4f6;border-color:#9ca3af}.delivery-address-info{margin-bottom:12px;color:#374151}.delivery-address-info p{margin:4px 0;font-size:14px}.delivery-btn-select{width:100%;padding:12px;background:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delivery-btn-select:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.delivery-btn-add-bottom{width:100%;padding:14px;margin-top:16px;background:white;color:#000;border:2px dashed #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delivery-btn-add-bottom:hover{border-color:#000;background:#f9fafb}.delivery-address-form{display:flex;flex-direction:column;gap:16px}.delivery-form-group{display:flex;flex-direction:column;gap:6px}.delivery-form-group label{font-size:14px;font-weight:500;color:#374151}.delivery-form-group input,.delivery-form-group textarea{padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s}.delivery-form-group input:focus,.delivery-form-group textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.delivery-form-group input[readOnly]{background:#f9fafb;cursor:default}.delivery-input-group{display:flex;gap:8px}.delivery-input-group input{flex:1}.delivery-input-group button{padding:12px 16px;background:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.delivery-input-group button:hover{background:#1f2937}.delivery-form-checkbox{display:flex;align-items:center;padding:12px;background:#f9fafb;border-radius:6px}.delivery-form-checkbox label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.delivery-form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.delivery-form-actions{display:flex;gap:12px;margin-top:8px}.delivery-form-actions button{flex:1;padding:14px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.delivery-form-actions button[type=button]{background:#f3f4f6;color:#374151}.delivery-form-actions button[type=button]:hover{background:#e5e7eb}.delivery-form-actions button[type=submit]{background:#000;color:#fff}.delivery-form-actions button[type=submit]:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}@media (max-width: 640px){.delivery-modal-overlay{padding:0;align-items:flex-end}.delivery-modal-content{max-width:100%;max-height:85vh;border-radius:16px 16px 0 0;margin:0}.delivery-modal-header{padding:16px 20px}.delivery-modal-body{padding:16px 20px;max-height:calc(85vh - 80px)}.delivery-address-header{flex-direction:column;align-items:flex-start;gap:8px}.delivery-address-actions{width:100%;justify-content:flex-start}.delivery-address-actions button{flex:1}.delivery-form-group{gap:4px}.delivery-form-group label{font-size:13px}.delivery-form-group input,.delivery-form-group textarea{padding:10px;font-size:14px}}.order-page-container{min-height:100vh;background-color:#f9fafb;padding:80px 20px 40px}.order-page-content{max-width:800px;margin:0 auto}.order-page-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:32px;text-align:center}.order-section{background:white;border-radius:12px;padding:28px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.order-section-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #f3f4f6}.order-items-list{display:flex;flex-direction:column;gap:16px}.order-item-card{display:flex;gap:16px;padding:16px;background:#f9fafb;border-radius:8px}.order-item-image-wrapper{flex-shrink:0;width:80px;height:80px;background:white;border-radius:8px;overflow:hidden}.order-item-image{width:100%;height:100%;object-fit:cover}.order-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.order-item-name{font-size:16px;font-weight:500;color:#111827;margin:0 0 8px}.order-item-options{display:flex;gap:12px;font-size:14px;color:#6b7280;flex-wrap:wrap}.order-item-price{font-size:16px;font-weight:600;color:#111827;margin-top:8px}.order-form{display:flex;flex-direction:column;gap:20px}.order-form-group{display:flex;flex-direction:column;gap:8px}.order-form-label{font-size:14px;font-weight:500;color:#374151}.order-form-input,.order-form-textarea{width:100%;padding:12px 16px;font-size:15px;color:#111827;background:white;border:1px solid #d1d5db;border-radius:8px;transition:all .2s;font-family:inherit}.order-form-input:focus,.order-form-textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.order-form-input::placeholder,.order-form-textarea::placeholder{color:#9ca3af}.order-form-textarea{resize:vertical;min-height:80px}.order-address-search-btn{padding:12px 20px;font-size:14px;font-weight:500;color:#fff;background:#000;border:none;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.order-address-search-btn:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.order-address-search-btn:active{transform:translateY(0)}.order-payment-summary{display:flex;flex-direction:column;gap:12px}.order-payment-row{display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#374151}.order-payment-discount{color:#ef4444}.order-payment-divider{height:1px;background:#e5e7eb;margin:8px 0}.order-payment-total{font-size:18px;font-weight:700;color:#111827;padding-top:8px}.order-submit-section{margin-top:32px}.order-submit-button{width:100%;padding:18px;font-size:17px;font-weight:600;color:#fff;background:#000;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.order-submit-button:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.order-submit-button:active:not(:disabled){transform:translateY(0)}.order-submit-button:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.order-page-container{padding:20px 16px}.order-page-title{font-size:24px;margin-bottom:24px}.order-section{padding:20px 16px;border-radius:8px}.order-section-title{font-size:16px}.order-item-card{padding:12px}.order-item-image-wrapper{width:70px;height:70px}.order-item-name{font-size:15px}.order-item-options{font-size:13px;gap:8px}.order-item-price{font-size:15px}.order-form-label{font-size:13px}.order-form-input,.order-form-textarea{padding:10px 14px;font-size:14px}.order-payment-row{font-size:14px}.order-payment-total{font-size:16px}.order-submit-button{padding:16px;font-size:16px}}.order-points-section{display:flex;flex-direction:column;gap:16px}.order-points-info{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-radius:8px;font-size:15px;color:#374151}.order-points-available{font-size:18px;font-weight:700;color:#f59e0b}.order-points-input-group{display:flex;gap:8px;align-items:stretch}.order-points-input-group input{flex:1}.order-points-use-all-btn,.order-points-apply-btn{padding:12px 16px;font-size:14px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.order-points-use-all-btn{background:#f3f4f6;color:#374151}.order-points-use-all-btn:hover{background:#e5e7eb}.order-points-apply-btn{background:#000;color:#fff}.order-points-apply-btn:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.order-points-applied{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;font-size:14px;font-weight:500;color:#92400e}.order-points-cancel-btn{padding:6px 12px;font-size:13px;font-weight:500;color:#dc2626;background:white;border:1px solid #dc2626;border-radius:6px;cursor:pointer;transition:all .2s}.order-points-cancel-btn:hover{background:#dc2626;color:#fff}@media (max-width: 375px){.order-page-container,.order-section{padding:16px 12px}.order-item-options{flex-direction:column;gap:4px}.order-points-input-group{flex-wrap:wrap}.order-points-use-all-btn,.order-points-apply-btn{flex:1;min-width:100px}}.order-saved-address-btn{padding:10px 20px;background:white;color:#000;border:1px solid #000;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.order-saved-address-btn:hover{background:#000;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.payment-method-section{padding:0}.payment-method-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.payment-method-option{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.payment-method-option:hover{background:#f3f4f6;border-color:#d1d5db}.payment-method-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#000}.payment-method-option input[type=radio]:checked+span{font-weight:600;color:#000}.payment-method-option input[type=radio]:checked~span,.payment-method-option:has(input[type=radio]:checked){background:white;border-color:#000}.payment-method-option span{font-size:15px;color:#374151;transition:all .2s}@media (max-width: 640px){.payment-method-options{grid-template-columns:1fr}}.order-coupon-list-btn{width:100%;padding:12px;margin-top:12px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.order-coupon-list-btn:hover{background:#e5e7eb;border-color:#9ca3af}.order-coupon-list{margin-top:16px;padding:16px;background:#f9fafb;border-radius:8px;max-height:400px;overflow-y:auto}.order-coupon-empty{text-align:center;color:#6b7280;font-size:14px;padding:20px}.order-coupon-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:white;border-radius:8px;margin-bottom:12px;border:1px solid #e5e7eb;transition:all .2s}.order-coupon-item:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.order-coupon-item:last-child{margin-bottom:0}.order-coupon-disabled{opacity:.6;background:#f9fafb}.order-coupon-disabled:hover{border-color:#e5e7eb;box-shadow:none}.coupon-unavailable-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:#ef4444;color:#fff;font-size:11px;font-weight:500;border-radius:4px}.order-coupon-info{flex:1}.order-coupon-info h4{font-size:15px;font-weight:600;color:#111827;margin:0 0 4px}.order-coupon-info p{font-size:13px;color:#6b7280;margin:0 0 8px}.order-coupon-discount{display:inline-block;padding:4px 8px;background:#fee2e2;color:#dc2626;font-size:12px;font-weight:600;border-radius:4px;margin-right:8px}.order-coupon-condition{font-size:12px;color:#9ca3af}.order-coupon-select-btn{padding:8px 16px;background:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.order-coupon-select-btn:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.order-coupon-select-btn:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 640px){.order-coupon-item{flex-direction:column;align-items:flex-start;gap:12px}.order-coupon-select-btn{width:100%}}.order-success-container{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;padding:140px 20px 40px;margin-bottom:-50px}.order-success-content{width:100%;max-width:800px}.order-success-loading{text-align:center;padding:60px 20px;background:white;border-radius:12px;box-shadow:0 1px 3px #0000001a}.order-success-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#000;border-radius:50%;animation:order-success-spin .8s linear infinite;margin:0 auto 20px}@keyframes order-success-spin{to{transform:rotate(360deg)}}.order-success-loading p{font-size:16px;color:#6b7280;margin:0}.order-success-card{background:white;border-radius:12px;padding:48px 32px;text-align:center;box-shadow:0 1px 3px #0000001a}.order-success-icon{width:80px;height:80px;border-radius:50%;background:#10b981;color:#fff;font-size:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-weight:700}.order-success-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 12px}.order-success-subtitle{font-size:16px;color:#6b7280;margin:0 0 32px}.order-success-info{background:#f9fafb;border-radius:8px;padding:24px;margin-bottom:24px}.order-success-info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.order-success-info-row:not(:last-child){border-bottom:1px solid #e5e7eb}.order-success-info-label{font-size:15px;color:#6b7280}.order-success-info-value{font-size:15px;font-weight:600;color:#111827}.order-success-info-amount{font-size:18px;color:#10b981}.order-success-message{margin-bottom:32px}.order-success-message p{font-size:14px;color:#6b7280;line-height:1.6;margin:8px 0}.order-success-buttons{display:flex;gap:12px}.order-success-button{flex:1;padding:14px 24px;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.order-success-button-primary{background:#000;color:#fff}.order-success-button-primary:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.order-success-button-secondary{background:white;color:#111827;border:2px solid #e5e7eb}.order-success-button-secondary:hover{border-color:#d1d5db;background:#f9fafb}.order-success-error{background:white;border-radius:12px;padding:48px 32px;text-align:center;box-shadow:0 1px 3px #0000001a}.order-success-error-icon{width:80px;height:80px;border-radius:50%;background:#ef4444;color:#fff;font-size:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-weight:700}.order-success-error h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 12px}.order-success-error-message{font-size:16px;color:#ef4444;margin:0 0 32px}.order-success-section{margin-top:32px;text-align:left}.order-success-section-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.order-success-items{background:#f9fafb;border-radius:8px;padding:16px}.order-success-item{display:flex;gap:16px;padding:16px 0}.order-success-item:not(:last-child){border-bottom:1px solid #e5e7eb}.order-success-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#e5e7eb}.order-success-item-image img{width:100%;height:100%;object-fit:cover}.order-success-item-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#9ca3af}.order-success-item-info{flex:1;display:flex;flex-direction:column;gap:8px}.order-success-item-name{font-size:15px;font-weight:600;color:#111827}.order-success-item-options{font-size:13px;color:#6b7280}.order-success-item-price{font-size:15px;font-weight:600;color:#111827}.order-success-delivery-info,.order-success-payment-info{background:#f9fafb;border-radius:8px;padding:20px}.order-success-total-row{margin-top:12px;padding-top:16px;border-top:2px solid #e5e7eb!important}.order-success-total-row .order-success-info-label,.order-success-total-row .order-success-info-value{font-size:17px;font-weight:700}@media (max-width: 768px){.order-success-container{padding:20px 16px}.order-success-card,.order-success-error{padding:32px 24px}.order-success-icon,.order-success-error-icon{width:64px;height:64px;font-size:38px;margin-bottom:20px}.order-success-title,.order-success-error h1{font-size:24px}.order-success-subtitle,.order-success-error-message{font-size:15px}.order-success-info{padding:20px 16px}.order-success-info-row{padding:10px 0}.order-success-info-label,.order-success-info-value{font-size:14px}.order-success-info-amount{font-size:16px}.order-success-message p{font-size:13px}.order-success-buttons{flex-direction:column}.order-success-button{width:100%;padding:12px 20px;font-size:14px}.order-success-section{margin-top:24px}.order-success-section-title{font-size:16px;margin-bottom:12px}.order-success-item{gap:12px;padding:12px 0}.order-success-item-image{width:60px;height:60px}.order-success-item-name{font-size:14px}.order-success-item-options,.order-success-item-price{font-size:13px}.order-success-delivery-info,.order-success-payment-info{padding:16px}}@media (max-width: 375px){.order-success-card,.order-success-error{padding:24px 16px}}.order-fail-container{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;padding:40px 20px}.order-fail-content{width:100%;max-width:600px}.order-fail-card{background:white;border-radius:12px;padding:48px 32px;text-align:center;box-shadow:0 1px 3px #0000001a}.order-fail-icon{width:80px;height:80px;border-radius:50%;background:#ef4444;color:#fff;font-size:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-weight:700}.order-fail-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 12px}.order-fail-description{font-size:16px;color:#6b7280;margin:0 0 32px;line-height:1.6}.order-fail-error-info{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:20px;margin-bottom:24px;text-align:left}.order-fail-error-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.order-fail-error-row:not(:last-child){border-bottom:1px solid #fecaca}.order-fail-error-label{font-size:14px;color:#6b7280}.order-fail-error-value{font-size:14px;font-weight:600;color:#dc2626;word-break:break-all}.order-fail-help{background:#f9fafb;border-radius:8px;padding:24px;margin-bottom:32px;text-align:left}.order-fail-help h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 16px}.order-fail-help ul{margin:0;padding-left:20px;list-style:none}.order-fail-help li{font-size:14px;color:#6b7280;line-height:1.8;position:relative;padding-left:8px}.order-fail-help li:before{content:"•";position:absolute;left:-12px;color:#9ca3af}.order-fail-buttons{display:flex;gap:12px}.order-fail-button{flex:1;padding:14px 24px;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.order-fail-button-primary{background:#000;color:#fff}.order-fail-button-primary:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.order-fail-button-secondary{background:white;color:#111827;border:2px solid #e5e7eb}.order-fail-button-secondary:hover{border-color:#d1d5db;background:#f9fafb}@media (max-width: 768px){.order-fail-container{padding:20px 16px}.order-fail-card{padding:32px 24px}.order-fail-icon{width:64px;height:64px;font-size:38px;margin-bottom:20px}.order-fail-title{font-size:24px}.order-fail-description{font-size:15px}.order-fail-error-info{padding:16px}.order-fail-error-label,.order-fail-error-value{font-size:13px}.order-fail-help{padding:20px 16px}.order-fail-help h3{font-size:15px}.order-fail-help li{font-size:13px}.order-fail-buttons{flex-direction:column}.order-fail-button{width:100%;padding:12px 20px;font-size:14px}}@media (max-width: 375px){.order-fail-card{padding:24px 16px}}.auth-page{min-height:100vh;background:linear-gradient(135deg,#000 0%,#333 100%);display:flex;align-items:center;justify-content:center;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-container{width:100%;max-width:480px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.auth-header{background:#000;padding:40px;text-align:center;color:#fff}.auth-logo{font-size:28px;font-weight:700;color:#fff;text-decoration:none;font-family:Inter,sans-serif;letter-spacing:2px}.auth-tagline{font-size:14px;color:#ccc;margin:8px 0 0;font-weight:300;letter-spacing:1px}.error-message{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:12px 16px;border-radius:4px;font-size:14px;margin-bottom:20px;text-align:center}.auth-content{background:#fff}.auth-form-container{padding:40px}.auth-title-section{text-align:center;margin-bottom:40px}.auth-title{font-size:32px;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:-.5px}.auth-subtitle{font-size:16px;color:#666;margin:0;font-weight:400}.auth-form{margin-bottom:32px}.form-field{margin-bottom:24px}.field-label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.required{color:#000;font-weight:700}.optional{color:#666;font-weight:400;font-size:13px}.field-input{width:100%;height:48px;padding:0 16px;border:1px solid #ccc;border-radius:4px;font-size:16px;font-weight:500;color:#000;background:#fff;transition:all .3s ease;box-sizing:border-box}.field-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.field-input.valid{border-color:#000;background:rgba(0,0,0,.02)}.field-input.invalid{border-color:#666;background:rgba(102,102,102,.02)}.field-input::placeholder{color:#999;font-weight:400}.field-input:read-only{background:#f8f8f8;color:#666}.field-input:disabled{background:#f8f8f8;color:#999;cursor:not-allowed}.field-with-button{display:flex;gap:8px}.field-with-button .field-input{flex:1}.field-button{height:48px;padding:0 16px;background:#000;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:80px}.field-button:hover:not(:disabled){background:#333}.field-button:disabled{background:#ccc;cursor:not-allowed}.password-field{position:relative}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;font-size:12px;font-weight:500;cursor:pointer;transition:color .3s ease}.password-toggle:hover{color:#000}.field-message{font-size:13px;margin-top:6px;font-weight:500}.field-message.valid{color:#000}.field-message.invalid{color:#666}.verification-notice{font-size:13px;color:#666;margin-top:6px;font-weight:500}.address-fields{display:flex;flex-direction:column;gap:12px}.postal-input{max-width:150px}.method-tabs{display:flex;margin-bottom:24px;border:1px solid #ccc;border-radius:4px;overflow:hidden}.method-tab{flex:1;height:48px;background:#f8f8f8;color:#666;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.method-tab.active{background:#000;color:#fff}.method-tab:hover:not(.active){background:#e9e9e9;color:#333}.checkbox-field{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-field input{display:none}.checkbox-mark{width:20px;height:20px;border:2px solid #ccc;border-radius:4px;margin-right:12px;position:relative;transition:all .3s ease;background:#fff;flex-shrink:0}.checkbox-field input:checked+.checkbox-mark{background:#000;border-color:#000}.checkbox-field input:checked+.checkbox-mark:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-text{font-size:14px;color:#333;font-weight:500;line-height:1.4}.form-options{margin-bottom:32px}.terms-section{margin-bottom:32px;padding:24px;background:#f8f8f8;border-radius:4px;border:1px solid #e0e0e0}.terms-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.terms-item:last-child{margin-bottom:0}.terms-item .checkbox-field{flex:1}.terms-link{color:#000;text-decoration:none;font-weight:600;font-size:13px;border:1px solid #ccc;padding:4px 8px;border-radius:4px;transition:all .3s ease;white-space:nowrap;background:none;cursor:pointer}.terms-link:hover{background:#000;color:#fff;border-color:#000}.terms-warning{font-size:12px;color:#ef4444;font-weight:400}.checkbox-field input:disabled{opacity:.5;cursor:not-allowed}.checkbox-field input:disabled+.checkbox-mark{opacity:.5}.password-requirements{margin-bottom:24px;padding:20px;background:#f8f8f8;border-radius:4px;border:1px solid #e0e0e0}.password-requirements h4{font-size:14px;color:#000;margin-bottom:12px;font-weight:600}.password-requirements ul{list-style:none;padding:0;margin:0}.password-requirements li{font-size:13px;color:#666;margin-bottom:6px;position:relative;padding-left:20px;transition:color .3s ease}.password-requirements li:before{content:"×";position:absolute;left:0;top:0;color:#666;font-weight:700;transition:all .3s ease}.password-requirements li.valid{color:#000}.password-requirements li.valid:before{content:"✓";color:#000}.auth-button{width:100%;height:48px;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.auth-button.primary{background:#000;color:#fff}.auth-button.primary:hover:not(:disabled){background:#333}.auth-button.secondary{background:#f8f8f8;color:#333;border:1px solid #ccc}.auth-button.secondary:hover:not(:disabled){background:#e9e9e9;border-color:#999;color:#000}.auth-button:disabled{opacity:.6;cursor:not-allowed}.social-login-section{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.social-button{width:100%;height:48px;background:#f8f8f8;color:#333;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;font-family:inherit}.social-button .social-icon{width:20px;height:20px;flex-shrink:0}.social-button:hover{background:#e9e9e9;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.kakao-button{background:#FEE500;color:#000;border-color:#fee500}.kakao-button:hover{background:#FDD835;border-color:#fdd835}.kakao-button .social-icon{color:#000}.naver-button{background:#03C75A;color:#fff;border-color:#03c75a}.naver-button:hover{background:#02B350;border-color:#02b350}.naver-button .social-icon{color:#fff}.google-button{background:#ffffff;color:#757575;border-color:#d0d0d0}.google-button:hover{background:#f8f8f8;border-color:silver;color:#333}.auth-divider{text-align:center;margin:32px 0;position:relative}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0}.auth-divider span{background:#fff;padding:0 20px;color:#666;font-size:14px;font-weight:500;position:relative}.result-section{background:#f8f8f8;border-radius:4px;padding:24px;margin-bottom:32px;border:1px solid #e0e0e0}.result-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #e0e0e0}.result-item:last-child{border-bottom:none}.result-label{font-size:14px;color:#666;font-weight:500}.result-value{font-size:16px;color:#333;font-weight:600}.result-value.primary{color:#000;font-size:18px;font-weight:700}.result-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.auth-links{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.auth-link{color:#666;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;padding:0}.auth-link:hover{color:#000;text-decoration:underline}.auth-link.primary{color:#000;font-weight:600}.link-separator{color:#ccc;font-size:12px}.auth-footer{text-align:center;padding-top:24px;border-top:1px solid #e0e0e0}.auth-footer span{color:#666;font-size:14px;margin-right:8px}@media (max-width: 768px){.auth-page{padding:12px}.auth-container{max-width:100%;margin:0;border-radius:0}.auth-header{padding:32px 24px}.auth-logo{font-size:24px}.auth-tagline{font-size:13px}.auth-form-container{padding:32px 24px}.auth-title{font-size:28px}.auth-subtitle{font-size:15px}.field-input{height:44px;font-size:16px}.field-button{height:44px;font-size:13px;min-width:70px;padding:0 12px}.auth-button{height:44px;font-size:15px}.method-tab,.social-button{height:44px;font-size:13px}.auth-links{flex-direction:column;gap:8px}.link-separator{display:none}.terms-section{padding:20px}.password-requirements{padding:16px}}@media (max-width: 480px){.auth-header,.auth-form-container{padding:24px 20px}.auth-title{font-size:24px}.field-input{height:40px;font-size:15px}.field-button{height:40px;font-size:12px;min-width:60px;padding:0 8px}.auth-button{height:40px}.method-tab{height:40px;font-size:12px}.social-button{height:40px}.postal-input{max-width:120px}.terms-section{padding:16px}.checkbox-mark{width:18px;height:18px;margin-right:10px}.checkbox-field input:checked+.checkbox-mark:after{left:5px;top:1px;width:5px;height:9px}.terms-link{font-size:12px;padding:3px 6px}}.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.terms-modal{background:white;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.terms-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.terms-modal-header h2{font-size:20px;font-weight:600;color:#1f2937;margin:0}.terms-modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.terms-modal-close:hover{background:#f3f4f6;color:#374151}.terms-modal-content{flex:1;overflow-y:auto;padding:0 24px}.terms-text{line-height:1.6;color:#374151}.terms-text p{margin:12px 0;font-size:14px}.terms-text p:empty{margin:6px 0}.terms-text p:has-text("제"){font-weight:600;color:#1f2937;margin-top:20px;margin-bottom:8px}.terms-text p:matches("제\\d+조"){font-weight:600;color:#1f2937;margin-top:20px;margin-bottom:8px}.terms-text p:first-child{margin-top:16px}.terms-text p:last-child{margin-bottom:16px}.terms-modal-footer{display:flex;gap:12px;padding:16px 24px 24px;border-top:1px solid #e5e7eb;justify-content:flex-end}.terms-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid;min-width:80px}.terms-btn-cancel{background:white;border-color:#d1d5db;color:#6b7280}.terms-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.terms-btn-agree{background:#000;border-color:#000;color:#fff}.terms-btn-agree:hover{background:#333;border-color:#333}.terms-modal-content::-webkit-scrollbar{width:6px}.terms-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.terms-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.terms-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.terms-modal-overlay{padding:16px}.terms-modal{max-height:90vh}.terms-modal-header{padding:20px 20px 12px}.terms-modal-header h2{font-size:18px}.terms-modal-content{padding:0 20px}.terms-modal-footer{padding:12px 20px 20px;flex-direction:column}.terms-btn{width:100%;padding:12px 20px}.terms-text p{font-size:13px}}@media (max-width: 480px){.terms-modal-overlay{padding:12px}.terms-modal{max-height:95vh}.terms-modal-header{padding:16px 16px 12px}.terms-modal-content{padding:0 16px}.terms-modal-footer{padding:12px 16px 16px}}.support-page{padding-top:115px;min-height:100vh;background:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.support-page *{box-sizing:border-box}.support-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.support-page .support-hero{background:linear-gradient(135deg,#000000 0%,#333333 100%);color:#fff;padding:70px 0;text-align:center;margin-bottom:50px;border-radius:0;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);position:relative;overflow:hidden}.support-page .support-hero .container{max-width:1200px;margin:0 auto;padding:0 24px;min-height:120px;display:flex;align-items:center;justify-content:center;text-align:center}.support-page .support-hero-content h1{font-size:44px;font-weight:700;margin:0 0 18px;letter-spacing:-.5px;color:#fff;line-height:1.2}.support-page .support-hero-content p{font-size:19px;color:#ccc;max-width:600px;margin:0 auto 32px;line-height:1.6}.support-page .ask-question-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;background:#ffffff;color:#000;border:none;border-radius:50px;font-size:17px;font-weight:700;transition:all .3s ease;cursor:pointer;outline:none;font-family:inherit;box-shadow:0 6px 20px #ffffff40;white-space:nowrap;text-decoration:none}.support-page .ask-question-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ffffff26}.support-page .ask-question-btn svg{width:20px;height:20px}.support-page .contact-info{margin-bottom:60px}.support-page .contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1000px;margin:0 auto}.support-page .contact-card{display:flex;align-items:center;gap:20px;padding:28px;background:#ffffff;border-radius:12px;box-shadow:0 4px 16px #00000014;border:1px solid #f0f0f0;transition:all .3s ease}.support-page .contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#e0e0e0}.support-page .contact-icon{width:52px;height:52px;background:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.support-page .contact-icon svg{width:22px;height:22px}.support-page .contact-content h3{font-size:18px;font-weight:600;color:#000;margin:0 0 4px;line-height:1.3}.support-page .contact-content p{font-size:16px;font-weight:500;color:#333;margin:0 0 4px}.support-page .contact-content small{font-size:14px;color:#666}.support-page .support-content{display:grid;gap:60px}.support-page .section-header{text-align:center;margin-bottom:40px}.support-page .section-header h2{font-size:28px;font-weight:700;color:#000;margin:0 0 12px;line-height:1.3}.support-page .section-header p{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.support-page .faq-controls{display:flex;flex-direction:column;gap:24px;margin-bottom:36px}.support-page .faq-categories{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.support-page .category-btn{padding:10px 20px;border:2px solid #e0e0e0;border-radius:25px;font-size:14px;font-weight:500;color:#666;background:#ffffff;transition:all .3s ease;cursor:pointer;outline:none}.support-page .category-btn:hover{border-color:#000;color:#000}.support-page .category-btn.active{background:#000000;border-color:#000;color:#fff}.support-page .faq-search{position:relative;max-width:480px;margin:0 auto;width:100%}.support-page .faq-search input{width:100%;padding:14px 48px 14px 20px;border:2px solid #e0e0e0;border-radius:40px;font-size:15px;background:#ffffff;transition:all .3s ease;outline:none}.support-page .faq-search input:focus{border-color:#000}.support-page .faq-search svg{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#666}.support-page .faq-list{max-width:900px;margin:0 auto}.support-page .faq-item{border:1px solid #e8eaed;border-radius:16px;margin-bottom:18px;overflow:hidden;transition:all .3s ease;background:#ffffff;box-shadow:0 2px 12px #0000000f}.support-page .faq-item:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px);border-color:#d0d7de}.support-page .faq-item[open]{border-color:#000;box-shadow:0 8px 24px #00000026;transform:translateY(-1px)}.support-page .faq-question{display:flex;align-items:center;gap:14px;padding:24px;cursor:pointer;list-style:none;background:#ffffff;transition:background-color .3s ease;margin:0}.support-page .faq-question:hover{background:#f8f9fa}.support-page .faq-item[open] .faq-question{background:#f8f9fa;border-bottom:1px solid #e0e0e0}.support-page .faq-category-badge{background:linear-gradient(135deg,#000000 0%,#333333 100%);color:#fff;padding:5px 12px;border-radius:18px;font-size:12px;font-weight:600;flex-shrink:0;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #00000026}.support-page .faq-question span:nth-child(2){flex:1;font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.4}.support-page .faq-arrow{width:20px;height:20px;color:#666;transition:transform .3s ease;flex-shrink:0}.support-page .faq-item[open] .faq-arrow{transform:rotate(180deg)}.support-page .faq-answer{padding:20px 24px 24px;background:#fafbfc;border-top:1px solid #f0f0f0;margin:0 1px}.support-page .faq-answer p{font-size:15px;line-height:1.8;color:#444;margin:0;padding:16px;background:#ffffff;border-radius:8px;border-left:4px solid #000000;box-shadow:0 2px 8px #0000000a}.support-page .no-results{text-align:center;padding:50px 20px;color:#666}.support-page .no-results svg{width:44px;height:44px;margin-bottom:16px;opacity:.5}.support-page .no-results p{font-size:16px;font-weight:500;margin:0 0 8px}.support-page .no-results small{font-size:14px;opacity:.8}.support-page .contact-form-section{max-width:700px;margin:0 auto}.support-page .contact-form{background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;padding:32px;box-shadow:0 4px 16px #00000014}.support-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.support-page .form-group{margin-bottom:20px}.support-page .form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:6px}.support-page .form-group input,.support-page .form-group select,.support-page .form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#ffffff;transition:all .3s ease;outline:none;font-family:inherit}.support-page .form-group input:focus,.support-page .form-group select:focus,.support-page .form-group textarea:focus{border-color:#000}.support-page .form-group textarea{resize:vertical;min-height:100px}.support-page .form-notice{background:#f8f9fa;border-radius:8px;padding:14px;margin-bottom:24px}.support-page .form-notice p{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;margin:0}.support-page .form-notice svg{width:16px;height:16px;color:#000;flex-shrink:0}.support-page .submit-btn{width:100%;padding:14px 28px;background:#000000;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer;outline:none;font-family:inherit}.support-page .submit-btn:hover{background:#333333;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.support-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto}.support-page .contact-form-modal{background:#ffffff;border-radius:16px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;animation:modalFadeIn .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.support-page .modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 20px;border-bottom:1px solid #f0f0f0;background:#fafbfc;border-radius:16px 16px 0 0}.support-page .modal-header h2{font-size:22px;font-weight:700;color:#000;margin:0;line-height:1.3}.support-page .close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;background:#f8f9fa;border:none;border-radius:8px;transition:all .3s ease;cursor:pointer;outline:none}.support-page .close-btn:hover{background:#e9ecef;color:#000;transform:scale(1.05)}.support-page .close-btn svg{width:20px;height:20px}.support-page .contact-form{background:#ffffff;padding:28px;border-radius:0 0 16px 16px}.support-page .form-buttons{display:flex;gap:12px;justify-content:center;margin-top:28px;padding-top:20px;border-top:1px solid #f0f0f0}.support-page .cancel-btn{padding:12px 24px;border:2px solid #e0e0e0;border-radius:10px;font-size:15px;font-weight:600;color:#666;background:#ffffff;transition:all .3s ease;cursor:pointer;outline:none;font-family:inherit}.support-page .cancel-btn:hover{border-color:#ccc;color:#333}.support-page .submit-btn{padding:14px 40px;background:#000000;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;cursor:pointer;outline:none;font-family:inherit;white-space:nowrap}.support-page .submit-btn:hover{background:#333333;transform:translateY(-1px);box-shadow:0 6px 16px #0003}.support-page .submit-btn svg{width:16px;height:16px}@media (max-width: 768px){.support-page{padding-top:70px}.support-page .container{padding:0 16px}.support-page .support-hero{padding:50px 0;margin-bottom:32px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.support-page .support-hero .container{padding:0 16px;min-height:100px}.support-page .support-hero-content h1{font-size:32px;margin-bottom:14px}.support-page .support-hero-content p{font-size:16px;margin-bottom:24px}.support-page .ask-question-btn{padding:14px 28px;font-size:15px;gap:8px;margin-top:0}.support-page .contact-info{margin-bottom:40px}.support-page .contact-cards{grid-template-columns:1fr;gap:16px}.support-page .contact-card{padding:20px;gap:16px}.support-page .contact-icon{width:44px;height:44px}.support-page .contact-icon svg{width:18px;height:18px}.support-page .ask-question-btn{padding:14px 28px;font-size:15px;gap:8px;border-radius:40px;margin-top:20px}.support-page .ask-question-btn svg{width:18px;height:18px}.support-page .support-content{gap:40px}.support-page .section-header{margin-bottom:24px}.support-page .section-header h2{font-size:22px}.support-page .faq-controls{gap:16px;margin-bottom:24px}.support-page .faq-categories{justify-content:center;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.support-page .faq-categories::-webkit-scrollbar{display:none}.support-page .category-btn{white-space:nowrap;padding:8px 16px;font-size:13px}.support-page .faq-search input{padding:12px 40px 12px 16px;font-size:14px}.support-page .faq-search svg{right:14px;width:16px;height:16px}.support-page .faq-question{padding:16px;gap:10px}.support-page .faq-question span:nth-child(2){font-size:14px}.support-page .faq-category-badge{font-size:11px;padding:3px 8px}.support-page .faq-answer{padding:16px 16px 18px}.support-page .faq-answer p{font-size:14px;padding:14px;line-height:1.7}.support-page .contact-form{padding:20px}.support-page .form-row{grid-template-columns:1fr;gap:0}.support-page .form-group{margin-bottom:16px}.support-page .form-group input,.support-page .form-group select,.support-page .form-group textarea{padding:10px 14px;font-size:14px}.support-page .submit-btn{padding:12px 20px;font-size:14px}.support-page .contact-form-modal{max-width:92vw;margin:4px;max-height:80vh}.support-page .modal-header{padding:14px 16px 10px}.support-page .modal-header h2{font-size:16px}.support-page .contact-form{padding:14px 16px}.support-page .form-buttons{margin-top:16px;padding-top:12px}.support-page .submit-btn{padding:10px 20px;font-size:13px;gap:6px}.support-page .submit-btn svg{width:12px;height:12px}.support-page .form-group{margin-bottom:12px}.support-page .form-group label{font-size:12px;margin-bottom:4px;font-weight:600}.support-page .form-group input,.support-page .form-group select,.support-page .form-group textarea{padding:8px 10px;font-size:12px;border-radius:6px}.support-page .form-notice{padding:8px;margin-bottom:12px;border-radius:6px}.support-page .form-notice p{font-size:11px;line-height:1.4}.support-page .close-btn{width:28px;height:28px}.support-page .close-btn svg{width:14px;height:14px}}@media (max-width: 480px){.support-page .support-hero-content h1{font-size:28px;margin-bottom:12px}.support-page .support-hero-content p{font-size:16px;margin-bottom:20px}.support-page .ask-question-btn{padding:12px 24px;font-size:14px;gap:6px;margin-top:0}.support-page .ask-question-btn svg{width:16px;height:16px}.support-page .contact-card{padding:16px;gap:12px}.support-page .contact-icon{width:36px;height:36px}.support-page .contact-content h3{font-size:16px}.support-page .contact-content p{font-size:14px}.support-page .section-header h2{font-size:20px}.support-page .faq-question{padding:14px}.support-page .faq-answer{padding:14px 14px 16px}.support-page .faq-answer p{font-size:13px;padding:12px;line-height:1.6}.support-page .contact-form{padding:16px}.support-page .contact-form-modal{max-width:95vw;margin:2px;max-height:75vh}.support-page .modal-header{padding:12px 14px 8px}.support-page .modal-header h2{font-size:15px}.support-page .contact-form{padding:12px 14px}.support-page .form-buttons{margin-top:14px;padding-top:10px}.support-page .submit-btn{padding:9px 18px;font-size:12px;gap:5px}.support-page .submit-btn svg{width:11px;height:11px}.support-page .form-group{margin-bottom:10px}.support-page .form-group label{font-size:11px;margin-bottom:3px}.support-page .form-group input,.support-page .form-group select,.support-page .form-group textarea{padding:7px 9px;font-size:11px}.support-page .form-notice{padding:6px;margin-bottom:10px}.support-page .form-notice p{font-size:10px;line-height:1.3}.support-page .close-btn{width:26px;height:26px}.support-page .close-btn svg{width:12px;height:12px}}.notice-page{padding-top:115px;min-height:100vh;background:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.notice-page *{box-sizing:border-box}.notice-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.notice-page .notice-hero{background:linear-gradient(135deg,#000000 0%,#333333 100%);color:#fff;padding:70px 0;margin-bottom:50px;border-radius:0;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.notice-page .notice-hero .container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;min-height:140px}.notice-page .notice-hero-content h1{font-size:42px;font-weight:700;margin:0 0 16px;letter-spacing:-.5px;color:#fff;line-height:1.2}.notice-page .notice-hero-content p{font-size:18px;color:#ccc;line-height:1.6;max-width:500px;margin:0}.notice-page .notice-stats{display:flex;gap:40px;align-items:center}.notice-page .stat-item{text-align:center;min-width:80px}.notice-page .stat-number{font-size:36px;font-weight:700;color:#fff;margin-bottom:8px;display:block;line-height:1.1}.notice-page .stat-label{font-size:15px;color:#ccc;font-weight:500;margin:0;white-space:nowrap}.notice-page .notice-controls{display:flex;flex-direction:column;gap:24px;margin-bottom:36px}.notice-page .notice-categories{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.notice-page .category-btn{padding:10px 20px;border:2px solid #e0e0e0;border-radius:25px;font-size:14px;font-weight:500;color:#666;background:#ffffff;transition:all .3s ease;cursor:pointer;outline:none}.notice-page .category-btn:hover{border-color:#000;color:#000}.notice-page .category-btn.active{background:#000000;border-color:#000;color:#fff}.notice-page .notice-search{position:relative;max-width:480px;margin:0 auto;width:100%}.notice-page .notice-search input{width:100%;padding:14px 48px 14px 20px;border:2px solid #e0e0e0;border-radius:40px;font-size:15px;background:#ffffff;transition:all .3s ease;outline:none}.notice-page .notice-search input:focus{border-color:#000}.notice-page .notice-search svg{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#666}.notice-page .notice-list{max-width:900px;margin:0 auto}.notice-page .section-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:#000;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0;line-height:1.3}.notice-page .section-title svg{width:20px;height:20px;color:#666}.notice-page .pinned-section{margin-bottom:50px}.notice-page .regular-section{margin-bottom:40px}.notice-page .notice-item{background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;margin-bottom:14px;transition:all .3s ease;cursor:pointer}.notice-page .notice-item:hover{box-shadow:0 4px 16px #00000014;border-color:#ccc;transform:translateY(-2px)}.notice-page .notice-item.pinned{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #000000;position:relative}.notice-page .notice-header{display:flex;justify-content:space-between;align-items:center}.notice-page .notice-meta{display:flex;align-items:center;gap:10px}.notice-page .tag-badge{display:inline-flex;align-items:center;padding:6px 12px;background:#000000;color:#fff;border-radius:16px;font-size:12px;font-weight:500;height:28px;min-height:28px}.notice-page .pinned-badge{display:inline-flex;align-items:center;gap:4px;background:#b91c1c;color:#fff;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:600;height:32px;min-height:32px}.notice-page .pinned-badge svg{width:12px;height:12px}.notice-page .notice-info{display:flex;align-items:center;gap:10px;font-size:13px;color:#666;flex-shrink:0;white-space:nowrap}.notice-page .notice-date,.notice-page .notice-views{font-weight:500}.notice-page .notice-title{font-size:20px;font-weight:600;color:#000;margin:4px 0 8px;line-height:1.4}.notice-page .notice-item.pinned .notice-title{color:#000}.notice-page .notice-preview{font-size:14px;line-height:1.6;color:#555;margin:0}.notice-page .no-results{text-align:center;padding:60px 20px;color:#666}.notice-page .no-results svg{width:50px;height:50px;margin-bottom:20px;opacity:.4}.notice-page .no-results p{font-size:18px;font-weight:500;margin:0 0 8px}.notice-page .no-results small{font-size:14px;opacity:.8}.notice-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto}.notice-page .notice-modal{background:#ffffff;border-radius:8px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;box-shadow:0 2px 10px #00000014;border:1px solid #f0f0f0}.notice-page .modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;background:#ffffff;border-radius:8px 8px 0 0;border-bottom:1px solid #f5f5f5}.notice-page .modal-header-content{z-index:1}.notice-page .notice-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;flex-wrap:nowrap;width:100%}.notice-page .notice-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:1}.notice-page .notice-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.notice-page .notice-info{display:flex;align-items:center;gap:12px}.notice-page .notice-date,.notice-page .notice-views{font-size:12px;color:#888;font-weight:400}.notice-page .notice-date:after{content:"•";margin:0 6px;color:#ccc}.notice-page .notice-views{margin-left:0}.notice-page .close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;background:#ffffff;border:none;cursor:pointer;outline:none;transition:color .2s ease;flex-shrink:0}.notice-page .close-btn:hover{color:#000}.notice-page .close-btn svg{width:24px;height:24px}.notice-page .modal-content{padding:0 24px 24px;background:#ffffff;overflow-y:auto;max-height:calc(90vh - 160px);border-radius:0 0 8px 8px}.notice-page .title-section{padding:0 24px 20px;background:#ffffff}.notice-page .notice-modal-title{font-size:24px;font-weight:700;color:#000;margin:0;line-height:1.3;letter-spacing:-.02em}.notice-page .notice-modal-body{font-size:15px;line-height:1.7;color:#333;white-space:pre-line;padding:0;margin:0;font-weight:400}@media (max-width: 768px){.notice-page{padding-top:70px}.notice-page .container{padding:0 16px}.notice-page .notice-hero{padding:60px 0;margin-bottom:32px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.notice-page .notice-hero .container{flex-direction:column;gap:32px;text-align:center;padding:0 16px;min-height:140px;justify-content:center}.notice-page .notice-hero-content h1{font-size:34px;margin-bottom:12px}.notice-page .notice-hero-content p{font-size:16px;max-width:none}.notice-page .notice-stats{gap:28px}.notice-page .stat-number{font-size:28px;margin-bottom:6px}.notice-page .stat-label{font-size:14px}.notice-page .notice-controls{gap:16px;margin-bottom:24px}.notice-page .notice-categories{justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.notice-page .notice-categories::-webkit-scrollbar{display:none}.notice-page .category-btn{white-space:nowrap;padding:8px 16px;font-size:13px}.notice-page .notice-search input{padding:12px 40px 12px 16px;font-size:14px}.notice-page .notice-search svg{right:14px;width:16px;height:16px}.notice-page .section-title{font-size:16px;gap:8px;margin-bottom:16px}.notice-page .section-title svg{width:18px;height:18px}.notice-page .pinned-section{margin-bottom:32px}.notice-page .notice-item{padding:16px;margin-bottom:12px}.notice-page .notice-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:10px}.notice-page .notice-meta-row{gap:8px;margin-bottom:2px;flex-wrap:nowrap}.notice-page .category-badge{padding:4px 10px;font-size:11px}.notice-page .category-badge svg{width:10px;height:10px}.notice-page .notice-info{gap:8px;font-size:12px}.notice-page .notice-title{font-size:17px;margin:0 0 6px}.notice-page .notice-preview{font-size:13px}.notice-page .no-results{padding:40px 20px}.notice-page .no-results svg{width:40px;height:40px;margin-bottom:14px}.notice-page .no-results p{font-size:16px}.notice-page .no-results small{font-size:13px}.notice-page .notice-modal{max-width:95vw;margin:10px;max-height:90vh;border-radius:6px}.notice-page .modal-header{padding:20px;border-radius:6px 6px 0 0}.notice-page .close-btn{width:28px;height:28px}.notice-page .close-btn svg{width:18px;height:18px}.notice-page .notice-modal-meta{gap:8px;flex-wrap:wrap}.notice-page .notice-modal-info{gap:10px;font-size:13px}.notice-page .modal-content{padding:20px;max-height:calc(90vh - 100px)}.notice-page .notice-modal-title{font-size:18px}.notice-page .notice-modal-body{font-size:15px;line-height:1.7}.notice-page .notice-modal-body p{margin:0 0 20px;padding:18px 20px;font-size:14px}.notice-page .notice-images{grid-template-columns:1fr;gap:12px;margin-top:20px;padding-top:16px}.notice-page .image-placeholder{aspect-ratio:2/1}.notice-page .image-placeholder svg{width:20px;height:20px}.notice-page .image-placeholder span{font-size:12px}}@media (max-width: 480px){.notice-page .notice-hero-content h1{font-size:30px;margin-bottom:10px}.notice-page .notice-stats{gap:20px}.notice-page .stat-number{font-size:20px}.notice-page .stat-label{font-size:13px}.notice-page .notice-item{padding:14px}.notice-page .notice-title{font-size:16px;margin:0 0 6px}.notice-page .notice-preview{font-size:12px}.notice-page .modal-header{padding:14px 16px;border-radius:6px 6px 0 0}.notice-page .close-btn{top:14px;right:14px;width:26px;height:26px}.notice-page .modal-content{padding:16px}.notice-page .notice-modal-title{font-size:16px}.notice-page .notice-modal-body{font-size:13px;line-height:1.5}.notice-page .notice-modal-body p{margin:0 0 12px;padding:10px 12px;font-size:12px}.notice-page .category-badge{font-size:10px;padding:4px 8px;gap:4px}.notice-page .category-badge svg{width:10px;height:10px}.notice-page .notice-modal-info{font-size:11px;gap:8px}.notice-page .notice-modal{max-width:95vw;margin:4px;border-radius:6px}.notice-page .modal-header{padding:12px 14px;border-radius:6px 6px 0 0}.notice-page .close-btn{width:24px;height:24px}.notice-page .close-btn svg{width:12px;height:12px}.notice-page .modal-content{padding:14px}}.notice-detail-page{padding-top:115px;min-height:100vh;background:#ffffff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.notice-detail-page *{box-sizing:border-box}.notice-detail-page .container{max-width:800px;margin:0 auto;padding:0 24px}.notice-detail-page .back-button{display:inline-flex;align-items:center;gap:8px;color:#666;background:transparent;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s ease;padding:0;margin-bottom:32px;margin-top:20px}.notice-detail-page .back-button:hover{color:#000}.notice-detail-page .back-button svg{width:18px;height:18px}.notice-detail-page .notice-detail{margin-bottom:40px}.notice-detail-page .notice-detail-header{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.notice-detail-page .notice-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:24px}.notice-detail-page .tag-badge{display:inline-flex;align-items:center;padding:6px 14px;background:#000000;color:#fff;border-radius:18px;font-size:13px;font-weight:500;height:32px;min-height:32px}.notice-detail-page .notice-meta{display:flex;align-items:center;gap:16px;font-size:14px;color:#999;font-weight:400;margin-bottom:24px}.notice-detail-page .notice-meta span{display:flex;align-items:center;gap:6px}.notice-detail-page .notice-meta svg{width:16px;height:16px}.notice-detail-page .category-badge{display:inline-flex;align-items:center;gap:6px;background:#000000;color:#fff;padding:10px 16px;border-radius:20px;font-size:13px;font-weight:600;height:36px;min-height:36px}.notice-detail-page .category-badge svg{width:16px;height:16px}.notice-detail-page .pinned-badge{display:inline-flex;align-items:center;gap:4px;background:#b91c1c;color:#fff;padding:10px 16px;border-radius:20px;font-size:13px;font-weight:600;height:36px;min-height:36px}.notice-detail-page .pinned-badge svg{width:14px;height:14px}.notice-detail-page .notice-title{font-size:32px;font-weight:700;color:#000;line-height:1.3;margin:0;letter-spacing:-.02em}.notice-detail-page .notice-content{font-size:16px;line-height:1.8;color:#333;margin-bottom:40px}.notice-detail-page .notice-content p{margin:0 0 20px}.notice-detail-page .notice-content p:empty{margin-bottom:10px}.notice-detail-page .notice-content img{max-width:100%;height:auto;border-radius:12px;margin:20px auto;display:block}.notice-detail-page .notice-content .rdw-left-aligned-block img,.notice-detail-page .notice-content img[style*="float: left"],.notice-detail-page .notice-content img[style*="text-align: left"]{margin-left:0!important;margin-right:auto!important;display:block!important}.notice-detail-page .notice-content .rdw-center-aligned-block img,.notice-detail-page .notice-content img[style*="text-align: center"]{margin-left:auto!important;margin-right:auto!important;display:block!important}.notice-detail-page .notice-content .rdw-right-aligned-block img,.notice-detail-page .notice-content img[style*="float: right"],.notice-detail-page .notice-content img[style*="text-align: right"]{margin-left:auto!important;margin-right:0!important;display:block!important}.notice-detail-page .notice-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:40px;margin-bottom:40px}.notice-detail-page .notice-images img{width:100%;height:auto;border-radius:12px;object-fit:cover}.notice-detail-page .notice-navigation{display:flex;justify-content:center;padding:40px 0;border-top:1px solid #f0f0f0}.notice-detail-page .nav-button{display:inline-flex;align-items:center;gap:8px;background:#000000;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.notice-detail-page .nav-button:hover{background:#333333;transform:translateY(-1px)}.notice-detail-page .nav-button svg{width:18px;height:18px}@media (max-width: 768px){.notice-detail-page{padding-top:70px}.notice-detail-page .container{padding:0 20px}.notice-detail-page .back-button{margin-bottom:24px;margin-top:16px}.notice-detail-page .notice-detail-header{margin-bottom:32px;padding-bottom:24px}.notice-detail-page .notice-badges{margin-bottom:20px}.notice-detail-page .notice-meta{gap:8px;font-size:12px;flex-wrap:wrap}.notice-detail-page .notice-title{font-size:26px}.notice-detail-page .notice-content{font-size:15px;line-height:1.7}.notice-detail-page .notice-content p{margin-bottom:16px}.notice-detail-page .notice-images{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.notice-detail-page .notice-images img{border-radius:8px}.notice-detail-page .notice-navigation{padding:32px 0}.notice-detail-page .nav-button{padding:12px 24px;font-size:14px}.notice-detail-page .category-badge{padding:6px 10px;font-size:11px;height:28px;min-height:28px}.notice-detail-page .category-badge svg{width:12px;height:12px}.notice-detail-page .pinned-badge{padding:6px 10px;font-size:11px;height:28px;min-height:28px}.notice-detail-page .pinned-badge svg{width:10px;height:10px}}@media (max-width: 480px){.notice-detail-page .container{padding:0 16px}.notice-detail-page .notice-title{font-size:22px}.notice-detail-page .notice-content{font-size:14px}.notice-detail-page .nav-button{padding:10px 20px;font-size:13px}}.about-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#ffffff;color:#000}.about-page *{box-sizing:border-box}.about-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.about-page .about-hero{background:linear-gradient(135deg,#000000 0%,#333333 100%);color:#fff;padding:120px 0 80px;margin-top:70px;text-align:center}.about-page .hero-content h1{font-size:48px;font-weight:700;margin:0 0 20px;letter-spacing:-.02em}.about-page .hero-content p{font-size:20px;font-weight:300;margin:0;opacity:.9}.about-page .brand-story{padding:100px 0;background:#ffffff}.about-page .story-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-page .story-text h2{font-size:36px;font-weight:700;margin:0 0 16px;color:#000;letter-spacing:-.02em}.about-page .story-subtitle{font-size:18px;font-weight:500;color:#666;margin:0 0 32px}.about-page .story-description{font-size:16px;line-height:1.8;color:#333;margin:0 0 24px}.about-page .story-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-page .story-image img{width:100%;height:400px;object-fit:cover}.about-page .values{padding:100px 0;background:#f8f9fa}.about-page .values h2{font-size:36px;font-weight:700;text-align:center;margin:0 0 60px;color:#000;letter-spacing:-.02em}.about-page .values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.about-page .value-item{text-align:center;padding:40px 20px;background:#ffffff;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about-page .value-item:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0000001a}.about-page .value-icon{width:64px;height:64px;background:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.about-page .value-icon svg{width:32px;height:32px}.about-page .value-item h3{font-size:20px;font-weight:600;margin:0 0 16px;color:#000}.about-page .value-item p{font-size:15px;line-height:1.6;color:#666;margin:0}.about-page .team{padding:100px 0;background:#ffffff}.about-page .team-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-page .team-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-page .team-image img{width:100%;height:400px;object-fit:cover}.about-page .team-text h2{font-size:36px;font-weight:700;margin:0 0 16px;color:#000;letter-spacing:-.02em}.about-page .team-subtitle{font-size:18px;font-weight:500;color:#666;margin:0 0 32px}.about-page .team-description{font-size:16px;line-height:1.8;color:#333;margin:0 0 24px}.about-page .stats{padding:80px 0;background:#000000;color:#fff}.about-page .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.about-page .stat-item{text-align:center}.about-page .stat-number{font-size:48px;font-weight:700;margin:0 0 12px;color:#fff;letter-spacing:-.02em}.about-page .stat-label{font-size:16px;font-weight:500;color:#ccc;margin:0}.about-page .contact{padding:100px 0;background:#f8f9fa}.about-page .contact-content{text-align:center;max-width:800px;margin:0 auto}.about-page .contact-content h2{font-size:36px;font-weight:700;margin:0 0 16px;color:#000;letter-spacing:-.02em}.about-page .contact-content>p{font-size:18px;color:#666;margin:0 0 60px}.about-page .contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.about-page .contact-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;background:#ffffff;border-radius:16px;box-shadow:0 4px 20px #0000000d}.about-page .contact-icon{width:56px;height:56px;background:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px;color:#fff}.about-page .contact-icon svg{width:28px;height:28px}.about-page .contact-item h4{font-size:18px;font-weight:600;margin:0 0 8px;color:#000}.about-page .contact-item p{font-size:15px;color:#666;margin:0}.about-page .location{padding:100px 0 40px;background:#ffffff}.about-page .location-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}.about-page .location-info h2{font-size:36px;font-weight:700;margin:0 0 40px;color:#000;letter-spacing:-.02em}.about-page .address-info{display:flex;flex-direction:column;gap:32px}.about-page .address-item{display:flex;align-items:flex-start;gap:16px}.about-page .address-icon{width:48px;height:48px;background:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.about-page .address-icon svg{width:24px;height:24px}.about-page .address-text h4{font-size:18px;font-weight:600;margin:0 0 8px;color:#000}.about-page .address-text p{font-size:16px;color:#333;margin:0 0 4px;line-height:1.5}.about-page .address-text .address-detail{font-size:14px;color:#666;margin:0}.about-page .map-container{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001a;background:#f8f9fa;position:relative}.about-page #kakao-map{width:100%;height:400px;border-radius:16px}@media (max-width: 768px){.about-page .about-hero{padding:80px 0 60px;margin-top:60px}.about-page .hero-content h1{font-size:36px}.about-page .hero-content p{font-size:16px}.about-page .container{padding:0 20px}.about-page .brand-story,.about-page .values,.about-page .team,.about-page .contact{padding:60px 0}.about-page .story-content,.about-page .team-content{grid-template-columns:1fr;gap:40px}.about-page .values-grid{grid-template-columns:1fr;gap:24px}.about-page .values h2,.about-page .story-text h2,.about-page .team-text h2,.about-page .contact-content h2{font-size:28px}.about-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.about-page .stat-number{font-size:36px}.about-page .contact-info{grid-template-columns:1fr;gap:24px}.about-page .location-content{grid-template-columns:1fr;gap:40px}.about-page .story-image img,.about-page .team-image img{height:300px}}@media (max-width: 480px){.about-page .about-hero{padding:60px 0 40px}.about-page .hero-content h1{font-size:28px}.about-page .hero-content p{font-size:14px}.about-page .container{padding:0 16px}.about-page .brand-story,.about-page .values,.about-page .team,.about-page .contact,.about-page .location{padding:40px 0}.about-page .values h2,.about-page .story-text h2,.about-page .team-text h2,.about-page .contact-content h2,.about-page .location-info h2{font-size:24px}.about-page .value-item,.about-page .contact-item{padding:32px 16px}.about-page .stats{padding:60px 0}.about-page .stats-grid{grid-template-columns:1fr;gap:24px}.about-page .stat-number{font-size:32px}}.orders-page{min-height:100vh;padding-top:140px;padding-bottom:60px;background-color:#f8f9fa}.orders-page .page-header{text-align:center;margin-bottom:40px}.orders-page .page-header h1{font-size:32px;font-weight:700;color:#000;margin-bottom:8px}.orders-page .page-header p{color:#666;font-size:16px}.orders-page .orders-filter{display:flex;gap:12px;margin-bottom:30px;padding:0 4px}.orders-page .orders-filter button{padding:12px 24px;border:1px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.orders-page .orders-filter button:hover{border-color:#000;color:#000}.orders-page .orders-filter button.active{background:#000;color:#fff;border-color:#000}.orders-page .orders-list{display:flex;flex-direction:column;gap:24px}.orders-page .order-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;transition:all .3s ease}.orders-page .order-card:hover{box-shadow:0 4px 24px #0000001f}.orders-page .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f3f4}.orders-page .order-info h3{font-size:18px;font-weight:600;color:#000;margin-bottom:4px}.orders-page .order-date{color:#666;font-size:14px}.orders-page .status-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.orders-page .status-pending{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.orders-page .status-shipping{background:#cff4fc;color:#055160;border:1px solid #9eeaf9}.orders-page .status-delivered{background:#d1edff;color:#0c4a6e;border:1px solid #7dd3fc}.orders-page .status-cancelled{background:#f8d7da;color:#721c24;border:1px solid #f1aeb5}.orders-page .delivery-tracking{display:flex;align-items:center;gap:16px;padding:18px;margin-bottom:20px;background:#ffffff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:2px solid #000000}.orders-page .tracking-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#000000;border-radius:10px;flex-shrink:0}.orders-page .tracking-icon svg{color:#fff}.orders-page .tracking-info{flex:1;color:#000}.orders-page .tracking-company{font-size:12px;font-weight:600;margin-bottom:6px;color:#666;text-transform:uppercase;letter-spacing:.8px}.orders-page .tracking-number{display:flex;align-items:center;gap:8px;font-size:15px}.orders-page .tracking-label{font-weight:500;color:#333;font-size:14px}.orders-page .tracking-value{font-weight:700;font-size:16px;letter-spacing:.5px;color:#000}.orders-page .order-items{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.orders-page .order-item{display:flex;gap:16px;padding:16px;background:#f8f9fa;border-radius:12px}.orders-page .item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#e9ecef}.orders-page .item-image img{width:100%;height:100%;object-fit:cover}.orders-page .item-details{flex:1;display:flex;flex-direction:column;gap:4px}.orders-page .item-details h4{font-size:16px;font-weight:600;color:#000;margin-bottom:8px}.orders-page .item-options{display:flex;gap:16px;color:#666;font-size:14px;margin-bottom:8px}.orders-page .item-price{font-size:16px;font-weight:600;color:#000;margin-top:auto}.orders-page .order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f1f3f4}.orders-page .order-total{font-size:18px;color:#000}.orders-page .order-total strong{font-weight:700}.orders-page .order-actions{display:flex;gap:12px}.orders-page .btn-outline{padding:10px 20px;border:1px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.orders-page .btn-outline:hover{border-color:#000;color:#000}.orders-page .btn-primary{padding:10px 20px;border:none;background:#000;color:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.orders-page .btn-primary:hover{background:#333;transform:translateY(-1px)}.orders-page .empty-orders{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014}.orders-page .empty-icon{color:#ccc;margin-bottom:24px}.orders-page .empty-orders h3{font-size:24px;font-weight:600;color:#000;margin-bottom:8px}.orders-page .empty-orders p{color:#666;font-size:16px}.orders-page .loading{text-align:center;padding:80px 20px}.orders-page .loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:orders-spinner-animation 1s linear infinite;margin:0 auto 24px}@keyframes orders-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orders-page .loading p{color:#666;font-size:16px}@media (max-width: 768px){.orders-page{padding-top:120px;padding-bottom:40px}.orders-page .page-header h1{font-size:24px}.orders-page .orders-filter{gap:8px;overflow-x:auto;padding-bottom:8px}.orders-page .orders-filter button{padding:10px 16px;font-size:13px;white-space:nowrap}.orders-page .order-card{padding:20px}.orders-page .order-header{flex-direction:column;align-items:flex-start;gap:12px}.orders-page .order-footer{flex-direction:column;align-items:flex-start;gap:16px}.orders-page .order-actions{width:100%;justify-content:flex-end}.orders-page .item-options{flex-direction:column;gap:4px}}.btn-cancel{padding:10px 20px;background:white;color:#dc2626;border:1px solid #dc2626;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#dc2626;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #dc262633}.orders-page .btn-refund{background:#f59e0b;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.orders-page .btn-refund:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 2px 8px #f59e0b4d}.orders-page .btn-exchange{background:#8b5cf6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.orders-page .btn-exchange:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 2px 8px #8b5cf64d}.status-preparing{background:#fef3c7;color:#92400e}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;padding:20px}.pagination-btn{padding:10px 20px;background:white;border:1px solid #e1e5e9;border-radius:8px;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){border-color:#000;color:#000;background:#f8f9fa}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-numbers{display:flex;gap:8px;align-items:center}.pagination-number{min-width:40px;height:40px;padding:0 12px;background:white;border:1px solid #e1e5e9;border-radius:8px;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pagination-number:hover{border-color:#000;color:#000;background:#f8f9fa}.pagination-number.active{background:#000;color:#fff;border-color:#000}.pagination-ellipsis{padding:0 8px;color:#999;font-size:14px}@media (max-width: 768px){.pagination{gap:4px;padding:15px}.pagination-btn{padding:8px 16px;font-size:13px}.pagination-number{min-width:36px;height:36px;font-size:13px}}.orders-page .order-summary{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:16px}.orders-page .summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:15px;color:#666}.orders-page .summary-row span:last-child{font-weight:600;color:#000}.orders-page .summary-row.discount{color:#dc2626}.orders-page .summary-row.discount span:last-child{color:#dc2626;font-weight:700}.orders-page .summary-row.total{margin-top:12px;padding-top:16px;border-top:2px solid #e1e5e9;font-size:16px;font-weight:600}.orders-page .summary-row.total strong{font-size:20px;font-weight:700;color:#000}.orders-page .order-details-expanded{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:20px;margin-bottom:16px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.orders-page .detail-section{margin-bottom:20px}.orders-page .detail-section:last-child{margin-bottom:0}.orders-page .detail-section h4{font-size:14px;font-weight:600;color:#000;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f3f4}.orders-page .detail-section p{font-size:14px;color:#666;line-height:1.6;margin:4px 0}.orders-page .discount-info{display:flex;flex-direction:column;gap:12px}.orders-page .discount-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e1e5e9;margin:0}.orders-page .discount-item.none{background:#ffffff;border-color:#f1f3f4}.orders-page .discount-item.none .discount-value{color:#999;font-weight:500}.orders-page .discount-label{font-size:14px;font-weight:600;color:#333;flex-shrink:0}.orders-page .discount-value{font-size:15px;font-weight:700;color:#dc2626;flex-shrink:0;display:flex;align-items:center;gap:0}.orders-page .discount-detail{font-size:12px;color:#666;font-weight:500;margin-right:6px}.orders-page .delivery-info{background:#f8f9fa;padding:16px;border-radius:8px}.orders-page .delivery-info p{margin:6px 0}.orders-page .delivery-info p strong{color:#000;font-weight:600}.orders-page .delivery-memo{margin-top:12px;padding-top:12px;border-top:1px solid #e1e5e9;color:#666;font-style:italic}.orders-page .btn-details{padding:10px 20px;border:1px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.orders-page .btn-details:hover{border-color:#000;color:#000;background:#f8f9fa}@media (max-width: 768px){.orders-page .order-summary{padding:16px}.orders-page .summary-row{font-size:14px}.orders-page .summary-row.total strong{font-size:18px}.orders-page .order-details-expanded{padding:16px}.orders-page .detail-section h4,.orders-page .detail-section p{font-size:13px}.orders-page .delivery-info{padding:12px}.orders-page .btn-details{width:100%;margin-bottom:12px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:white;border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.product-select-modal h2{font-size:24px;font-weight:700;margin:24px 24px 8px;color:#000}.modal-subtitle{font-size:14px;color:#666;margin:0 24px 20px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.product-select-list{padding:0 24px;max-height:400px;overflow-y:auto}.product-select-item{margin-bottom:16px;border:2px solid #e1e5e9;border-radius:12px;transition:all .2s ease}.product-select-item:hover{border-color:#000}.product-select-item input[type=checkbox]{display:none}.product-select-item input[type=checkbox]:checked+label{background:#f0f9ff;border:2px solid #000}.product-select-item input[type=checkbox]:checked+label:after{content:"✓ 선택됨";position:absolute;top:12px;right:12px;background:#000;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.product-select-item label{position:relative;display:block;padding:12px;cursor:pointer;border-radius:10px}.product-select-item input[type=checkbox]:checked+label .product-select-info{border-color:#000}.product-select-info{display:flex;gap:12px;align-items:center}.product-select-info img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.product-select-details{flex:1}.product-select-details h4{font-size:16px;font-weight:600;color:#000;margin-bottom:8px}.product-select-details p{font-size:14px;color:#666;margin:4px 0}.product-select-details .price{font-size:16px;font-weight:700;color:#000;margin-top:8px}.modal-actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e1e5e9;margin-top:20px}.btn-cancel-modal{flex:1;padding:14px;background:#f8f9fa;color:#666;border:1px solid #e1e5e9;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel-modal:hover{background:#e9ecef}.btn-submit-modal{flex:2;padding:14px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-submit-modal:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}@media (max-width: 768px){.modal-content{max-height:90vh}.product-select-modal h2{font-size:20px}.product-select-info img{width:60px;height:60px}.modal-actions{flex-direction:column}.btn-cancel-modal,.btn-submit-modal{flex:1}}.orders-page .exchange-notice,.orders-page .exchange-rejection{display:flex;gap:12px;padding:16px;border-radius:12px;margin-bottom:20px}.orders-page .exchange-notice{background:#fef3c7;border:1px solid #fde047}.orders-page .exchange-rejection{background:#fee2e2;border:1px solid #fca5a5}.orders-page .notice-icon,.orders-page .rejection-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.orders-page .notice-icon{background:#fbbf24;color:#78350f}.orders-page .rejection-icon{background:#f87171;color:#7f1d1d}.orders-page .notice-content h4,.orders-page .rejection-content h4{font-size:16px;font-weight:600;margin:0 0 8px}.orders-page .exchange-notice .notice-content h4{color:#92400e}.orders-page .exchange-rejection .rejection-content h4{color:#991b1b}.orders-page .notice-content p,.orders-page .rejection-content p{font-size:14px;line-height:1.5;margin:0}.orders-page .exchange-notice .notice-content p{color:#78350f}.orders-page .exchange-rejection .rejection-content p{color:#7f1d1d}.orders-page .rejection-reason{font-weight:500}@media (max-width: 768px){.orders-page .exchange-notice,.orders-page .exchange-rejection{padding:12px;gap:10px}.orders-page .notice-icon,.orders-page .rejection-icon{width:32px;height:32px}.orders-page .notice-icon svg,.orders-page .rejection-icon svg{width:16px;height:16px}.orders-page .notice-content h4,.orders-page .rejection-content h4{font-size:14px}.orders-page .notice-content p,.orders-page .rejection-content p{font-size:13px}}.inquiries-page{min-height:100vh;padding-top:140px;padding-bottom:60px;background-color:#f8f9fa}.inquiries-page .inq-page-hero{background:#000;border-radius:16px;padding:60px 40px;margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 32px #0000001a}.inquiries-page .inq-hero-content h1.inq-hero-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 12px}.inquiries-page .inq-hero-content p.inq-hero-subtitle{font-size:16px;color:#fffc;margin:0}.inquiries-page .inq-hero-button{padding:14px 32px;background:white;color:#000;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.inquiries-page .inq-hero-button:hover{transform:translateY(-2px);background:#f5f5f5}.inquiries-page .inq-hero-button svg{width:20px;height:20px}.inquiries-page .page-header{text-align:center;margin-bottom:40px}.inquiries-page .page-header h1{font-size:32px;font-weight:700;color:#000;margin-bottom:8px}.inquiries-page .page-header p{color:#666;font-size:16px}.inquiries-page .inquiries-filter{display:flex;gap:12px;margin-bottom:30px;padding:0 4px}.inquiries-page .inquiries-filter button{padding:12px 24px;border:1px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inquiries-page .inquiries-filter button:hover{border-color:#000;color:#000}.inquiries-page .inquiries-filter button.active{background:#000;color:#fff;border-color:#000}.inquiries-page .inquiries-list{display:flex;flex-direction:column;gap:24px}.inquiries-page .inquiry-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;transition:all .3s ease}.inquiries-page .inquiry-card:hover{box-shadow:0 4px 24px #0000001f}.inquiries-page .inquiry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f3f4}.inquiries-page .product-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;transition:all .3s ease}.inquiries-page .product-link:hover{color:#000}.inquiries-page .product-image{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#e9ecef;flex-shrink:0}.inquiries-page .product-image img{width:100%;height:100%;object-fit:cover}.inquiries-page .product-name{font-size:16px;font-weight:500;color:#333}.inquiries-page .inquiry-meta{display:flex;align-items:center;gap:12px}.inquiries-page .inquiry-type{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.inquiries-page .type-product,.inquiries-page .type-size,.inquiries-page .type-delivery,.inquiries-page .type-etc,.inquiries-page .type-shipping,.inquiries-page .type-general,.inquiries-page .type-return{background:transparent;color:#000;border:1px solid #000}.inquiries-page .type-refund{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:1px solid #f59e0b;box-shadow:0 2px 8px #f59e0b33}.inquiries-page .type-exchange{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);color:#fff;border:1px solid #8b5cf6;box-shadow:0 2px 8px #8b5cf633}.inquiries-page .type-other{background:transparent;color:#000;border:1px solid #000}.inquiries-page .status-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.inquiries-page .status-pending{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.inquiries-page .status-answered{background:#d4f4dd;color:#1e7e34;border:1px solid #9fd9a8}.inquiries-page .inquiry-date{color:#666;font-size:14px}.inquiries-page .inquiry-content{display:flex;flex-direction:column;gap:20px}.inquiries-page .question-section,.inquiries-page .answer-section{padding:20px;border-radius:12px}.inquiries-page .question-section{background:#f8f9fa;border-left:4px solid #000}.inquiries-page .answer-section{background:#e8f5e8;border-left:4px solid #2e7d32}.inquiries-page .section-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.inquiries-page .q-icon,.inquiries-page .a-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.inquiries-page .q-icon{background:#000}.inquiries-page .a-icon{background:#2e7d32}.inquiries-page .section-header span{font-size:14px;font-weight:600;color:#333}.inquiries-page .question-text,.inquiries-page .answer-text{font-size:15px;line-height:1.6;color:#333;margin:0}.inquiries-page .answer-text{color:#2e7d32}.inquiries-page .empty-inquiries{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014}.inquiries-page .empty-icon{color:#ccc;margin-bottom:24px}.inquiries-page .empty-inquiries h3{font-size:24px;font-weight:600;color:#000;margin-bottom:8px}.inquiries-page .empty-inquiries p{color:#666;font-size:16px}.inquiries-page .loading{text-align:center;padding:80px 20px}.inquiries-page .loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:inquiries-spinner-animation 1s linear infinite;margin:0 auto 24px}@keyframes inquiries-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.inquiries-page .loading p{color:#666;font-size:16px}@media (max-width: 768px){.inquiries-page{padding-top:120px;padding-bottom:40px}.inquiries-page .page-header h1{font-size:24px}.inquiries-page .inquiries-filter{gap:8px;overflow-x:auto;padding-bottom:8px}.inquiries-page .inquiries-filter button{padding:10px 16px;font-size:13px;white-space:nowrap}.inquiries-page .inquiry-card{padding:20px}.inquiries-page .inquiry-header{flex-direction:column;align-items:flex-start;gap:12px}.inquiries-page .inquiry-meta{flex-wrap:wrap;gap:8px}.inquiries-page .product-name{font-size:14px}.inquiries-page .question-section,.inquiries-page .answer-section{padding:16px}.inquiries-page .question-text,.inquiries-page .answer-text{font-size:14px}.inquiries-page .inq-page-hero{flex-direction:column;padding:40px 24px;text-align:center}.inquiries-page .inq-hero-content h1.inq-hero-title{font-size:28px}.inquiries-page .inq-hero-content p.inq-hero-subtitle{font-size:14px}}.inquiries-page .inquiry-product-general{display:flex;align-items:center;padding:8px 0}.inquiries-page .general-inquiry-label{font-size:16px;font-weight:600;color:#333}.inquiries-page .inq-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;padding:20px 0}.inquiries-page .inq-page-btn{min-width:40px;height:40px;padding:0 16px;background:white;border:1px solid #e1e5e9;border-radius:8px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}.inquiries-page .inq-page-btn:hover:not(:disabled):not(.active){background:#f8f9fa;border-color:#000;color:#000}.inquiries-page .inq-page-btn.active{background:#000;color:#fff;border-color:#000;font-weight:600}.inquiries-page .inq-page-btn:disabled{opacity:.4;cursor:not-allowed;background:white}.inquiries-page .inquiry-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:16px}.inquiries-page .inquiry-image-item{position:relative;width:100%;padding-top:100%;border-radius:8px;overflow:hidden;background:#f8f9fa;border:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease}.inquiries-page .inquiry-image-item:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.inquiries-page .inquiry-image-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.inquiries-page .inquiry-images{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px;margin-top:12px}}.image-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:20000;padding:20px;animation:lightbox-fade-in .3s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.image-lightbox-container{position:relative;max-width:98vw;max-height:98vh;display:flex;align-items:center;justify-content:center;animation:lightbox-zoom-in .3s ease}@keyframes lightbox-zoom-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.image-lightbox-container img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);border:none;color:#000;font-size:48px;cursor:pointer;padding:16px 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;width:60px;height:60px;line-height:1;box-shadow:0 4px 16px #0000004d}.lightbox-nav:hover:not(:disabled){background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1)}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-counter{position:absolute;bottom:-45px;left:50%;transform:translate(-50%);background:rgba(255,255,255,.95);color:#000;padding:10px 20px;border-radius:24px;font-size:15px;font-weight:600;box-shadow:0 4px 16px #0000004d}@media (max-width: 768px){.lightbox-nav{width:50px;height:50px;font-size:36px;padding:12px 16px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-counter{bottom:-40px;padding:8px 16px;font-size:14px}.image-lightbox-container img{max-height:80vh}}.mypage{min-height:100vh;padding-top:140px;padding-bottom:60px;background-color:#f8f9fa}.mypage .page-header{text-align:center;margin-bottom:40px}.mypage .page-header h1{font-size:32px;font-weight:700;color:#000;margin-bottom:8px}.mypage .page-header p{color:#666;font-size:16px}.mypage .mypage-content{display:flex;flex-direction:column;gap:32px}.mypage .profile-section{background:#fff;border-radius:16px;padding:0;box-shadow:0 2px 12px #00000014;overflow:hidden}.mypage .profile-card{padding:32px}.mypage .profile-header{display:flex;align-items:center;gap:20px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f1f3f4}.mypage .profile-avatar{width:80px;height:80px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.mypage .profile-info{flex:1}.mypage .profile-info h2{font-size:24px;font-weight:700;color:#000;margin-bottom:4px}.mypage .profile-info p{color:#666;font-size:16px;margin:0}.mypage .edit-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.mypage .edit-btn:hover{border-color:#000;color:#000}.mypage .profile-form{display:flex;flex-direction:column;gap:24px}.mypage .form-group{display:flex;flex-direction:column;gap:8px}.mypage .form-group label{font-size:14px;font-weight:600;color:#333}.mypage .form-group input{padding:12px 16px;border:1px solid #e1e5e9;border-radius:8px;font-size:14px;transition:all .3s ease}.mypage .form-group input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.mypage .field-with-button{display:flex;gap:8px}.mypage .field-with-button input{flex:1}.mypage .address-search-btn{padding:12px 20px;border:1px solid #000;background:#000;color:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s ease}.mypage .address-search-btn:hover{background:#333;transform:translateY(-1px)}.mypage .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.mypage .btn-cancel,.mypage .btn-save{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.mypage .btn-cancel{border:1px solid #e1e5e9;background:#fff;color:#666}.mypage .btn-cancel:hover{border-color:#000;color:#000}.mypage .btn-save{border:none;background:#000;color:#fff}.mypage .btn-save:hover{background:#333;transform:translateY(-1px)}.mypage .profile-details{display:flex;flex-direction:column;gap:20px}.mypage .detail-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f1f3f4}.mypage .detail-item:last-child{border-bottom:none}.mypage .detail-item .label{font-size:14px;font-weight:600;color:#333;min-width:80px}.mypage .detail-item .value{font-size:14px;color:#666;text-align:right}.mypage .quick-menu{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 12px #00000014}.mypage .quick-menu h3{font-size:20px;font-weight:700;color:#000;margin-bottom:24px}.mypage .menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.mypage .menu-item{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease}.mypage .menu-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.mypage .menu-icon{width:48px;height:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.mypage .menu-content{flex:1}.mypage .menu-content h4{font-size:16px;font-weight:600;color:#000;margin-bottom:4px}.mypage .menu-content p{font-size:14px;color:#666;margin:0}.mypage .menu-arrow{color:#ccc;flex-shrink:0}.mypage .loading{text-align:center;padding:80px 20px}.mypage .loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:mypage-spinner-animation 1s linear infinite;margin:0 auto 24px}@keyframes mypage-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mypage .loading p{color:#666;font-size:16px}@media (max-width: 768px){.mypage{padding-top:120px;padding-bottom:40px}.mypage .page-header h1{font-size:24px}.mypage .profile-card{padding:24px}.mypage .profile-header{flex-direction:column;align-items:center;text-align:center;gap:16px}.mypage .profile-avatar{width:64px;height:64px}.mypage .profile-info h2{font-size:20px}.mypage .quick-menu{padding:24px}.mypage .menu-grid{grid-template-columns:1fr;gap:12px}.mypage .menu-item{padding:16px}.mypage .menu-icon{width:40px;height:40px}.mypage .menu-content h4{font-size:14px}.mypage .menu-content p{font-size:13px}.mypage .form-actions{flex-direction:column}.mypage .btn-cancel,.mypage .btn-save{width:100%}.mypage .detail-item{flex-direction:column;align-items:flex-start;gap:8px}.mypage .detail-item .value{text-align:left}}.coupons-page{min-height:calc(100vh - 200px);padding:135px 0 40px;background:#f8f9fa}.coupons-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.coupons-page .page-header{text-align:center;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #e9ecef}.coupons-page .page-header h1{font-size:32px;font-weight:700;margin-bottom:10px;color:#212529}.coupons-page .page-header p{font-size:16px;color:#6c757d}.coupons-page .coupon-register-section{margin-bottom:40px}.coupons-page .register-card{background:white;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014}.coupons-page .register-header{margin-bottom:20px}.coupons-page .register-header h2{font-size:20px;font-weight:600;margin-bottom:8px;color:#212529}.coupons-page .register-header p{font-size:14px;color:#6c757d;margin:0}.coupons-page .register-form{display:flex;gap:12px}.coupons-page .coupon-input{flex:1;padding:14px 18px;font-size:15px;border:2px solid #dee2e6;border-radius:8px;outline:none;transition:all .2s;text-transform:uppercase;font-family:monospace;letter-spacing:1px}.coupons-page .coupon-input:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d}.coupons-page .coupon-input::placeholder{text-transform:none;font-family:inherit;letter-spacing:normal}.coupons-page .register-btn{padding:14px 32px;background:#000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.coupons-page .register-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.coupons-page .register-btn:disabled{background:#adb5bd;cursor:not-allowed;transform:none}.coupons-page .coupon-tabs{display:flex;gap:12px;margin-bottom:30px;background:white;padding:8px;border-radius:12px;box-shadow:0 2px 8px #00000014}.coupons-page .tab-btn{flex:1;padding:14px 20px;background:transparent;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#6c757d;cursor:pointer;transition:all .2s}.coupons-page .tab-btn:hover{background:#f8f9fa;color:#212529}.coupons-page .tab-btn.active{background:#000;color:#fff}.coupons-page .coupons-content{min-height:400px}.coupons-page .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.coupons-page .loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:coupons-page-spin 1s linear infinite;margin-bottom:20px}@keyframes coupons-page-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.coupons-page .loading p{color:#6c757d;font-size:15px}.coupons-page .empty-state{background:white;border-radius:12px;padding:80px 40px;text-align:center;box-shadow:0 2px 8px #00000014}.coupons-page .empty-state svg{color:#adb5bd;margin-bottom:20px}.coupons-page .empty-state h3{font-size:20px;font-weight:600;color:#495057;margin-bottom:12px}.coupons-page .empty-state p{font-size:15px;color:#6c757d}.coupons-page .coupons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.coupons-page .coupon-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s;position:relative;border:2px solid transparent}.coupons-page .coupon-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.coupons-page .coupon-card.available{border-color:#28a745}.coupons-page .coupon-card.used{border-color:#6c757d;opacity:.8}.coupons-page .coupon-card.expired{border-color:#dc3545;opacity:.7}.coupons-page .coupon-header{padding:16px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;display:flex;justify-content:space-between;align-items:center}.coupons-page .coupon-card.available .coupon-header{background:linear-gradient(135deg,#28a745 0%,#20c997 100%)}.coupons-page .coupon-card.used .coupon-header{background:linear-gradient(135deg,#6c757d 0%,#495057 100%)}.coupons-page .coupon-card.expired .coupon-header{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%)}.coupons-page .coupon-badge{display:inline-block;padding:6px 14px;background:rgba(255,255,255,.3);border-radius:20px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coupons-page .used-date{font-size:12px;opacity:.9}.coupons-page .coupon-body{padding:24px 20px}.coupons-page .coupon-discount{text-align:center;padding-bottom:20px;border-bottom:2px dashed #e9ecef;margin-bottom:20px}.coupons-page .discount-value{font-size:32px;font-weight:800;color:#212529;margin-bottom:8px;letter-spacing:-1px}.coupons-page .coupon-name{font-size:16px;font-weight:600;color:#495057}.coupons-page .coupon-code{text-align:center;margin-bottom:20px}.coupons-page .coupon-code label{display:block;font-size:12px;color:#6c757d;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.coupons-page .coupon-code code{display:inline-block;padding:8px 16px;background:#f8f9fa;border:1px dashed #dee2e6;border-radius:6px;font-size:16px;font-weight:700;color:#212529;letter-spacing:2px;font-family:Courier New,monospace}.coupons-page .coupon-description{text-align:center;font-size:14px;color:#6c757d;margin-bottom:20px;padding:12px;background:#f8f9fa;border-radius:6px}.coupons-page .coupon-details{display:flex;flex-direction:column;gap:10px}.coupons-page .detail-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#495057}.coupons-page .detail-item svg{color:#6c757d;flex-shrink:0}.coupons-page .coupon-footer{padding:16px 20px;background:#f8f9fa;border-top:1px solid #e9ecef}.coupons-page .use-btn{width:100%;padding:12px;background:#000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.coupons-page .use-btn:hover{background:#333;transform:translateY(-1px)}@media (max-width: 1024px){.coupons-page{padding-top:125px}.coupons-page .coupons-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}}@media (max-width: 768px){.coupons-page{padding:125px 0 16px;background:#ffffff}.coupons-page .container{padding:0 12px}.coupons-page .page-header{margin-bottom:24px;padding-bottom:16px}.coupons-page .page-header h1{font-size:22px;margin-bottom:6px}.coupons-page .page-header p{font-size:13px}.coupons-page .coupon-register-section{margin-bottom:24px}.coupons-page .register-card{padding:18px;border-radius:10px;box-shadow:0 1px 4px #00000014}.coupons-page .register-header{margin-bottom:16px}.coupons-page .register-header h2{font-size:17px}.coupons-page .register-header p{font-size:13px}.coupons-page .register-form{flex-direction:column;gap:10px}.coupons-page .coupon-input{padding:13px 16px;font-size:14px}.coupons-page .register-btn{width:100%;padding:13px;font-size:14px}.coupons-page .coupon-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px;margin-bottom:20px;box-shadow:0 1px 4px #00000014}.coupons-page .tab-btn{padding:11px 12px;font-size:13px}.coupons-page .coupons-grid{grid-template-columns:1fr;gap:14px}.coupons-page .coupon-card{border-radius:10px;box-shadow:0 1px 6px #0000001a}.coupons-page .coupon-header{padding:14px 16px}.coupons-page .coupon-badge{padding:5px 11px;font-size:12px}.coupons-page .used-date{font-size:11px}.coupons-page .coupon-body{padding:18px 16px}.coupons-page .coupon-discount{padding-bottom:16px;margin-bottom:16px}.coupons-page .discount-value{font-size:26px;margin-bottom:6px}.coupons-page .coupon-name{font-size:14px}.coupons-page .coupon-code{margin-bottom:16px}.coupons-page .coupon-code label{font-size:11px;margin-bottom:5px}.coupons-page .coupon-code code{font-size:13px;padding:7px 13px;letter-spacing:1.5px}.coupons-page .coupon-description{font-size:13px;margin-bottom:16px;padding:10px}.coupons-page .coupon-details{gap:8px}.coupons-page .detail-item{font-size:12px}.coupons-page .detail-item svg{width:15px;height:15px}.coupons-page .coupon-footer{padding:14px 16px}.coupons-page .use-btn{padding:11px;font-size:14px;font-weight:600}.coupons-page .empty-state{padding:50px 20px;border-radius:10px;box-shadow:0 1px 4px #00000014}.coupons-page .empty-state svg{width:56px;height:56px}.coupons-page .empty-state h3{font-size:17px;margin-bottom:10px}.coupons-page .empty-state p{font-size:13px}}@media (max-width: 480px){.coupons-page{padding:115px 0 12px}.coupons-page .container{padding:0 10px}.coupons-page .page-header{margin-bottom:20px;padding-bottom:14px}.coupons-page .page-header h1{font-size:20px;margin-bottom:5px}.coupons-page .page-header p{font-size:12px}.coupons-page .coupon-register-section{margin-bottom:20px}.coupons-page .register-card{padding:15px;border-radius:8px}.coupons-page .register-header{margin-bottom:14px}.coupons-page .register-header h2{font-size:16px;margin-bottom:6px}.coupons-page .register-header p{font-size:12px}.coupons-page .register-form{gap:8px}.coupons-page .coupon-input{padding:12px 14px;font-size:13px}.coupons-page .register-btn{padding:12px;font-size:13px}.coupons-page .coupon-tabs{gap:5px;padding:5px;margin-bottom:16px}.coupons-page .tab-btn{padding:10px 8px;font-size:12px}.coupons-page .coupons-grid{gap:12px}.coupons-page .coupon-card{border-radius:8px}.coupons-page .coupon-header{padding:12px 14px}.coupons-page .coupon-badge{padding:4px 9px;font-size:11px}.coupons-page .used-date{font-size:10px}.coupons-page .coupon-body{padding:15px 14px}.coupons-page .coupon-discount{padding-bottom:14px;margin-bottom:14px}.coupons-page .discount-value{font-size:24px;margin-bottom:5px}.coupons-page .coupon-name{font-size:13px}.coupons-page .coupon-code{margin-bottom:14px}.coupons-page .coupon-code label{font-size:10px;margin-bottom:4px}.coupons-page .coupon-code code{font-size:12px;padding:6px 11px;letter-spacing:1px}.coupons-page .coupon-description{font-size:12px;padding:9px;margin-bottom:14px}.coupons-page .coupon-details{gap:7px}.coupons-page .detail-item{font-size:11px}.coupons-page .detail-item svg{width:14px;height:14px}.coupons-page .coupon-footer{padding:12px 14px}.coupons-page .use-btn{padding:10px;font-size:13px}.coupons-page .empty-state{padding:40px 15px;border-radius:8px}.coupons-page .empty-state svg{width:48px;height:48px;margin-bottom:16px}.coupons-page .empty-state h3{font-size:16px;margin-bottom:8px}.coupons-page .empty-state p{font-size:12px}.coupons-page .loading{padding:60px 20px}.coupons-page .loading-spinner{width:40px;height:40px;border-width:3px;margin-bottom:16px}.coupons-page .loading p{font-size:13px}}.addresses-page{min-height:100vh;background:#f9fafb;padding:40px 20px}.addresses-page .container{max-width:900px;margin:0 auto}.page-header{margin-bottom:32px;text-align:center}.page-header h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.page-header p{font-size:16px;color:#6b7280;margin:0}.loading{text-align:center;padding:80px 20px}.loading-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:#6b7280;font-size:15px}.address-form-card{background:white;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 1px 3px #0000001a}.address-form-card h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.form-group input[readOnly]{background:#f9fafb;cursor:default}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.input-group{display:flex;gap:8px}.input-group input{flex:1}.btn-search{padding:12px 20px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-search:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.form-checkbox{padding:16px;background:#f9fafb;border-radius:8px;margin-bottom:20px}.form-checkbox label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel,.btn-save{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-save{background:#000;color:#fff}.btn-save:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.addresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.addresses-header h2{font-size:20px;font-weight:600;color:#111827;margin:0}.btn-add{padding:12px 20px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-add:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.addresses-list{display:flex;flex-direction:column;gap:16px}.address-card{background:white;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .2s}.address-card:hover{box-shadow:0 4px 12px #00000014}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.address-header h3{font-size:18px;font-weight:600;color:#111827;margin:0;display:flex;align-items:center;gap:8px}.badge-default{display:inline-block;padding:4px 10px;background:#d1fae5;color:#059669;font-size:12px;font-weight:500;border-radius:6px}.badge-user-account{display:inline-block;padding:4px 10px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:500;border-radius:6px}.user-account-address{border:2px solid #3b82f6;background:linear-gradient(135deg,#ffffff 0%,#f0f9ff 100%)}.address-actions{display:flex;gap:12px}.btn-text{padding:6px 12px;background:none;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-text.btn-primary{border-color:#3b82f6;color:#3b82f6;background:#eff6ff;font-weight:600}.btn-text.btn-primary:hover{border-color:#2563eb;color:#2563eb;background:#dbeafe}.btn-text:hover{background:#f3f4f6;border-color:#9ca3af}.btn-text.text-danger{color:#dc2626;border-color:#fecaca}.btn-text.text-danger:hover{background:#fee2e2;border-color:#dc2626}.address-info{color:#374151}.address-info p{margin:8px 0;font-size:14px;line-height:1.6}.address-info .recipient{color:#111827;font-size:15px}.address-info .address-text,.address-info .address-detail{color:#6b7280}.empty-state{text-align:center;padding:80px 20px;background:white;border-radius:12px;box-shadow:0 1px 3px #0000001a}.empty-state svg{color:#d1d5db;margin-bottom:16px}.empty-state p{font-size:16px;color:#6b7280;margin:0 0 24px}.btn-primary{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}@media (max-width: 768px){.addresses-page{padding:24px 16px}.page-header h1{font-size:24px}.address-form-card{padding:24px 20px}.form-row{grid-template-columns:1fr}.addresses-header{flex-direction:column;align-items:flex-start;gap:16px}.btn-add{width:100%}.address-header{flex-direction:column;align-items:flex-start;gap:12px}.address-actions{width:100%;justify-content:flex-start}.btn-text{flex:1}.form-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}}.address-page{min-height:100vh;padding-top:140px;padding-bottom:60px;background-color:#f8f9fa}.address-page .page-header{text-align:center;margin-bottom:40px}.address-page .page-header h1{font-size:32px;font-weight:700;color:#000;margin-bottom:8px}.address-page .page-header p{color:#666;font-size:16px}.address-page .address-content{max-width:800px;margin:0 auto}.address-page .address-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 12px #00000014}.address-page .address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f1f3f4}.address-page .header-left{display:flex;align-items:center;gap:12px}.address-page .header-left h2{font-size:24px;font-weight:700;color:#000;margin:0}.address-page .default-badge{display:inline-block;padding:6px 12px;background:#000;color:#fff;font-size:12px;font-weight:600;border-radius:6px}.address-page .edit-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid #e1e5e9;background:#fff;color:#666;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease}.address-page .edit-btn:hover{border-color:#000;color:#000;transform:translateY(-1px)}.address-page .address-details{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.address-page .detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 0;border-bottom:1px solid #f1f3f4}.address-page .detail-row:last-child{border-bottom:none}.address-page .detail-row .label{font-size:14px;font-weight:600;color:#333;min-width:100px;flex-shrink:0}.address-page .detail-row .value{font-size:14px;color:#666;text-align:right;flex:1;word-break:break-all}.address-page .info-message{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #000}.address-page .info-message svg{color:#000;flex-shrink:0}.address-page .info-message p{font-size:14px;color:#666;margin:0}.address-page .info-message a{color:#000;font-weight:600;text-decoration:none}.address-page .info-message a:hover{text-decoration:underline}.address-page .loading{text-align:center;padding:80px 20px}.address-page .loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:address-spinner-animation 1s linear infinite;margin:0 auto 24px}@keyframes address-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.address-page .loading p{color:#666;font-size:16px}@media (max-width: 768px){.address-page{padding-top:120px;padding-bottom:40px}.address-page .page-header h1{font-size:24px}.address-page .address-card{padding:24px}.address-page .address-header{flex-direction:column;align-items:flex-start;gap:16px}.address-page .header-left{flex-direction:column;align-items:flex-start;gap:8px}.address-page .header-left h2{font-size:20px}.address-page .edit-btn{width:100%;justify-content:center}.address-page .detail-row{flex-direction:column;align-items:flex-start;gap:8px}.address-page .detail-row .value{text-align:left}.address-page .info-message{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#000;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}button{border:none;background:none;font-family:inherit;cursor:pointer}ul,ol{list-style:none}img{max-width:100%;height:auto}.container{max-width:1400px;margin:0 auto;padding:0 24px}@media (max-width: 1200px){.container{max-width:100%;padding:0 20px}}@media (max-width: 768px){.container{padding:0 16px}}
