/* ==========================================================================
   Uniqtour Homepage Modernization Stylesheet
   Created: 2026-06-06
   ========================================================================== */

/* 1. Global Typography Reset */
body,
input,
button,
select,
textarea {
    font-family: 'Outfit', 'Noto Sans JP', 'Malgun Gothic', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 2. Header Improvements */
.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease;
}

.header .inner,
.header .head.inner {
    max-width: 1400px !important;
}

.header .top {
    background: #fcfcfc !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.header .top a {
    color: #555 !important;
    font-weight: 400;
    transition: color 0.2s ease;
}

.header .top a:hover {
    color: #e71a28 !important;
}

.header .head .logo {
    display: flex;
    align-items: center;
}

.header .head .logo img {
    transition: transform 0.3s ease;
}

.header .head .logo:hover img {
    transform: scale(1.03);
}

.header .head .gnb li>a {
    font-weight: 500;
    letter-spacing: -0.3px;
    transition: color 0.2s ease;
}

.header .head .gnb li>a:hover {
    color: #e71a28 !important;
}

.header .head li .snb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 12px 12px;
}

/* 3. Hero Visual & Glassmorphism Search Box */
.mvisual_wrap {
    margin-top: 155px !important;
}

.mvisual .slick-slide {
    height: 620px !important;
    /* Slightly optimized banner height */
}

.mvisual .slick-slide img {
    height: 100% !important;
    object-fit: cover !important;
}

.mvisual_wrap .text_area {
    top: 160px !important;
}

.mvisual_wrap .text_area p {
    font-size: 21px !important;
    font-weight: 500 !important;
    letter-spacing: -0.5px !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) !important;
    margin: 24px 0 54px !important;
}

