/* 도현체 추가 */
@font-face {
    font-family: 'Dohyun';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* L-Ticket PC 수정요청 260813 — style.css 후순위 오버라이드, PC만 */

/* SUPER SALE 좌석 라벨 — 원본 width:37px / padding:10px 가 너무 큼 */
.header_pc ~ * .product_list .product_card .thumnail .recommend_discount_badge,
.recommend_super_sale .product_list .product_card .thumnail .recommend_discount_badge,
.product_list .product_card .thumnail .recommend_discount_badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 18px !important;
    padding: 0 5px !important;
    font-family: "Pretendard Variable", Pretendard, sans-serif !important;
    font-weight: 600 !important;
    font-size: 10px !important;
    line-height: 18px !important;
}

/* =========================================================
 * Product list - PC list view (Frame 427323863)
 * ========================================================= */
@media (min-width: 1025px) {
    .list_contents .product_list.list_view::before {
        display: none;
    }

    .list_contents .product_list.list_view {
        margin-top: 40px;
    }

    .list_contents .product_list.list_view > ul {
        display: block;
    }

    .list_contents .product_list.list_view > ul > li {
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #dcdcdc;
    }

    .list_contents .product_list.list_view > ul > li .product_card {
        position: relative;
        display: grid;
        grid-template-columns: 134px minmax(0, 1fr);
        column-gap: 26px;
        min-height: 161px;
        padding: 24px 0;
        box-sizing: content-box;
        height: auto;
    }

    .list_contents .product_list.list_view > ul > li:first-child .product_card {
        padding-top: 0;
    }

    .list_contents .product_list.list_view > ul > li .product_card .thumnail {
        width: 119px;
        min-width: 119px;
        height: auto;
        max-height: 190px;
        margin: 0;
        padding: 0;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .list_contents .product_list.list_view > ul > li .product_card .thumnail img {
        position: relative;
        width: 100% !important;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .product_list.list_view .thumb-wrap{
      position: relative;
      width: auto;
      height: auto;
      border-radius: 2px;
      overflow: hidden;
      top: 0;
      left: 0;
    }

    .list_contents .product_list.list_view .product_info {
        min-width: 0;
        padding: 14px 260px 0 0;
        box-sizing: border-box;
    }

    .list_contents .product_list.list_view .product_labels {
        min-height: 20px;
        margin: 0 0 14px;
        gap: 2px;
    }

    .list_contents .product_list.list_view .product_label,
    .list_contents .product_list.list_view .product_labels .product_label {
        height: 20px;
        padding: 0 6px;
        font-size: 12px;
    }

    .list_contents .product_list.list_view .product_title,
    .list_contents .product_list.list_view .product_title strong {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.35;
    }

    .list_contents .product_list.list_view .product_subtitle {
        min-height: 0;
        margin-top: 1px;
        font-size: 16px;
        line-height: 1.35;
    }

    .list_contents .product_list.list_view .product_date {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.35;
    }

    .list_contents .product_list.list_view .product_place {
        margin-top: 1px;
        font-size: 14px;
        line-height: 1.35;
    }

    .list_contents .product_list.list_view .product_card .product_price {
        position: absolute;
        top: 50%;
        right: 0;
        display: grid;
        grid-template-columns: max-content max-content;
        width: auto;
        margin: 0;
        column-gap: 8px;
        row-gap: 5px;
        transform: translateY(-50%);
    }

    .list_contents .product_list.list_view .product_card .product_price .price-left {
        display: contents;
    }

    .list_contents .product_list.list_view .product_card .product_price .discount_rate {
        grid-row: 2;
        grid-column: 1;
        font-size: 20px;
    }

    .list_contents .product_list.list_view .product_card .product_price .price-right {
        display: contents;
    }

    .list_contents .product_list.list_view .product_card .product_price .price_origin {
        grid-row: 1;
        grid-column: 1 / -1;
        justify-self: end;
        font-size: 14px;
    }

    .list_contents .product_list.list_view .product_card .product_price .price_after_disc {
        grid-row: 2;
        grid-column: 2;
        font-size: 20px;
    }

    .list_contents .product_list.list_view .content_banner_slot_grid {
        display: none;
    }

    .list_contents .product_list.list_view ~ .content_banner_slot_list {
        display: flex;
        height: 112px;
        min-height: 112px;
        margin: 42px 0 0;
        border-radius: 0;
    }
}

/* =========================================================
 * 1. GNB
 * ========================================================= */
.header_pc .on_sale_ticker_title {
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: 0;
}

.header_pc .on_sale_ticker_name {
    background: none;
    color: #E6E6E6;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
}

.header_pc .on_sale_ticker_rate {
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #d41d1d;
}

.header_pc .on_sale_ticker_arrow {
    font-size: 10px;
    line-height: 1;
}

.header_pc .coupon_register_btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    color: #fff;
}

.header_pc .icons_list {
    display: block;
    width: 67px;
    height: 26px;
    line-height: 0;
    opacity: 1;
    border-radius: 2px;
    padding: 3px 6px;
    box-sizing: border-box;
    background: #d41d1d;
}

.header_pc .user-menu {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    align-items: stretch;
    height: 40px;
}

.header_pc .user-menu a,
.header_pc .user-menu a:link {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #fff !important;
    margin-left: 0;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    box-sizing: border-box;
    background: transparent;
}

.header_pc .user-menu a:hover,
.header_pc .user-menu a:focus,
.header_pc .user-menu a.active {
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    color: #fff !important;
}

.header_pc .nav_list > li:not(.icons_list),
.header_pc .nav_list > li:not(.icons_list) > a {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 600;
}

.header_pc .search-input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0 44px 0 19px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.header_pc .search-input::placeholder {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
}

.header_pc .search-btn-wrap {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 9px;
    opacity: 1;
    transform: translateY(-50%);
}

.header_pc .search-btn {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    background: url("../../../images/icon_search2.svg") no-repeat center / 70% 70%;
    border: none;
    padding: 0;
}

.header_pc .logo-area {
    width: 209px;
    height: 48px;
    gap: 8px;
    opacity: 1;
}

.header_pc .logo-area .logo-image {
    max-width: 100%;
    max-height: 100%;
}

.header_pc .logo-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #000;
}

