/* 대전 시티투어 · 통합 정리 스타일 */
:root {
--expo-navy: #172039;
    --dj-blue: #172039;
    --dj-blue-dark: #0B1020;
    --dj-orange: #6557D2;
    --dj-orange-light: #EEECFF;
    --bg-light: #F5F6FA;
    --bg-white: #FFFFFF;
    --text-dark: #171A24;
    --text-gray: #697080;
    --border-color: #E1E4EC;
    --theme-primary: #6557D2;
    --theme-primary-hover: #493BB4;
    --theme-secondary: #34A7B8;
    --theme-page: #F7F8FC;
    --theme-soft: #EFEEFC;
    --theme-section: #E9EAF4;
    --theme-section-deep: #DDE0ED;
    --theme-ink: #202434;
    --theme-muted: #697080;
    --theme-footer: #171B2B;
    --theme-on-footer: #F7F8FC;
    --theme-header: rgba(19,24,43,.9);
    --theme-primary-rgb: 101,87,210;
    --theme-secondary-rgb: 52,167,184;
    --theme-deep-rgb: 31,36,52;
    --theme-card-deep: #20263A;
    --booking-icon-primary: #5B4BC4;
    --booking-icon-secondary: #2597A8;
    --booking-icon-soft: #E7E4FF;
    --booking-icon-mint: #DDF3F5;
}


* {
margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif;
}

body {
background-color: var(--bg-white);
    color: var(--text-dark);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
text-decoration: none;
    color: inherit;
}

.skip-link {
position: fixed;
    z-index: 10000;
    top: 12px;
    left: 12px;
    padding: 13px 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    background: var(--expo-navy);
    box-shadow: 0 12px 30px rgba(15,23,42,.28);
    font-size: 1rem;
    font-weight: 850;
    transform: translateY(calc(-100% - 24px));
    transition: transform .25s ease;
}

.skip-link:focus {
outline: 3px solid var(--theme-section);
    outline-offset: 3px;
    transform: translateY(0);
}

.sr-only {
position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#mainContent {
outline: 0;
}

:where(a, button, [tabindex]):focus-visible {
outline: 3px solid var(--theme-primary);
    outline-offset: 4px;
}

ul {
list-style: none;
}

.bi-logo {
font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.nav-links li {
cursor: pointer;
    transition: 0.3s;
}

.hero {
position: relative;
    height: 600px;
    background: linear-gradient(to bottom, rgba(30, 58, 138, 0.4), rgba(15, 23, 42, 0.5)), url('https://images.unsplash.com/photo-1590529759714-250392ce818c?auto=format&fit=crop&w=1920&q=80') center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero h2 {
font-size: 4rem;
    font-weight: 900;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    text-shadow: 0 10px 20px rgba(0,0,0,0.3);
    word-break: keep-all;
}

.tour-heading {
margin: 0;
    color: #221F29;
    font-size: clamp(2.3rem, 4vw, 4.2rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.065em;
}

.tour-copy {
color: #7B7882;
    font-size: 0.98rem;
    line-height: 1.75;
}

.tour-list-head .tour-heading {
font-size: clamp(2.1rem, 3.2vw, 3.3rem);
}

.nav-links {
display: flex;
    gap: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-shadow: none;
}

.nav-links li:hover {
color: #F15E2A;
}

.menu-btn {
color: #29262E;
}

.hero-modern::before {
content: '';
    position: absolute;
    left: -80px;
    bottom: 36px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(241,94,42,.10);
    border-radius: 50%;
}

.hero-modern::after {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 88px;
    background: #fff;
    clip-path: ellipse(58% 68% at 50% 100%);
}

.hero-shape {
position: absolute;
    overflow: hidden;
}

.shape-back {
inset: 60px 10px 15px 95px;
    border-radius: 35% 65% 60% 40% / 45% 35% 65% 55%;
    background: #F15E2A;
    transform: rotate(5deg);
}

.shape-main {
inset: 26px 42px 48px 55px;
    z-index: 2;
    border-radius: 55% 45% 38% 62% / 40% 58% 42% 60%;
    box-shadow: 0 30px 70px rgba(92,50,38,.18);
}

.shape-main img {
width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-badge {
position: absolute;
    z-index: 4;
    min-width: 120px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 17px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 42px rgba(74,49,41,.13);
    backdrop-filter: blur(12px);
}

.hero-badge i {
width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #F15E2A;
    background: #FFF0E9;
}

.hero-badge b {
font-size: .74rem;
}

.badge-one {
left: 9px;
    top: 188px;
}

.badge-two {
right: 0;
    top: 104px;
}

.destination-intro .tour-heading {
font-size: clamp(2.5rem, 3.5vw, 4rem);
}

.destination-detail::after {
content: '';
    position: absolute;
    right: 42px;
    bottom: 42px;
    width: 220px;
    height: 90px;
    border-top: 2px dashed #D9CFCB;
    border-radius: 50%;
    transform: rotate(8deg);
    opacity: .7;
}

.tour-list-head .tour-copy {
max-width: 600px;
    margin: 16px auto 0;
    text-align: center;
}

.destination-showcase {
grid-template-columns: 1.25fr repeat(4, minmax(190px, 1fr));
    gap: 20px;
    align-items: center;
    display: block;
}

.tour-list-area {
    width: 100%;
    max-width: 1550px;
    margin: 165px auto 0;
}

.tour-card:hover .tour-card-course,
.tour-card:focus .tour-card-course,
.tour-card:focus-within .tour-card-course {
opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}

.tour-card:focus {
outline: 3px solid rgba(241,94,42,.35);
    outline-offset: 5px;
}

.tour-hover-timeline::before {
content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 7px;
    width: 1px;
    background: rgba(255,255,255,.38);
}

.tour-hover-timeline li:last-child {
min-height: 0;
    padding-bottom: 0;
}

@supports (height: 100dvh) {
.hero-modern {
        height: 100dvh;
    }
}

.site-header {
display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 96px;
    padding: 24px clamp(28px, 5vw, 92px);
    color: #fff;
    transition: min-height .3s, padding .3s, background .35s, box-shadow .35s, border-color .35s;
}

.site-header .bi-logo {
color: #fff;
    font-size: 1.95rem;
    text-shadow: 0 4px 14px rgba(0,0,0,.22);
}

.site-header .bi-logo span {
color: #fff;
    font-size: .72rem;
    opacity: .78;
}

.site-header .nav-links {
gap: clamp(34px, 3.2vw, 64px);
    color: #fff;
    font-size: 1.16rem;
    font-weight: 750;
    text-shadow: 0 3px 14px rgba(0,0,0,.28);
}

.site-header .nav-links li {
position: relative;
    padding: 8px 0;
}

.site-header .nav-links li:hover::after {
left: 0;
    right: 0;
}

.site-header .menu-btn {
color: #fff;
    font-size: 1.35rem;
}

.hero-modern {
display: block;
    overflow: hidden;
    text-align: left;
    height: 100svh;
    min-height: 760px;
    color: #fff;
    background: #15171C;
}

.hero-modern::before,
.hero-modern::after {
display: none;
}

.hero-slider {
position: relative;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: none;
}

.hero-slide {
position: absolute;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, transform .7s ease, visibility .7s;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 115px 7% 175px;
    text-align: center;
    transform: none;
}

.hero-slide.active {
opacity: 1;
    visibility: visible;
    transform: none;
}

.hero-visual {
position: absolute;
    z-index: 0;
    inset: 0;
    height: 100%;
}

.hero-shape.shape-main {
inset: 0;
    border-radius: 0;
    box-shadow: none;
}

.hero-shape.shape-main img {
width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.015);
    filter: saturate(.88) contrast(1.02);
}

.hero-slide:nth-child(1) .shape-main img {
object-position: center 52%;
}

.hero-slide:nth-child(2) .shape-main img {
object-position: center 58%;
}

.hero-slide:nth-child(3) .shape-main img {
object-position: center 53%;
}

.hero-slide.active .shape-main img {
animation: heroSlowZoom 6.2s linear both;
}

@keyframes heroSlowZoom {
from { transform: scale(1.015); } to { transform: scale(1.13); }
}

.hero-shape.shape-back,
.hero-badge {
display: none;
}

.hero-copy-wrap {
position: relative;
    z-index: 3;
    width: min(1120px, 92vw);
}

.hero-modern .hero-copy-wrap h2 {
margin: 0 auto;
    max-width: 1100px;
    color: #fff;
    font-size: clamp(3.8rem, 5.4vw, 6.5rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -.065em;
    text-shadow: 0 10px 38px rgba(0,0,0,.34);
}

.hero-description {
margin: 28px auto 0;
    color: rgba(255,255,255,.82);
    font-size: 1.25rem;
    line-height: 1.85;
    text-shadow: 0 4px 16px rgba(0,0,0,.35);
}

.hero-pagination button {
width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    transition: .25s;
    background: rgba(255,255,255,.56);
}

.hero-pagination button.active {
width: 26px;
    background: #fff;
}

.tour-inner {
margin: 0 auto;
    position: relative;
    z-index: 1;
    width: calc(100% - clamp(32px, 3.5vw, 68px));
    max-width: 1550px;
}

.destination-intro {
padding: 0;
    max-width: 860px;
}

.destination-intro .tour-copy {
margin: 24px 0 30px;
    max-width: 760px;
}

.tour-list-head {
justify-content: space-between;
    align-items: flex-end;
    display: block;
    text-align: center;
    margin-bottom: 62px;
}

.tour-hover-timeline li {
position: relative;
    padding-bottom: 10px;
    min-height: 58px;
}

.site-header.scrolled {
min-height: 76px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom-color: rgba(255,255,255,.13);
    box-shadow: 0 15px 40px rgba(10,13,18,.16);
    backdrop-filter: blur(18px) saturate(1.25);
    -webkit-backdrop-filter: blur(18px) saturate(1.25);
    background: var(--theme-header);
}

.site-header .nav-links li::after {
content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    transition: .25s;
    background: var(--theme-primary);
}

.site-header .nav-links li:hover {
color: var(--theme-soft);
}

.bi-logo span {
font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--theme-section);
}

.hero-slide::before {
content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--theme-deep-rgb),.26) 0%, rgba(var(--theme-deep-rgb),.42) 45%, rgba(var(--theme-deep-rgb),.78) 100%);
}

.tour-discovery::before {
left: -330px;
    top: 410px;
    width: 780px;
    height: 780px;
    border-radius: 44% 56% 64% 36% / 51% 40% 60% 49%;
    transform: rotate(18deg);
    background: radial-gradient(circle at 58% 43%, rgba(var(--theme-primary-rgb),.17), rgba(var(--theme-primary-rgb),.08) 52%, transparent 73%);
}

.tour-discovery::after {
right: -380px;
    top: 1280px;
    width: 900px;
    height: 900px;
    border-radius: 58% 42% 38% 62% / 45% 58% 42% 55%;
    transform: rotate(-13deg);
    background: radial-gradient(circle at 35% 38%, rgba(var(--theme-secondary-rgb),.17), rgba(var(--theme-secondary-rgb),.08) 52%, transparent 74%);
}

.tour-heading,
.destination-detail-title {
color: #000;
}

.tour-copy,
.destination-detail-description {
color: var(--theme-muted);
}

.destination-detail::before {
content: '';
    position: absolute;
    right: -170px;
    bottom: -190px;
    width: 520px;
    height: 520px;
    border-radius: 45% 55% 65% 35% / 48% 38% 62% 52%;
    transform: rotate(-15deg);
    background: rgba(var(--theme-secondary-rgb),.13);
}

.tour-card::before {
content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: var(--tour-card-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.01);
    filter: saturate(.9) contrast(1.03);
    transition: transform .75s cubic-bezier(.22,.61,.36,1), filter .4s;
}

.tour-card:hover {
border-color: transparent;
    background: transparent;
    transform: translateY(-9px);
    box-shadow: 0 30px 70px rgba(var(--theme-deep-rgb),.25);
}

.tour-card:hover::before {
transform: scale(1.09);
    filter: saturate(1) contrast(1.04);
}

.tour-card-course::after {
content: '';
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    filter: blur(3px);
    background: rgba(var(--theme-primary-rgb),.18);
}

.tour-hover-timeline li::before {
content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: 3px solid rgba(255,255,255,.72);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255,255,255,.08);
    background: var(--theme-primary);
    border-color: rgba(255,255,255,.88);
}

.destination-detail {
position: relative;
    align-items: center;
    min-height: 570px;
    overflow: hidden;
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 72px;
    scroll-margin-top: 35px;
    background: var(--theme-soft);
    box-shadow: 0 28px 80px rgba(var(--theme-deep-rgb),.10);
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    gap: clamp(64px, 6vw, 108px);
    padding: clamp(62px, 5.2vw, 88px);
    border-radius: 46px;
}

.destination-detail-title {
margin: 0;
    color: #27232B;
    font-weight: 850;
    max-width: 640px;
    font-size: clamp(3rem, 4.3vw, 4.85rem);
    line-height: .98;
    letter-spacing: -.07em;
}

.destination-detail-description {
color: #79737A;
    word-break: keep-all;
    max-width: 650px;
    margin: 28px 0 36px;
    font-size: 1.08rem;
    line-height: 1.9;
    letter-spacing: -.022em;
}

.destination-detail-cta {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .25s;
    min-width: 0;
    height: auto;
    padding: 0 0 9px;
    border-radius: 0;
    color: var(--theme-ink);
    background: transparent;
    border-bottom: 2px solid var(--theme-primary);
    font-size: .96rem;
    font-weight: 850;
}

.destination-detail-cta i {
transition: transform .25s ease;
}

.destination-detail-cta:hover {
color: var(--theme-primary-hover);
    background: transparent;
    transform: none;
}

.destination-detail-cta:hover i {
transform: translateX(5px);
}

.destination-detail-meta {
display: flex;
    flex-wrap: wrap;
    gap: 7px 17px;
}

.destination-detail-meta span {
border-color: rgba(var(--theme-primary-rgb),.18);
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--theme-muted);
    background: transparent;
    font-size: .86rem;
    font-weight: 750;
}

.destination-detail-meta span + span::before {
content: '·';
    position: absolute;
    left: -11px;
    color: rgba(var(--theme-deep-rgb),.38);
}

.tour-card-grid {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
}

.tour-card {
transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
    border-color: #E5E1DE;
    --tour-card-bg: none;
    position: relative;
    overflow: hidden;
    border: 0;
    background: var(--theme-card-deep);
    isolation: isolate;
    height: 560px;
    border-radius: 36px;
    box-shadow: 0 26px 64px rgba(var(--theme-deep-rgb),.18);
}

.tour-card::after {
content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(var(--theme-deep-rgb),.04) 0%, rgba(var(--theme-deep-rgb),.11) 31%, rgba(var(--theme-deep-rgb),.68) 60%, rgba(var(--theme-deep-rgb),.98) 100%);
}