.mvisual_wrap .text_area .search {
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
    border-radius: 40px !important;
    padding: 6px 6px 6px 28px !important;
    height: 72px !important;
    max-width: 680px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.mvisual_wrap .text_area .search:focus-within {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 20px 50px rgba(231, 26, 40, 0.16) !important;
    border-color: rgba(231, 26, 40, 0.4) !important;
    transform: translateY(-2px);
}

.mvisual_wrap .text_area .search .text {
    font-size: 17px !important;
    height: 60px !important;
    line-height: 60px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #111 !important;
}

.mvisual_wrap .text_area .search .text::placeholder {
    color: #888 !important;
}

.mvisual_wrap .text_area .search .btn {
    position: static !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #ff544e, #e71a28) !important;
    box-shadow: 0 4px 15px rgba(231, 26, 40, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer !important;
}

.mvisual_wrap .text_area .search .btn:hover {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 6px 20px rgba(231, 26, 40, 0.5) !important;
    background: linear-gradient(135deg, #e71a28, #c6111e) !important;
}

/* Pause/Play Progress Bar */
.mvisual_wrap .pro-bar_wrap {
    bottom: 60px !important;
}

.mvisual_wrap .pro-bar {
    background: linear-gradient(to right, #ff544e, #e71a28) !important;
}

.mvisual_wrap .buttons {
    bottom: 50px !important;
}

/* 4. Category Tab (Pills) */
.mc01 .jq_tab {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 50px !important;
}

.mc01 .jq_tab li {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #444 !important;
    background: #f7f8fa !important;
    border: 1px solid #e1e4e8 !important;
    border-radius: 30px !important;
    height: 48px !important;
    line-height: 46px !important;
    width: auto !important;
    padding: 0 28px !important;
    margin: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.mc01 .jq_tab li:hover {
    color: #fff !important;
    background: #e71a28 !important;
    border-color: #e71a28 !important;
    box-shadow: 0 5px 15px rgba(231, 26, 40, 0.25) !important;
    transform: translateY(-2px);
}

.mc01 .jq_tab li.on {
    color: #fff !important;
    background: linear-gradient(135deg, #ff544e, #e71a28) !important;
    border-color: #e71a28 !important;
    box-shadow: 0 6px 18px rgba(231, 26, 40, 0.3) !important;
    transform: translateY(-2px);
}

/* 5. Premium Product Card UI */
.mc_slide a,
.tour_view_slide a {
    background: #fff !important;
    border-radius: 16px !important;
    border: 1px solid #eef0f2 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin-bottom: 20px !important;
    text-decoration: none !important;
    display: block !important;
}

.mc_slide a:hover,
.tour_view_slide a:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08) !important;
    border-color: #e2e5e9 !important;
}

.mc_slide .img,
.tour_view_slide .img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    overflow: hidden !important;
    position: relative !important;
    border-bottom: 1px solid #f3f5f7 !important;
}

.mc_slide .img img,
.tour_view_slide .img img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.01) !important;
}

.mc_slide a:hover .img img,
.tour_view_slide a:hover .img img {
    transform: translate(-50%, -50%) scale(1.06) !important;
}

/* Badges styling */
.mc_slide .img>.tagWrap,
.tour_view_slide .img>.tagWrap {
    top: 12px !important;
    left: 12px !important;
    display: flex;
    gap: 4px;
}

.mc_slide .img>.tagWrap i,
.tour_view_slide .img>.tagWrap i {
    font-size: 11px !important;
    font-weight: 700 !important;
    height: 24px !important;
    line-height: 24px !important;
    width: auto !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
    text-shadow: none !important;
    display: inline-block !important;
    vertical-align: top;
    font-style: normal !important;
}

.mc_slide .img>.tagWrap i.new,
.mc_slide .img>.tagWrap i.best,
.tour_view_slide .img>.tagWrap i.new,
.tour_view_slide .img>.tagWrap i.best {
    background: linear-gradient(135deg, #ff544e, #e71a28) !important;
}

.mc_slide .img>.tagWrap i.discountPer,
.tour_view_slide .img>.tagWrap i.discountPer {
    background: linear-gradient(135deg, #0076d6, #0063b2) !important;
}

/* Heart Icon styling (Obsolete - replaced by unified .product_card_item heart styling)
.mc_slide .img .heart, .tour_view_slide .img .heart {
    top: 12px !important;
    right: 12px !important;
}
.mc_slide .img .heart i, .tour_view_slide .img .heart i {
    width: 28px !important;
    height: 28px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border-radius: 50% !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}
.mc_slide .img .heart i::after, .tour_view_slide .img .heart i::after {
    content: '♥';
    color: #ccc;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}
.mc_slide .img .heart input:checked + i, .tour_view_slide .img .heart input:checked + i {
    background: #fff !important;
}
.mc_slide .img .heart input:checked + i::after, .tour_view_slide .img .heart input:checked + i::after {
    color: #e71a28 !important;
}
.mc_slide .img .heart i:hover, .tour_view_slide .img .heart i:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
*/

/* Card Text Info styling */
.mc_slide .txt,
.tour_view_slide .txt {
    padding: 20px !important;
    border: none !important;
}

.mc_slide .txt em,
.tour_view_slide .txt em {
    font-size: 13px !important;
    color: #7a828a !important;
    height: auto !important;
    margin-bottom: 6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    font-style: normal !important;
}

.mc_slide .txt .tit,
.tour_view_slide .txt .tit {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1f26 !important;
    line-height: 24px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 4px 0 12px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mc_slide .txt p,
.tour_view_slide .txt p {
    font-size: 13px !important;
    color: #6c757d !important;
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
}

.mc_slide .txt p span.star-gold,
.tour_view_slide .txt p span.star-gold {
    color: #ffb800 !important;
    font-weight: 700 !important;
}

.mc_slide .txt p span.reserve-cnt,
.tour_view_slide .txt p span.reserve-cnt {
    color: #0063b2 !important;
    font-weight: 700 !important;
}

/* Card Pricing styling */
.mc_slide .txt .pay,
.tour_view_slide .txt .pay,
.tour_view_slide .money {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.mc_slide .txt .pay del,
.tour_view_slide .txt .pay del,
.tour_view_slide .money del {
    font-size: 13px !important;
    color: #adb5bd !important;
}

.mc_slide .txt .pay strong,
.tour_view_slide .txt .pay strong,
.tour_view_slide .money span strong {
    font-size: 20px !important;
    color: #e71a28 !important;
    font-weight: 700 !important;
}

.mc_slide .txt .pay strong i,
.tour_view_slide .txt .pay strong i,
.tour_view_slide .money span strong i {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-left: 1px !important;
    font-style: normal !important;
}

/* 6. Map Section UI & Map Detail slider */
.mc02 {
    background: linear-gradient(to bottom, #fcfdfe, #edf2f6) !important;
    border-top: 1px solid #e5e9ef !important;
    border-bottom: 1px solid #e5e9ef !important;
    padding: 85px 0 !important;
}

.mc02 .title {
    font-size: 34px !important;
    font-weight: 300 !important;
    color: #495057 !important;
}

.mc02 .title strong {
    font-weight: 700 !important;
    color: #e71a28 !important;
}

.mc02 .title p {
    font-size: 16px !important;
    color: #6c757d !important;
    margin-top: 12px !important;
}

/* Nationwide map overrides for hover glow */
.map_set nationwide path:hover {
    filter: drop-shadow(0 0 8px rgba(0, 99, 178, 0.4)) !important;
}

/* Map dynamic details styling */
.tour_view {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
    background: #fff !important;
}

.tour_count {
    font-size: 15px !important;
}

.tour_count b {
    color: #e71a28 !important;
}

.mapclass {
    padding: 10px;
}

.mapclass img {
    border-radius: 12px !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    object-fit: cover !important;
}

.mapclass em {
    font-size: 13px !important;
    color: #7a828a !important;
    margin-top: 8px !important;
    display: block !important;
    font-style: normal !important;
}

.mapclass .tt {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    height: 40px !important;
}

.mapclass .star {
    font-size: 13px !important;
    color: #6c757d !important;
}

/* 7. Why Uniqtour Video Section */
.mc05 .why {
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #eaedf1 !important;
    padding: 40px !important;
    margin-top: 50px !important;
}

.mc05 .why dt .tt {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1a1f26 !important;
}

.mc05 .why dt p {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #5a626a !important;
}

.mc05 .why dd .video {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12) !important;
}

/* 8. Slick slider Arrow Customization */
.mc_slide .slick-arrow {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #e2e6ea !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
    margin-top: -22px !important;
    transition: all 0.25s ease !important;
}

.mc_slide .slick-arrow:hover {
    background: #fff !important;
    border-color: #ff544e !important;
    box-shadow: 0 6px 16px rgba(231, 26, 40, 0.15) !important;
    transform: scale(1.08) translateY(-50%) !important;
}

/* 9. Responsive Mobile Adjustments */
@media screen and (max-width: 1023px) {
    .mvisual_wrap {
        margin-top: 100px !important;
    }

    .mvisual .slick-slide {
        height: 420px !important;
    }

    .mvisual_wrap .text_area {
        top: 60px !important;
    }

    .mvisual_wrap .text_area p {
        font-size: 16px !important;
        margin: 15px 0 30px !important;
    }

    .mvisual_wrap .text_area .search {
        height: 60px !important;
        padding-left: 20px !important;
    }

    .mvisual_wrap .text_area .search .text {
        font-size: 15px !important;
        height: 48px !important;
        line-height: 48px !important;
    }

    .mvisual_wrap .text_area .search .btn {
        width: 48px !important;
        height: 48px !important;
        line-height: 48px !important;
    }

    .mc01 .jq_tab li {
        font-size: 14px !important;
        padding: 0 20px !important;
        height: 42px !important;
        line-height: 40px !important;
    }

    .mc_slide .img,
    .tour_view_slide .img {
        height: auto !important;
    }

    .mc05 .why {
        padding: 24px !important;
    }

    .mc05 .why dt .tt {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .mvisual .slick-slide {
        height: 340px !important;
    }

    .mvisual_wrap .text_area {
        top: 30px !important;
    }

    .mvisual_wrap .text_area .search {
        height: 52px !important;
        padding-left: 15px !important;
        max-width: 90% !important;
    }

    .mvisual_wrap .text_area .search .text {
        font-size: 14px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .mvisual_wrap .text_area .search .btn {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .mc01 .jq_tab {
        gap: 6px !important;
    }

    .mc01 .jq_tab li {
        padding: 0 15px !important;
        height: 38px !important;
        line-height: 36px !important;
        font-size: 13px !important;
    }

    .mc_slide .img,
    .tour_view_slide .img {
        height: auto !important;
    }

    .mc05 .why {
        padding: 20px !important;
    }

    .mc05 .why dt .tt {
        font-size: 18px !important;
    }
}

/* 10. Container & Header Extension to 1400px and Single-line Override */
@media screen and (min-width: 1200px) {
    .inner {
        max-width: 1400px !important;
    }

    .mc_slide {
        width: calc(100% + 80px) !important;
        margin: 0 -40px !important;
    }
}

@media screen and (min-width: 1024px) {
    .header {
        height: 80px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02) !important;
        background: #fff !important;
    }

    .header .white {
        top: 80px !important;
        border-bottom: 1px solid #eef0f2 !important;
    }

    /* Top Utility Bar to Absolute Utility Panel */
    .header .top {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        border-bottom: none !important;
        background: transparent !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 102 !important;
    }

    .header .top .inner {
        background: transparent !important;
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header .top .inner>a {
        line-height: 80px !important;
        height: 80px !important;
        font-size: 13px !important;
        color: #555 !important;
        padding: 0 12px !important;
        display: flex !important;
        align-items: center !important;
    }

    .header .top .inner>a:after {
        right: 0 !important;
        height: 10px !important;
        margin-top: -5px !important;
        background: #e0e0e0 !important;
    }

    .header .top .jpy {
        margin: 0 15px 0 10px !important;
    }

    .header .top .jpy dt {
        line-height: 80px !important;
        font-size: 13px !important;
        color: #555 !important;
        padding-right: 15px !important;
    }

    .header .top .jpy dd {
        top: 80px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
        border-radius: 0 0 8px 8px !important;
    }

    .header .top .langs {
        padding: 0 !important;
        margin-left: 10px !important;
        display: flex !important;
        align-items: center !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        border: 1px solid #e1e4e8 !important;
        background: #fff !important;
    }

    .header .top .langs a {
        float: none !important;
        line-height: 28px !important;
        height: 28px !important;
        width: 42px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        display: block !important;
    }

    .header .top .sns {
        display: none !important;
        /* Hide SNS icons on header to save desktop space */
    }

    /* Head Area */
    .header .head {
        height: 80px !important;
        max-width: 1400px !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
        position: relative !important;
    }

    .header .head .logo {
        position: absolute !important;
        left: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        display: flex !important;
        align-items: center !important;
        height: auto !important;
        line-height: normal !important;
        margin: 0 !important;
    }

    .header .head .logo img {
        width: 140px !important;
    }

    .header .head .btn_menu.pc_vw {
        display: block !important;
        position: absolute !important;
        left: 170px !important;
        /* Positioned right after the 140px logo + 15px margin */
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        border: 1px solid #e2e6ea !important;
        background: #fff !important;
        cursor: pointer !important;
        z-index: 102 !important;
        padding: 0 !important;
    }

    .header .head .btn_menu.pc_vw p {
        position: absolute !important;
        left: 50% !important;
        margin-left: -9px !important;
        width: 18px !important;
        height: 2px !important;
        background: #333 !important;
        transition: 0.2s linear !important;
    }

    .header .head .btn_menu.pc_vw .t {
        top: 50% !important;
        margin-top: -6px !important;
    }

    .header .head .btn_menu.pc_vw .m {
        top: 50% !important;
        margin-top: -1px !important;
    }

    .header .head .btn_menu.pc_vw .b {
        top: 50% !important;
        margin-top: 4px !important;
    }

    /* GNB menu positioning */
    .header .head .gnb {
        position: absolute !important;
        left: 225px !important;
        /* Starts after logo + hamburger icon space */
        top: 0 !important;
        display: block !important;
        width: auto !important;
        height: auto !important;
    }

    .header.on .head .gnb {
        left: 215px !important;
        width: auto !important;
    }

    .header .head .gnb ul {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .header.on .head .gnb ul {
        justify-content: space-between !important;
        width: 100% !important;
    }

    .header.on .head .gnb li {
        width: 20% !important;
        flex: none !important;
        text-align: center !important;
        position: relative !important;
    }

    .header.on .head .gnb li>a {
        width: 100% !important;
        padding: 0 !important;
    }

    .header .head .gnb li {
        width: auto !important;
    }

    .header .head .gnb li>a {
        line-height: 80px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        width: auto !important;
        text-align: center !important;
    }

    /* GNB Dropdowns (SNB) Styling Improvements */
    /* 1) Individual Hover Dropdown Menu (Header is NOT .on) */
    .header:not(.on) .head li .snb {
        position: absolute !important;
        top: 80px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 240px !important;
        height: 0;
        background: #ffffff !important;
        border: none !important;
        border-radius: 12px !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
        overflow: hidden !important;
        transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        z-index: 1000 !important;
        padding: 0 !important;
    }

    .header:not(.on) .head li:hover .snb {
        height: auto !important;
        padding: 15px 0 !important;
        border: none !important;
    }

    .header:not(.on) .head li:first-child .snb {
        width: 240px !important;
        margin-left: 0 !important;
    }

    .header:not(.on) .head li .snb span {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        border: none !important;
        background: none !important;
    }

    .header:not(.on) .head li .snb a {
        font-size: 14px !important;
        color: #495057 !important;
        line-height: 1.5 !important;
        padding: 10px 20px !important;
        text-align: left !important;
        transition: all 0.2s ease !important;
        white-space: nowrap !important;
        display: block !important;
    }

    .header:not(.on) .head li .snb a:hover {
        background: #f8f9fa !important;
        color: #ff544e !important;
        padding-left: 24px !important;
    }

    /* 2) All Menus / Mega Menu (Header is .on) */
    .header.on .white {
        height: 480px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    }

    .header.on .head li .snb {
        position: absolute !important;
        top: 80px !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important;
        height: 400px !important;
        border: none !important;
        border-left: 1px solid #f1f3f5 !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 25px 8px !important;
        text-align: left !important;
        overflow: visible !important;
        transition: none !important;
    }

    .header.on .head li:first-child .snb {
        border-left: none !important;
    }

    .header.on .head li .snb span {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        border: none !important;
        background: none !important;
    }

    .header.on .head li .snb a {
        font-size: 14px !important;
        color: #555 !important;
        line-height: 1.5 !important;
        padding: 6px 12px !important;
        border-radius: 6px !important;
        transition: all 0.2s ease !important;
        display: block !important;
        text-align: left !important;
    }

    .header.on .head li .snb a:hover {
        background: #f8f9fa !important;
        color: #ff544e !important;
        transform: translateX(4px) !important;
    }

    /* Mega Menu Column Width Adjustment by Resolution */
    @media screen and (min-width: 1400px) {
        .header .head .gnb li>a {
            padding: 0 42px !important;
            /* Spreads GNB menus to decrease gap between '입장권' and '로그인' */
        }

        .header.on .head .gnb {
            right: 290px !important;
        }

        .header.on .head li .snb a {
            font-size: 13px !important;
            padding: 6px 10px !important;
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1399px) {
        .header .head .gnb li>a {
            padding: 0 30px !important;
        }

        .header.on .head .gnb {
            right: 270px !important;
        }

        .header.on .head li .snb a {
            font-size: 12px !important;
            padding: 5px 8px !important;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1199px) {
        .header .head .gnb li>a {
            padding: 0 16px !important;
            font-size: 15px !important;
        }

        .header.on .head .gnb {
            right: 230px !important;
        }

        .header.on .head li .snb a {
            font-size: 11px !important;
            padding: 4px 6px !important;
        }

        .header.on .head .gnb li>a {
            font-size: 14px !important;
        }

        .header .top .inner {
            gap: 2px !important;
        }

        .header .top .inner>a {
            padding: 0 6px !important;
            font-size: 12px !important;
        }

        .header .top .jpy {
            margin: 0 8px 0 4px !important;
        }

        .header .top .jpy dt {
            font-size: 12px !important;
            padding-right: 12px !important;
        }

        .header .top .langs {
            margin-left: 4px !important;
        }

        .header .top .langs a {
            width: 36px !important;
            font-size: 10px !important;
        }
    }

    /* Hero Visual banner offset */
    .mvisual_wrap {
        margin-top: 80px !important;
    }
}

/* ==========================================================================
   11. New Hero Visual & Search Section (Static Banner)
   ========================================================================== */
.hero_visual_section {
    position: relative;
    width: 100%;
    height: 540px;
    /* Reduced to 80% */
    overflow: hidden;
}

.hero_visual_section .hero_bg_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero_visual_section .hero_bg_slider .slick-list,
.hero_visual_section .hero_bg_slider .slick-track,
.hero_visual_section .hero_bg_slider .slick-slide,
.hero_visual_section .hero_bg_slider .slick-slide>div {
    height: 100% !important;
}

.hero_visual_section .hero_bg_slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.03);
}

.hero_visual_section .hero_bg_slider .slick-slide.slick-active .hero_bg_slide {
    animation: kenBurnsZoom 5.2s ease-in-out forwards;
}

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1.12);
    }
}

/* Manual Zoom Controls */
.hero_visual_section .hero_zoom_controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.hero_visual_section .hero_zoom_controls .zoom_btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.2s ease;
}

.hero_visual_section .hero_zoom_controls .zoom_btn:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

.hero_visual_section .hero_zoom_controls .zoom_btn i {
    font-size: 14px;
}

.hero_visual_section .hero_dark_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
}

.hero_visual_section .hero_content_overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_visual_section .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Badge */
.hero_visual_section .hero_badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 24px;
    letter-spacing: -0.2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Title & Gradient */
.hero_visual_section .hero_title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 40px;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.hero_visual_section .hero_title .gradient_text {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    display: inline-block;
    filter: drop-shadow(0 2px 10px rgba(139, 92, 246, 0.3));
}

/* Glassmorphism Search Box inside Banner */
.hero_visual_section .hero_search_box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 8px 8px 8px 30px;
    width: 100%;
    max-width: 900px;
    gap: 15px;
    box-sizing: border-box;
}

.hero_visual_section .hero_search_box .search_field {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: left;
}

.hero_visual_section .hero_search_box .search_field:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #e2e8f0;
}

.hero_visual_section .hero_search_box .search_field label {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero_visual_section .hero_search_box .search_field label i {
    color: #3b82f6;
    font-size: 12px;
}

.hero_visual_section .hero_search_box .search_field select,
.hero_visual_section .hero_search_box .search_field input[type="date"],
.hero_visual_section .hero_search_box .search_field input[type="text"] {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    width: 100%;
    outline: none;
    padding: 6px 0;
    font-family: inherit;
    box-sizing: border-box;
}

.hero_visual_section .hero_search_box .search_field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
}

.hero_visual_section .select_wrapper {
    position: relative;
    width: 100%;
}

.hero_visual_section .select_arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #64748b;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.hero_visual_section .hero_search_box .search_field select:focus+.select_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.hero_visual_section .btn_hero_search {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border: none;
    border-radius: 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 32px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    white-space: nowrap;
}

.hero_visual_section .btn_hero_search:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(139, 92, 246, 0.35);
    filter: brightness(1.05);
}