.header_pc .logo-sub {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

/* 메인 배너 — 이미지 잘림 없이 원본 비율 100% 노출 */
.main-visual-slider {
    background: #000;
}

.main-visual-swiper {
    height: auto;
}

.main-visual-swiper .swiper-wrapper {
    align-items: stretch;
}

.main-visual-swiper .swiper-slide {
    height: auto !important;
}

.main-visual-swiper .swiper-slide-active,
.main-visual-swiper .swiper-slide-duplicate-active {
    height: auto !important;
}

.main-visual-bg {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100%;
    height: auto !important;
    background-image: none !important;
}

.main-visual-bg img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-visual-inner {
    position: absolute;
    inset: 0;
    height: auto;
    pointer-events: none;
}

.main-visual-thumb-wrap {
    pointer-events: auto;
}

@media (min-width: 1025px) {
    /* =========================================================
     * 2. 메인 배너 — 썸네일/이미지 확대 제거
     * ========================================================= */
    .main-visual-thumb,
    .main-visual-thumb:hover,
    .main-visual-thumb.is-active,
    .main-visual-thumb.is-active:hover {
        transform: none;
    }

    .main-visual-thumb img {
        transform: none;
    }

    /* =========================================================
     * 4. 중앙 배너 간격
     * ========================================================= */
    .week_save_wrap {
        margin: 32px auto;
        margin-bottom: 32px;
    }

    .week_save_box {
        margin-bottom: 0;
    }

    .discount-ranking {
        margin-top: 90px;
    }

    /* =========================================================
     * 3. SUPER SALE
     * ========================================================= */
    .recommend_super_sale h2,
    .super_sale_title h2 {
        font-size: 46px;
        line-height: 1;
        font-weight: 900;
        color: #000;
        font-family: "Big Shoulders", Pretendard, sans-serif;
    }

    .recommend_super_sale .recommend_area_subtitle {
        font-family: Pretendard, "Pretendard Variable", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #000;
        margin-top: 12px;
        letter-spacing: -0.02em;
    }

    .super_sale_head{
        margin: 80px 0 40px;
        align-items: flex-end;
    }

    .tab_btn.recommend_rate_filter{
        margin: 0;
        padding: 0;
    }


    .tab_btn.recommend_rate_filter button {
        font-family: "Big Shoulders", sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 1;
        color: #b4b4b4;
        background: #f0f0f0;
        padding-bottom: 12px;
    }


    .tab_btn.recommend_rate_filter button.tab_active,
    .tab_btn.recommend_rate_filter button[aria-pressed="true"],
    .tab_btn.recommend_rate_filter button.tab_active:hover,
    .tab_btn.recommend_rate_filter button[aria-pressed="true"]:hover {
        font-weight: 800 !important;
        background: #d41d1d;
        color: #fff;
    }

    .recommend_super_sale .product_list > ul {
        gap: 20px;
    }

    .recommend_super_sale .product_list > ul > li {
        width: calc((100% - 80px) / 5);
    }

    .recommend_super_sale .product_list .product_card .thumnail {
        width: 100%;
        max-width: 240px;
        height: 320px;
        padding-top: 0;
        border-radius: 2px;
        overflow: hidden;
    }

    .recommend_super_sale .product_list .product_card .thumnail img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: none;
    }

    .product_list .product_card .thumnail .recommend_discount_badge,
    .recommend_super_sale .product_list .product_card .thumnail .recommend_discount_badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: auto !important;
        min-width: 0;
        max-width: none;
        height: 18px;
        padding: 0 5px;
        border-radius: 0;
        font-family: "Pretendard Variable", Pretendard, sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 18px;
        letter-spacing: -0.02em;
    }

    .recommend_super_sale .product_list .product_card .thumnail .recommend_discount_badge_wrap {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: auto;
        min-width: 37.33px;
        height: 29px;
        padding: 6.5px 8.66px;
        opacity: 1;
        background: #d41d1d;
        white-space: nowrap;
    }

    .recommend_super_sale .product_list .product_card .thumnail .recommend_discount_badge_wrap .recommend_discount_badge {
        position: static !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        background: none !important;
        color: #fff;
        font-size: 13px !important;
    }

    .recommend_super_sale .product_price .price_after_disc {
        font-size: 20px !important;
        font-weight: 700;
        color: #141414 !important;
        line-height: 1.3;
    }

    .recommend_super_sale .product_price .price_origin {
        color: #818181 !important;
        font-size: 14px !important;
    }

    /* =========================================================
     * 5. 할인율 TOP
     * ========================================================= */
    .discount-ranking-header{
        padding-bottom: 28px;
    }

    .discount-ranking-title h2 {
        font-style: normal;
        font-weight: 400;
    }


    .discount-ranking-title p {
        font-family: Pretendard, "Pretendard Variable", sans-serif;
        font-weight: 500;
        font-size: 16px;
        margin-top: 12px;
        justify-content: flex-start;
        transform: translateX(1px);
        gap: 6px;
    }


    .discount-ranking-name {
        font-size: 18px;
        font-weight: 700;
        padding-left: 4px;
    }

    .discount-ranking-price > span {
        font-family: Pretendard, "Pretendard Variable", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }

    .discount-ranking-thumbnail {
        height: 52px;
        width: 52px;
    }

    /* =========================================================
     * 6. MD PICK
     * ========================================================= */

    .recommend_md_pick > .wrap:first-of-type{
        margin-bottom: 40px;
    }

    .recommend_md_pick h2 {
        font-size: 46px;
        line-height: 1.15;
        font-weight: 400;
        color: #000;
        font-family: "Dohyun", sans-serif;
        letter-spacing: -0.01em;
    }

    .recommend_md_pick .recommend_area_subtitle {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        margin-top: 12px !important;
        color: #000;
        letter-spacing: -0.02em;
    }

    .recommend_md_pick .ticket-card-title {
        font-family: Pretendard, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.35;
        color: #000;
    }

    .recommend_md_pick .ticket-card-description {
        color: #000;
        font-weight: 400;
    }

    .recommend_md_pick .ticket-card-discount strong {
        font-family: Pretendard, sans-serif;
        font-weight: 700;
        font-size: 28px;
        color: #d41d1d;
    }

    .recommend_md_pick .ticket-card-discount del {
        font-size: 16px;
        color: #777;
    }

    .recommend_md_pick .ticket-card-sale-price {
        font-family: Pretendard, sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000;
        transform: translateY(-2px);
    }

    .recommend_md_pick .ticket-card-img {
        height: 403px;
        aspect-ratio: auto;
    }

    /* =========================================================
     * 7. 이벤트
     * ========================================================= */
    .event-banner-content h2 {
        font-family: Pretendard, sans-serif;
        font-weight: 800;
        letter-spacing: -0.02em;
    }

    .event-banner-content p {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        color: #fff;
        background: transparent;
    }

    /* =========================================================
     * 8. LAST CALL
     * ========================================================= */

    .recommend_last_call .wrap:first-of-type{
        margin: 100px auto 40px;
    }

    .recommend_last_call h2 {
        font-size: 46px;
        line-height: 1.15;
        font-weight: 400;
        color: #000;
        font-family: "Dohyun", sans-serif;
        letter-spacing: -0.01em;
    }

    .recommend_last_call .recommend_area_subtitle {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        margin-top: 12px !important;
        letter-spacing: -0.02em;
        color: #000;
    }

    .last_call_badge--deal {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        padding: 4px 8px;
    }

    .last_call_badge--countdown {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        background: #1f1a1a;
        color: #fff;
        padding: 4px 8px;
    }

    .last_call_title {
        font-size: 20px;
    }

    .last_call_place {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #191919;
    }

    .last_call_period {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #a8a8a8;
        letter-spacing: -0.05em;
    }


    .last_call_grid li {
        overflow: visible;
    }

    .last_call_grid .last_call_card {
        border: 0;
        border-radius: 0;
        height: auto;
        box-shadow: none;
        overflow: visible;
    }

    .last_call_thumb {
        width: 140px;
        height: 186px;
        flex-shrink: 0;
    }

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

    .last_call_price_sale {
        font-size: 20px;
        color: #000;
    }

    /* =========================================================
     * 9. COUPONS
     * ========================================================= */
    .download_coupon_area h2 {
        font-size: 46px;
        line-height: 1.15;
        font-weight: 800;
        color: #000;
        font-family: "Big Shoulders", Pretendard, sans-serif;
    }

    .download_coupon_area .recommend_area_subtitle {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #000;
        margin-top: 12px;
    }

    .benefit_coupon_category {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        font-size: 15.72px;
        line-height: 1.3;
    }

    .benefit_coupon_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
    }

    .benefit_coupon_bottom {
        font-size: 14.6px;
        font-weight: 600;
    }

    /* =========================================================
     * 10. 푸터
     * ========================================================= */
    footer .footer_menu a {
        font-size: 12px;
        color: #333;
        line-height: 1.5;
    }

    footer .footer_info p,
    footer .copyright {
        font-size: 12px;
        color: #757575;
        line-height: 1.7;
    }

    /* =========================================================
     * 11. 검색 / 상품 리스트
     * ========================================================= */
    .list_contents h2 {
        font-size: 44px;
        line-height: 1.2;
        font-weight: 700;
        color: #323232;
        letter-spacing: -0.02em;
    }

    .list_contents .list_tab_container .tab_sort_option > ul li button {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
        color: #646464;
    }

    .list_contents .list_tab_container .tab_sort_option > ul li button.active {
        font-weight: 600;
        color: #323232;
    }

    .list_contents .product_list:not(.list_view) > ul {
        gap: 48px 20px;
    }

    .list_contents .product_list:not(.list_view) > ul > li {
        width: calc((100% - 80px) / 5);
    }

    .list_contents .product_list:not(.list_view) > ul > li.content_banner_slot {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .list_contents .product_list:not(.list_view) .product_card .thumnail {
        width: 100%;
        max-width: 240px;
        height: 321px;
        padding-top: 0;
        border-radius: 2px;
        margin-bottom: 12px;
    }

    .list_contents .product_list:not(.list_view) .product_card .thumnail img {
        position: relative;
        width: auto;
        height: 100%;
    }

    .list_contents .product_list .product_label,
    .list_contents .product_list .product_labels .product_label {
        font-size: 12px;
        line-height: 1;
        height: 22px;
        padding: 0 6px;
    }

    .list_contents .product_list .product_title,
    .list_contents .product_list .product_title strong {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        color: #323232;
        font-size: 18px;
        line-height: 1.35;
    }

    .list_contents .product_list .product_subtitle {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        color: #323232;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .list_contents .product_list .product_date {
        font-size: 14px;
        line-height: 1.4;
        color: #323232;
    }

    .list_contents .product_list .product_place {
        font-size: 14px;
        line-height: 1.4;
        color: #828282;
    }

    .list_contents .product_list .product_card .product_price .discount_rate {
        font-size: 18px;
        color: #f12027;
    }

    .list_contents .product_list .product_card .product_price .price_origin {
        color: #818181;
    }

    .list_contents .product_list .product_card .product_price .price_after_disc {
        font-size: 20px;
        color: #141414;
    }

    #paginationList {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    /* =========================================================
     * 12. 상품 상세
     * ========================================================= */
    .detail_title .product_label {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 12px;
    }

    .detail_contents .detail_info .detail_info_container .detail_title h2 {
        color: #000;
    }

    .detail_contents .detail_info .detail_info_container .detail_title h2 + span {
        color: #646464;
    }

    .detail_info_box table th,
    .detail_info_box table td {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #323232;
    }

    .detail_info_box table th.detail_seat_price_label,
    .detail_info_box .seat_price_toggle_label {
        font-family: Pretendard, sans-serif;
        font-weight: 700;
        color: #323232;
    }

    #seatPriceTable th {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
        color: #646464;
    }

    #seatPriceTable strong {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        color: #000;
    }

    #seatPriceTable .max_discount {
        font-size: 14px;
        color: #ff463c;
    }

    .detail_swiper_container .swiper-pagination-current {
        color: #323232;
    }

    .detail_swiper_container .swiper-pagination-total {
        color: #969696;
    }

    /* =========================================================
     * 13. 달력 (datepicker)
     * ========================================================= */
    .ui-datepicker-title {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        color: #323232;
    }

    .ui-datepicker-calendar thead th span {
        color: #828282;
    }

    .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #c2c5cc;
    }

    .ui-datepicker-calendar .available-date .ui-state-default {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #323232;
    }

    .ui-datepicker-calendar .available-date.ui-datepicker-sunday .ui-state-default {
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #d41d1d;
    }

    .product_text h3 {
        color: #000;
    }

    .product_text ul li {
        color: #323232;
    }

    .product_text .gray_text {
        color: #969696;
    }

    .product_btn .btn_book:not(.selected) {
        border: 1px solid #cdcdcd;
        font-family: Pretendard, sans-serif;
        font-weight: 600;
        color: #969696;
    }

    .detail_contents .side_menu .product_area .product_btn button.btn_book.selected {
        background: rgba(212, 29, 29, 0.1) !important;
        color: #d41d1d !important;
    }
    
    .detail_contents .side_menu .product_area  .product_btn{overflow: hidden; border-radius: 6px;}

    .detail_contents .side_menu .product_area .product_btn:has(.btn_book.selected) {
        background: rgba(212, 29, 29, 0.1);
    }

    .detail_contents .side_menu .product_area .product_box.is-selected {
        border: 1px solid #d41d1d;
    }

    .detail_contents .detail_casting > div h3,
    .detail_contents .detail_casting > div button,
    .detail_contents .detail_casting > button {
        color: #1b1b1f;
    }

    .detail_contents .detail_casting dl dd:first-of-type {
        font-size: 14px;
    }

    .detail_contents .detail_casting dl dd:last-of-type {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
    }

    .detail_contents .detail_casting dl#cast-list.is-expanded {
        max-height: none;
        overflow-y: visible;
    }

    .casting_sche_pc_header h3 {
        color: #1b1b1f;
    }

    #castingScheModal .casting_sche_pc_header {
        border-bottom: none !important;
    }

    #castingScheModal .modal_header.casting_sche_modal_header {
        height: 70px;
    }

    #castingScheModal .custom-select-text,
    #castingScheModal .custom-option {
        font-size: 16px;
        color: #323232;
    }

    #castScheduleTable thead th {
        color: #646464;
    }

    #actorProfileModal .modal_header h3 {
        color: #1b1b1f;
    }

    #actorProfileModal .profile_container .table_area table th {
        color: #646464;
    }

    #actorProfileModal .profile_container .table_area table td {
        color: #323232;
    }

    #actorProfileModal .profile_container .img_area .profile {
        width: 150px;
        height: 200px;
    }

    .detail_contents .detail_tab_container .tab_btn button:not(.tab_active) {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
    }

    .detail_contents .detail_tab_container #playInfoTab table th {
        color: #646464;
    }

    .related_product_area .product_card .thumnail img {
        width: 200px;
        height: 266px;
    }

    .related_product_area .product_list .product_card .description .product_title strong {
        font-family: Pretendard, sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

    .detail_contents .detail_tab_container .related_product_area p.product_subtitle {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #828282;
    }

    .related_product_area .product_info .date span {
        font-family: Pretendard, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #323232;
    }

    .related_product_area .product_info .location span {
        font-family: Pretendard, sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #323232;
    }
}

