﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");html{min-width:340px}body:not(.admin-body){font-family:'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.admin-body{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}input,textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:#ffffff}.particle{position:absolute;border-radius:50%;pointer-events:none;opacity:0.25;animation:float-up linear infinite}@keyframes float-up{0%{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:0.15}90%{opacity:0.15}100%{transform:translateY(-100px) rotate(360deg);opacity:0}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}.float-animation{animation:float 3s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.pulse-animation{animation:pulse 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-1000px 0}100%{background-position:1000px 0}}.shimmer{background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);background-size:1000px 100%;animation:shimmer 3s infinite}.glow-on-hover{transition:all 0.3s ease}.glow-on-hover:hover{box-shadow:0 0 20px rgba(227,30,36,0.4),0 0 40px rgba(227,30,36,0.2);transform:translateY(-5px)}@keyframes rotate-border{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.rotating-border{position:relative;overflow:hidden}.rotating-border::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(transparent, rgba(227,30,36,0.3), transparent 30%);animation:rotate-border 4s linear infinite}.rotating-border::after{content:'';position:absolute;inset:3px;background:white;border-radius:inherit}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 0.6s ease-out forwards}.stagger-item{opacity:0;animation:fadeInUp 0.6s ease-out forwards}.stagger-item:nth-child(1){animation-delay:0.1s}.stagger-item:nth-child(2){animation-delay:0.2s}.stagger-item:nth-child(3){animation-delay:0.3s}.stagger-item:nth-child(4){animation-delay:0.4s}.stagger-item:nth-child(5){animation-delay:0.5s}.stagger-item:nth-child(6){animation-delay:0.6s}.stagger-item:nth-child(7){animation-delay:0.7s}.stagger-item:nth-child(8){animation-delay:0.8s}*{transition:transform 0.3s ease, box-shadow 0.3s ease}.hover-scale{transition:transform 0.3s ease}.hover-scale:hover{transform:scale(1.02)}.boxes-grid{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr))}.boxes-grid>a{max-width:100%}@media (max-width: 768px){.boxes-grid{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:20px !important}.hero-section{padding:40px 15px !important}.notice-banner{margin:-10px auto 30px !important;padding:0 15px !important}}@media (max-width: 360px){.logo-container{min-width:auto !important;gap:5px !important}.nav-link,.mobile-nav-link{padding-left:15px !important;padding-right:15px !important}}.box-header-container{position:relative;background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);margin-bottom:30px}.box-header-image{position:relative;height:500px;overflow:hidden}.box-header-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.box-header-image:hover img{transform:scale(1.02)}.box-header-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);pointer-events:none}.box-header-content{position:absolute;bottom:30px;left:40px;right:40px;color:white;z-index:2}.box-status-badge{display:inline-block;padding:6px 16px;font-weight:800;letter-spacing:1px;text-transform:uppercase;font-size:0.9rem;margin-top:15px;clip-path:polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px)}.box-info-section{padding:30px 40px}.progress-container{margin-top:10px;margin-bottom:30px}.progress-label-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px}.progress-bar-bg{width:100%;height:12px;background:#f0f0f0;border-radius:6px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg, #E31E24 0%, #ff4d4d 100%);border-radius:6px;transition:width 1s ease-out}.box-action-card{background:linear-gradient(135deg, #f8f8f8 0%, #fff 100%);padding:30px;border-radius:12px;border:1px solid #e0e0e0;margin-bottom:40px;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.prize-list-header{font-size:1.8rem;font-weight:900;margin:0 0 25px 0;padding-bottom:15px;border-bottom:3px solid #000}.prize-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:20px}@media (min-width: 1024px){.prize-grid{grid-template-columns:repeat(2, 1fr)}}.prize-card{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;flex-direction:column}.prize-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1);border-color:#d0d0d0}.prize-card-header{padding:20px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:15px;background:#fafafa}.prize-grade-badge{background:linear-gradient(135deg, #000 0%, #333 100%);color:white;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.5rem;font-weight:900;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,0.2)}.prize-info-text h3{margin:0 0 4px 0;font-size:1.1rem;font-weight:800}.prize-info-text p{margin:0;font-size:0.9rem;color:#666}.prize-card-body{padding:20px;flex:1}.sticker-grid{display:flex;flex-wrap:wrap;gap:6px}.sticker-slot{width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700}.sticker-slot.sold{background:linear-gradient(135deg, #4a5568 0%, #2d3748 100%);color:white;box-shadow:1px 2px 5px rgba(0,0,0,0.2)}.sticker-slot.empty{background:#f5f5f5;color:#ccc;border:1px solid #eee}.last-one-card{grid-column:1 / -1;background:#1a1a1a;color:white;border:1px solid #333}.last-one-content{padding:40px;text-align:center}@media (max-width: 768px){.box-header-image{height:300px}.box-info-section{padding:20px}.box-header-content{left:20px;right:20px;bottom:20px}.prize-card-header{flex-direction:column;text-align:center}.sticker-slot{width:35px;height:35px}}@media (max-width: 768px){body{-webkit-text-size-adjust:100%}}.ticket-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:15px;margin-bottom:30px}@media (max-width: 1024px){.ticket-grid{grid-template-columns:repeat(4, 1fr)}}@media (max-width: 768px){.ticket-grid{grid-template-columns:repeat(3, 1fr);gap:10px}}@media (max-width: 480px){.ticket-grid{grid-template-columns:repeat(2, 1fr);gap:8px}.ticket-slot{font-size:0.9em}}@media (max-width: 768px){.box-header-image{height:300px !important}.box-info-row{flex-direction:column;align-items:flex-start !important;gap:20px}.box-info-row>div{width:100%;text-align:left !important}.credit-redeem-row{flex-direction:column;align-items:stretch !important;gap:15px}.credit-redeem-row form{width:100%}.prize-card-row{flex-direction:column;text-align:center}.prize-card-left{width:100% !important;margin-bottom:15px;display:flex;flex-direction:column;align-items:center}.prize-card-left>div:first-child{width:180px !important;height:180px !important}.purchase-Badge-row{flex-direction:column;align-items:stretch !important;text-align:center}.purchase-Badge-row a{text-align:center;margin-top:10px}}@media (max-width: 768px){.responsive-table{display:block}.responsive-table thead{display:none}.responsive-table tbody{display:block}.responsive-table tr{display:block;background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:20px;border:1px solid #e0e0e0;overflow:hidden}.responsive-table td{display:flex;align-items:center;justify-content:space-between;padding:12px 15px !important;border-bottom:1px solid #f0f0f0;text-align:right !important}.responsive-table td[data-label="상품"]{flex-direction:column;align-items:flex-start;text-align:left !important}.responsive-table td[data-label="상품"]::before{margin-bottom:10px}.responsive-table td:last-child{border-bottom:none}.responsive-table td:first-child{background:#f9fafb;justify-content:flex-start}.responsive-table td::before{content:attr(data-label);font-weight:700;color:#999;font-size:0.85em;text-transform:uppercase;text-align:left;margin-right:auto;min-width:60px}.shipping-info-grid{display:flex !important;flex-direction:column;gap:15px !important}.request-item-row{align-items:flex-start !important}}.verify-container{max-width:800px;margin:0 auto;padding:40px 20px}.verify-header{margin-top:80px;text-align:center;margin-bottom:50px}.verify-tag{background:#FFF7E6;color:#FFA940;padding:10px 20px;border-radius:30px;font-weight:bold;font-size:0.9rem;display:inline-block}.verify-title{font-size:2.2rem;font-weight:900;margin-top:15px;color:#333;line-height:1.3}.verify-subtitle{color:#666;font-size:1.1rem;margin-top:15px}.steps-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px;margin-bottom:60px}.cute-card{background:white;padding:30px;border-radius:24px;border:3px solid #f0f0f0;text-align:center;transition:transform 0.2s;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center}.cute-card:hover{transform:translateY(-5px);border-color:#ffd1dc;box-shadow:0 10px 25px rgba(255,182,193,0.3)}.step-badge{display:inline-block;background:#FFE4E1;color:#ff6b81;padding:8px 16px;border-radius:20px;font-weight:900;margin-bottom:15px;font-size:0.9rem}.emoji-icon{font-size:4rem;margin-bottom:15px;display:inline-block;filter:drop-shadow(2px 2px 0px rgba(0,0,0,0.1))}.step-title{font-size:1.4rem;font-weight:900;color:#555;margin-bottom:15px}.step-desc{color:#777;line-height:1.6;word-break:keep-all;font-size:0.95rem}.highlight-badge{color:#E31E24;font-weight:bold;background:#fff1f2;padding:2px 6px;border-radius:4px}.qa-section{background:#F0F9FF;border-radius:30px;padding:40px;border:4px dashed #BAE6FD}.qa-title{font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:30px;color:#0284C7}.faq-bubble{background:#f8f9fa;padding:20px;border-radius:20px;margin-bottom:15px;border:2px solid #e9ecef}.question-row{font-weight:900;color:#333;margin-bottom:8px;display:flex;align-items:flex-start;gap:8px}.q-badge{background:#0284C7;color:white;padding:2px 8px;border-radius:6px;font-size:0.8rem;flex-shrink:0;margin-top:2px}.answer-text{margin:0;font-size:0.95rem;color:#666;line-height:1.5;padding-left:34px}.tool-header{text-align:center;margin-bottom:40px;margin-top:60px}.tool-title{font-size:2.5rem;font-weight:900;margin-bottom:10px}.verify-tool-box{background:white;padding:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);border:2px solid #f0f0f0}.drop-zone{border:2px dashed #ddd;padding:40px;text-align:center;border-radius:8px;background:#fafafa;cursor:pointer;position:relative;transition:all 0.2s}.drop-zone:hover{background:#f5f5f5;border-color:#ccc}.file-input-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.hash-result-box{background:#f0f0f0;padding:20px;border-radius:8px;margin-bottom:20px;word-break:break-all;font-family:monospace;font-size:1.1rem;color:#333;border:1px solid #ddd}@media (max-width: 768px){.verify-container{padding:20px}.verify-header{margin-top:20px;margin-bottom:30px}.verify-title{font-size:1.6rem}.steps-grid{grid-template-columns:1fr;gap:20px}.cute-card{padding:25px}.emoji-icon{font-size:3rem}.qa-section{padding:25px}.tool-title{font-size:1.8rem}.verify-tool-box{padding:20px}.drop-zone{padding:30px 20px}.hash-result-box{font-size:0.9rem;padding:15px}}.guide-container{max-width:1000px;margin:0 auto;padding:0 20px 80px}.guide-hero{text-align:center;padding:80px 20px 60px;background:linear-gradient(135deg, #FFF0F0 0%, #fff 100%);border-radius:0 0 40px 40px;margin-bottom:60px;margin-top:-20px}.guide-hero-tag{display:inline-block;background:#E31E24;color:white;padding:8px 16px;border-radius:20px;font-weight:700;font-size:0.9rem;margin-bottom:20px;box-shadow:0 4px 10px rgba(227,30,36,0.3)}.guide-hero-title{font-size:3rem;font-weight:900;color:#333;margin-bottom:20px;line-height:1.2}.guide-hero-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.guide-step{display:flex;align-items:center;gap:50px;margin-bottom:100px;position:relative}.guide-step.reverse{flex-direction:row-reverse}.guide-step-content{flex:1}.guide-step-number{font-size:5rem;font-weight:900;color:#f0f0f0;line-height:1;margin-bottom:-20px;position:relative;z-index:-1}.guide-step-title{font-size:2rem;font-weight:800;color:#333;margin-bottom:15px}.guide-step-desc{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:20px}.guide-step-highlight{display:inline-block;background:#FFF7E6;color:#FFA940;padding:6px 12px;border-radius:8px;font-weight:700;font-size:0.9rem}.guide-step-image-area{flex:1;background:white;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.08);border:1px solid #eee;padding:10px;aspect-ratio:4/3;display:flex;flex-direction:column}.guide-placeholder-box{flex:1;background:#f5f5f5;border:2px dashed #ddd;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#aaa;font-weight:700;flex-direction:column;gap:10px}.guide-placeholder-icon{font-size:3rem;opacity:0.5}.guide-cta{text-align:center;padding:60px 20px;background:#222;border-radius:30px;color:white;margin-top:60px}.guide-cta-title{font-size:2rem;font-weight:800;margin-bottom:15px}.guide-cta-desc{color:#aaa;margin-bottom:30px;font-size:1.1rem}.guide-btn{display:inline-block;background:#E31E24;color:white;font-weight:800;padding:18px 40px;border-radius:50px;text-decoration:none;font-size:1.2rem;transition:transform 0.2s, box-shadow 0.2s;box-shadow:0 5px 15px rgba(227,30,36,0.4)}.guide-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(227,30,36,0.5);color:white}@media (max-width: 768px){.guide-container{padding-left:0;padding-right:0}.guide-hero{border-radius:0 0 30px 30px;padding:60px 20px 40px}.guide-hero-title{font-size:2.2rem}.guide-step{flex-direction:column !important;padding:0 20px;gap:30px;margin-bottom:80px}.guide-step-image-area{width:100%}.guide-step-number{font-size:4rem}.guide-step-title{font-size:1.6rem}.guide-cta{margin:40px 20px;border-radius:20px}}