.hero_visual_section .btn_hero_search i {
    font-size: 14px;
}

/* Quick Tags on dark overlay */
.hero_visual_section .hero_quick_tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.hero_visual_section .hero_quick_tags .tag_btn {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 30px;
    cursor: pointer;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero_visual_section .hero_quick_tags .tag_btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.03);
}

/* Scroll Down Indicator */
.hero_visual_section .scroll_down_indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    animation: scrollBounce 2s infinite;
    cursor: pointer;
}

@keyframes scrollBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-8px) translateX(-50%);
    }

    60% {
        transform: translateY(-4px) translateX(-50%);
    }
}

/* Responsive Styles */
@media screen and (max-width: 1023px) {
    .hero_visual_section {
        height: auto;
        min-height: 480px;
        /* Reduced by 20% */
        padding: 60px 0;
    }

    .hero_visual_section .hero_title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .hero_visual_section .hero_search_box {
        max-width: 100%;
        border-radius: 30px;
        padding: 24px;
        flex-direction: column;
        gap: 20px;
    }

    .hero_visual_section .hero_search_box .search_field {
        width: 100%;
        padding-bottom: 15px;
    }

    .hero_visual_section .hero_search_box .search_field:not(:last-child)::after {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        height: 1px;
        width: 100%;
    }

    .hero_visual_section .btn_hero_search {
        width: 100%;
        height: 50px;
    }

    .hero_visual_section .scroll_down_indicator {
        display: none;
    }

    .hero_visual_section .hero_zoom_controls {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hero_visual_section {
        min-height: 400px;
        /* Reduced by 20% */
        padding: 40px 0;
    }

    .hero_visual_section .hero_badge {
        font-size: 11px;
        padding: 6px 14px;
    }

    .hero_visual_section .hero_title {
        font-size: 28px;
    }

    .hero_visual_section .hero_quick_tags {
        gap: 8px;
    }

    .hero_visual_section .hero_quick_tags .tag_btn {
        font-size: 12px;
        padding: 6px 14px;
    }
}

/* Center utility panel inside 1400px content width on wide screens */
@media screen and (min-width: 1430px) {
    .header .top {
        right: calc((100% - 1400px) / 2 + 15px) !important;
    }
}

/* ==========================================================================
   12. Tour Categories Grid Section
   ========================================================================== */
.tour_categories_section {
    padding: 35px 0 !important;
    background-color: #f8fafc;
}

.tour_categories_section .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.tour_categories_section .section_title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.tour_categories_section .section_subtitle {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 40px;
}

.tour_categories_section .categories_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tour_categories_section .category_card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 20px;
    width: calc(16.666% - 17px);
    min-width: 170px;
    max-width: 210px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    position: relative;
}