.tour-card-body {
position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    backdrop-filter: none;
    padding: 220px 34px 34px;
    background: linear-gradient(180deg, transparent 0%, rgba(var(--theme-deep-rgb),.27) 23%, rgba(var(--theme-deep-rgb),.90) 67%, rgba(var(--theme-deep-rgb),.99) 100%);
}

.tour-card-title {
margin-bottom: 11px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.65rem, 1.75vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -.055em;
    text-shadow: 0 5px 22px rgba(0,0,0,.28);
}

.tour-card-desc {
max-width: 95%;
    min-height: auto;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: .96rem;
    line-height: 1.72;
    letter-spacing: -.025em;
    word-break: keep-all;
}

.tour-card-footer {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding-top: 19px;
    border-top: 1px solid rgba(255,255,255,.24);
}

.tour-card-footer strong {
color: rgba(255,255,255,.88);
    font-size: .92rem;
    font-weight: 800;
}

.tour-card-footer a {
transition: .25s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 6px;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid var(--theme-primary);
    font-size: .9rem;
    font-weight: 850;
}

.tour-card-footer a i {
transition: transform .25s ease;
}

.tour-card-footer a:hover {
transform: translateX(2px);
    color: var(--theme-section);
    background: transparent;
}

.tour-card-footer a:hover i {
transform: translateX(5px);
}

.tour-card-course {
position: absolute;
    z-index: 10;
    inset: 0;
    min-height: 100%;
    overflow: hidden;
    color: #fff;
    backdrop-filter: blur(11px) saturate(.72);
    opacity: 0;
    visibility: hidden;
    transform: scale(.965) translateY(7px);
    transition: opacity .32s ease, visibility .32s ease, transform .38s cubic-bezier(.22,.61,.36,1);
    pointer-events: none;
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(var(--theme-deep-rgb),.98), var(--theme-card-deep));
    box-shadow: 0 25px 60px rgba(var(--theme-deep-rgb),.34);
    padding: 36px 32px 30px;
}

.tour-card-course h5 {
position: relative;
    z-index: 2;
    color: #fff;
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -.045em;
    margin-top: 20px;
    margin: 18px 0 24px;
    font-size: 1.78rem;
}

.tour-course-label {
position: relative;
    z-index: 2;
    padding: 0 11px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    max-width: 100%;
    height: 31px;
    background: var(--theme-secondary);
    font-size: .74rem;
    letter-spacing: .12em;
}

.tour-hover-timeline {
position: relative;
    z-index: 2;
    margin: 25px 0 0;
    padding: 0 0 0 26px;
    list-style: none;
    margin-top: 30px;
    gap: 18px;
}

.tour-hover-timeline time {
display: block;
    margin-bottom: 3px;
    font: 700 .82rem Georgia, serif;
    letter-spacing: .06em;
    color: var(--theme-section);
    font-size: .98rem;
}

.tour-hover-timeline span {
display: block;
    overflow: hidden;
    color: rgba(255,255,255,.86);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .88rem;
    line-height: 1.5;
}

.tour-course-hint {
position: absolute;
    z-index: 12;
    right: 24px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--theme-primary);
    box-shadow: 0 10px 24px rgba(var(--theme-primary-rgb),.32);
    font-size: 1rem;
    pointer-events: auto;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.tour-course-hint:hover {
    color: #fff;
    background: var(--theme-primary-hover);
    box-shadow: 0 14px 30px rgba(var(--theme-primary-rgb),.42);
    transform: translateX(3px);
}

.tour-course-hint:focus-visible {
    outline: 3px solid rgba(255,255,255,.9);
    outline-offset: 3px;
}

.tour-discovery .destination-detail::before,
.tour-discovery .destination-detail::after {
display: none;
}

.tour-discovery .destination-detail-cta {
padding: 0 0 10px;
    color: var(--theme-ink);
    background: transparent;
    border: 0;
    border-bottom: 3px solid var(--theme-primary);
    border-radius: 0;
    font-size: 1.05rem;
    font-weight: 900;
}

.tour-discovery .destination-detail-cta:hover {
color: var(--theme-primary);
    background: transparent;
}

.tour-discovery .destination-detail-meta {
gap: 10px 22px;
}

.tour-discovery .destination-detail-meta span {
padding: 0;
    color: var(--theme-muted);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: .9rem;
    font-weight: 800;
}

.tour-discovery .tour-list-area {
width: 100%;
    max-width: 1650px;
    margin: 190px auto 0;
}

.tour-discovery .tour-card::before {
inset: 0 0 auto;
    width: 100%;
    height: 300px;
    border-radius: 22px;
    background-image: var(--tour-card-bg);
    background-position: center;
    background-size: cover;
    filter: saturate(.95) contrast(1.05);
    transform: none;
}

.tour-discovery .tour-card-footer strong {
color: rgba(255,255,255,.9);
    font-size: .98rem;
}

.tour-discovery .tour-card-footer a {
padding: 0 0 7px;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid var(--theme-section);
    border-radius: 0;
    font-size: .96rem;
}

.tour-discovery .tour-card-footer a:hover {
color: var(--theme-section);
    background: transparent;
}

.tour-discovery .tour-eyebrow {
text-transform: none;
    font-family: inherit;
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: -.02em;
}

.tour-discovery .destination-intro .tour-eyebrow {
display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.tour-discovery .destination-intro .tour-eyebrow::before {
content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--theme-primary);
}

.tour-discovery .destination-intro .tour-heading {
max-width: 780px;
    font-size: clamp(3rem, 4.2vw, 4.6rem);
    line-height: 1.08;
    letter-spacing: -.065em;
}

.tour-discovery .destination-intro .tour-copy {
max-width: 760px;
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 1.85;
}

.tour-discovery .destination-detail-title {
max-width: 720px;
    font-weight: 900;
    letter-spacing: -.085em;
    font-size: clamp(3.4rem, 4.3vw, 4.8rem);
    line-height: 1;
}

.tour-discovery .destination-detail-description {
max-width: 720px;
    margin: 34px 0 44px;
    color: var(--theme-muted);
    letter-spacing: -.027em;
    font-size: 1.1rem;
    line-height: 1.9;
}

.tour-discovery .tour-list-head {
margin-bottom: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    text-align: left;
}

.tour-discovery .tour-list-head .tour-heading {
letter-spacing: -.075em;
    font-size: clamp(3.1rem, 4.5vw, 4.9rem);
}

.tour-discovery .tour-list-head .tour-copy {
line-height: 1.8;
    max-width: 520px;
    margin: 0 0 6px;
    text-align: left;
    font-size: 1.02rem;
}

.tour-discovery .tour-card::after {
inset: 0 0 auto;
    height: 300px;
    border-radius: 22px;
    background: linear-gradient(180deg, transparent 70%, rgba(12,17,26,.2));
}

.tour-discovery .tour-card-body::before {
content: '';
    width: 46px;
    height: 4px;
    display: block;
    flex: 0 0 auto;
    margin-bottom: 13px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--theme-primary), var(--theme-secondary));
}

.tour-discovery .tour-card-course h5 {
margin: 18px 0 24px;
    font-size: 1.85rem;
}

.tour-discovery .tour-course-label {
width: fit-content;
    padding: 8px 12px;
    font-size: .8rem;
    letter-spacing: -.01em;
}

.tour-discovery .tour-hover-timeline time {
font-size: 1rem;
}

.tour-discovery .tour-hover-timeline span {
margin-top: 5px;
    font-size: .9rem;
}

.tour-discovery .tour-course-hint {
right: 31px;
    bottom: 27px;
    font-size: .9rem;
}

.tour-discovery .tour-card-title {
margin: 0 0 17px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: clamp(1.82rem, 1.65vw, 2.08rem);
    line-height: 1.16;
    letter-spacing: -.055em;
}

.tour-discovery .tour-card-desc {
color: rgba(255,255,255,.88);
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.75;
    letter-spacing: -.025em;
}

.tour-discovery .tour-card-footer {
border-top: 1px solid rgba(255,255,255,.28);
    margin-top: 22px;
    padding-top: 18px;
}

.tour-discovery .tour-card-footer strong,
.tour-discovery .tour-card-footer a {
font-size: .94rem;
}

.tour-discovery .tour-hover-timeline {
padding-left: 0;
    border-left: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 26px;
    padding: 0 0 0 31px;
    border: 0;
}

.tour-discovery .tour-hover-timeline::before {
content: '';
    position: absolute;
    top: 9px;
    bottom: 32px;
    left: 7px;
    width: 2px;
    background: rgba(255,255,255,.34);
}

.tour-discovery .tour-hover-timeline li {
position: relative;
    min-height: 0;
    padding: 0 0 18px;
    border-left: 0 !important;
}

.tour-discovery .tour-hover-timeline li:last-child {
padding-bottom: 0;
}

.tour-discovery .tour-hover-timeline li::before {
left: -30px;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 3px solid rgba(255,255,255,.9);
    background: var(--theme-primary);
    box-shadow: 0 0 0 4px rgba(255,255,255,.08);
}

.tour-discovery .tour-card-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
}

.tour-discovery .tour-card {
height: 545px !important;
    overflow: visible;
    border: 0;
    border-radius: 28px;
    color: var(--theme-ink);
    background: transparent;
    box-shadow: none;
}

.tour-discovery .tour-card-body {
display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 324px !important;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute !important;
    width: 100% !important;
    height: 221px !important;
    padding: 24px 25px 22px !important;
    color: var(--theme-ink);
    background: var(--bg-white) !important;
    border: 1px solid rgba(var(--theme-deep-rgb),.1);
    border-radius: 22px;
}

.tour-discovery .tour-card-body .tour-card-title {
margin: 0 0 8px !important;
    color: var(--theme-ink) !important;
    font-size: 1.56rem !important;
    line-height: 1.2 !important;
    letter-spacing: -.045em !important;
    text-shadow: none !important;
}

.tour-discovery .tour-card-body .tour-card-desc {
display: -webkit-box;
    overflow: hidden;
    margin: 0 !important;
    color: var(--theme-muted) !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tour-discovery .tour-card-body .tour-card-footer {
margin-top: auto !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(var(--theme-deep-rgb),.1);
}

.tour-discovery .tour-card-body .tour-card-footer strong,
.tour-discovery .tour-card-body .tour-card-footer a {
color: var(--theme-ink);
    font-size: 1rem !important;
}

.tour-discovery .tour-card-course .tour-hover-timeline {
position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 0 0 31px !important;
    border: 0 !important;
}

.tour-discovery .tour-card-course .tour-hover-timeline::before {
display: block !important;
    top: 9px !important;
    bottom: 32px !important;
    left: 9px !important;
    width: 2px !important;
}

.tour-discovery .tour-card-course .tour-hover-timeline li {
min-height: 0 !important;
    padding: 0 0 18px !important;
    border-left: 0 !important;
}

.tour-discovery .tour-card-course .tour-hover-timeline li:last-child {
padding-bottom: 0 !important;
}

.tour-discovery .tour-card-course .tour-hover-timeline li::before {
left: -30px !important;
    top: 3px !important;
}

.hero-pagination {
position: absolute;
    z-index: 14;
    display: flex;
    gap: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 184px !important;
}

.tour-discovery .destination-intro {
max-width: 100%;
    position: relative;
    min-height: 260px;
}

.destination-intro-signature {
position: absolute;
    z-index: 0;
    top: 28px;
    right: 64px;
    color: #557acb;
    font-family: "Segoe Script", "Brush Script MT", "Lucida Handwriting", cursive;
    font-size: clamp(3.6rem, 6vw, 6.8rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.06em;
    white-space: nowrap;
    pointer-events: none;
    transform: rotate(-6deg);
}

.tour-discovery .destination-intro > :not(.destination-intro-signature) {
position: relative;
    z-index: 1;
}

#siteHeader {
position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0;
    color: #14213D;
    background: rgba(255,255,255,.95);
    border: 0;
    box-shadow: 0 1px 0 rgba(15,23,42,.10);
    text-shadow: none;
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    transition: background .35s ease, box-shadow .35s ease;
}

#siteHeader::after {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--theme-primary) 38%, var(--theme-secondary) 62%, transparent);
    opacity: .30;
    pointer-events: none;
}

#siteHeader.scrolled {
min-height: 0;
    padding: 0;
    color: #14213D;
    background: rgba(255,255,255,.97);
    border: 0;
    box-shadow: 0 14px 38px rgba(15,23,42,.11);
}

#siteHeader.mega-open {
background: #fff;
    box-shadow: 0 20px 55px rgba(15,23,42,.14);
}

.header-shell {
width: min(1760px, calc(100% - 64px));
    margin: 0 auto;
}

.header-utility {
height: 35px;
    overflow: hidden;
    color: #596379;
    background: rgba(var(--theme-primary-rgb),.055);
    border-bottom: 1px solid rgba(15,23,42,.07);
    transition: height .35s ease, opacity .28s ease, border-color .28s ease;
}

#siteHeader.scrolled .header-utility {
height: 0;
    opacity: 0;
    border-color: transparent;
}

.utility-inner {
height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: .74rem;
    font-weight: 700;
}

.utility-links {
display: flex;
    align-items: center;
    gap: 0;
}

.utility-links a {
position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    transition: color .25s ease;
}

.utility-links a + a::before {
content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #A6AEBE;
    transform: translateY(-50%);
}

.utility-links a:hover {
color: var(--theme-primary);
}

.utility-home {
color: #26324B;
    font-weight: 850;
}

.header-main {
position: relative;
    height: 86px;
    background: rgba(255,255,255,.88);
    transition: height .35s ease;
}

#siteHeader.scrolled .header-main {
height: 74px;
}

.header-main-inner {
height: 100%;
    display: grid;
    grid-template-columns: minmax(245px, 320px) minmax(570px, 1fr) auto;
    align-items: center;
    gap: clamp(22px, 3vw, 54px);
}

#siteHeader .bi-logo {
width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    color: #15213A;
    font-size: inherit;
    line-height: 1;
    text-shadow: none;
}

#siteHeader .logo-symbol {
position: relative;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 18px 18px 18px 6px;
    color: #fff;
    background: linear-gradient(145deg, var(--theme-primary), var(--theme-secondary));
    box-shadow: 0 10px 22px rgba(var(--theme-primary-rgb),.20);
}

.logo-symbol b {
position: relative;
    z-index: 2;
    font-size: 1.45rem;
    font-weight: 950;
    letter-spacing: -.08em;
}

.logo-symbol i {
position: absolute;
    right: -6px;
    bottom: -4px;
    color: rgba(255,255,255,.25);
    font-size: 2.4rem;
    transform: rotate(-18deg);
}

#siteHeader .logo-copy {
display: flex;
    flex-direction: column;
    gap: 5px;
}

#siteHeader .logo-copy small {
color: var(--theme-primary);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .16em;
}

#siteHeader .logo-copy strong {
color: #15213A;
    font-size: 1.48rem;
    font-weight: 950;
    letter-spacing: -.055em;
    white-space: nowrap;
}

.primary-navigation {
height: 100%;
}

#siteHeader .nav-links li {
height: 100%;
    padding: 0;
}

#siteHeader .nav-links li::after {
display: none;
}

