.navbar{height:var(--nav-height);background:var(--glass-bg);z-index:1000;-webkit-backdrop-filter:var(--glass-blur);border-bottom:var(--glass-border);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-left{align-items:center;gap:1.25rem;display:flex}.logo-link{align-items:center;display:flex}.logo-img{mix-blend-mode:multiply;width:auto;height:3.2rem;transition:transform .2s}[data-theme=high-contrast] .logo-img{filter:invert()brightness(1.2);mix-blend-mode:screen}.logo-link:hover .logo-img{transform:scale(1.05)}.navbar-right,.navbar-links{align-items:center;gap:2rem;display:flex}.dropdown{align-items:center;display:flex;position:relative}.dropdown-content{background-color:var(--white);min-width:130px;box-shadow:var(--shadow-md);border-radius:var(--radius-sm);z-index:100;border:1px solid var(--gray-200);margin-top:4px;padding:.5rem 0;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dropdown-content:before{content:"";height:8px;position:absolute;top:-8px;left:0;right:0}.dropdown:hover .dropdown-content{display:block}.dropdown-content .nav-link{color:var(--gray-800);white-space:nowrap;text-align:center;border-bottom:none;padding:.75rem 1rem;font-size:.9375rem;text-decoration:none;transition:background .2s,color .2s;display:block}.dropdown-content .nav-link:hover{background-color:var(--gray-50);color:var(--blue)}.nav-link{color:var(--gray-700);border-bottom:2px solid #0000;padding:.5rem 0;font-size:1.0625rem;font-weight:500;transition:all .2s}.nav-link:hover{color:var(--blue)}.nav-link.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:700}.hcm-toggle{background:var(--gray-100);color:var(--gray-800);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex}.hcm-toggle:hover{background:var(--gray-200)}.hcm-toggle.active{background:var(--gray-900);color:var(--white)}.menu-btn{color:var(--gray-900);padding:.5rem;display:none}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar{z-index:2001;background:#fff;flex-direction:column;width:300px;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;left:-320px;box-shadow:10px 0 40px #0003}.sidebar.active{left:0}.sidebar-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.sidebar-logo{height:2.8rem}.sidebar-links{flex-direction:column;flex:1;gap:1.25rem;padding:2rem 1.5rem;display:flex}.sidebar-link{color:var(--gray-800);border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;transition:all .2s}.sidebar-link:hover{background:var(--gray-50);color:var(--blue)}.sidebar-link.active{background:var(--blue-bg);color:var(--blue)}.sidebar-footer{border-top:1px solid var(--gray-100);padding:2rem 1.5rem}@media (width<=900px){.navbar-links,.navbar-right .hcm-toggle{display:none}.menu-btn{display:flex}.logo-img{height:3rem}.navbar-inner{padding:0 1rem}}[data-theme=high-contrast] .logo-img,[data-theme=high-contrast] .sidebar-logo{filter:invert()brightness(2)contrast(1.5)!important;mix-blend-mode:screen!important}[data-theme=high-contrast] .navbar{box-shadow:none!important;background:#000!important;border-bottom:3px solid #fff!important}[data-theme=high-contrast] .nav-link{color:#fff!important}[data-theme=high-contrast] .nav-link:hover,[data-theme=high-contrast] .nav-link.active{color:#ff0!important;border-bottom-color:#ff0!important}[data-theme=high-contrast] .dropdown-content{background-color:#000!important;border:2px solid #fff!important}[data-theme=high-contrast] .dropdown-content .nav-link{color:#fff!important}[data-theme=high-contrast] .dropdown-content .nav-link:hover{color:#ff0!important;background-color:#222!important}[data-theme=high-contrast] .hcm-toggle{color:#fff!important;background:#000!important;border:1px solid #fff!important}[data-theme=high-contrast] .hcm-toggle.active{color:#000!important;background:#ff0!important;border-color:#ff0!important}[data-theme=high-contrast] .menu-btn{color:#fff!important}[data-theme=high-contrast] .sidebar{background:#000!important;border-right:2px solid #fff!important}[data-theme=high-contrast] .sidebar-header{border-bottom-color:#fff!important}[data-theme=high-contrast] .sidebar-link{color:#fff!important}[data-theme=high-contrast] .sidebar-link:hover,[data-theme=high-contrast] .sidebar-link.active{color:#ff0!important;background:#000!important;border:1px solid #ff0!important}[data-theme=high-contrast] .sidebar-footer{border-top-color:#fff!important}.footer{color:#334155;z-index:10;background:#fafbfc;border-top:1px solid #e2e8f0;margin-top:auto;padding:0;font-family:Noto Sans KR,sans-serif;position:relative}.footer-cta-bar{background:#fff;border-bottom:1px solid #f1f5f9;padding:2.25rem 1.5rem}.cta-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.cta-bar-text{flex:1;min-width:280px}.cta-bar-text h3{color:#1e293b;letter-spacing:-.5px;margin-bottom:.4rem;font-family:Noto Serif KR,serif;font-size:1.25rem;font-weight:800}.cta-bar-text p{color:#64748b;font-size:.875rem;line-height:1.5}.cta-bar-form{flex:1;min-width:320px;max-width:480px}.subscribe-input-group{background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;padding:.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 6px #00000003}.subscribe-input-group:focus-within{background:#fff;border-color:#52a5ff;box-shadow:0 0 0 4px #52a5ff26}.subscribe-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:.9rem}.subscribe-input::placeholder{color:#94a3b8}.subscribe-btn{color:#fff;cursor:pointer;background:#52a5ff;border:none;border-radius:9px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.subscribe-btn:hover{background:#258bf7;transform:translateY(-1px)}.subscribe-btn:hover .btn-arrow{transform:translate(3px)}.btn-arrow{transition:transform .2s}.subscribe-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 2px 10px #10b9810d}.success-icon{color:#10b981;flex-shrink:0}.footer-inner{grid-template-columns:2fr 1.2fr 1.2fr;gap:4rem;max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{object-fit:contain;height:auto;max-height:2.25rem;margin-bottom:1.25rem;transition:opacity .2s}.footer-logo:hover{opacity:.85}.footer-desc{color:#64748b;max-width:320px;margin-bottom:1.5rem;font-size:.875rem;font-weight:400;line-height:1.6}.footer-social-badges{flex-wrap:wrap;gap:.75rem;display:flex}.social-badge-btn{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.775rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 1px 3px #00000003}.social-badge-btn:hover{color:#1e293b;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 8px #0000000a}.social-badge-btn.instagram{color:#e1306c;background:#fff5f5;border-color:#ffd8d8}.social-badge-btn.instagram:hover{background:#fff0f0;border-color:#ffb8b8}.f-col h4{color:#0f172a;letter-spacing:-.2px;margin-bottom:1.25rem;font-size:.925rem;font-weight:800}.f-col{flex-direction:column;gap:.75rem;display:flex}.f-link{color:#64748b;align-self:flex-start;font-size:.85rem;text-decoration:none;transition:all .2s;display:inline-block}.f-link:hover{color:#52a5ff;transform:translate(4px)}.f-link.border-highlight{color:#2563eb;font-weight:700}.f-link.border-highlight:hover{color:#1d4ed8}.footer-bottom{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem 1.5rem 2.25rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding-bottom:1.25rem;display:flex}.footer-legal-links{align-items:center;gap:1rem;display:flex}.legal-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-family:inherit;font-size:.775rem;font-weight:500;transition:all .15s;display:inline-flex}.legal-btn:hover{color:#1e293b;background:#00000008}.legal-btn.priority{color:#475569;font-weight:700}.legal-btn.priority:hover{color:#0f172a}.legal-divider{background:#cbd5e1;width:1px;height:12px}.footer-copyright-admin{align-items:center;gap:1.25rem;display:flex}.copyright{color:#64748b;font-size:.775rem;font-weight:400}.admin-subtle-link{color:#94a3b8;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.725rem;text-decoration:none;transition:all .2s;display:inline-flex}.admin-subtle-link:hover{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.admin-subtle-link:hover .lock-icon{transform:rotate(-15deg)scale(1.1)}.lock-icon{transition:transform .2s}.footer-project-info{color:#94a3b8;border-top:1px dashed #e2e8f0;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.6rem .8rem;max-width:1200px;margin:0 auto;padding-top:1rem;font-size:.725rem;font-weight:400;line-height:1.4;display:flex}.info-dot{color:#cbd5e1;-webkit-user-select:none;user-select:none;font-weight:700}.footer-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;padding:1.5rem;animation:.2s cubic-bezier(.16,1,.3,1) forwards fadeIn;display:flex;position:fixed;inset:0}.footer-modal-content{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.modal-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:#0f172a;font-size:1.1rem;font-weight:800}.modal-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.modal-close-btn:hover{color:#0f172a;background:#cbd5e1}.modal-body-scroll{flex:1;padding:1.5rem 1.75rem;line-height:1.65;overflow-y:auto}.modal-body-scroll::-webkit-scrollbar{width:6px}.modal-body-scroll::-webkit-scrollbar-track{background:#f1f5f9}.modal-body-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.modal-body-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.legal-content h4{color:#1e293b;margin:1.25rem 0 .4rem;font-size:.925rem;font-weight:700}.legal-content h4:first-of-type{margin-top:0}.legal-content p,.legal-content li{color:#475569;margin-bottom:.6rem;font-size:.825rem}.legal-content ul{margin-bottom:.75rem;padding-left:1.25rem}.legal-content li{margin-bottom:.3rem;list-style-type:disc}.legal-lead{background:#f8fafc;border-left:3px solid #52a5ff;border-radius:10px;padding:.875rem 1rem;font-weight:500;color:#334155!important;margin-bottom:1.25rem!important}.modal-footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;padding:1rem 1.5rem;display:flex}.modal-confirm-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:background .2s}.modal-confirm-btn:hover{background:#0f172a}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:span 2}}@media (width<=768px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem;padding:2.75rem 1.5rem}.cta-bar-inner{text-align:center;flex-direction:column;align-items:stretch}.cta-bar-form{min-width:100%}.footer-bottom-inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem}.footer-copyright-admin{flex-direction:column;gap:.75rem}.footer-project-info{text-align:center;justify-content:center;gap:.4rem .6rem}.footer-project-info .info-dot{display:none}.footer-project-info span{width:100%;margin-bottom:.2rem;display:block}}@media (width<=480px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:span 1}}[data-theme=high-contrast] .footer{color:#fff!important;background:#000!important;border-top:3px solid #fff!important}[data-theme=high-contrast] .footer-cta-bar{background:#000!important;border-bottom:2px solid #fff!important}[data-theme=high-contrast] .cta-bar-text h3{color:#ff0!important}[data-theme=high-contrast] .cta-bar-text p{color:#fff!important}[data-theme=high-contrast] .subscribe-input-group{background:#000!important;border:2px solid #fff!important}[data-theme=high-contrast] .subscribe-input{color:#fff!important}[data-theme=high-contrast] .subscribe-input::placeholder{color:#ff0!important}[data-theme=high-contrast] .subscribe-btn{color:#000!important;background:#ff0!important;border:2px solid #ff0!important;font-weight:900!important}[data-theme=high-contrast] .subscribe-btn:hover{color:#000!important;background:#fff!important;border-color:#fff!important}[data-theme=high-contrast] .subscribe-success{color:#ff0!important;background:#000!important;border:2px solid #ff0!important}[data-theme=high-contrast] .success-icon{color:#ff0!important}[data-theme=high-contrast] .footer-desc,[data-theme=high-contrast] .copyright,[data-theme=high-contrast] .footer-project-info{color:#fff!important}[data-theme=high-contrast] .f-col h4{color:#ff0!important}[data-theme=high-contrast] .f-link{color:#ff0!important;text-decoration:underline!important}[data-theme=high-contrast] .f-link:hover{color:#fff!important}[data-theme=high-contrast] .f-link.border-highlight{color:#ff0!important;font-weight:900!important}[data-theme=high-contrast] .social-badge-btn{color:#fff!important;background:#000!important;border:2px solid #fff!important}[data-theme=high-contrast] .social-badge-btn:hover{color:#000!important;background:#ff0!important;border-color:#ff0!important}[data-theme=high-contrast] .social-badge-btn.instagram{color:#ff0!important;background:#000!important;border:2px solid #ff0!important}[data-theme=high-contrast] .social-badge-btn.instagram:hover{color:#000!important;background:#ff0!important}[data-theme=high-contrast] .footer-logo{filter:invert()brightness(2)contrast(1.5)!important;mix-blend-mode:screen!important}[data-theme=high-contrast] .footer-bottom{background:#000!important;border-top:2px solid #fff!important}[data-theme=high-contrast] .footer-project-info{border-top:1px dashed #fff!important}[data-theme=high-contrast] .info-dot{color:#ff0!important}[data-theme=high-contrast] .legal-btn{color:#ff0!important;text-decoration:underline!important}[data-theme=high-contrast] .legal-btn:hover{color:#fff!important;background:0 0!important}[data-theme=high-contrast] .legal-divider{background:#fff!important}[data-theme=high-contrast] .admin-subtle-link{color:#fff!important;background:#000!important;border:2px solid #fff!important}[data-theme=high-contrast] .admin-subtle-link:hover{color:#000!important;background:#ff0!important;border-color:#ff0!important}[data-theme=high-contrast] .footer-modal-content{background:#000!important;border:3px solid #fff!important}[data-theme=high-contrast] .modal-header,[data-theme=high-contrast] .modal-footer{background:#000!important;border-color:#fff!important}[data-theme=high-contrast] .modal-header h3{color:#ff0!important}[data-theme=high-contrast] .modal-close-btn{color:#fff!important}[data-theme=high-contrast] .modal-close-btn:hover{color:#000!important;background:#fff!important}[data-theme=high-contrast] .legal-lead{color:#fff!important;background:#000!important;border:2px solid #fff!important}[data-theme=high-contrast] .legal-content h4{color:#ff0!important}[data-theme=high-contrast] .legal-content p,[data-theme=high-contrast] .legal-content li{color:#fff!important}[data-theme=high-contrast] .modal-confirm-btn{color:#000!important;background:#ff0!important;font-weight:900!important}[data-theme=high-contrast] .modal-confirm-btn:hover{background:#fff!important}:root{--white:#fff;--green:#28a745;--orange:#e67e22;--red:#e53e3e;--blue:#2563eb;--blue-dark:#1e40af;--blue-light:#60a5fa;--blue-bg:#f0f7ff;--glass-bg:#ffffffd9;--glass-blur:blur(16px);--glass-border:1px solid #0000001a;--gray-50:#f8f9fa;--gray-100:#f1f3f5;--gray-200:#dee2e6;--gray-400:#868e96;--gray-500:#6c757d;--gray-600:#495057;--gray-700:#343a40;--gray-800:#212529;--gray-900:#111;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1.25rem;--shadow-sm:0 1px 4px #0000001a;--shadow-md:0 4px 16px #00000026;--shadow-lg:0 8px 32px #0003;--nav-height:4.5rem;--font:"Noto Sans KR", sans-serif}[data-theme=high-contrast]{--bg-primary:#000;--bg-secondary:#000;--text-primary:#fff;--text-secondary:#ff0;--white:#000;--white-real:#fff;--gray-900:#fff;--blue:#ff0;--blue-dark:#ff0;--blue-bg:#000;--gray-50:#000;--gray-100:#000;--gray-200:#fff;--gray-300:#fff;--gray-400:#fff;--gray-500:#fff;--gray-600:#fff;--gray-700:#fff;--gray-800:#fff;--glass-bg:#000;--glass-border:2px solid #fff}[data-theme=high-contrast] *{box-shadow:none!important;text-shadow:none!important}[data-theme=high-contrast] input::placeholder,[data-theme=high-contrast] textarea::placeholder{color:#fffc!important}[data-theme=high-contrast] .about-page,[data-theme=high-contrast] .calendar-page,[data-theme=high-contrast] .detail-page,[data-theme=high-contrast] .festival-list-page,[data-theme=high-contrast] .glass-card,[data-theme=high-contrast] .transport-service{color:#fff!important;background-color:#000!important;border:1px solid #fff!important}[data-theme=high-contrast] .navbar,[data-theme=high-contrast] .tab-bar,[data-theme=high-contrast] .admin-header,[data-theme=high-contrast] .sidebar,[data-theme=high-contrast] .editor-panel,[data-theme=high-contrast] .transport-card,[data-theme=high-contrast] .mock-modal,[data-theme=high-contrast] .report-modal-box{color:#fff!important;background-color:#000!important;border:3px solid #fff!important}[data-theme=high-contrast] .mini-map-container,[data-theme=high-contrast] .map-area{background-color:#000!important;border:2px solid #ff0!important}[data-theme=high-contrast] .btn-primary,[data-theme=high-contrast] .add-main-btn,[data-theme=high-contrast] .editor-save,[data-theme=high-contrast] .status-toggle-btn.resolved{color:#000!important;background:#ff0!important;border:3px solid #ff0!important;font-weight:900!important}[data-theme=high-contrast] .nav-link.active,[data-theme=high-contrast] .tab-btn.active,[data-theme=high-contrast] .hcm-toggle.active{-webkit-text-stroke:1px #000;color:#000!important;background:#ff0!important;border:4px solid #ff0!important}[data-theme=high-contrast] img{filter:contrast(1.2)brightness(1.1);border:2px solid #fff!important}[data-theme=high-contrast] .hotspot-btn:before{border:2px solid #000;background:#ff0!important}[data-theme=high-contrast] .hero-overlay{background:#000000f2!important}[data-theme=high-contrast] .hero-title{color:#ff0!important}[data-theme=high-contrast] .search-bar{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#000!important;border:3px solid #ff0!important}[data-theme=high-contrast] .search-bar input{color:#fff!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;min-height:100vh;padding-top:var(--nav-height);flex-direction:column;font-size:1.0625rem;font-weight:400;line-height:1.7;display:flex}#root{flex-direction:column;flex:1;display:flex}.hero{min-height:calc(100vh - var(--nav-height));background:var(--gray-900);justify-content:center;align-items:center;display:flex;position:relative}.tab-bar{border-bottom:1px solid var(--gray-200);top:var(--nav-height);z-index:50;background:#fff;justify-content:center;gap:2rem;padding:0 1.5rem;display:flex;position:sticky}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}a{color:inherit;text-decoration:none}img{object-fit:contain;max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6,span{word-break:keep-all;overflow-wrap:break-word}.btn-primary{background:var(--blue);color:#fff;border-radius:var(--radius-sm);padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background .2s}.btn-primary:hover{background:var(--blue-dark)}.hotspot-management{height:calc(100vh - var(--nav-height) - 8rem);background:#fff;border:1px solid #e9ecef;border-radius:1.25rem;display:flex;position:relative;overflow:hidden}.badge{border-radius:6.1875rem;padding:.1875rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-active{background:var(--blue);color:#fff}.badge-ended{background:var(--gray-600);color:#fff}.badge-soon{background:var(--orange);color:#fff}.loading-fallback{height:50vh;color:var(--gray-500);justify-content:center;align-items:center;font-size:1.25rem;font-weight:500;display:flex}.fade-in{animation:.4s ease-out forwards fadeIn}.main-content{flex:1}section{content-visibility:auto;contain-intrinsic-size:1px 500px}.hero{content-visibility:visible!important}