.tour_categories_section .category_card .card_icon {
    font-size: 38px;
    margin-bottom: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_categories_section .category_card .card_title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
    transition: color 0.2s ease;
}

.tour_categories_section .category_card .card_count {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 0;
    transition: color 0.2s ease;
}

.tour_categories_section .category_card .card_arrow {
    font-size: 11px;
    color: #3b82f6;
    margin-top: 12px;
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.2s ease;
    line-height: 1;
}

/* Hover State */
.tour_categories_section .category_card:hover {
    border-color: #3b82f6;
    transform: translateY(-4px);
    box-shadow: 0 12px 20px -5px rgba(59, 130, 246, 0.1), 0 8px 12px -6px rgba(59, 130, 246, 0.1);
}

.tour_categories_section .category_card:hover .card_title {
    color: #3b82f6;
}

.tour_categories_section .category_card:hover .card_count {
    color: #64748b;
}

.tour_categories_section .category_card:hover .card_arrow {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Styles */
@media screen and (max-width: 1199px) {
    .tour_categories_section .category_card {
        width: calc(33.333% - 14px);
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tour_categories_section {
        padding: 40px 0;
    }

    .tour_categories_section .section_title {
        font-size: 22px;
    }

    .tour_categories_section .category_card {
        width: calc(50% - 10px);
        min-width: 140px;
        padding: 24px 16px;
    }

    .tour_categories_section .category_card .card_icon {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .tour_categories_section .category_card .card_title {
        font-size: 14px;
    }
}

/* Premium Product Cards in main page slider */
.mc_slide1 .slick-slide {
    padding: 10px 8px;
    /* Add spacing between slides */
}

.mc_slide1 a {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.mc_slide1 a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08) !important;
    border-color: #3b82f6;
}

.mc_slide1 .img {
    height: 110px;
    border-bottom: none;
}

.mc_slide1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: none;
}

.mc_slide1 .txt {
    padding: 12px 10px;
    border: none;
}

.mc_slide1 .txt em {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mc_slide1 .txt .tit {
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    min-height: 36px;
    margin: 4px 0;
    font-weight: 600;
    color: #1e293b;
}

.mc_slide1 .txt p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px;
    color: #64748b;
}

.mc_slide1 .txt .pay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mc_slide1 .txt .pay del {
    font-size: 11px;
    line-height: 14px;
}

.mc_slide1 .txt .pay strong {
    font-size: 15px;
    line-height: 20px;
    color: #ef4444;
}

.mc_slide1 .txt .pay strong i {
    font-size: 12px;
}

/* Slick Slider Custom Navigation Arrows */
.mc_slide1 .slick-prev,
.mc_slide1 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50% !important;
    z-index: 10;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 16px 16px !important;
}

