:root {
    --background: #020204;
    --surface: rgba(11, 11, 18, 0.76);
    --surface-strong: rgba(12, 12, 20, 0.95);
    --border: rgba(255, 255, 255, 0.065);
    --border-soft: rgba(255, 255, 255, 0.035);
    --text: #f7f7f8;
    --muted: #8a8a95;
    --muted-dark: #585862;
    --amber: #f59e0b;
    --amber-light: #fcd34d;
    --orange: #ea580c;
    --kakao: #fee500;
    --telegram: #229ed9;
    --container: 1152px;
    --header-height: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    background: var(--background);
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; height: auto; }
.site-container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; transform-origin: left; transform: scaleX(0); z-index: 100; background: linear-gradient(90deg, var(--amber-light), var(--amber), var(--orange)); }
.cursor-glow { position: fixed; width: 460px; height: 460px; margin: -230px 0 0 -230px; border-radius: 50%; pointer-events: none; z-index: 0; opacity: 0; background: radial-gradient(circle, rgba(245,158,11,.055), transparent 66%); transition: opacity .25s; }
.cursor-glow.active { opacity: 1; }
.mesh-bg { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.mesh-orb { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .14; animation: orbMove 20s ease-in-out infinite alternate; }
.mesh-orb-1 { width: 430px; height: 430px; left: -140px; top: 10%; background: #f59e0b; }
.mesh-orb-2 { width: 500px; height: 500px; right: -200px; top: 35%; background: #7c3aed; animation-delay: -7s; }
.mesh-orb-3 { width: 360px; height: 360px; left: 34%; bottom: -180px; background: #2563eb; animation-delay: -13s; }
.aurora-band { position: absolute; width: 140%; height: 200px; filter: blur(55px); opacity: .55; transform: rotate(-8deg); animation: auroraMove 22s ease-in-out infinite alternate; }
.aurora-band-1 { top: 12%; left: -20%; background: linear-gradient(90deg, rgba(245,158,11,.07), rgba(139,92,246,.04), rgba(59,130,246,.03)); }
.aurora-band-2 { top: 55%; left: -10%; background: linear-gradient(90deg, rgba(59,130,246,.03), rgba(245,158,11,.05), rgba(249,115,22,.04)); animation-delay: -10s; }
.particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.particle { position: absolute; bottom: -10px; border-radius: 50%; background: rgba(245,158,11,.5); animation: particleRise linear infinite; }
.site-header { position: fixed; inset: 0 0 auto; height: var(--header-height); z-index: 50; }
.header-background { position: absolute; inset: 0; background: rgba(2,2,4,.85); backdrop-filter: blur(28px); border-bottom: 1px solid rgba(255,255,255,.03); transition: .35s; }
.header-line { position: absolute; inset: auto 0 0; height: 1px; opacity: 0; background: linear-gradient(90deg, transparent, rgba(245,158,11,.25), transparent); transition: opacity .35s; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; position: relative; }
.header-spacer { height: var(--header-height); }
.brand-link { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-logo { width: 40px; height: 40px; filter: drop-shadow(0 8px 18px rgba(245,158,11,.15)); transition: transform .3s; }
.brand-link:hover .brand-logo { transform: translateY(-2px) rotate(-3deg); }
.brand-logo.small { width: 34px; height: 34px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-english { color: rgba(251,191,36,.72); font-size: 9px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.brand-korean { margin-top: 4px; color: #fff; font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.brand-korean b { color: var(--amber-light); }
.desktop-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.nav-link { position: relative; padding: 11px 10px; color: #9999a4; font-size: 14px; font-weight: 600; transition: color .25s; }
.nav-link::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 5px; height: 1px; transform: scaleX(0); background: var(--amber); transition: transform .25s; }
.nav-link:hover, .nav-link.is-active { color: #fff; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.nav-divider { width: 1px; height: 20px; margin: 0 4px; background: rgba(255,255,255,.08); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 21px; border: 0; border-radius: 14px; cursor: pointer; font-weight: 800; transition: transform .25s, box-shadow .25s, filter .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button-primary { color: #150b00; background: linear-gradient(135deg, var(--amber-light), var(--amber), var(--orange)); box-shadow: 0 13px 35px rgba(245,158,11,.2); }
.button-kakao { color: #211d00; background: var(--kakao); box-shadow: 0 13px 35px rgba(254,229,0,.12); }
.button-telegram { color: #fff; background: linear-gradient(135deg, #2aa9e7, #1b86c2); box-shadow: 0 13px 35px rgba(34,158,217,.13); }
.button-ghost { color: #ddd; border: 1px solid var(--border); background: rgba(255,255,255,.03); }
.button-compact { min-height: 40px; padding: 0 17px; border-radius: 12px; font-size: 13px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: #9b9ba5; transition: .25s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header-height) 0 0; z-index: 45; visibility: hidden; pointer-events: none; }
.mobile-menu.is-open { visibility: visible; pointer-events: auto; }
.mobile-menu-backdrop { position: absolute; inset: 0; width: 100%; border: 0; opacity: 0; background: rgba(0,0,0,.63); transition: opacity .3s; }
.mobile-menu.is-open .mobile-menu-backdrop { opacity: 1; }
.mobile-menu-panel { position: absolute; right: 0; top: 0; width: min(285px, 84vw); height: 100%; padding: 24px 18px; transform: translateX(100%); background: rgba(7,7,13,.98); backdrop-filter: blur(28px); border-left: 1px solid rgba(255,255,255,.05); transition: transform .3s ease; }
.mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-label { padding: 0 11px; color: rgba(255,255,255,.25); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.mobile-menu nav { display: grid; gap: 5px; margin-top: 12px; }
.mobile-menu nav a { display: flex; align-items: center; gap: 11px; padding: 12px; border-radius: 10px; color: #aaaab4; font-size: 14px; }
.mobile-menu nav a:hover { color: #fff; background: rgba(255,255,255,.045); }
.mobile-menu nav hr { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.05); }
main { position: relative; z-index: 1; }
.section { padding: 92px 0; }
.section-tight { padding: 60px 0; }
.hero { min-height: 650px; display: flex; align-items: center; text-align: center; position: relative; }
.hero::before { content: ""; position: absolute; width: 900px; height: 620px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(245,158,11,.05), rgba(249,115,22,.018) 42%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; width: 100%; }
.badge { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 0 15px; border: 1px solid rgba(245,158,11,.13); border-radius: 999px; color: rgba(251,191,36,.72); background: rgba(245,158,11,.04); font-size: 12px; font-weight: 700; }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px var(--amber); animation: pulseDot 1.7s infinite; }
.hero h1 { max-width: 900px; margin: 28px auto 22px; font-size: clamp(44px, 7vw, 86px); line-height: 1.07; letter-spacing: -.055em; font-weight: 950; }
.heading-gradient { background: linear-gradient(180deg, #fff, #b6b6c0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-glow { background: linear-gradient(135deg, #fde68a, #f59e0b 55%, #ea580c); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 25px rgba(245,158,11,.18)); }
.hero-description { max-width: 680px; margin: 0 auto 46px; color: #777782; font-size: 19px; line-height: 1.75; }
.hero-description strong { color: #bdbdc5; font-weight: 600; }
.hero-actions { display: flex; gap: 12px; max-width: 650px; margin: 0 auto; }
.hero-actions .button { flex: 1; min-height: 58px; font-size: 17px; }
.mobile-contact-hint { display: none; margin-top: 24px; color: rgba(251,191,36,.65); font-size: 12px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 630px; margin: 0 auto; }
.stat-card { position: relative; overflow: hidden; min-height: 150px; padding: 27px 16px; text-align: center; border: 1px solid var(--border-soft); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); backdrop-filter: blur(18px); }
.stat-icon { color: rgba(251,191,36,.55); font-size: 20px; }
.stat-value { margin-top: 15px; font-size: 30px; font-weight: 950; }
.stat-label { margin-top: 8px; color: #5b5b64; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.065), transparent); }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.section-heading p { margin: 14px 0 0; color: #666672; font-size: 14px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.glow-card { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); backdrop-filter: blur(20px); transition: transform .32s ease, border-color .32s, background .32s; transform-style: preserve-3d; }
.glow-card:hover { border-color: rgba(245,158,11,.15); background: linear-gradient(145deg, rgba(245,158,11,.045), rgba(255,255,255,.013)); }
.card-spotlight { position: absolute; inset: 0; pointer-events: none; }
.category-card { min-height: 235px; padding: 28px; }
.category-card-top { display: flex; align-items: center; gap: 12px; }
.category-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(145deg, rgba(245,158,11,.12), rgba(249,115,22,.04)); font-size: 21px; }
.category-count { padding: 5px 9px; border: 1px solid rgba(255,255,255,.04); border-radius: 8px; color: #666672; background: rgba(255,255,255,.03); font-size: 11px; }
.category-card h3 { margin: 20px 0 0; font-size: 20px; transition: color .25s; }
.category-card:hover h3 { color: var(--amber-light); }
.category-card p { margin: 10px 0 0; min-height: 46px; color: #676772; font-size: 13px; line-height: 1.75; }
.card-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 23px; color: rgba(245,158,11,.45); font-size: 13px; font-weight: 700; transition: color .25s, gap .25s; }
.category-card:hover .card-link { color: var(--amber-light); gap: 10px; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 10px; animation: marquee 35s linear infinite; }
.keyword-chip { padding: 10px 18px; border: 1px solid var(--border); border-radius: 999px; color: #777782; background: rgba(255,255,255,.025); font-size: 13px; white-space: nowrap; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.step-card { min-height: 240px; padding: 34px; }
.step-number { position: absolute; right: -3px; top: -3px; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: #170d00; background: linear-gradient(135deg, var(--amber-light), var(--amber), var(--orange)); box-shadow: 0 10px 26px rgba(245,158,11,.22); font-size: 12px; font-weight: 950; }
.step-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: rgba(251,191,36,.7); background: rgba(245,158,11,.07); font-size: 23px; }
.step-card h3 { margin: 24px 0 10px; font-size: 20px; }
.step-card p { margin: 0; color: #73737d; font-size: 14px; line-height: 1.75; }
.cta-box { position: relative; overflow: hidden; padding: 64px; text-align: center; border: 1px solid rgba(245,158,11,.12); border-radius: 28px; background: radial-gradient(circle at top, rgba(245,158,11,.07), transparent 35%), linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.cta-box h2 { margin: 0; font-size: clamp(32px, 5vw, 50px); letter-spacing: -.04em; }
.cta-box p { margin: 16px auto 32px; color: #777782; }
.cta-actions { display: flex; gap: 12px; max-width: 620px; margin: 0 auto; }
.cta-actions .button { flex: 1; }
.breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 35px; color: #666672; font-size: 12px; }
.breadcrumb a:hover { color: var(--amber-light); }
.sub-hero { padding: 75px 0 62px; text-align: center; }
.sub-hero .location-label { color: rgba(251,191,36,.7); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.sub-hero h1 { max-width: 900px; margin: 18px auto; font-size: clamp(40px, 6vw, 68px); line-height: 1.14; letter-spacing: -.05em; }
.sub-hero p { max-width: 680px; margin: 0 auto; color: #787883; font-size: 17px; line-height: 1.8; }
.sub-hero .hero-actions { margin-top: 34px; }
.category-stats { margin-top: 42px; }
.venue-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.venue-card { display: flex; align-items: center; gap: 18px; min-height: 92px; padding: 20px 22px; }
.venue-number { color: rgba(251,191,36,.28); font-size: 22px; font-weight: 950; letter-spacing: .05em; }
.venue-card h3 { margin: 0; font-size: 18px; }
.venue-card p { margin: 5px 0 0; color: #60606a; font-size: 12px; }
.content-panel { padding: 40px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255,255,255,.018); }
.content-panel h2 { margin-top: 0; font-size: 30px; }
.content-panel p { color: #90909a; line-height: 1.9; }
.other-category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.other-category-card { padding: 18px 12px; text-align: center; border: 1px solid var(--border); border-radius: 15px; color: #aaaab4; background: rgba(255,255,255,.02); transition: .25s; }
.other-category-card:hover { color: #fff; border-color: rgba(245,158,11,.18); transform: translateY(-3px); }
.other-category-card span { display: block; margin-bottom: 8px; font-size: 21px; }
.faq-list { display: grid; gap: 10px; max-width: 900px; margin: 0 auto; }
.faq-item { overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.018); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: #dddde3; text-align: left; border: 0; background: transparent; cursor: pointer; font-weight: 750; }
.faq-question::after { content: "+"; color: var(--amber-light); font-size: 22px; transition: transform .25s; }
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 22px 22px; color: #82828d; font-size: 14px; line-height: 1.8; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.blog-card { display: flex; flex-direction: column; min-height: 310px; }
.blog-thumbnail { height: 165px; overflow: hidden; background: radial-gradient(circle at top right, rgba(245,158,11,.16), transparent 40%), linear-gradient(135deg, #101019, #07070d); }
.blog-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-thumbnail img { transform: scale(1.04); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.blog-meta { display: flex; align-items: center; gap: 9px; color: #5f5f69; font-size: 11px; }
.blog-category { color: rgba(251,191,36,.72); }
.blog-card h2 { margin: 14px 0 9px; font-size: 18px; line-height: 1.45; }
.blog-card p { margin: 0; color: #70707b; font-size: 13px; line-height: 1.7; }
.blog-card .card-link { margin-top: auto; padding-top: 18px; }
.article-wrap { max-width: 850px; margin: 0 auto; }
.article-header { padding: 70px 0 40px; text-align: center; }
.article-header h1 { margin: 18px 0; font-size: clamp(36px, 6vw, 62px); line-height: 1.2; letter-spacing: -.045em; }
.article-header p { color: #777782; line-height: 1.8; }
.article-cover { overflow: hidden; margin-bottom: 34px; border-radius: 24px; border: 1px solid var(--border); }
.article-cover img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.article-content { padding: 42px; border: 1px solid var(--border); border-radius: 24px; color: #b1b1ba; background: rgba(255,255,255,.018); font-size: 16px; line-height: 1.9; }
.article-content h2, .article-content h3, .article-content h4 { color: #fff; line-height: 1.4; }
.article-content h2 { margin: 42px 0 18px; font-size: 30px; }
.article-content h3 { margin: 32px 0 14px; font-size: 23px; }
.article-content p { margin: 0 0 19px; }
.article-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 3px solid var(--amber); color: #c7c7cf; background: rgba(245,158,11,.05); }
.article-content img { display: block; max-width: 100%; margin: 26px auto; border-radius: 16px; }
.article-content a { color: var(--amber-light); text-decoration: underline; }
.article-content li { margin: 8px 0; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px solid var(--border); border-radius: 22px; color: #73737d; background: rgba(255,255,255,.018); }
.site-footer { position: relative; z-index: 1; margin-top: 100px; padding-bottom: 20px; }
.footer-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 52px; padding: 64px 0 54px; }
.footer-brand { margin-bottom: 18px; }
.footer-brand-column p { color: #55555f; font-size: 12px; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 18px; color: rgba(255,255,255,.32); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 10px 0; }
.footer-grid li a { color: #666672; font-size: 13px; transition: color .25s; }
.footer-grid li a:hover { color: var(--amber-light); }
.footer-contact-column { display: grid; gap: 9px; }
.footer-contact-column .button { min-height: 41px; border-radius: 12px; font-size: 12px; }
.footer-bottom { padding: 25px 0 10px; text-align: center; border-top: 1px solid rgba(255,255,255,.04); }
.footer-bottom p { margin: 5px 0; color: #4b4b54; font-size: 11px; }
.mobile-tab-bar { display: none; }
.toast { position: fixed; left: 50%; bottom: 80px; z-index: 120; max-width: calc(100% - 32px); padding: 13px 18px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; border: 1px solid rgba(245,158,11,.2); border-radius: 12px; color: #fff; background: rgba(10,10,16,.96); box-shadow: 0 18px 55px rgba(0,0,0,.35); transition: .25s; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.reveal, .reveal-left, .reveal-scale { opacity: 0; transition: opacity .75s ease, transform .75s ease; }
.reveal { transform: translateY(26px); }
.reveal-left { transform: translateX(-30px); }
.reveal-scale { transform: scale(.96); }
.reveal.visible, .reveal-left.visible, .reveal-scale.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
@keyframes pulseDot { 0%,100% { opacity: .45; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes orbMove { from { transform: translate3d(-5%, -4%, 0) scale(.95); } to { transform: translate3d(8%, 7%, 0) scale(1.08); } }
@keyframes auroraMove { from { transform: translateX(-4%) rotate(-8deg); } to { transform: translateX(8%) rotate(-4deg); } }
@keyframes particleRise { from { transform: translateY(0); opacity: 0; } 15% { opacity: .65; } to { transform: translateY(-110vh); opacity: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 1080px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .category-grid, .blog-grid { grid-template-columns: repeat(2,1fr); }
    .other-category-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
    :root { --header-height: 68px; }
    body { padding-bottom: 58px; }
    .site-container { width: min(calc(100% - 28px), var(--container)); }
    .desktop-contact { display: none; }
    .section { padding: 66px 0; }
    .section-tight { padding: 44px 0; }
    .hero { min-height: 560px; padding: 50px 0; }
    .hero h1 { margin-top: 24px; font-size: clamp(40px, 12vw, 58px); }
    .hero-description { margin-bottom: 25px; font-size: 15px; }
    .hero-actions { display: none; }
    .mobile-contact-hint { display: block; }
    .stats-grid { gap: 8px; }
    .stat-card { min-height: 124px; padding: 21px 8px; border-radius: 15px; }
    .stat-value { font-size: 24px; }
    .category-grid { grid-template-columns: repeat(2,1fr); gap: 9px; }
    .category-card { min-height: 185px; padding: 17px; border-radius: 16px; }
    .category-icon { width: 38px; height: 38px; font-size: 17px; }
    .category-card h3 { margin-top: 15px; font-size: 16px; }
    .category-card p { display: none; }
    .category-card .card-link { margin-top: 18px; font-size: 12px; }
    .steps-grid { gap: 8px; }
    .step-card { min-height: 200px; padding: 18px 14px; border-radius: 16px; }
    .step-number { width: 37px; height: 37px; border-radius: 10px; font-size: 10px; }
    .step-icon { width: 38px; height: 38px; font-size: 18px; }
    .step-card h3 { margin-top: 17px; font-size: 15px; }
    .step-card p { font-size: 12px; line-height: 1.65; }
    .cta-box { padding: 35px 17px; border-radius: 20px; }
    .cta-actions { gap: 7px; }
    .cta-actions .button { min-height: 47px; padding: 0 10px; font-size: 12px; }
    .sub-hero { padding: 55px 0 44px; }
    .sub-hero p { font-size: 14px; }
    .venue-grid { grid-template-columns: 1fr; }
    .venue-card { min-height: 78px; padding: 17px; border-radius: 15px; }
    .content-panel { padding: 25px; border-radius: 18px; }
    .other-category-grid { grid-template-columns: repeat(2,1fr); }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-card { min-height: 0; }
    .blog-thumbnail { height: 190px; }
    .article-header { padding-top: 50px; }
    .article-content { padding: 24px 20px; border-radius: 18px; font-size: 15px; }
    .article-content h2 { font-size: 25px; }
    .footer-grid { grid-template-columns: repeat(2,1fr); gap: 35px 24px; padding: 52px 0 42px; }
    .footer-brand-column { grid-column: span 2; }
    .footer-contact-column { display: none; }
    .mobile-tab-bar { position: fixed; inset: auto 0 0; z-index: 70; display: grid; grid-template-columns: repeat(4,1fr); height: 58px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(245,158,11,.15); background: rgba(2,2,4,.97); backdrop-filter: blur(25px); }
    .mobile-tab-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #7d7d88; font-size: 10px; }
    .mobile-tab-bar a:hover { color: var(--amber-light); }
    .tab-icon { font-size: 18px; line-height: 1; }
    .toast { bottom: 72px; }
}
@media (max-width: 420px) {
    .brand-logo { width: 36px; height: 36px; }
    .brand-korean { font-size: 17px; }
    .hero h1 { font-size: 39px; }
    .stats-grid { gap: 6px; }
    .stat-value { font-size: 21px; }
    .stat-label { font-size: 9px; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2 { font-size: 28px; }
    .step-card p { word-break: break-all; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal, .reveal-left, .reveal-scale { opacity: 1; transform: none; }
}

/* 관리자에서 추가하는 메인 문구 박스 */
.home-content-section { position:relative; z-index:1; }
.home-content-list { display:grid; gap:14px; }
.home-content-card { padding:26px 30px; border:1px solid rgba(255,255,255,.075); border-radius:16px; background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.022)); box-shadow:0 12px 35px rgba(0,0,0,.16); }
.home-content-card h2 { display:inline-flex; margin:0 0 16px; padding:7px 18px; border-radius:0 999px 999px 0; color:#fff; background:linear-gradient(135deg,#18a94b,#06a33e); font-size:18px; line-height:1.2; }
.home-content-body { color:#a2a2ac; font-size:14px; line-height:1.85; word-break:keep-all; }
.content-panel img { display:block; max-width:100%; height:auto; margin:24px auto; border-radius:16px; }
.content-panel h3,.content-panel h4 { color:#f3f3f6; }
.content-panel blockquote { margin:24px 0; padding:18px 22px; border-left:3px solid #f59e0b; color:#b7b7c0; background:rgba(245,158,11,.055); }
.content-panel ul,.content-panel ol { color:#90909a; line-height:1.9; }

@media (max-width:700px) {
  .home-content-card { padding:19px 17px; border-radius:13px; }
  .home-content-card h2 { margin-bottom:12px; padding:6px 14px; font-size:15px; }
  .home-content-body { font-size:12px; line-height:1.75; word-break:normal; }
}

/* 스크린샷 기준 메인 반복 문구 박스 */
.home-content-shell {
    padding: 7px 32px 32px;
    border: 1px solid rgba(255,255,255,.075);
    background: #252525;
    box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.home-content-list { display: grid; gap: 14px; }
.home-content-card {
    overflow: hidden;
    padding: 0 30px 25px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 7px;
    background: #303030;
    box-shadow: 0 7px 18px rgba(0,0,0,.18);
}
.home-content-card h2 {
    display: table;
    min-width: 230px;
    margin: 22px 0 19px -30px;
    padding: 8px 23px 8px 25px;
    border-radius: 0 999px 999px 0;
    color: #fff;
    background: linear-gradient(135deg,#09a946,#02a13d);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
}
.home-content-body {
    color: #d1d1d1;
    font-size: 13px;
    line-height: 1.75;
    word-break: keep-all;
}

/* 스크린샷 기준 업종 상세 상단: H1 1개, H2 2개, 버튼 3개 */
.category-hero { position: relative; padding: 72px 0 42px; text-align: left; }
.category-hero-content { max-width: 1080px; }
.category-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid rgba(245,158,11,.18);
    border-radius: 999px;
    color: rgba(252,211,77,.86);
    background: rgba(245,158,11,.045);
    font-size: 12px;
    font-weight: 800;
}
.category-location-badge > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 12px rgba(245,158,11,.9);
}
.category-location-badge b { margin-left: 7px; font-size: 18px; }
.category-hero h1 {
    max-width: 1050px;
    margin: 26px 0 20px;
    color: #fff;
    background: linear-gradient(180deg,#fff 12%,#c8c8ce 88%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(44px,6.2vw,76px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -.055em;
}
.category-hero-headings { max-width: 1030px; }
.category-hero-headings h2 {
    margin: 8px 0 0;
    color: #c9c9d0;
    font-size: clamp(15px,1.65vw,20px);
    font-weight: 570;
    line-height: 1.75;
    letter-spacing: -.015em;
}
.category-hero-headings h2 + h2 { color: #e4e4e8; font-weight: 650; }
.category-hero-actions { max-width: 650px; margin: 34px 0 0; }
.category-hero-actions .button { flex: 1; min-width: 0; }
.category-stats { max-width: 760px; margin: 42px 0 0; }
.category-intro-section { padding-top: 26px; }
.category-content-panel {
    padding: 38px 40px 42px;
    border-radius: 24px;
    background: linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.009));
}
.category-content-panel > h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 28px;
}
.category-content-panel > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg,var(--amber),var(--orange));
}
.category-editor-content { color: #90909a; font-size: 15px; line-height: 1.95; }
.category-editor-content p { margin: 0 0 18px; }
.category-editor-content h2,.category-editor-content h3,.category-editor-content h4 { color: #f1f1f4; }
.category-editor-content img { display: block; max-width: 100%; height: auto; margin: 25px auto; border-radius: 16px; }
.category-editor-content blockquote { margin: 24px 0; padding: 18px 22px; border-left: 3px solid var(--amber); background: rgba(245,158,11,.055); }

@media (max-width:760px) {
    .home-content-shell { padding: 5px 10px 12px; }
    .home-content-card { padding: 0 15px 18px; border-radius: 7px; }
    .home-content-card h2 { min-width: 0; margin: 14px 0 14px -15px; padding: 7px 17px; font-size: 15px; }
    .home-content-body { font-size: 12px; line-height: 1.7; word-break: normal; }
    .category-hero { padding: 49px 0 30px; }
    .category-hero h1 { margin-top: 20px; font-size: clamp(39px,12vw,58px); }
    .category-hero-headings h2 { font-size: 14px; line-height: 1.7; }
    .category-hero-actions { display: flex !important; gap: 7px; margin-top: 26px; }
    .category-hero-actions .button { min-height: 47px; padding: 0 8px; font-size: 12px; }
    .category-stats { margin-top: 30px; }
    .category-intro-section { padding-top: 18px; }
    .category-content-panel { padding: 25px 20px; border-radius: 18px; }
    .category-content-panel > h2 { margin-bottom: 23px; padding-bottom: 13px; font-size: 23px; }
    .category-editor-content { font-size: 14px; line-height: 1.85; }
}


/* 모바일 화면 가로 넘침 방지 및 반응형 보정 */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}

main,
.site-header,
.header-spacer,
.site-footer,
.section,
.section-tight,
.hero,
.sub-hero,
.category-hero,
.home-content-section {
    width: 100%;
    max-width: 100%;
}

main,
.hero,
.sub-hero,
.category-hero,
.site-footer {
    overflow-x: hidden;
}

@supports (overflow: clip) {
    main,
    .hero,
    .sub-hero,
    .category-hero,
    .site-footer {
        overflow-x: clip;
    }
}

.site-container,
.hero-content,
.header-inner,
.category-hero-content,
.category-hero-headings,
.category-hero-actions,
.category-stats,
.section-heading,
.home-content-shell,
.home-content-list,
.home-content-card,
.home-content-body,
.content-panel,
.category-content-panel,
.category-editor-content,
.article-wrap,
.article-content,
.footer-grid,
.cta-box,
.cta-actions,
.stats-grid,
.category-grid,
.steps-grid,
.venue-grid,
.other-category-grid,
.blog-grid,
.glow-card,
.stat-card,
.category-card,
.step-card,
.venue-card,
.blog-card {
    min-width: 0;
    max-width: 100%;
}

.category-grid,
.steps-grid,
.stats-grid,
.blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.other-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.venue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marquee {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    contain: layout paint;
    isolation: isolate;
    clip-path: inset(0);
}

.marquee-track {
    position: relative;
    flex: none;
    max-width: none;
    will-change: transform;
}

.mobile-menu,
.mobile-menu-panel,
.mesh-bg,
.particles {
    max-width: 100%;
    overflow: hidden;
}

.hero h1,
.sub-hero h1,
.category-hero h1,
.section-heading h2,
.cta-box h2,
.home-content-card h2,
.category-card h3,
.step-card h3,
.venue-card h3,
.blog-card h2,
.article-header h1,
.article-content,
.content-panel,
.category-editor-content,
.home-content-body {
    overflow-wrap: anywhere;
}

.content-panel table,
.category-editor-content table,
.article-content table,
.home-content-body table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.content-panel iframe,
.content-panel video,
.content-panel embed,
.content-panel object,
.category-editor-content iframe,
.category-editor-content video,
.category-editor-content embed,
.category-editor-content object,
.article-content iframe,
.article-content video,
.article-content embed,
.article-content object,
.home-content-body iframe,
.home-content-body video,
.home-content-body embed,
.home-content-body object {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.content-panel pre,
.category-editor-content pre,
.article-content pre,
.home-content-body pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
    .category-grid,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .other-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .site-container {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
    }

    .hero::before {
        width: min(620px, 175vw);
        height: min(520px, 145vw);
    }

    .mesh-orb-1 {
        left: -230px;
    }

    .mesh-orb-2 {
        right: -300px;
    }

    .aurora-band {
        width: 120%;
        left: -10%;
    }

    .category-grid,
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps-grid,
    .blog-grid,
    .venue-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .other-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-description,
    .sub-hero p,
    .category-hero-headings h2,
    .home-content-body,
    .category-editor-content,
    .article-content,
    .content-panel {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .mobile-tab-bar {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 359px) {
    .site-container {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .brand-copy {
        max-width: 150px;
    }

    .brand-english {
        letter-spacing: .18em;
    }

    .category-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .category-card p {
        display: block;
    }

    .stats-grid {
        gap: 6px;
    }

    .stat-card {
        padding-right: 5px;
        padding-left: 5px;
    }
}


/* 상단 상담 버튼 3개 노출 시 헤더 너비 보정 */
.header-actions .button-telegram.desktop-contact {
    min-width: 84px;
}

@media (max-width: 1220px) {
    .header-actions .button-compact {
        padding-right: 13px;
        padding-left: 13px;
        font-size: 12px;
    }
}

@media (max-width: 1140px) {
    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}