#siteHeader .nav-link::before {
content: '';
    position: absolute;
    top: 19px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--theme-primary);
    opacity: 0;
    transform: translate(-50%, 7px) scale(.5);
    transition: opacity .25s ease, transform .35s cubic-bezier(.16,1,.3,1);
}

#siteHeader .nav-link::after {
content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    background: var(--theme-primary);
    transition: left .35s cubic-bezier(.16,1,.3,1), right .35s cubic-bezier(.16,1,.3,1);
}

#siteHeader .nav-link:hover,
#siteHeader .nav-link:focus-visible,
#siteHeader .nav-link.active {
color: var(--theme-primary-hover);
}

#siteHeader .nav-link:hover::before,
#siteHeader .nav-link:focus-visible::before,
#siteHeader .nav-link.active::before {
opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

#siteHeader .nav-link:hover::after,
#siteHeader .nav-link:focus-visible::after,
#siteHeader .nav-link.active::after {
left: 0;
    right: 0;
}

.header-booking {
height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 15px;
    color: #fff;
    background: #03C75A;
    font-size: .84rem;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 11px 24px rgba(3,199,90,.18);
    transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease, background .25s ease;
}

.header-booking span {
width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.42);
    font-size: .72rem;
    font-weight: 950;
}

.header-booking:hover {
color: #fff;
    background: #02B753;
    box-shadow: 0 15px 30px rgba(3,199,90,.28);
    transform: translateY(-3px);
}

#siteHeader .menu-btn:hover {
color: var(--theme-primary);
    border-color: rgba(var(--theme-primary-rgb),.38);
    background: var(--theme-soft);
}

#siteHeader .menu-btn {
position: relative;
    width: 46px;
    height: 46px;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #DDE2EA;
    border-radius: 15px;
    color: #172039;
    background: #fff;
    font-size: 1.08rem;
    cursor: pointer;
    transition: color .25s ease, border-color .25s ease, background .25s ease;
    display: none;
    padding: 0;
}

#siteHeader .menu-btn span {
position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    background: currentColor;
    transition: transform .3s ease;
}

#siteHeader .menu-btn span:first-child {
transform: translateY(-4px);
}

#siteHeader .menu-btn span:last-child {
transform: translateY(4px);
}

.mega-menu {
position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    background: rgba(255,255,255,.985);
    border-top: 1px solid #E6E9EF;
    box-shadow: 0 26px 50px rgba(15,23,42,.13);
    transform: translateY(-14px);
    transform-origin: center top;
    transition: opacity .28s ease, transform .48s cubic-bezier(.16,1,.3,1), visibility .28s;
}

#siteHeader.mega-open .mega-menu {
visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* 통합 메뉴: 스크립트 로딩 전에도 대메뉴 hover/focus에서 표시 */
@media (min-width: 941px) {
    #siteHeader:has(.primary-navigation .nav-link:hover) .mega-menu,
    #siteHeader:has(.primary-navigation .nav-link:focus-visible) .mega-menu,
    #siteHeader:has(.mega-menu:hover) .mega-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

}

.mega-menu-shell {
padding: 34px 0 38px;
}

.mega-panel {
display: none;
    grid-template-columns: minmax(230px, 290px) 1fr;
    gap: clamp(28px, 4vw, 72px);
    animation: megaPanelIn .42s cubic-bezier(.16,1,.3,1) both;
}

.mega-panel.active {
display: grid;
}

@keyframes megaPanelIn {
from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.mega-intro {
position: relative;
    min-height: 200px;
    padding: 15px 30px 15px 0;
    overflow: hidden;
    border-right: 1px solid #E6E9EF;
}

.mega-intro > span {
color: var(--theme-primary);
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .14em;
}

.mega-intro h2 {
margin: 13px 0 14px;
    color: #172039;
    font-size: 2rem;
    font-weight: 950;
    letter-spacing: -.06em;
}

.mega-intro p {
max-width: 220px;
    color: #6A7385;
    font-size: .86rem;
    line-height: 1.75;
    word-break: keep-all;
}

.mega-groups {
display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.mega-group {
min-height: 200px;
    padding: 0 16px;
}

.mega-group h3 i {
color: #98A1B2;
    font-size: .68rem;
}

.mega-group > a:not(.header-booking)::before {
content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #A4ACB9;
    transform: translateY(-50%);
    transition: background .22s ease, transform .22s ease;
}

.mega-group > a:not(.header-booking):hover {
color: var(--theme-primary-hover);
    transform: translateX(4px);
}

.mega-group > a:not(.header-booking):hover::before {
background: var(--theme-primary);
    transform: translateY(-50%) scale(1.4);
}


#tourCourse,
#destinationDetail,
#daejeonNews,
#quickMenu,
#noticeArea {
scroll-margin-top: 110px;
}

#siteHeader,
#siteHeader .header-main,
#siteHeader .header-utility,
#siteHeader .logo-symbol,
#siteHeader .logo-copy strong,
#siteHeader .logo-copy small,
#siteHeader .menu-btn {
transition: color .35s ease,
                background-color .35s ease,
                border-color .35s ease,
                box-shadow .35s ease,
                opacity .35s ease;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) {
color: #fff;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within)::after {
opacity: 0;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .header-utility {
color: rgba(255,255,255,.82);
    background: transparent;
    border-bottom-color: rgba(255,255,255,.16);
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .utility-links,
#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .utility-home {
color: rgba(255,255,255,.90);
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .utility-links a + a::before {
background: rgba(255,255,255,.46);
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .header-main {
background: transparent;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .logo-symbol {
color: #fff;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.46);
    box-shadow: none;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .logo-copy small,
#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .logo-copy strong {
color: #fff;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .logo-copy small {
opacity: .76;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .nav-links,
#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .nav-link,
#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .nav-link.active {
color: #fff;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .nav-link::after {
background: #fff;
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .nav-link::before {
background: var(--theme-section);
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .menu-btn {
color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.38);
}

.tour-discovery .destination-detail.destination-gallery::before,
.tour-discovery .destination-detail.destination-gallery::after {
display: none;
}

.destination-gallery-side::after {
content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--theme-deep-rgb),.02), rgba(var(--theme-deep-rgb),.20));
    transition: background .45s ease;
}

.destination-gallery-side:hover > img {
transform: scale(1.065);
    filter: saturate(1.06);
}

.destination-gallery-side:hover::after {
background: linear-gradient(180deg, rgba(var(--theme-deep-rgb),.03), rgba(var(--theme-deep-rgb),.34));
}

.destination-gallery-shade {
position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(8,12,18,.18) 52%, rgba(8,12,18,.86) 100%);
    pointer-events: none;
}

.destination-gallery-prev .destination-gallery-arrow {
right: 34px;
}

.destination-gallery-next .destination-gallery-arrow {
left: 34px;
}

.destination-gallery-side:hover .destination-gallery-arrow {
color: #fff;
    background: var(--theme-primary);
    transform: translateY(-50%) scale(1.1);
}

.destination-gallery-side-name {
position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 28px;
    left: 28px;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: -.035em;
    text-align: left;
    text-shadow: 0 4px 14px rgba(0,0,0,.42);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s ease, transform .5s cubic-bezier(.16,1,.3,1);
}

.destination-gallery-side:hover .destination-gallery-side-name {
opacity: 1;
    transform: translateY(0);
}

.destination-gallery .destination-gallery-copy .tour-eyebrow {
margin: 0 0 13px;
    color: var(--theme-section);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.destination-gallery .destination-detail-meta {
display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
}

.destination-gallery .destination-detail-meta span {
padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.10);
    font-size: .7rem;
    font-weight: 750;
    backdrop-filter: blur(7px);
}

.destination-gallery .destination-detail-meta span::before {
display: none;
}

.destination-gallery .destination-detail-cta {
width: fit-content;
    min-width: 0;
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.52);
    border-radius: 3px;
    color: #fff;
    background: rgba(255,255,255,.06);
    font-size: .8rem;
    font-weight: 850;
    backdrop-filter: blur(8px);
    transition: color .3s ease, background .3s ease, border-color .3s ease;
}

.destination-gallery .destination-detail-cta:hover {
color: #172039;
    background: #fff;
    border-color: #fff;
    transform: none;
}

.destination-gallery-status {
position: absolute;
    z-index: 4;
    right: 38px;
    bottom: 43px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.68);
    font-size: .88rem;
    font-weight: 750;
}

.destination-gallery-status strong {
color: #fff;
    font-size: 1.15rem;
}

.destination-gallery-status button {
width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-left: 7px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.10);
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

.destination-gallery-status button:hover {
background: var(--theme-primary);
    transform: scale(1.07);
}

body,
.tour-discovery {
background-color: #fff !important;
}

.tour-discovery {
background: #fff;
    overflow: hidden;
    padding-top: 110px;
    position: relative;
    padding: 118px 0 0px;
    isolation: isolate;
}

.tour-discovery::before,
.tour-discovery::after {
content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    display: none !important;
}

.tour-discovery .destination-detail {
display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(460px, .88fr);
    align-items: center;
    gap: clamp(72px, 7vw, 130px);
    min-height: 680px;
    padding: 0px 24px;
    overflow: visible;
    border-bottom: 1px solid rgba(var(--theme-deep-rgb),.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    background-color: #fff;
}

#siteHeader .nav-links {
height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    color: #172039;
    text-shadow: none;
    gap: clamp(30px, 3vw, 60px);
    font-size: 1.32rem;
    font-weight: 720;
    letter-spacing: -.035em;
}

#siteHeader .nav-link {
position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3px 0 0;
    white-space: nowrap;
    transition: color .25s ease;
    padding-inline: 2px;
}

.mega-group h3 {
height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 0 17px;
    border: 1px solid #D9DEE8;
    border-radius: 13px;
    color: #172039;
    background: #fff;
    font-weight: 900;
    font-size: 1rem;
}

.mega-group > a:not(.header-booking) {
position: relative;
    display: block;
    padding: 8px 10px 8px 23px;
    color: #555F72;
    transition: color .22s ease, transform .32s cubic-bezier(.16,1,.3,1);
    font-size: .94rem;
    line-height: 1.45;
}

.hero-modern .hero-slide.active {
z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 1.45s cubic-bezier(.22,.61,.36,1),
                transform 1.8s cubic-bezier(.16,1,.3,1),
                visibility 0s linear 0s;
}

.hero-modern .hero-slide .hero-copy-wrap h2,
.hero-modern .hero-slide .hero-description,
.hero-modern .hero-slide .hero-badge {
opacity: 0;
    filter: blur(8px);
    will-change: opacity, transform, filter;
}

.hero-modern .hero-slide.active .hero-copy-wrap h2 {
animation: heroTitleReveal 1.35s .46s cubic-bezier(.16,1,.3,1) both;
}

.hero-modern .hero-slide.active .hero-description {
animation: heroTextReveal 1.15s .76s cubic-bezier(.16,1,.3,1) both;
}

.hero-modern .hero-slide.active .badge-one {
animation: heroBadgeReveal 1.05s .92s cubic-bezier(.16,1,.3,1) both;
}

.hero-modern .hero-slide.active .badge-two {
animation: heroBadgeReveal 1.05s 1.08s cubic-bezier(.16,1,.3,1) both;
}

.hero-modern .hero-slide.active .shape-main img {
animation: heroSlowZoomV9 8.4s cubic-bezier(.2,.65,.35,1) both;
}

@keyframes heroTextReveal {
from { opacity: 0; filter: blur(8px); transform: translate3d(0,28px,0); }
    to { opacity: 1; filter: blur(0); transform: translate3d(0,0,0); }
}

@keyframes heroTitleReveal {
from { opacity: 0; filter: blur(10px); transform: translate3d(0,44px,0) scale(.985); }
    to { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); }
}

@keyframes heroBadgeReveal {
from { opacity: 0; filter: blur(7px); transform: translate3d(0,20px,0) scale(.9); }
    to { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); }
}

@keyframes heroSlowZoomV9 {
from { transform: scale(1.015); }
    to { transform: scale(1.115); }
}

.destination-gallery-main > img,
.destination-gallery-side > img {
width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.015);
    opacity: 1;
    filter: blur(0) saturate(1);
    transition: opacity .88s cubic-bezier(.22,.61,.36,1),
                transform 1.35s cubic-bezier(.16,1,.3,1),
                filter .9s ease;
    will-change: opacity, transform, filter;
}

.destination-gallery-copy > * {
opacity: 1;
    filter: blur(0);
    transform: translate3d(0,0,0);
    transition: opacity .9s cubic-bezier(.22,.61,.36,1),
                transform 1.08s cubic-bezier(.16,1,.3,1),
                filter .9s ease;
    will-change: opacity, transform, filter;
}

.destination-gallery-copy > :nth-child(1) {
transition-delay: .10s;
}

.destination-gallery-copy > :nth-child(2) {
transition-delay: .20s;
}

.destination-gallery-copy > :nth-child(3) {
transition-delay: .31s;
}

.destination-gallery-copy > :nth-child(4) {
transition-delay: .41s;
}

.destination-gallery-copy > :nth-child(5) {
transition-delay: .50s;
}

.motion-ready .destination-intro-signature:not(.is-visible) {
opacity: 0;
    filter: blur(7px);
    transform: translate3d(38px,18px,0) rotate(-6deg);
}

.destination-intro-signature.is-visible {
animation: signatureReveal 1.8s cubic-bezier(.16,1,.3,1) both;
}

.destination-intro-signature::after {
content: '';
    position: absolute;
    right: 2%;
    bottom: -12px;
    width: 64%;
    height: 18px;
    border-top: 3px solid currentColor;
    border-radius: 50%;
    transform: rotate(-3deg);
    opacity: 0;
    transform-origin: left center;
}

.destination-intro-signature.is-visible::after {
animation: signatureStroke 1.15s .85s cubic-bezier(.16,1,.3,1) both;
}

@keyframes signatureReveal {
from { opacity: 0; filter: blur(7px); transform: translate3d(38px,18px,0) rotate(-6deg); letter-spacing: .02em; }
    to { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) rotate(-6deg); letter-spacing: -.06em; }
}

@keyframes signatureStroke {
from { opacity: 0; transform: rotate(-3deg) scaleX(0); }
    to { opacity: 1; transform: rotate(-3deg) scaleX(1); }
}

[data-aos="title-rise"] {
opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0,38px,0);
    transition-property: opacity, transform, clip-path;
}

[data-aos="title-rise"].aos-animate {
opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0,0,0);
}

.tour-heading[data-aos] {
will-change: opacity, transform, clip-path;
}

.destination-gallery-prev {
left: 0;
    right: auto;
    width: var(--destination-side);
}

.destination-gallery-main {
z-index: 2;
    left: calc(var(--destination-side) + var(--destination-gap));
    width: calc(100% - var(--destination-side) - var(--destination-side) - var(--destination-gap) - var(--destination-gap));
}

.destination-gallery-next {
left: calc(100% - var(--destination-side));
    right: auto;
    width: var(--destination-side);
}