.mc_slide1 .slick-prev:hover,
.mc_slide1 .slick-next:hover {
    background-color: #f8fafc !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.mc_slide1 .slick-prev {
    left: 15px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(71,85,105)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E") !important;
}

.mc_slide1 .slick-next {
    right: 15px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(71,85,105)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") !important;
}

/* Completely hide default slick-theme icon pseudo-elements (both before and after) */
.mc_slide1 .slick-prev::before,
.mc_slide1 .slick-next::before,
.mc_slide1 .slick-prev::after,
.mc_slide1 .slick-next::after {
    display: none !important;
    content: "" !important;
    font-size: 0 !important;
}

/* Hide slick arrows if there are not enough slides to scroll */
.mc_slide1 .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

/* Full Width breakout for main page slider */
.mc_slide1 {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 767px) {
    .mc_slide1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Premium Modern Tab Selector under Tour Categories Grid */
.mc01 .jq_tab {
    margin-bottom: 35px !important;
}

.mc01 .jq_tab li {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    line-height: 48px !important;
    height: 50px !important;
    width: auto !important;
    min-width: 140px !important;
    padding: 0 24px !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    border-radius: 50px !important;
    margin: 0 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}

.mc01 .jq_tab li:hover {
    color: #3b82f6 !important;
    background: #eff6ff !important;
    border-color: #bfdbfe !important;
    transform: translateY(-2px) !important;
}

.mc01 .jq_tab li.on {
    color: #ffffff !important;
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.2) !important;
}