/* Mobile booking sheet: reserve space for the fixed booking action bar. */
@media (max-width: 1024px) {
    .detail_contents .side_menu.active {
        bottom: var(--booking-action-bar-height, calc(72px + env(safe-area-inset-bottom, 0px))) !important;
        max-height: calc(100vh - var(--booking-action-bar-height, 72px));
        max-height: calc(100dvh - var(--booking-action-bar-height, 72px));
        padding-bottom: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        box-sizing: border-box;
    }

    .detail_contents .side_menu.active .calendar_area {
        flex: 0 0 auto;
        min-height: 0;
    }
}

/* PC: keep the initial image size; wider space is filled instead of zooming. */
@media (min-width: 1025px) {
    /* Detail side menu: show up to two rounds and scroll the rest. */
    .detail_contents .side_menu #roundContainer.product_area {
        overflow-y: auto;
        overscroll-behavior: contain;
        /* scrollbar-gutter: stable; */
    }

    .main-visual-swiper .swiper-wrapper,
    .main-visual-swiper .swiper-slide {
        height: 100% !important;
    }

    .main-visual-bg {
        position: absolute !important;
        inset: 0 !important;
        height: 100% !important;
        overflow: hidden;
        /*background-color: #fff !important;*/
        background-image: var(--banner-edge-background, none) !important;
        background-repeat: no-repeat;
    }

    .main-visual-bg img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        transform: translate(-50%, -50%);
    }

    .main-visual-thumb-wrap{
        right: -1px;
    }

    .main-visual-slider{
        max-height: 454px;
    }

    .main-visual-bg img{
        height: 454px;
        object-fit: contain;
    }

    .main-visual-swiper{
        height: 454px !important;
    }


    .main-visual-bg{
        position: relative;
        z-index: 3;
    }

    .main-visual-bg-huge{
        position: absolute;
        width: 100%; height: 100%;
        z-index: 0;
    }

    .main-visual-bg-huge img{
        position: absolute;
        left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        width: 650%; height: 650%;
        object-fit: cover;
        filter: blur(120px);
    }

    .main_contents .product_list .product_card .description .product_price{
      display: flex;
      align-items: flex-end !important;
    }

    .main_contents .product_list .product_card .description .product_price .price_origin{
      line-height: 1;
    }

    .main_contents .product_list .product_card .description .product_price .discount_rate {
      font-size: 32px;
      line-height: 1.625rem;
      font-weight: 700;
      color: #d41d1d;
      letter-spacing: -0.05em;
      gap: 10px;
      display: flex;
      transform: translateY(-4px);
    }

    .main_contents .product_list .product_card .description .product_price .percent {
      font-size: 24px;
      line-height: 1.625rem;
      transform: translateY(3px);
      margin-left: -8px;
    }

    .tab_btn.recommend_rate_filter button span {
      font-size: 16px;
      transform: translateY(2px);
    }

    .tab_btn.recommend_rate_filter button .recommend_rate_blur {
      font-size: 16px;
      transform: translateY(-1px);
    }

    .price_origin{
      margin: 0 0 4px;
    }

    /* 약관 */
    .policy-box{
      font-size: 15px;
      line-height: 24px;
      letter-spacing: -0.02em;
    }
    .policy-box~.policy-box{
      margin-top: 44px;
    }
    .policy-box .title{
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0em;
      margin-bottom: 24px;
    }
    .policy-box em{
      font-size: 11px;
      padding-right: 2px;
    }

    .detail-desc{
      font-size: 16px;
      line-height: 24px;
    }
    
    .notice-arrow-mobile{
      display: none;
    }

    /* 리스트 */
    .list_contents.wrap{
      margin-bottom: 90px;
      margin-top: 48px;
    }

    .product_labels{
      margin-bottom: 10px;
    }
    .product_title, .product_subtitle, .product_place{
      margin-top: 0px;
    }
    .product_date{
      margin-top: 4px;
    }
    .list_contents .product_list:not(.list_view) .product_card .product_price{
      padding-top: 4px;
    }

    /* 리스트 - 목록보기 */
    .list_contents .product_list.list_view .product_labels{
      margin-bottom: 14px;
    }
    .list_contents .product_list.list_view .product_title, 
    .list_contents .product_list.list_view .product_title strong{
      margin-top: 0px;
    }

    .list_contents .product_list.list_view .product_subtitle,
    .list_contents .product_list.list_view .product_place{
      margin-top: 2px;
    }
    
    .list_contents .product_list.list_view .product_date{
      margin-top: 8px;
    }

    .lticket_find_id_page{
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }

    .lticket_find_id_page,
    .lticket_password_complete_page,
    .lticket_find_success_page{
      min-height: calc(100vh - 200px) !important;
    }

    ._mo{
      display: none;
    }

    .stat-item{
      gap: 30px;
    }

    .stat-item .label{
      font-size: 15px;
    }

    .mp_contents .mp_container .month_search .btn-search{
      font-weight: 500 !important;
    }

    /* 상품 영역 */
    .info-area{
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 0;
      flex-direction: column;
      height: 100%;
    }
    .info-area .show-title{
      margin-bottom: 6px;
    }
    .info-area .show-vanue{
      margin-bottom: 3px;
    }
    .info-area .show-date{
      margin-bottom: 12px;
    }
    .info-area .show-price{
      margin-bottom: 20px;
    }
    .info-area .badge-group{
      margin: 0;
    }
    .info-area .show-price .discount-rate {
    color: #F12027;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
    }
    .info-area .badge{
      border-radius: 0;
    }

    .mp_contents .poster-img2{
      border-radius: 4px;
    }

    .m_card_header{
      font-weight: 700;
      padding-bottom: 12px;
      margin-bottom: 24px;
      border-bottom: 1px solid #000;
      font-size: 16px;
    }

    .detail_b_contents .sticky_menu h4 button p,
    .payment_box h4{
      font-size: 16px !important;
      font-weight: 700;
    }

    .section-sub-header .content-title-inner{
      font-size: 17px;
    }

    .detail_b_contents .select_seats_box{
      height: calc(100dvh - 406px) !important;
      overflow-y: scroll;
      scrollbar-width: thin;
      scrollbar-color: #E1E3E859 transparent;
    }

    /* 취소 */
    .ticket-cancel-col-header{
      font-size: 16px;
    }
    .ticket-cancel-summary-bar{
      font-size: 20px;
      padding: 26px 0;
      margin-bottom: 26px;
    }

    .ticket-cancel-col-header .ticket-cancel-total-price{
      font-size: 26px;
    }
    #cancelRequestModal .ticket-cancel-detail-row{
      font-size: 14px;
    }
    .ticket-cancel-amount-board{
      margin-bottom: 60px;
      font-size: 24px;
    }
    .ticket-cancel-total-zone{
      margin-bottom: 40px;
    }
}

@media(max-width: 1670px) and (min-width:1351px){
    .main-visual-slider{
        max-height: 400px;
    }
    .main-visual-bg img{
      height: 400px;
      object-fit: cover;
    }
    .main-visual-swiper{
        height: 400px !important;
    }

    .guest-booking-layout .product_info{
      margin-top: 8px;
    }
}

@media(max-width: 1350px) and (min-width: 800px){
    .main-visual-slider{
        max-height: 380px;
    }

    .main-visual-bg img{
      height: 380px;
      object-fit: cover;
    }

    .main-visual-swiper{
        height: 380px !important;
    }
}

@media (min-width:1024px) and (max-width: 1280px) {
  .list_contents .product_list:not(.list_view) .product_card .thumnail img{
    width: 100%;
    object-fit: cover;
  }

  .thumb-wrap{
    width: 100%;
  }
}

@media (min-width:1024px) and (max-width: 1160px) {
    .list_contents .product_list:not(.list_view) > ul > li {
        width: calc((100% - 80px) / 4);
    }
    .thumb-wrap{
      width: auto;
    }
}

@media (min-width: 1920px) {
    .main-visual-bg img{
      object-fit: contain;
    }
}