.destination-gallery-stage.is-sliding-next .destination-gallery-prev {
left: calc(0px - var(--destination-side) - var(--destination-gap));
    opacity: .42;
}

.destination-gallery-stage.is-sliding-next .destination-gallery-main {
left: 0;
    width: var(--destination-side);
    border-radius: 18px;
}

.destination-gallery-stage.is-sliding-next .destination-gallery-next {
z-index: 3;
    left: calc(var(--destination-side) + var(--destination-gap));
    width: calc(100% - var(--destination-side) - var(--destination-side) - var(--destination-gap) - var(--destination-gap));
}

.destination-gallery-stage.is-sliding-prev .destination-gallery-next {
left: calc(100% + var(--destination-gap));
    opacity: .42;
}

.destination-gallery-stage.is-sliding-prev .destination-gallery-main {
left: calc(100% - var(--destination-side));
    width: var(--destination-side);
    border-radius: 18px;
}

.destination-gallery-stage.is-sliding-prev .destination-gallery-prev {
z-index: 3;
    left: calc(var(--destination-side) + var(--destination-gap));
    width: calc(100% - var(--destination-side) - var(--destination-side) - var(--destination-gap) - var(--destination-gap));
}

.destination-gallery-ghost {
z-index: 1;
    display: block;
    padding: 0;
    pointer-events: none;
}

.destination-gallery-ghost.destination-ghost-next {
left: calc(100% + var(--destination-gap));
    width: var(--destination-side);
}

.destination-gallery-ghost.destination-ghost-prev {
left: calc(0px - var(--destination-side) - var(--destination-gap));
    width: var(--destination-side);
}

.destination-gallery-stage.is-sliding-next .destination-ghost-next {
left: calc(100% - var(--destination-side));
}

.destination-gallery-stage.is-sliding-prev .destination-ghost-prev {
left: 0;
}

.destination-gallery-stage.is-resetting .destination-gallery-main,
.destination-gallery-stage.is-resetting .destination-gallery-side {
transition: none !important;
}

.destination-gallery-stage.is-sliding .destination-gallery-copy,
.destination-gallery-stage.is-copy-hidden .destination-gallery-copy,
.destination-gallery-stage.is-sliding .destination-gallery-status,
.destination-gallery-stage.is-copy-hidden .destination-gallery-status {
opacity: 0;
    filter: blur(5px);
    transform: translate3d(0,22px,0);
    transition-delay: 0s !important;
    transition-duration: .32s !important;
}

.destination-gallery-copy,
.destination-gallery-status {
transition: opacity .7s ease, transform .9s cubic-bezier(.16,1,.3,1), filter .7s ease;
}

.destination-gallery-stage.is-sliding-next .destination-gallery-next .destination-gallery-arrow,
.destination-gallery-stage.is-sliding-next .destination-gallery-next .destination-gallery-side-name,
.destination-gallery-stage.is-sliding-prev .destination-gallery-prev .destination-gallery-arrow,
.destination-gallery-stage.is-sliding-prev .destination-gallery-prev .destination-gallery-side-name {
opacity: 0;
    transform: translateY(-50%) scale(.78);
}

.destination-gallery-arrow {
position: absolute;
    z-index: 3;
    top: 50%;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    color: #172039;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 28px rgba(10,15,24,.18);
    transform: translateY(-50%);
    transition: color .3s ease, background .3s ease, transform .5s cubic-bezier(.16,1,.3,1);
    transition-property: color, background, transform, opacity;
}

.destination-hover-frame {
position: absolute;
    z-index: 5;
    inset: 11px;
    overflow: hidden;
    border-radius: 13px;
    pointer-events: none;
}

.destination-hover-frame i {
position: absolute;
    display: block;
    border-radius: 99px;
    background: linear-gradient(90deg, #fff, var(--theme-section));
    box-shadow: 0 0 14px rgba(255,255,255,.48);
    transition: width .3s ease, height .3s ease;
}

.destination-hover-frame i:nth-child(1) {
top: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.destination-hover-frame i:nth-child(2) {
top: 0;
    right: 0;
    width: 2px;
    height: 0;
    transition-delay: .10s;
}

.destination-hover-frame i:nth-child(3) {
right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition-delay: .20s;
}

.destination-hover-frame i:nth-child(4) {
bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
    transition-delay: .30s;
}

.destination-gallery-side:hover .destination-hover-frame i:nth-child(1),
.destination-gallery-side:focus-visible .destination-hover-frame i:nth-child(1),
.destination-gallery-side:hover .destination-hover-frame i:nth-child(3),
.destination-gallery-side:focus-visible .destination-hover-frame i:nth-child(3) {
width: 100%;
}

.destination-gallery-side:hover .destination-hover-frame i:nth-child(2),
.destination-gallery-side:focus-visible .destination-hover-frame i:nth-child(2),
.destination-gallery-side:hover .destination-hover-frame i:nth-child(4),
.destination-gallery-side:focus-visible .destination-hover-frame i:nth-child(4) {
height: 100%;
}

.destination-gallery-side:focus-visible {
outline: 0;
}

.daejeon-news {
position: relative;
    padding: 0 0 100px;
    overflow: hidden;
    background: #fff;
}

.tour-map-zone {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
}

.tour-map-zone::before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background-image: url('../img/tour_back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: clamp(760px, 72vw, 1320px) auto;
    opacity: .6;
    filter: saturate(.82) contrast(1.08);
    mix-blend-mode: multiply;
}

.tour-map-zone > .daejeon-news,
.tour-map-zone > .tour-discovery {
    position: relative;
    z-index: 1;
    background-color: transparent !important;
}

html[data-theme="dark"] .tour-map-zone {
    background: var(--theme-page);
}

html[data-theme="dark"] .tour-map-zone::before {
    background-color: var(--theme-page);
    opacity: .14;
    filter: saturate(.78) brightness(1.35) contrast(1.08);
    mix-blend-mode: screen;
}

html[data-theme="dark"] .tour-map-zone > :is(.daejeon-news, .tour-discovery) {
    background-color: transparent !important;
}

@media (max-width: 940px) {
    .tour-map-zone::before {
        background-attachment: scroll;
        background-size: 720px auto;
        opacity: .13;
    }
}

.daejeon-news-inner {
position: relative;
    z-index: 1;
	padding-top:100px;
    width: min(1550px, calc(100% - 64px));
    margin: 0 auto;
}

.destination-gallery-main:hover .destination-hover-frame i:nth-child(1),
.destination-gallery-main:focus-visible .destination-hover-frame i:nth-child(1),
.destination-gallery-main:hover .destination-hover-frame i:nth-child(3),
.destination-gallery-main:focus-visible .destination-hover-frame i:nth-child(3) {
width: 100%;
}

.destination-gallery-main:hover .destination-hover-frame i:nth-child(2),
.destination-gallery-main:focus-visible .destination-hover-frame i:nth-child(2),
.destination-gallery-main:hover .destination-hover-frame i:nth-child(4),
.destination-gallery-main:focus-visible .destination-hover-frame i:nth-child(4) {
height: 100%;
}

.destination-gallery-main:focus-visible {
outline: 0;
}

.daejeon-news::before {
content: 'DAEJEON NOW';
    position: absolute;
    top: 74px;
    right: -22px;
    color: rgba(var(--theme-primary-rgb),.045);
    font-size: clamp(6rem, 13vw, 15rem);
    line-height: .8;
    font-weight: 950;
    letter-spacing: -.08em;
    white-space: nowrap;
    pointer-events: none;
    display: none;
}











































html,
body {
overflow-x: clip;
}

#siteHeader .header-main,
#siteHeader.scrolled .header-main {
height: 100px;
}

.hero-modern .hero-slide {
z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.018);
    transition: opacity 1.45s cubic-bezier(.22,.61,.36,1),
                transform 1.8s cubic-bezier(.16,1,.3,1),
                visibility 0s linear 1.45s;
    will-change: opacity, transform;
    padding-top: 190px;
}

.header-actions {
display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.utility-links .utility-home {
position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border: 0;
    color: #26324B;
    background: transparent;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
    transition: color .25s ease;
}

.utility-links .utility-home:hover,
.utility-links .utility-home[aria-expanded="true"] {
color: var(--theme-primary);
}

.utility-links .utility-home .fa-angle-down {
transition: transform .35s cubic-bezier(.16,1,.3,1);
}

.utility-links .utility-home[aria-expanded="true"] .fa-angle-down {
transform: rotate(180deg);
}

.utility-home-menu {
position: absolute;
    z-index: 80;
    top: 35px;
    right: auto;
    left: max(32px, calc((100vw - 1760px) / 2));
    width: min(520px, calc(100vw - 64px));
    padding: 22px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 0 0 24px 24px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 28px 55px rgba(15,23,42,.18);
    transform: translateY(-12px) scale(.985);
    transform-origin: left top;
    transition: opacity .28s ease, transform .42s cubic-bezier(.16,1,.3,1), visibility .28s;
}

.utility-home-menu.is-open {
visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.utility-home-menu > p {
margin: 0 0 13px;
    color: #172039;
    font-size: .87rem;
    font-weight: 900;
    letter-spacing: -.025em;
}

.utility-home-grid {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.utility-home-grid a {
min-height: 68px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 14px;
    border-radius: 15px;
    color: #27324A;
    background: #F5F7FA;
    transition: color .25s ease, background .25s ease, transform .35s cubic-bezier(.16,1,.3,1);
}

.utility-home-grid a:hover {
color: var(--theme-primary-hover);
    background: var(--theme-soft);
    transform: translateY(-3px);
}

.utility-home-grid a > i {
width: 24px;
    color: var(--theme-primary);
    font-size: 1.12rem;
    text-align: center;
}

.utility-home-grid a span {
display: flex;
    flex-direction: column;
    gap: 3px;
}

.utility-home-grid a b {
font-size: .86rem;
    font-weight: 900;
}

.utility-home-grid a small {
color: #788195;
    font-size: .68rem;
    font-weight: 650;
}

.hero-side-preview {
position: absolute;
    z-index: 16;
    top: 52%;
    width: clamp(145px, 13vw, 235px);
    padding: 12px 0;
    border: 0;
    color: #fff;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transform: translateY(-50%);
    filter: drop-shadow(0 5px 16px rgba(0,0,0,.32));
}

.hero-side-prev {
left: clamp(18px, 3.4vw, 68px);
}

.hero-side-next {
right: clamp(18px, 3.4vw, 68px);
    text-align: right;
}

.hero-side-index {
display: block;
    margin-bottom: 9px;
    color: rgba(255,255,255,.96);
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.04em;
}

.hero-side-line {
position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 13px;
    background: rgba(255,255,255,.65);
    transform-origin: center;
    transition: background .3s ease, transform .5s cubic-bezier(.16,1,.3,1);
}

.hero-side-line::after {
content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255,255,255,.12);
    transform: translateY(-50%);
}

.hero-side-prev .hero-side-line::after {
right: 0;
}

.hero-side-next .hero-side-line::after {
left: 0;
}

.hero-side-preview strong {
display: block;
    font-size: clamp(.77rem, .9vw, 1rem);
    font-weight: 850;
    letter-spacing: -.025em;
    transition: transform .45s cubic-bezier(.16,1,.3,1), color .3s ease;
}

.hero-side-preview:hover .hero-side-line {
background: var(--theme-section);
    transform: scaleX(1.06);
}

.hero-side-prev:hover strong {
color: var(--theme-section);
    transform: translateX(8px);
}

.hero-side-next:hover strong {
color: var(--theme-section);
    transform: translateX(-8px);
}

.hero-side-preview:focus-visible {
outline: 2px solid #fff;
    outline-offset: 6px;
}

.tour-discovery .tour-card-course {
overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior: contain;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 34px 31px 72px;
    inset: 0 !important;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 28px !important;
    background: linear-gradient(180deg, rgba(var(--theme-deep-rgb),.78) 0%, rgba(var(--theme-deep-rgb),.92) 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.07) !important;
    backdrop-filter: blur(3px) saturate(.82) !important;
    -webkit-backdrop-filter: blur(3px) saturate(.82) !important;
    transform: none !important;
    transition: opacity .46s ease, visibility .46s ease !important;
    scrollbar-color: rgba(255,255,255,.35) transparent;
    scrollbar-width: thin;
}

.tour-discovery .tour-card-course.is-scrollable {
    overflow-y: auto;
}

.tour-discovery .tour-card-course::after {
opacity: .48;
}

.tour-discovery .tour-card:hover .tour-card-course,
.tour-discovery .tour-card:focus .tour-card-course,
.tour-discovery .tour-card:focus-within .tour-card-course {
transform: none !important;
}

.tour-discovery .tour-card-course .tour-hover-timeline span {
color: rgba(255,255,255,.92);
}

.booking-cloud-bg,
.booking-dock-pull {
display: none;
}

.hero-booking-dock {
position: fixed !important;
    z-index: 980;
    top: auto !important;
    bottom: -5px !important;
    left: 50% !important;
    width: 330px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
    overflow: visible;
    color: var(--theme-ink);
    text-decoration: none;
    filter: drop-shadow(0 -7px 17px rgba(15, 23, 42, .08));
    transform: translateX(-50%);
    transition: transform .68s cubic-bezier(.16, 1, .3, 1);
}

.hero-booking-dock::before {
content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 98px;
    border-radius: 50% 50% 0 0 / 82% 82% 0 0;
    background: #fff;
    box-shadow: 0 -14px 32px rgba(10, 16, 24, .08);
    transition: height .68s cubic-bezier(.16, 1, .3, 1), box-shadow .68s ease;
}

.hero-booking-dock::after {
content: '';
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 50%;
    width: 108px;
    height: 70px;
    border: 2px solid rgba(var(--theme-primary-rgb), .34);
    border-radius: 50%;
    pointer-events: none;
    transform: translateX(-50%) scale(.78);
    animation: bookingDockPulse 2.3s ease-out infinite;
}

.booking-dock-visual {
position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 126px;
    height: 92px;
    transform: translateX(-50%);
    transition: transform .68s cubic-bezier(.16, 1, .3, 1);
}

.booking-dock-visual::before {
content: '';
    position: absolute;
    top: 22px;
    left: -6px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: var(--booking-icon-soft);
    box-shadow: 20px -6px 0 var(--booking-icon-mint), 39px 2px 0 rgba(255, 255, 255, .96);
    animation: bookingCloudFloat 3s ease-in-out infinite;
}

.booking-suitcase {
position: absolute;
    right: 34px;
    bottom: 0;
    color: var(--booking-icon-primary);
    font-size: 4.8rem;
    filter: drop-shadow(0 8px 13px rgba(var(--theme-deep-rgb), .18));
    transform-origin: 50% 100%;
    animation: bookingSuitcaseFloat 3s ease-in-out infinite;
}

.booking-ticket {
position: absolute;
    right: 0;
    bottom: 4px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, var(--booking-icon-secondary), #1F7E91);
    box-shadow: 0 10px 20px rgba(var(--theme-deep-rgb), .17);
    font-size: 2.15rem;
    transform: rotate(-8deg);
    transform-origin: 72% 78%;
    animation: bookingTicketSwing 2.8s ease-in-out infinite;
}

.booking-dock-label {
position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--theme-ink);
    font-size: 1.38rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.035em;
    transition: color .35s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.booking-dock-label i {
color: var(--theme-primary);
    font-size: 1rem;
    transition: transform .48s cubic-bezier(.16, 1, .3, 1);
}

.hero-booking-dock:hover {
transform: translateX(-50%) translateY(-5px) scale(1.025);
}

.hero-booking-dock:hover::before {
height: 106px;
    box-shadow: 0 -22px 46px rgba(10, 16, 24, .14);
}

.hero-booking-dock:hover .booking-dock-visual {
transform: translateX(-50%) translateY(-14px) scale(1.08);
}

.hero-booking-dock:hover .booking-dock-label {
color: var(--theme-primary-hover);
    transform: translateY(-3px);
}

.hero-booking-dock:hover .booking-dock-label i {
transform: translateX(8px);
}

.hero-booking-dock:focus-visible {
outline: 3px solid var(--theme-section);
    outline-offset: -6px;
}

@keyframes bookingDockPulse {
0% { opacity: .75; transform: translateX(-50%) scale(.72); }
    70%, 100% { opacity: 0; transform: translateX(-50%) scale(1.25); }
}

@keyframes bookingCloudFloat {
0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(-4px, -7px, 0); }
}

@keyframes bookingSuitcaseFloat {
0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
    50% { transform: translate3d(0, -8px, 0) rotate(2deg); }
}

@keyframes bookingTicketSwing {
0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
    50% { transform: translate3d(4px, -7px, 0) rotate(-1deg); }
}

.mobile-submenu-toggle,
.mobile-submenu,
.mobile-menu-booking {
display: none;
}

#siteHeader.mobile-open .menu-btn span:first-child {
transform: rotate(45deg);
}