/* ==========================================================================
   Unified Product Card Item Styles (Slide & Map Popup)
   ========================================================================== */
.product_card_item {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e2e8f0 !important;
}

.product_card_item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

/* Image container styling */
.product_card_item .img {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

.product_card_item .img img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.product_card_item:hover .img img {
    transform: translate(-50%, -50%) scale(1.05) !important;
}

/* Favorite/Heart Overlay Button */
.product_card_item .img .heart {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 2 !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.2s ease !important;
}

.product_card_item .img .heart:hover {
    transform: scale(1.1) !important;
    background: #ffffff !important;
}

.product_card_item .img .heart i {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    background: url("/pub/images/icon_heart.png") no-repeat 50% 50% / contain !important;
}

.product_card_item .img .heart.on i {
    background-image: url("/pub/images/icon_heart_on.png") !important;
}

/* Tags / Badges Overlay */
.product_card_item .img .tagWrap {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    display: flex !important;
    gap: 6px !important;
    z-index: 2 !important;
}

.product_card_item .img .tagWrap i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 22px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.product_card_item .img .tagWrap i.best {
    background: #e71a28 !important;
}

.product_card_item .img .tagWrap i.new {
    background: #3b82f6 !important;
}

.product_card_item .img .tagWrap i.dc {
    background: #10b981 !important;
}

/* Card Content Area */
.product_card_item .txt {
    display: block !important;
    padding: 16px 16px 20px 16px !important;
    background: #ffffff !important;
    border: none !important;
}

/* Category Hashtags */
.product_card_item .txt em {
    display: block !important;
    height: auto !important;
    min-height: 24px !important;
    margin-bottom: 8px !important;
    font-style: normal !important;
}

.hash_tag {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #3b82f6 !important;
    background: #eff6ff !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    margin-right: 5px !important;
    margin-bottom: 4px !important;
    border: 1px solid #dbeafe !important;
    letter-spacing: -0.2px !important;
    font-style: normal !important;
}

/* Title styling */
.product_card_item .txt .tit {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.4 !important;
    height: 42px !important;
    margin: 6px 0 10px 0 !important;
    word-break: break-all !important;
    min-height: 42px !important;
}

/* Stars / Booking Counts */
.product_card_item .txt p {
    font-size: 12px !important;
    color: #64748b !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
}

.product_card_item .txt p .star-gold {
    color: #f59e0b !important;
    font-weight: 600 !important;
    margin-right: 3px !important;
}

.product_card_item .txt p .reserve-cnt {
    color: #3b82f6 !important;
    font-weight: 600 !important;
}

/* Pricing Section */
.product_card_item .txt .pay {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 28px !important;
    line-height: 28px !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px dashed #f1f5f9 !important;
    white-space: nowrap !important;
}

.product_card_item .txt .pay del {
    display: inline-block !important;
    font-size: 12px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}

.product_card_item .txt .pay strong {
    display: inline-block !important;
    font-size: 18px !important;
    color: #e71a28 !important;
    font-weight: 700 !important;
    margin-left: auto !important;
}

.product_card_item .txt .pay strong i {
    font-size: 13px !important;
    font-weight: 400 !important;
}

/* Specific adjustment for slider wrapper inside main slide */
.mc_slide .product_card_item {
    margin: 10px 8px !important;
    /* Slide gutter */
}

/* Constraint Uniq Tour's Pick (mc04) slide width to 1400px inner bounds */
@media screen and (min-width: 1200px) {
    .mc04 .mc_slide_uniq {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 60px !important;
        box-sizing: border-box !important;
    }

    .mc04 .year_txt {
        margin-left: -305px !important;
    }
}



/* Hide non-active slides in mc04 to prevent neighboring sliver leaks */
.mc04 .slick-slide:not(.slick-active) {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 유니크픽 슬라이더 전용 화살표 스타일 보정 (겹침 방지 및 디자인 현대화) */
.mc04 .mc_slide_uniq .slick-prev,
.mc04 .mc_slide_uniq .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50% !important;
    z-index: 10;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 16px 16px !important;
    margin-top: 0 !important;
    /* styles.css 기본 오프셋 -55px 초기화 */
}

.mc04 .mc_slide_uniq .slick-prev:hover,
.mc04 .mc_slide_uniq .slick-next:hover {
    background-color: #f8fafc !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.mc04 .mc_slide_uniq .slick-prev {
    left: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(71,85,105)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E") !important;
}

.mc04 .mc_slide_uniq .slick-next {
    right: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(71,85,105)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") !important;
}

/* 기존 styles.css의 투박한 화살표 가상 요소(:before, :after) 숨김 */
.mc04 .mc_slide_uniq .slick-prev::before,
.mc04 .mc_slide_uniq .slick-next::before,
.mc04 .mc_slide_uniq .slick-prev::after,
.mc04 .mc_slide_uniq .slick-next::after {
    display: none !important;
    content: "" !important;
}

/* 9. Product List Modern Card Layout Reset */
.pro_list {
    text-align: center !important;
}
.pro_list li.modern_card {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
    width: 294px !important;
    margin: 60px 12px 0 12px !important;
}
.pro_list li.modern_card:hover {
    box-shadow: none !important;
}
.pro_list li.modern_card a.product_card_item {
    display: block !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.pro_list li.modern_card a.product_card_item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}
.pro_list li.modern_card .img {
    height: auto !important;
    padding: 0 !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #f3f5f7 !important;
    aspect-ratio: 4 / 3 !important;
}
.pro_list li.modern_card .img img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1) !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
}
.pro_list li.modern_card .txt {
    padding: 20px !important;
    border: none !important;
    text-align: left !important;
}
.pro_list li.modern_card .txt em {
    font-size: 13px !important;
    color: #7a828a !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 0 8px !important;
    display: flex !important;
    gap: 4px !important;
    font-style: normal !important;
}
.pro_list li.modern_card .txt .tit {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1f26 !important;
    line-height: 22px !important;
    height: 44px !important;
    margin-bottom: 10px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
}
.pro_list li.modern_card .txt p {
    font-size: 13px !important;
    color: #6c757d !important;
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
}
.pro_list li.modern_card .txt .pay {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
}
.pro_list li.modern_card .txt .pay del {
    font-size: 13px !important;
    color: #adb5bd !important;
    text-decoration: line-through !important;
    display: inline-block !important;
}
.pro_list li.modern_card .txt .pay strong {
    font-size: 20px !important;
    color: #e71a28 !important;
    font-weight: 700 !important;
}