#siteHeader.mobile-open .menu-btn span:last-child {
transform: rotate(-45deg);
}

.daejeon-news-head-custom {
margin-bottom: 30px;
}

.daejeon-news-item {
position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    transform: translateZ(0);
    transition: box-shadow .4s ease;
}

.daejeon-news-item:hover,
.daejeon-news-item:focus-visible {
    box-shadow: 0 18px 38px rgba(var(--theme-deep-rgb),.18);
}

.news-card-flipper {
width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.daejeon-news-item:hover .news-card-flipper {
transform: none;
}

.news-card-front,
.news-card-back {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.news-card-front {
    z-index: 1;
    background: #20263A;
}

.news-card-front::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(12,17,28,.16) 55%, rgba(12,17,28,.9) 100%);
    pointer-events: none;
}

.news-card-front img {
width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .75s cubic-bezier(.16,1,.3,1), filter .4s ease;
}

.daejeon-news-item:hover .news-card-front img,
.daejeon-news-item:focus-visible .news-card-front img {
    transform: scale(1.045);
    filter: saturate(.82);
}

.news-front-copy {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 20px;
    left: 22px;
    color: #fff;
    pointer-events: none;
    transition: opacity .28s ease, transform .4s cubic-bezier(.16,1,.3,1);
}

.news-front-copy h4 {
    margin: 0;
    font-size: clamp(1.12rem, 1.45vw, 1.55rem);
    font-weight: 880;
    line-height: 1.22;
    letter-spacing: -.045em;
    text-shadow: 0 3px 14px rgba(0,0,0,.38);
}

.news-front-copy span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    color: rgba(255,255,255,.76);
    font-size: .72rem;
    font-weight: 750;
}

.news-card-back {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .32s ease, transform .48s cubic-bezier(.16,1,.3,1);
}

.daejeon-news-item:hover .news-card-back,
.daejeon-news-item:focus-visible .news-card-back {
    opacity: .96;
    transform: translateY(0);
}

.daejeon-news-item:hover .news-front-copy,
.daejeon-news-item:focus-visible .news-front-copy {
    opacity: 0;
    transform: translateY(-10px);
}

.news-card-copy {
position: absolute;
    z-index: 3;
    right: 25px;
    bottom: 27px;
    left: 25px;
    transform: translateY(0);
    transition: transform .65s cubic-bezier(.16,1,.3,1);
    text-align: center;
}

.news-card-copy time {
color: var(--theme-section);
    letter-spacing: .08em;
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 8px;
    font-weight: 600;
}

.news-card-copy h4 {
margin: 11px 0 12px;
    letter-spacing: -.055em;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
}

.news-card-copy p {
max-width: 88%;
    color: rgba(255,255,255,.72);
    font-size: 0.92rem;
    opacity: 0.9;
    word-break: keep-all;
    line-height: 1.5;
}

.bg-purple {
background-color: #551A8B;
}

.bg-teal {
background-color: #2A9D8F;
}

.bg-pink {
background-color: #D81B60;
}

.bg-brown {
background-color: #5D3F3F;
}

.item-small {
aspect-ratio: 1.5 / 1;
    overflow: hidden;
}

.item-large {
grid-column: 1 / 3;
    aspect-ratio: 2.2 / 1;
    height: auto;
}

.news-badge {
position: absolute;
    top: 0;
    left: 0;
    padding: 9px 18px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    border-bottom-right-radius: 14px;
    z-index: 10;
    letter-spacing: -0.5px;
}

.badge-purple {
background-color: #551A8B;
}

.badge-teal {
background-color: #2A9D8F;
}

.badge-pink {
background-color: #D81B60;
}

.badge-brown {
background-color: #5D3F3F;
}


.daejeon-news-head-custom,
.destination-intro,
.tour-list-head > div {
position: relative;
    padding-left: 0;
}

.daejeon-news-head-custom::before,
.destination-intro::before,
.tour-list-head > div::before {
content: '';
    display: block;
    width: 42px;
    height: 5px;
    margin-bottom: 18px;
    border-radius: 2px;
    background: var(--theme-primary);
}

.daejeon-news-head-custom::after,
.destination-intro::after,
.tour-list-head > div::after {
content: '';
    display: block;
    width: min(280px, 46vw);
    height: 1px;
    margin-top: 22px;
    background: linear-gradient(90deg, var(--theme-primary) 0 42px, #D9DCE6 42px 100%);
}

.daejeon-news-head-custom .tour-heading,
.destination-intro .tour-heading,
.tour-list-head .tour-heading {
color: var(--theme-ink);
}

.daejeon-news-head-custom .highlight {
    color: var(--theme-primary);
}

.title-accent {
    color: var(--title-accent);
}

.accent-destination {
    --title-accent: #087F8C;
}

.accent-course {
    --title-accent: #5B4BC4;
}


.tour-eyebrow {
display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--theme-primary);
}

.tour-eyebrow::after {
content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--theme-secondary);
}

.daejeon-news-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: clamp(190px, 20vw, 360px);
}

.daejeon-news-item,
.daejeon-news-item.item-large,
.daejeon-news-item.item-small {
    aspect-ratio: auto;
    height: 100%;
    min-height: 0;
}

.daejeon-news-item.item-large {
    grid-column: span 2;
}

.bg-purple,
.badge-purple {
background: #5546BA;
}

.bg-teal,
.badge-teal {
background: #238F9E;
}

.bg-pink,
.badge-pink {
background: #C64E86;
}

.bg-brown,
.badge-brown {
background: #39405A;
}

.tour-discovery .destination-detail.destination-gallery {
display: block !important;
    min-height: 0;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100vw;
    margin: 76px 0 0 50%;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(-50%);
    overflow: visible;
}

.destination-gallery-stage {
grid-template-columns: minmax(260px, .54fr) minmax(590px, 1.16fr) minmax(260px, .54fr);
    gap: 14px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    isolation: isolate;
    height: clamp(500px, 36vw, 650px);
    --destination-side: 23.5%;
    --destination-gap: 14px;
}

.destination-gallery-main,
.destination-gallery-side {
min-width: 0;
    overflow: hidden;
    border: 0;
    background: #E7E9EB;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    transform: translateZ(0);
    transition: left .96s cubic-bezier(.16,1,.3,1),
                width .96s cubic-bezier(.16,1,.3,1),
                opacity .72s ease,
                border-radius .96s cubic-bezier(.16,1,.3,1),
                box-shadow .72s ease;
    will-change: left, width, opacity;
    border-radius: 18px;
}

.destination-gallery-side {
display: block;
    padding: 0;
    color: #fff;
    cursor: pointer;
    appearance: none;
    opacity: 1;
}

.destination-gallery-side:hover,
.destination-gallery-side:focus-visible {
opacity: 1;
}

.destination-gallery-copy {
position: absolute;
    z-index: 3;
    max-width: 760px;
    color: #fff;
    right: clamp(24px, 4vw, 58px);
    bottom: clamp(26px, 4vw, 52px);
    left: clamp(24px, 4vw, 58px);
}

.destination-gallery .destination-detail-title {
max-width: 760px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.065em;
    text-shadow: 0 5px 22px rgba(0,0,0,.32);
    font-size: clamp(2.8rem, 4.2vw, 4.8rem);
}

.destination-gallery .destination-detail-description {
margin: 16px 0 18px;
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255,255,255,.82);
    letter-spacing: -.02em;
    text-shadow: 0 3px 15px rgba(0,0,0,.35);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 720px;
    font-size: .98rem;
    line-height: 1.72;
}




/* 투어 영역 하단 일러스트 배경 */
.blue-section {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: clamp(290px, 42vw, 404px);
    margin-top: clamp(50px, 10vw, 90px);
    overflow: hidden;    
    background-image: url('../img/evt_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

html[data-theme="dark"] .blue-section {
    background-color: #16222a;
    background-image:
        linear-gradient(rgba(10, 18, 27, .18), rgba(10, 18, 27, .3)),
        url('../img/evt_bg.png');
    background-blend-mode: multiply, normal;
}

@media (max-width: 940px) {
    .blue-section {
        min-height: clamp(430px, 82vw, 620px);
        margin-top: 80px;
        background-position: 58% center;
    }

}

/* 화면 우측 하단 퀵메뉴 */
.floating-quick-menu {
    position: fixed;
    z-index: 1000;
    right: 22px;
    bottom: 24px;
    width: 70px;
    display: grid;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(var(--theme-deep-rgb),.12);
    border-radius: 25px;
    background: color-mix(in srgb, var(--bg-white) 92%, transparent);
    box-shadow: 0 20px 48px rgba(15,23,42,.2);
    backdrop-filter: blur(16px) saturate(1.1);
}

.floating-quick-menu a {
    min-height: 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 18px;
    color: var(--theme-muted);
    background: transparent;
    font-size: .65rem;
    font-weight: 850;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}

.floating-quick-menu a i { color: var(--theme-primary); font-size: 1.05rem; }
.floating-quick-menu a:hover { color: var(--theme-ink); background: var(--theme-soft); transform: translateY(-2px); }
.floating-quick-menu .quick-reservation { color: #fff; background: linear-gradient(145deg, var(--theme-primary), var(--theme-primary-hover)); }
.floating-quick-menu .quick-reservation i { color: #fff; }
.floating-quick-menu .quick-reservation:hover { color: #fff; background: linear-gradient(145deg, var(--theme-primary-hover), var(--theme-primary)); }

html[data-theme="dark"] .floating-quick-menu {
    border-color: rgba(255,255,255,.1);
    background: rgba(24,29,41,.92);
    box-shadow: 0 20px 48px rgba(0,0,0,.34);
}


#siteHeader.scrolled .nav-link.active,
#siteHeader.scrolled .nav-link:hover,
.mega-group > a:hover,
.utility-home-menu a:hover {
color: var(--theme-primary);
}

#siteHeader .header-booking,
.mobile-menu-booking {
background: var(--theme-primary);
    border-color: var(--theme-primary);
}

@media (max-width: 1380px) {
    .header-shell {
        width: calc(100% - 42px);
    }

    .header-main-inner {
        grid-template-columns: 245px 1fr auto;
        gap: 22px;
    }

    .header-booking {
        padding-inline: 14px;
    }

    .mega-menu-shell {
        padding-block: 28px 32px;
    }

    .mega-panel {
        grid-template-columns: 225px 1fr;
        gap: 28px;
    }

    .mega-groups {
        gap: 10px;
    }

    .mega-group {
        padding-inline: 8px;
    }

    #siteHeader .nav-links {
        gap: 25px;
        font-size: 1.08rem;
    }
}

@media (max-width: 1180px) {
    .tour-discovery .tour-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-discovery .tour-card-title {
        font-size: 2rem;
    }

    .destination-gallery-copy {
        right: 30px;
        bottom: 34px;
        left: 34px;
    }

    .destination-gallery-status {
        right: 28px;
        bottom: 35px;
    }

    .destination-gallery .destination-detail-description {
        max-width: 590px;
    }

    .destination-gallery-stage {
        grid-template-columns: minmax(190px, .42fr) minmax(520px, 1.15fr) minmax(190px, .42fr);
        height: 560px;
        --destination-side: 20%;
    }

}

@media (max-width: 1100px) {
    .hero-slide {
        grid-template-columns: .9fr 1.1fr;
        gap: 30px;
    }

    .hero-modern .hero-copy-wrap h2 {
        font-size: 3.7rem;
    }

    .destination-showcase {
        grid-template-columns: repeat(4, 1fr);
    }

    .destination-intro {
        padding-bottom: 25px;
        grid-column: 1 / -1;
        max-width: 650px;
        margin-bottom: 30px;
    }

    .tour-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 28px;
    }

    .site-header {
        padding-inline: 30px;
    }

    .site-header .nav-links {
        gap: 28px;
        font-size: 1rem;
    }

    .destination-detail {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        padding: 54px 46px;
    }

    .destination-detail-description {
        font-size: 1rem;
    }

    .tour-card {
        height: 540px;
    }

    .tour-card-body {
        padding: 200px 32px 32px;
    }

    .tour-discovery .destination-detail {
        grid-template-columns: 1fr 1fr;
        gap: 46px;
        padding: 70px 10px;
    }

    .tour-discovery .destination-detail-title {
        font-size: clamp(3.3rem, 6vw, 4.7rem);
    }

    .tour-discovery .tour-card {
        height: 510px;
    }

    .tour-discovery .tour-card-body {
        width: 72%;
        padding: 120px 24px 34px 30px;
    }

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

    .tour-discovery .tour-card-title {
        font-size: 2.05rem;
    }

    .header-utility {
        display: none;
    }

    .header-main,
    #siteHeader.scrolled .header-main {
        height: 76px;
    }

    .header-main-inner {
        grid-template-columns: 220px 1fr auto;
    }

    #siteHeader .nav-link::before {
        top: 14px;
    }

    .logo-symbol {
        width: 46px;
        height: 46px;
        border-radius: 15px 15px 15px 5px;
    }

    #siteHeader .logo-copy strong {
        font-size: 1.25rem;
    }

    #siteHeader .logo-copy small {
        font-size: .54rem;
    }

    .header-booking {
        height: 42px;
        padding-inline: 12px;
    }

    .mega-panel {
        grid-template-columns: 190px 1fr;
    }

    .mega-groups {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mega-intro p {
        font-size: .78rem;
    }

    .mega-group {
        padding-inline: 4px;
    }

    .mega-group h3 {
        padding-inline: 11px;
        font-size: .82rem;
    }

    .mega-group > a:not(.header-booking) {
        padding-left: 18px;
        font-size: .76rem;
    }

    #siteHeader .nav-links {
        gap: 19px;
        font-size: .98rem;
    }

    .hero-side-preview {
        width: 130px;
    }

    .hero-side-prev {
        left: 18px;
    }

    .hero-side-next {
        right: 18px;
    }
}

@media (max-width: 1024px) {



}

@media (max-width: 940px) {
    .header-shell {
        width: calc(100% - 32px);
    }

    .header-main-inner {
        position: relative;
        grid-template-columns: 1fr auto;
        gap: 16px;
    }

    #siteHeader .header-main,
    #siteHeader.scrolled .header-main {
        height: 82px;
    }

    .hero-modern .hero-slide {
        padding-top: 128px;
    }

    .utility-home-menu {
        display: none;
    }

    #siteHeader,
    #siteHeader.mobile-open {
        overflow: visible !important;
        contain: none !important;
        transform: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    #siteHeader.mobile-open,
    #siteHeader.mobile-open .header-main {
        color: #15213a !important;
        background: #fff !important;
        box-shadow: 0 16px 36px rgba(15, 23, 42, .14) !important;
    }

    #siteHeader.mobile-open .header-main,
    #siteHeader.mobile-open .header-main-inner {
        overflow: visible !important;
    }

    #siteHeader.mobile-open .logo-copy small {
        color: var(--theme-primary) !important;
    }

    #siteHeader.mobile-open .logo-copy strong {
        color: #15213a !important;
    }

    #siteHeader .menu-btn {
        display: grid;
    }

    #siteHeader.mobile-open .menu-btn {
        z-index: 1300;
        color: #6a3a1d !important;
        border-color: rgba(var(--theme-primary-rgb), .28) !important;
        background: var(--theme-soft) !important;
    }

    .header-booking {
        display: none !important;
    }

    .header-actions {
        gap: 8px;
    }

    .mega-menu {
        display: none !important;
    }

    .primary-navigation {
        position: fixed !important;
        z-index: 1220 !important;
        top: 82px !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        width: min(92vw, 420px) !important;
        height: calc(100dvh - 82px) !important;
        min-height: 0 !important;
        max-height: none !important;
        display: block !important;
        box-sizing: border-box;
        padding: 22px 20px max(28px, calc(env(safe-area-inset-bottom) + 20px)) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none;
        border: 0 !important;
        border-top: 1px solid rgba(15, 23, 42, .07) !important;
        border-radius: 28px 0 0 0 !important;
        color: #15213a !important;
        background: #fff !important;
        box-shadow: -28px 30px 70px rgba(15, 23, 42, .22) !important;
        transform: translate3d(105%, 0, 0) !important;
        transition: transform .52s cubic-bezier(.16, 1, .3, 1), opacity .3s ease, visibility .3s !important;
        -webkit-overflow-scrolling: touch;
    }

    #siteHeader.mobile-open .primary-navigation {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto;
        transform: translate3d(0, 0, 0) !important;
    }

    body.menu-lock {
        overflow: hidden;
        touch-action: none;
    }

    body.menu-lock::before {
        content: '';
        position: fixed;
        z-index: 990;
        inset: 0;
        background: rgba(8, 14, 25, .46);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    #siteHeader.mobile-open .nav-links {
        width: 100%;
        height: auto !important;
        display: block !important;
        color: #15213a !important;
    }

    #siteHeader.mobile-open .nav-links .nav-item {
        position: relative;
        width: 100%;
        height: auto !important;
        padding: 0;
        border-bottom: 1px solid #e9ecf1;
    }

    #siteHeader.mobile-open .nav-link,
    #siteHeader.mobile-open .nav-link.active {
        min-height: 66px;
        display: flex;
        align-items: center;
        padding: 0 54px 0 8px;
        border-radius: 0;
        color: #15213a !important;
        background: transparent !important;
        font-size: 1.12rem;
        font-weight: 850;
        letter-spacing: -.035em;
        text-shadow: none !important;
    }

    #siteHeader.mobile-open .nav-link:hover,
    #siteHeader.mobile-open .nav-link.active {
        color: var(--theme-primary-hover) !important;
    }

    #siteHeader.mobile-open .nav-link::before,
    #siteHeader.mobile-open .nav-link::after {
        display: none !important;
    }

    .mobile-submenu-toggle {
        position: absolute;
        z-index: 2;
        top: 11px;
        right: 0;
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 0;
        border-radius: 14px;
        color: #657086;
        background: #f3f5f8;
        cursor: pointer;
        transition: color .25s ease, background .25s ease;
    }

    .mobile-submenu-toggle i {
        transition: transform .35s cubic-bezier(.16, 1, .3, 1);
    }

    .nav-item.mobile-submenu-open .mobile-submenu-toggle {
        color: #fff;
        background: var(--theme-primary);
    }

    .nav-item.mobile-submenu-open .mobile-submenu-toggle i {
        transform: rotate(180deg);
    }

    .mobile-submenu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition: max-height .48s cubic-bezier(.16, 1, .3, 1), padding .35s ease, opacity .3s ease, transform .4s ease, visibility .3s;
    }

    .nav-item.mobile-submenu-open .mobile-submenu {
        max-height: 230px;
        padding: 0 0 17px;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    #siteHeader.mobile-open .mobile-submenu a {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 10px 13px;
        border-radius: 12px;
        color: #566075 !important;
        background: #f6f7f9;
        font-size: .84rem;
        font-weight: 720;
    }

    #siteHeader.mobile-open .mobile-submenu a:hover {
        color: var(--theme-primary-hover) !important;
        background: var(--theme-soft);
    }

    .mobile-menu-booking {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 24px;
        border-radius: 17px;
        color: #fff;
        background: linear-gradient(135deg, var(--theme-primary), var(--theme-primary-hover));
        font-size: .96rem;
        font-weight: 900;
        box-shadow: 0 16px 30px rgba(var(--theme-primary-rgb), .20);
    }
}

@media (max-width: 900px) {
    .destination-intro-signature {
        top: 10px;
        right: 22px;
        font-size: clamp(2.7rem, 9vw, 4.5rem);
        opacity: .72;
    }

    .daejeon-news-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: clamp(220px, 31vw, 300px);
    }

    .item-large {
        grid-column: 1 / 3;
        aspect-ratio: auto;
        height: 100%;
    }

    .item-small:nth-child(5) {
        grid-column: 1 / 3;
        aspect-ratio: 2.2 / 1;
        height: auto;
    }
}