/* --- KEYWORD FILTER MODERNIZATION START --- */
.keyword {
    border: 1px solid #eef2f6 !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 15px 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 40px !important;
    box-sizing: border-box !important;
}

.keyword dl {
    display: flex !important;
    align-items: center !important;
    padding: 12px 10px !important;
    border-bottom: 1px dashed #f1f5f9 !important;
    margin: 0 !important;
}
.keyword dl:last-child {
    border-bottom: none !important;
}

.keyword dt {
    width: 120px !important;
    font-size: 14px !important;
    color: #475569 !important;
    font-weight: 700 !important;
    text-align: left !important;
    background: transparent !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    border-bottom: none !important;
}

.keyword dd {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
    border-bottom: none !important;
}

.keyword dd label.key {
    margin: 0 !important;
    padding: 0 !important;
}
.keyword dd label.key i {
    font-size: 13px !important;
    color: #64748b !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 6px 16px !important;
    border-radius: 30px !important;
    font-style: normal !important;
    line-height: normal !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.keyword dd label.key i:hover {
    color: #e71a28 !important;
    background: #fff5f5 !important;
    border-color: #fecaca !important;
}

.keyword dd label.key input:checked + i {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff544e, #e71a28) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 10px rgba(231, 26, 40, 0.2) !important;
}
/* --- KEYWORD FILTER MODERNIZATION END --- */

/* --- EMPTY STATE (NO PRODUCT) MODERNIZATION START --- */
li.reserve_non {
    background: #f8fafc !important;
    border: 1px dashed #e2e8f0 !important;
    border-radius: 16px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #64748b !important;
    margin: 80px auto 100px auto !important;
    width: 100% !important;
    max-width: 800px !important;
    padding: 60px 20px !important;
    box-shadow: none !important;
    display: block !important;
    box-sizing: border-box !important;
}

li.reserve_non:hover {
    box-shadow: none !important;
    background: #f8fafc !important;
}

li.reserve_non p {
    margin: 0 !important;
    line-height: 1.6 !important;
}

li.reserve_non::before {
    content: "🔍" !important;
    display: block !important;
    font-size: 36px !important;
    margin-bottom: 16px !important;
    filter: grayscale(1) opacity(0.4) !important;
}
/* --- EMPTY STATE (NO PRODUCT) MODERNIZATION END --- */

/* --- CURRENCY SWITCH TOGGLE MODERNIZATION START --- */
.header .top .currency_switch {
    display: flex !important;
    align-items: center !important;
    border-radius: 30px !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    padding: 2px !important;
    overflow: hidden !important;
    margin-left: 15px !important;
    float: left !important;
    margin-top: 0px !important;
}

.header .top .currency_switch a.currency_btn {
    float: none !important;
    display: inline-block !important;
    text-align: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    line-height: 24px !important;
    height: 24px !important;
    width: 46px !important;
    border-radius: 20px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    background: transparent !important;
}

.header .top .currency_switch a.currency_btn:hover {
    color: #1e293b !important;
}

.header .top .currency_switch a.currency_btn.on {
    color: #ffffff !important;
    background: #ff544e !important;
    box-shadow: 0 2px 6px rgba(255, 84, 78, 0.3) !important;
}
/* --- CURRENCY SWITCH TOGGLE MODERNIZATION END --- */

/* --- SEARCH BAR & BUTTON MODERNIZATION START --- */
.keyword dd {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    max-width: 680px !important;
    box-sizing: border-box !important;
}

.keyword dd .search-text {
    flex: 1 !important;
    height: 48px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 30px 0 0 30px !important;
    padding: 0 24px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    background: #f8fafc !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.keyword dd .search-text:focus {
    border-color: #ff544e !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 84, 78, 0.15) !important;
}

.keyword dd .search-btn {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff544e 0%, #ff2a6d 100%) !important;
    width: 90px !important;
    flex-shrink: 0 !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 0 30px 30px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(255, 84, 78, 0.2) !important;
    box-sizing: border-box !important;
    line-height: 48px !important;
    padding: 0 !important;
    text-align: center !important;
    float: none !important;
    display: inline-block !important;
}

.keyword dd .search-btn:hover {
    background: linear-gradient(135deg, #ff6b66 0%, #ff4280 100%) !important;
    box-shadow: 0 6px 20px rgba(255, 84, 78, 0.35) !important;
    transform: translateY(-1px) !important;
}

.keyword dd .search-btn:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 6px rgba(255, 84, 78, 0.2) !important;
}

@media (max-width: 768px) {
    .keyword dt {
        width: 50px !important;
        font-size: 13px !important;
    }
    .keyword dd {
        max-width: 100% !important;
    }
    .keyword dd .search-text {
        height: 44px !important;
        font-size: 13px !important;
        padding: 0 16px !important;
    }
    .keyword dd .search-btn {
        width: 76px !important;
        height: 44px !important;
        font-size: 14px !important;
        line-height: 44px !important;
    }
}
/* --- SEARCH BAR & BUTTON MODERNIZATION END --- */