@media (max-width: 899px) {
    .tour-discovery .tour-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 940px) {
    .tour-discovery .destination-detail {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-top: 90px;
        padding: 45px 5px;
        gap: 44px;
    }

    .tour-discovery .destination-detail-title {
        font-size: clamp(3rem, 15vw, 4rem);
    }

    .tour-discovery .destination-detail-description {
        margin: 26px 0 34px;
        font-size: 1.04rem;
        line-height: 1.85;
    }

    .tour-discovery .tour-list-area {
        margin-top: 130px;
    }

    .tour-discovery .tour-list-head .tour-heading {
        font-size: clamp(2.7rem, 13vw, 3.7rem);
    }

    .tour-discovery .tour-card::after {
        background: linear-gradient(180deg, transparent 72%, rgba(12,17,26,.14));
    }

    .tour-discovery .tour-card-course {
        padding: 36px 28px 30px;
    }

    .tour-discovery .tour-card-course h5 {
        font-size: 1.85rem;
    }

    .tour-discovery .tour-hover-timeline {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .tour-discovery .tour-hover-timeline span {
        font-size: .88rem;
    }

    .tour-discovery .destination-intro .tour-heading {
        font-size: clamp(2.7rem, 13vw, 3.6rem);
    }

    .tour-discovery .destination-intro .tour-copy {
        font-size: 1rem;
    }

    .tour-discovery .tour-list-head {
        display: block;
        text-align: left;
    }

    .tour-discovery .tour-list-head .tour-copy {
        margin-top: 20px;
        text-align: left;
    }

    .tour-discovery .tour-card-grid {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .tour-discovery .tour-card-title {
        font-size: 2rem;
    }

    .tour-discovery .tour-card-desc {
        font-size: 1rem;
    }

    .tour-discovery .destination-detail.destination-gallery {
        margin-top: 56px;
        padding: 0 12px !important;
    }

    .destination-gallery-side {
        position: absolute;
        z-index: 8;
        top: 50%;
        width: 50px;
        height: 50px;
        overflow: visible;
        border-radius: 50%;
        background: transparent;
        transform: translateY(-50%);
    }

    .destination-gallery-side > img,
    .destination-gallery-side::after,
    .destination-gallery-side-name {
        display: none;
    }

    .destination-gallery-arrow,
    .destination-gallery-prev .destination-gallery-arrow,
    .destination-gallery-next .destination-gallery-arrow {
        inset: 0;
        width: 50px;
        height: 50px;
        color: #172039;
        background: rgba(255,255,255,.94);
        transform: none;
    }

    .destination-gallery-side:hover .destination-gallery-arrow {
        transform: scale(1.07);
    }

    .destination-gallery-copy {
        right: 24px;
        bottom: 30px;
        left: 24px;
    }

    .destination-gallery .destination-detail-title {
        font-size: clamp(2.25rem, 12vw, 3.2rem);
    }

    .destination-gallery .destination-detail-description {
        margin-block: 13px 16px;
        font-size: .88rem;
        line-height: 1.65;
    }

    .destination-gallery .destination-detail-meta {
        display: none;
    }

    .destination-gallery-status {
        right: 20px;
        bottom: 31px;
    }

    .destination-gallery .destination-detail-cta {
        height: 40px;
    }

    .destination-gallery-main {
        border-radius: 18px;
        left: 0;
        width: 100%;
    }

    .destination-gallery-prev,
    .destination-gallery-next {
        position: absolute;
        z-index: 8;
        top: 50%;
        bottom: auto;
        left: auto;
        width: 50px;
        height: 50px;
        overflow: visible;
        border-radius: 50%;
        background: transparent !important;
        box-shadow: none !important;
        transform: translateY(-50%);
        transition: opacity .3s ease, transform .3s ease;
    }

    .destination-gallery-prev::before,
    .destination-gallery-prev::after,
    .destination-gallery-next::before,
    .destination-gallery-next::after {
        display: none !important;
        content: none !important;
    }

    .destination-gallery-prev .destination-gallery-arrow,
    .destination-gallery-next .destination-gallery-arrow {
        overflow: hidden;
        isolation: isolate;
    }

    .destination-gallery-prev {
        left: 14px;
    }

    .destination-gallery-next {
        right: 14px;
        left: auto;
    }

    .destination-gallery-ghost {
        display: block !important;
        z-index: 3;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 18px;
        background: #E7E9EB;
        transform: none;
    }

    .destination-gallery-ghost > img {
        display: block !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .destination-hover-frame {
        display: none;
    }

    .daejeon-news {
        padding: 0 0 145px;
    }

    .daejeon-news-inner {
        width: calc(100% - 32px);
    }














    .destination-intro-signature {
        display: none !important;
    }

    .tour-discovery .destination-intro {
        padding: 0;
        min-height: 0;
    }


    .hero-pagination {
        bottom: 32px !important;
    }

    .destination-gallery-stage {
        height: 560px;
        --destination-side: 0px;
        --destination-gap: 0px;
        position: relative;
        display: block;
        overflow: hidden;
        touch-action: pan-y;
    }


    .destination-gallery-main,
    .destination-gallery-ghost {
        left: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        transform: translate3d(0,0,0);
        transition: transform .88s cubic-bezier(.16,1,.3,1), opacity .5s ease !important;
        will-change: transform;
    }

    .destination-gallery-stage .destination-gallery-prev,
    .destination-gallery-stage .destination-gallery-next {
        z-index: 9;
        width: 50px !important;
        height: 50px;
        opacity: 1 !important;
        transform: translateY(-50%) !important;
        transition: opacity .3s ease, transform .3s ease !important;
    }

    .destination-gallery-stage .destination-gallery-prev {
        left: 14px !important;
        right: auto !important;
    }

    .destination-gallery-stage .destination-gallery-next {
        right: 14px !important;
        left: auto !important;
    }

    .destination-gallery-ghost.destination-ghost-next {
        left: 100%;
        transform: translate3d(100%,0,0);
    }

    .destination-gallery-ghost.destination-ghost-prev {
        left: -100%;
        transform: translate3d(-100%,0,0);
    }

    .destination-gallery-stage.is-sliding-next .destination-gallery-main {
        left: -100%;
        width: 100%;
        transform: translate3d(-100%,0,0);
    }

    .destination-gallery-stage.is-sliding-prev .destination-gallery-main {
        left: 100%;
        width: 100%;
        transform: translate3d(100%,0,0);
    }

    .destination-gallery-stage.is-sliding-next .destination-ghost-next,
    .destination-gallery-stage.is-sliding-prev .destination-ghost-prev {
        left: 0;
        transform: translate3d(0,0,0);
    }

    .hero-side-preview {
        top: 64%;
        width: 78px;
        padding: 6px 0;
        filter: drop-shadow(0 4px 12px rgba(0,0,0,.38));
    }

    .hero-side-prev {
        left: 13px;
    }

    .hero-side-next {
        right: 13px;
    }

    .hero-side-index {
        margin-bottom: 6px;
        font-size: 1.08rem;
    }

    .hero-side-line {
        margin-bottom: 7px;
    }

    .hero-side-preview strong {
        font-size: .66rem;
        line-height: 1.25;
    }

    .hero-side-line::after {
        width: 6px;
        height: 6px;
        box-shadow: 0 0 0 3px rgba(255,255,255,.12);
    }

    .hero-booking-dock {
        --dock-pull: 0px;
        top: auto !important;
        right: -25px !important;
        bottom: max(22px, calc(env(safe-area-inset-bottom) + 12px)) !important;
        left: auto !important;
        width: calc(102px + var(--dock-pull)) !important;
        height: 152px !important;
        display: block !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: var(--theme-ink);
        background: transparent !important;
        box-shadow: none !important;
        filter: none !important;
        transform: none !important;
        transition: width .45s cubic-bezier(.16, 1, .3, 1) !important;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .hero-booking-dock:hover {
        transform: none !important;
    }

    .hero-booking-dock::before,
    .hero-booking-dock::after {
        display: none !important;
        content: none !important;
    }

    .booking-cloud-bg {
        position: absolute;
        z-index: 0;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        overflow: visible;
        fill: rgba(255, 255, 255, .97);
        filter: drop-shadow(-6px 7px 10px rgba(15, 23, 42, .12)) drop-shadow(-2px 2px 3px rgba(15, 23, 42, .08));
        pointer-events: none;
    }

    .hero-booking-dock .booking-dock-visual {
        top: 25px;
        right: 13px;
        left: auto;
        width: 69px;
        height: 60px;
        display: block;
        transform: none;
    }

    .hero-booking-dock:hover .booking-dock-visual {
        transform: translateY(-4px);
    }

    .hero-booking-dock .booking-dock-visual::before {
        top: 12px;
        left: 6px;
        width: 14px;
        height: 14px;
        display: block;
        box-shadow: 12px -4px 0 var(--theme-page), 23px 2px 0 rgba(255, 255, 255, .96);
    }

    .hero-booking-dock .booking-suitcase {
        right: 17px;
        bottom: 0;
        font-size: 2.76rem;
    }

    .hero-booking-dock .booking-ticket {
        right: 0;
        bottom: 2px;
        padding: 5px 6px;
        border-radius: 7px;
        font-size: 1.04rem;
    }

    .hero-booking-dock .booking-dock-label {
        position: absolute;
        right: 12px;
        bottom: 28px;
        width: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: var(--theme-ink);
        transform: none;
    }

    .hero-booking-dock .booking-dock-label::before {
        display: none;
        content: none;
    }

    .hero-booking-dock .booking-dock-label b {
        color: var(--theme-ink);
        font-size: .84rem;
        font-weight: 900;
        letter-spacing: -.04em;
        writing-mode: horizontal-tb;
    }

    .hero-booking-dock .booking-dock-label i {
        display: block;
        color: var(--theme-primary);
        font-size: .66rem;
    }

    .booking-dock-pull {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 18px;
        display: block;
        color: var(--theme-ink);
        font-size: .65rem;
        font-weight: 850;
        white-space: nowrap;
        opacity: 0;
        transform: translateY(-50%) translateX(10px);
        transition: opacity .25s ease, transform .35s ease;
    }

    .hero-booking-dock.is-dragging .booking-dock-pull,
    .hero-booking-dock.is-armed .booking-dock-pull {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    .hero-booking-dock.is-dragging .booking-dock-label,
    .hero-booking-dock.is-armed .booking-dock-label {
        opacity: .28;
    }

    .hero-booking-dock.is-armed .booking-cloud-bg {
        fill: var(--theme-soft);
    }
}

@media (max-width: 700px) {
    .destination-intro {
        grid-column: 1 / -1;
    }

    .tour-list-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .tour-list-head .tour-copy {
        text-align: left;
    }

    .nav-links {
        display: none;
    }

    .hero-slider {
        width: calc(100% - 36px);
    }

    .hero-visual {
        height: 350px;
    }

    .shape-back {
        inset: 45px 0 5px 40px;
    }

    .shape-main {
        inset: 25px 20px 30px 18px;
    }

    .hero-badge {
        min-width: auto;
        padding: 9px;
    }

    .hero-badge b {
        display: none;
    }

    .badge-one {
        left: 0;
        top: 155px;
    }

    .badge-two {
        right: 0;
        top: 65px;
    }

    .destination-showcase {
        gap: 14px;
        grid-template-columns: 1fr 1fr;
    }

    .destination-detail::after {
        display: none;
    }

    .destination-detail-cta {
        width: 100%;
    }

    .tour-discovery {
        padding: 90px 0 100px;
        padding-top: 90px;
    }

    .tour-discovery::before {
        left: -340px;
        top: 530px;
        width: 620px;
        height: 620px;
    }

    .tour-discovery::after {
        right: -390px;
        top: 1900px;
        width: 670px;
        height: 670px;
    }

    .tour-list-area {
        margin-top: 125px;
    }

    .tour-card-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .hero-modern {
        height: 100svh;
        min-height: 800px;
    }

    @supports (height: 100dvh) {
        .hero-modern {
            height: 100dvh;
        }
    }

    .site-header {
        min-height: 76px;
        padding: 15px 18px;
    }

    .site-header.scrolled {
        min-height: 68px;
        padding: 11px 18px;
    }

    .site-header .bi-logo {
        font-size: 1.45rem;
    }

    .hero-slide {
        grid-template-columns: 1fr;
        align-content: start;
        gap: 20px;
        padding: 92px 22px 150px;
    }

    .hero-modern .hero-copy-wrap h2 {
        font-size: clamp(2.55rem, 12vw, 3.5rem);
        line-height: 1.08;
    }

    .hero-description {
        margin-top: 20px;
        font-size: .86rem;
    }

    .hero-pagination {
        left: 20px;
        bottom: 108px;
    }

    .tour-inner {
        width: calc(100% - 24px);
    }

    .destination-detail {
        min-height: auto;
        margin-top: 55px;
        gap: 26px;
        grid-template-columns: 1fr;
        padding: 30px 20px 42px;
        border-radius: 30px;
    }

    .destination-detail-title {
        font-size: clamp(2.55rem, 13vw, 3.55rem);
    }

    .destination-detail-description {
        margin: 22px 0 30px;
        font-size: 1rem;
        line-height: 1.8;
    }

    .tour-card {
        height: 530px;
        border-radius: 30px;
    }

    .tour-card-body {
        margin-inline: 8px;
        padding: 185px 25px 27px;
    }

    .tour-card-title {
        font-size: 1.6rem;
    }

    .tour-card-desc {
        max-width: 100%;
        font-size: .92rem;
    }

    .tour-card-footer {
        margin-top: 20px;
    }

    .tour-card-footer strong,
    .tour-card-footer a {
        font-size: .84rem;
    }

    .tour-card-course {
        padding: 32px 27px 25px;
    }

    .daejeon-news-head-custom,
    .destination-intro,
    .tour-list-head > div {
        padding-left: 0;
    }

    .daejeon-news-head-custom::before,
    .destination-intro::before,
    .tour-list-head > div::before {
        width: 32px;
        height: 4px;
        box-shadow: none;
    }

    .daejeon-news-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .daejeon-news-item,
    .daejeon-news-item.item-large,
    .daejeon-news-item.item-small,
    .daejeon-news-item.item-small:nth-child(5) {
        grid-column: auto;
        aspect-ratio: 16 / 10;
        height: auto;
    }

    .tour-discovery .destination-detail.destination-gallery {
        width: 100vw;
        margin-left: 50%;
        padding: 0 !important;
        border-radius: 0;
    }

    .destination-gallery-stage {
        height: min(124vw, 540px);
        --destination-side: 0px;
        --destination-gap: 0px;
    }

    .destination-gallery-main {
        border-radius: 14px;
    }

    .destination-gallery-copy {
        right: 22px;
        bottom: 24px;
        left: 22px;
    }

    .destination-gallery .destination-detail-title {
        font-size: 2.35rem;
    }

    .destination-gallery .destination-detail-description {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }





















}

/* 2026-09 메인 UI 정돈 */
:where(#daejeonNewsTitle, #destinationSectionTitle, #tourListTitle) {
    font-size: clamp(2.35rem, 3.2vw, 3.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -.06em !important;
}


/* 여행상품형 코스 카드 */
.tour-discovery .tour-card:hover {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.tour-discovery .tour-card:hover::before {
    filter: saturate(1.04) contrast(1.04);
    transform: translateY(-3px);
}

.tour-discovery .tour-card:hover .tour-card-body {
    border-color: rgba(var(--theme-primary-rgb),.26);
    box-shadow: 0 24px 54px rgba(15,23,42,.15);
}

.tour-discovery .tour-card-body .tour-card-footer a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--theme-primary);
    box-shadow: 0 10px 24px rgba(var(--theme-primary-rgb),.22);
}

.tour-discovery .tour-card-body .tour-card-footer a:hover {
    color: #fff;
    background: var(--theme-primary-hover);
    transform: translateX(3px);
}

.tour-discovery .tour-card-course::-webkit-scrollbar {
    width: 6px;
}

.tour-discovery .tour-card-course::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,255,255,.34);
}

/* 다크 모드의 밝은 앰비언트 효과 */
html[data-theme="dark"] .tour-discovery {
    background-image:
        radial-gradient(circle at 18% 24%, rgba(var(--theme-primary-rgb),.24), transparent 30%),
        radial-gradient(circle at 82% 72%, rgba(var(--theme-secondary-rgb),.18), transparent 32%) !important;
    background-size: 135% 135%, 145% 145% !important;
}

html[data-theme="dark"] .tour-discovery .tour-card,
html[data-theme="dark"] .tour-discovery .tour-card:hover {
    color: var(--theme-ink);
    background: transparent !important;
    border-color: transparent;
}

html[data-theme="dark"] .tour-discovery .tour-card-body {
    color: var(--theme-ink);
    background: var(--bg-white) !important;
    border-color: rgba(255,255,255,.09);
}


@keyframes darkAmbientShift {
    0%, 100% { background-position: 0% 0%, 100% 100%, center center; }
    50% { background-position: 18% 12%, 82% 88%, center center; }
}

@media (min-width: 941px) and (prefers-reduced-motion: no-preference) {
    html[data-theme="dark"] :is(.tour-discovery, .daejeon-news) {
        animation: darkAmbientShift 14s ease-in-out infinite;
    }
}

@media (max-width: 760px) {
    :where(#daejeonNewsTitle, #destinationSectionTitle, #tourListTitle) {
        font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
        line-height: 1.16 !important;
    }

    .hero-modern .hero-slider {
        width: 100% !important;
        height: 100% !important;
    }

    .hero-modern .hero-slide {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: flex-end;
        padding: 128px 24px 150px !important;
    }

    .hero-modern .hero-visual {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .hero-modern :is(.hero-shape.shape-main, .shape-main) {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .hero-modern .shape-main img {
        width: 100vw !important;
        max-width: none !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .hero-modern .hero-copy-wrap {
        position: relative;
        z-index: 5;
        width: 100%;
    }

    .tour-discovery .tour-card {
        height: 495px !important;
    }

    .tour-discovery .tour-card::before,
    .tour-discovery .tour-card::after {
        height: 260px;
    }

    .tour-discovery .tour-card-body {
        top: 280px !important;
        height: 215px !important;
        padding: 20px 21px !important;
    }

    .tour-discovery .tour-card-body .tour-card-title {
        font-size: 1.45rem !important;
    }

    .tour-discovery .tour-card-body .tour-card-desc {
        font-size: .96rem !important;
    }
}

@media (max-width: 600px) {
    .tour-discovery .tour-card-grid {
        grid-template-columns: 1fr !important;
    }

    .hero-pagination {
        bottom: 150px !important;
    }

    .tour-discovery .destination-intro {
        min-height: 300px;
    }

    .destination-intro-signature {
        top: auto;
        right: 0;
        bottom: 14px;
        font-size: 3rem;
    }

    .header-main,
    #siteHeader.scrolled .header-main {
        height: 70px;
    }

    .logo-symbol {
        width: 42px;
        height: 42px;
    }

    .logo-symbol b {
        font-size: 1.2rem;
    }

    #siteHeader .logo-copy strong {
        font-size: 1.12rem;
    }

    #siteHeader .logo-copy small {
        display: none;
    }

    .hero-modern .hero-slide {
        padding-top: 112px;
    }

    #siteHeader .header-main,
    #siteHeader.scrolled .header-main {
        height: 78px;
    }

    .primary-navigation {
        top: 78px !important;
        height: calc(100dvh - 78px) !important;
    }

    .mobile-submenu {
        grid-template-columns: 1fr;
    }

    #siteHeader .menu-btn {
        width: 44px;
        height: 42px;
        border-radius: 14px;
    }

    .daejeon-news-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .item-large,
    .item-small:nth-child(5),
    .item-small {
        grid-column: 1 / 2;
        aspect-ratio: 16 / 10;
        height: auto;
    }




}

@media (max-width: 520px) {
    .news-card-copy h4 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .destination-gallery-stage {
        height: 520px;
    }

    .destination-gallery-copy {
        right: 20px;
        bottom: 78px;
        left: 20px;
    }

    .destination-gallery .destination-detail-description {
        -webkit-line-clamp: 3;
    }

    .destination-gallery-status {
        right: auto;
        bottom: 25px;
        left: 20px;
    }








}

@media (prefers-reduced-motion: reduce) {
    #siteHeader,
    .header-utility,
    .header-main,
    .mega-menu,
    .mega-panel,
    #siteHeader .nav-link::before,
    #siteHeader .nav-link::after {
        transition-duration: .01ms !important;
        animation: none !important;
    }

    .destination-gallery-main > img,
    .destination-gallery-side > img,
    .destination-gallery-copy,
    .destination-gallery-arrow {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .hero-modern .hero-slide,
    .hero-modern .hero-slide.active,
    .hero-modern .hero-slide .hero-copy-wrap h2,
    .hero-modern .hero-slide .hero-description,
    .hero-modern .hero-slide .hero-badge,
    .hero-modern .hero-slide.active .shape-main img,
    .destination-gallery-main > img,
    .destination-gallery-side > img,
    .destination-gallery-copy > *,
    .destination-intro-signature,
    .destination-intro-signature::after {
        animation: none !important;
        transition-duration: .01ms !important;
        filter: none !important;
    }

    .motion-ready .destination-intro-signature {
        opacity: 1 !important;
        transform: rotate(-6deg) !important;
    }

    .destination-intro-signature::after {
        opacity: 1 !important;
        transform: rotate(-3deg) scaleX(1) !important;
    }

    .destination-gallery-main,
    .destination-gallery-side,
    .destination-hover-frame i {
        transition-duration: .01ms !important;
    }


    .primary-navigation,
    .destination-gallery-main,
    .destination-gallery-ghost {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .hero-side-line,
    .hero-side-preview strong,
    .utility-home-menu,
    .utility-home-grid a,
    .tour-discovery .tour-card-course {
        transition-duration: .01ms !important;
    }

    .hero-booking-dock,
    .booking-dock-visual,
    .booking-dock-visual::before,
    .booking-suitcase,
    .booking-ticket {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .news-card-back,
    .news-front-copy,
    .news-card-front img {
        transition-duration: .01ms !important;
    }

    .primary-navigation,
    .mobile-submenu,
    .mobile-submenu-toggle i {
        transition-duration: .01ms !important;
    }
}


/* 테마 전환 버튼 */
.theme-toggle {
    position: relative;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid #DDE2EA;
    border-radius: 15px;
    color: #3D4660;
    background: rgba(255,255,255,.92);
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15,23,42,.06);
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .3s cubic-bezier(.16,1,.3,1);
}

.theme-toggle:hover {
    color: var(--theme-primary);
    border-color: rgba(var(--theme-primary-rgb),.34);
    transform: translateY(-2px);
}

.theme-toggle i {
    position: absolute;
    font-size: 1rem;
    transition: opacity .25s ease, transform .35s cubic-bezier(.16,1,.3,1);
}

.theme-icon-sun {
    opacity: 0;
    transform: rotate(-70deg) scale(.55);
}

html[data-theme="dark"] .theme-icon-moon {
    opacity: 0;
    transform: rotate(70deg) scale(.55);
}

html[data-theme="dark"] .theme-icon-sun {
    opacity: 1;
    transform: rotate(0) scale(1);
}

#siteHeader:not(.scrolled):not(.mega-open):not(:hover):not(:focus-within) .theme-toggle {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.38);
    box-shadow: none;
}

/* 카피라이트 · 회사정보 */
.site-footer {
    position: relative;
    overflow: hidden;
    padding: 62px 6vw 26px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 0, rgba(var(--theme-primary-rgb),.22), transparent 31%),
        linear-gradient(145deg, #121625 0%, #171B2B 55%, #111827 100%);

}

.footer-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding-bottom: 30px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.footer-brand:hover {
    color: #fff;
}

.footer-brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px 16px 16px 5px;
    color: #fff;
    background: linear-gradient(145deg, var(--theme-primary), var(--theme-secondary));
    box-shadow: 0 12px 28px rgba(var(--theme-primary-rgb),.25);
    font-size: 1.3rem;
    font-weight: 950;
}

.footer-brand > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-brand strong {
    font-size: 1.18rem;
    letter-spacing: .02em;
}

.footer-brand small {
    color: rgba(255,255,255,.48);
    font-size: .75rem;
    font-weight: 650;
}

.footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.footer-policy-links a {
    padding: 9px 13px;
    border-radius: 10px;
    color: rgba(255,255,255,.70);
    background: rgba(255,255,255,.09);
    font-size: .78rem;
    font-weight: 720;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.footer-policy-links a:hover,
.footer-policy-links .is-emphasis {
    color: #fff;
    border-color: rgba(var(--theme-secondary-rgb),.38);
    background: rgba(var(--theme-secondary-rgb),.12);
}

.footer-details {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 42px;
    align-items: center;
}

.footer-company-info > strong {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,.90);
    font-size: .91rem;
}

.footer-company-info p {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
    margin: 0 0 5px;
}

.footer-company-info p span {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
    color: rgba(255,255,255,.9);
    font-size: .76rem;
    line-height: 1.6;
}

.footer-company-info p span:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,.15);
    transform: translateY(-50%);
}

.footer-company-info address {
    margin-top: 9px;
    color: rgba(255,255,255,.48);
    font-size: .76rem;
    font-style: normal;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 262px;
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.10);
    color: #fff;
}

.footer-contact:hover {
    color: #fff;
}

.footer-contact-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    color: #fff;
    background: rgba(var(--theme-secondary-rgb),.18);
    font-size: 1rem;
}

.footer-contact > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-contact small,
.footer-contact em {
    color: rgba(255,255,255,.48);
    font-size: .69rem;
    font-style: normal;
}

.footer-contact strong {
    font-size: 1.3rem;
    letter-spacing: -.025em;
}

.site-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.34);
    font-size: .68rem;
}

.site-footer .footer-bottom strong {
    color: rgba(255,255,255,.48);
    font-weight: 700;
    letter-spacing: .08em;
}

/* 다크 모드 */
html {
    color-scheme: light;
}

html[data-theme="dark"] {
    color-scheme: dark;
    --bg-light: #1C2230;
    --bg-white: #171C27;
    --text-dark: #F3F5FA;
    --text-gray: #A9B1C1;
    --border-color: #2B3242;
    --theme-page: #171C27;
    --theme-soft: #272E40;
    --theme-section: #30364B;
    --theme-section-deep: #383F56;
    --theme-ink: #F3F5FA;
    --theme-muted: #ABB3C3;
    --theme-footer: #090B11;
    --theme-card-deep: #171C29;
    --theme-deep-rgb: 5,8,15;
    --booking-icon-soft: #39355F;
    --booking-icon-mint: #23464D;
}

html[data-theme="dark"] body,
html[data-theme="dark"] .tour-discovery {
    color: var(--text-dark);
    background-color: var(--theme-page) !important;
}

html[data-theme="dark"] .daejeon-news {
    background-color: #1B2130;
    background-image:
        radial-gradient(circle at 14% 18%, rgba(var(--theme-primary-rgb),.20), transparent 28%),
        radial-gradient(circle at 84% 70%, rgba(var(--theme-secondary-rgb),.16), transparent 30%);
    background-size: 130% 130%, 145% 145%;
    border-color: #292F3E;
}

html[data-theme="dark"] :is(.tour-heading, .destination-detail-title) {
    color: var(--theme-ink);
}

html[data-theme="dark"] #siteHeader,
html[data-theme="dark"] #siteHeader.scrolled,
html[data-theme="dark"] #siteHeader.mega-open {
    color: var(--theme-ink);
    background: rgba(15,18,27,.96);
    box-shadow: 0 1px 0 rgba(255,255,255,.08);
}

html[data-theme="dark"] #siteHeader .header-main {
    background: rgba(15,18,27,.88);
}

html[data-theme="dark"] #siteHeader :is(.bi-logo, .logo-copy strong, .nav-links, .nav-link, .menu-btn, .utility-home) {
    color: #F2F5FA;
}

html[data-theme="dark"] :is(.mega-menu, .utility-home-menu) {
    color: var(--theme-ink);
    background: rgba(20,24,34,.99);
    border-color: #303747;
}

html[data-theme="dark"] :is(.mega-group h3, .utility-home-grid a) {
    color: var(--theme-ink);
    background: #1B202C;
    border-color: #303747;
}

html[data-theme="dark"] :is(.mega-group > a:not(.header-booking), .utility-home-menu > p, .utility-home-grid small) {
    color: var(--theme-muted);
}

html[data-theme="dark"] .destination-detail {
    color: var(--theme-ink);
    background: #1B202C;
    border-color: #303747;
}



html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] #siteHeader .menu-btn {
    color: #F3F5FA;
    background: #202634;
    border-color: #353D4F;
}

html[data-theme="dark"] .hero-booking-dock::before {
    background: #202634;
    box-shadow: 0 -14px 32px rgba(0,0,0,.22);
}

html[data-theme="dark"] .hero-booking-dock {
    color: var(--theme-ink);
}

html[data-theme="dark"] .news-card-back {
    background: linear-gradient(145deg, #1B202E, #282E40);
}

@media (max-width: 940px) {
    html[data-theme="dark"] #siteHeader.mobile-open,
    html[data-theme="dark"] #siteHeader.mobile-open .header-main {
        color: #F3F5FA !important;
        background: #151A25 !important;
        box-shadow: 0 16px 36px rgba(0,0,0,.28) !important;
    }

    html[data-theme="dark"] #siteHeader.mobile-open .logo-copy strong,
    html[data-theme="dark"] #siteHeader.mobile-open .nav-links,
    html[data-theme="dark"] #siteHeader.mobile-open .nav-link,
    html[data-theme="dark"] #siteHeader.mobile-open .nav-link.active {
        color: #F3F5FA !important;
    }

    html[data-theme="dark"] .primary-navigation {
        color: #F3F5FA !important;
        background: #151A25 !important;
        border-top-color: #303747 !important;
        box-shadow: -28px 30px 70px rgba(0,0,0,.38) !important;
    }

    html[data-theme="dark"] #siteHeader.mobile-open .nav-links .nav-item {
        border-bottom-color: #2C3342;
    }

    html[data-theme="dark"] .mobile-submenu-toggle,
    html[data-theme="dark"] #siteHeader.mobile-open .mobile-submenu a {
        color: #B6BECD !important;
        background: #202634;
    }

    html[data-theme="dark"] #siteHeader.mobile-open .menu-btn {
        color: #F3F5FA !important;
        background: #252B3A !important;
    }
}

@media (max-width: 1024px) {
    .footer-top,
    .footer-details {
        align-items: flex-start;
    }

    .footer-top {
        flex-direction: column;
    }

    .footer-policy-links {
        justify-content: flex-start;
    }

    .footer-details {
        grid-template-columns: 1fr;
    }

    .footer-contact {
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px solid rgba(255,255,255,.10);
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .daejeon-news-inner {
        width: calc(100% - 32px);
    }


    .site-footer {
        padding: 46px 22px 24px;
    }

    .footer-top {
        gap: 24px;
        padding-bottom: 24px;
    }

    .footer-policy-links {
        gap: 7px;
    }

    .footer-policy-links a {
        padding: 8px 10px;
        font-size: .72rem;
    }

    .footer-details {
        gap: 24px;
        padding: 23px 20px;
    }

    .footer-company-info p {
        display: block;
    }

    .footer-company-info p span {
        display: block;
        padding: 0;
        margin: 0 0 3px;
    }

    .footer-company-info p span::after {
        display: none;
    }

    .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }
}

@media (max-width: 760px) {


    .floating-quick-menu {
        right: auto;
        bottom: max(14px, env(safe-area-inset-bottom));
        left: 12px;
        width: 58px;
        gap: 4px;
        padding: 6px;
        border-radius: 21px;
    }

    .floating-quick-menu a {
        min-height: 48px;
        gap: 3px;
        border-radius: 15px;
        font-size: .58rem;
    }

    .floating-quick-menu a i { font-size: .94rem; }
}

/* 통합 하위메뉴 가독성 및 사진형 소개 패널 */
@media (min-width: 941px) {
    #megaMenu .mega-menu-shell {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    #megaMenu .mega-panel {
        display: grid;
        grid-template-columns: clamp(290px, 22vw, 360px) 1fr;
        gap: 0;
        align-items: stretch;
    }

    #megaMenu .mega-intro {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
        padding: 40px clamp(32px, 4vw, 72px);
        border: 0;
        border-radius: 0;
        background:
            linear-gradient(180deg,rgba(9,20,39,.28),rgba(9,20,39,.88)),
            url('../img/intro-city-hero.png') center / cover no-repeat;
    }

    #megaMenu .mega-intro > span { position: relative; z-index: 1; color: #9ce7df; font-size: .76rem; }
    #megaMenu .mega-intro h2 { position: relative; z-index: 1; margin-top: 18px; color: #fff; font-size: 2.15rem; }
    #megaMenu .mega-intro p { position: relative; z-index: 1; max-width: 240px; color: rgba(255,255,255,.78); font-size: .98rem; line-height: 1.75; }
    #megaMenu .mega-groups {
        gap: 20px;
        padding: 28px clamp(30px, 4vw, 72px) 32px;
    }
    #megaMenu .mega-group { min-height: 350px; padding: 0 10px; }
    #megaMenu .mega-group h3 { height: 58px; padding: 0 18px; font-size: 1.12rem; }
    #megaMenu .mega-group > a:not(.header-booking) { padding: 10px 9px 10px 23px; font-size: 1.03rem; line-height: 1.5; }
}

/* 모바일 Hero 컨트롤 최종 정렬 */
@media (max-width: 940px) {
    .hero-modern .hero-side-preview {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}
/* Hero notice board */
.hero-board {
    position: absolute;
    z-index: 990;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 138px;
    display: grid;
    grid-template-columns: minmax(220px, 17vw) 1fr;
    color: #fff;
}

.hero-board-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 24px clamp(28px, 3vw, 56px);
    color: #fff;
    background: linear-gradient(135deg, var(--theme-primary-hover), var(--theme-primary));
}

.hero-board-heading::before {
    content: 'N';
    position: absolute;
    right: -10px;
    bottom: -48px;
    color: rgba(255, 255, 255, .09);
    font-size: 10rem;
    font-weight: 950;
    line-height: 1;
}

.hero-board-heading span,
.hero-board-heading strong { position: relative; z-index: 1; }
.hero-board-heading span { color: #aaf1e9; font-size: .64rem; font-weight: 900; letter-spacing: .18em; }
.hero-board-heading strong { margin-top: 10px; font-size: 1.45rem; letter-spacing: -.04em; }
.hero-board-heading:hover { color: #fff; }

.hero-board-content {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 100px;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    padding: 20px clamp(30px, 5vw, 88px) 20px clamp(48px, 5vw, 92px);
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: rgba(13, 36, 61, .58);
    box-shadow: 0 -14px 42px rgba(4, 15, 28, .1);
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.hero-board-calendar {
    width: 78px;
    height: 78px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    text-align: center;
}

.hero-board-calendar b { font-size: 1.75rem; line-height: 1; }
.hero-board-calendar span { margin-top: 6px; color: rgba(255, 255, 255, .68); font-size: .66rem; font-weight: 750; }
.hero-board-list { min-width: 0; display: grid; gap: 8px; }
.hero-board-list a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 104px; gap: 24px; color: rgba(255, 255, 255, .9); font-size: .9rem; line-height: 1.35; }
.hero-board-list a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hero-board-list a span::before { content: ''; width: 4px; height: 4px; display: inline-block; margin: 0 11px 3px 0; border-radius: 50%; background: #aaf1e9; }
.hero-board-list time { color: rgba(255, 255, 255, .56); font-size: .75rem; }
.hero-board-list a:hover { color: #aaf1e9; }
.hero-board-dots { display: none; }
.hero-board-more { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; border: 1px solid rgba(255, 255, 255, .55); font-size: .78rem; font-weight: 800; }
.hero-board-more:hover { color: #102a46; border-color: #aaf1e9; background: #aaf1e9; }
.hero-modern .hero-pagination { bottom: 250px !important; }

@media (max-width: 940px) {
    .hero-board { min-height: 112px; grid-template-columns: 108px 1fr; }
    .hero-board-heading { padding: 18px 18px; }
    .hero-board-heading::before { right: -4px; bottom: -25px; font-size: 6rem; }
    .hero-board-heading span { font-size: .48rem; letter-spacing: .1em; }
    .hero-board-heading strong { margin-top: 7px; font-size: 1rem; }
    .hero-board-content { grid-template-columns: minmax(0, 1fr) 40px; gap: 12px; padding: 15px 14px 15px 28px; }
    .hero-board-calendar { display: none; }
    .hero-board-list { position: relative; min-height: 64px; display: block; padding: 0 0 14px; }
    .hero-board-list a { display: none; grid-template-columns: minmax(0, 1fr); gap: 5px; font-size: .82rem; }
    .hero-board-list a.is-active { display: grid; animation: heroNoticeIn .42s cubic-bezier(.22,.61,.36,1) both; }
    .hero-board-list time { padding-left: 15px; font-size: .68rem; }
    .hero-board-dots { position: absolute; bottom: 0; left: 15px; display: flex; gap: 5px; }
    .hero-board-dots button { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); cursor: pointer; }
    .hero-board-dots button.is-active { width: 16px; border-radius: 4px; background: #aaf1e9; }
    .hero-board-more { width: 38px; min-height: 38px; border-radius: 50%; }
    .hero-board-more span { display: none; }
    .hero-modern .hero-pagination { right: auto !important; bottom: 132px !important; left: 50% !important; width: max-content; justify-content: center; transform: translateX(-50%) !important; }
}

@keyframes heroNoticeIn {
    from { opacity: 0; transform: translateX(14px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 560px) {
    .hero-board { grid-template-columns: 88px 1fr; }
    .hero-board-heading { padding: 14px 12px; }
    .hero-board-heading span { display: none; }
    .hero-board-heading strong { margin-top: 0; }
    .hero-board-content { padding-left: 22px; }
    .hero-board-list a { font-size: .78rem; }
}
