@charset "utf-8";

/* =========================================================
   BOLD DINER RESPONSIVE — MOBILE REBUILD V2
   desktop main CSS는 유지하고 tablet / mobile만 재정리
   2026-08-25
========================================================= */


/* =========================================================
   TABLET / MOBILE COMMON
   <= 1024px
========================================================= */

@media screen and (max-width: 1024px) {

    :root {
        --bd-checker-cell: 16px !important;
        --bd-checker-band: 32px !important;
    }

    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    body {
        overscroll-behavior-x: none;
    }

    html body #boldDiner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }

    html body #boldDiner .bd-address-row {
        display: none !important;
    }

    html body #boldDiner .bd-loop {
        width: 100% !important;
        height: var(--bd-checker-band) !important;
    }


    /* -----------------------------------------------------
       HERO — 남은 화면 높이를 정확히 채움
    ----------------------------------------------------- */

    html body #boldDiner .bd-hero {
        position: relative !important;

        display: block !important;

        width: 100% !important;
        height:
            calc(
                var(--bd-mobile-vh, 100svh) -
                var(--bold-brandbar-height, 0px)
            ) !important;
        min-height:
            calc(
                var(--bd-mobile-vh, 100svh) -
                var(--bold-brandbar-height, 0px)
            ) !important;
        max-height: none !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;

        background:
            linear-gradient(
                180deg,
                #fff5ed 0%,
                #fff1e8 56%,
                #fff0e5 100%
            ) !important;
    }

    @supports not (height: 100svh) {
        html body #boldDiner .bd-hero {
            height:
                calc(
                    var(--bd-mobile-vh, 100vh) -
                    var(--bold-brandbar-height, 0px)
                ) !important;
            min-height:
                calc(
                    var(--bd-mobile-vh, 100vh) -
                    var(--bold-brandbar-height, 0px)
                ) !important;
        }
    }

    html body #boldDiner .bd-hero::before,
    html body #boldDiner .bd-hero::after {
        inset: 0 !important;
    }

    html body #boldDiner .bd-logo-stage {
        top: 50% !important;
        left: 50% !important;

        width: min(72vw, 680px) !important;
        max-width: 680px !important;
        height: auto !important;

        margin: 0 !important;

        transform:
            translate(
                -50%,
                -50%
            ) !important;

        transform-origin: center center !important;
    }

    html body #boldDiner .bd-hero-loop {
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;

        z-index: 20 !important;

        width: 100% !important;
        height: var(--bd-checker-band) !important;

        margin: 0 !important;
    }


    /* -----------------------------------------------------
       ROLLING BANNER
       모바일에서 지나치게 납작해지지 않도록 세로 확보
    ----------------------------------------------------- */

    html body #boldDiner .bd-banner-slider {
        position: relative !important;

        width: 100% !important;
        height: clamp(360px, 56vw, 520px) !important;
        min-height: 0 !important;

        aspect-ratio: auto !important;

        margin: 0 !important;

        overflow: hidden !important;

        background: var(--bd-navy) !important;
    }

    html body #boldDiner .bd-banner-track,
    html body #boldDiner .bd-banner-slide {
        width: 100% !important;
        height: 100% !important;
    }

    html body #boldDiner .bd-banner-slide {
        flex: 0 0 100% !important;
    }

    html body #boldDiner .bd-banner-slide img,
    html body #boldDiner .bd-banner-slide.is-active img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;

        object-fit: cover !important;
        object-position: center center !important;
    }


    /* -----------------------------------------------------
       EVERYDAY
    ----------------------------------------------------- */

    html body #boldDiner .bd-everyday {
        position: relative !important;

        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        aspect-ratio: auto !important;

        margin: 0 !important;
        padding: 0 0 78px !important;

        column-gap: 0 !important;
        row-gap: 0 !important;

        overflow: hidden !important;

        background: var(--bd-navy) !important;
    }

    html body #boldDiner .bd-everyday-loop {
        position: relative !important;

        top: auto !important;
        left: auto !important;

        grid-column: 1 / -1 !important;

        width: 100% !important;
        height: var(--bd-checker-band) !important;

        margin: 0 !important;
    }

    html body #boldDiner .bd-everyday-title {
        position: relative !important;

        top: auto !important;
        left: auto !important;

        grid-column: 1 / -1 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: min(760px, calc(100% - 64px)) !important;
        height: auto !important;
        min-height: 230px !important;

        margin: 0 auto !important;
        padding: 54px 74px 48px !important;

        box-sizing: border-box !important;
    }

    html body #boldDiner .bd-everyday-copy {
        position: relative !important;

        top: auto !important;
        left: auto !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;

        text-align: center !important;
    }

    html body #boldDiner .bd-everyday-copy h2 {
        width: 100% !important;

        margin: 0 !important;

        font-size: clamp(42px, 6.4vw, 64px) !important;
        line-height: 1.05 !important;
        letter-spacing: -.055em !important;

        white-space: nowrap !important;
    }

    html body #boldDiner .bd-everyday-copy p {
        width: 100% !important;

        margin: 18px 0 0 !important;

        font-size: clamp(15px, 2vw, 20px) !important;
        line-height: 1.48 !important;
        letter-spacing: -.035em !important;

        word-break: keep-all !important;
        white-space: normal !important;
    }

    html body #boldDiner .bd-everyday-icon {
        position: absolute !important;

        top: 50% !important;

        width: 10.5% !important;
        height: 58% !important;

        transform: translateY(-50%) !important;
    }

    html body #boldDiner .bd-everyday-icon-left {
        left: 0 !important;
        right: auto !important;
    }

    html body #boldDiner .bd-everyday-icon-right {
        right: 0 !important;
        left: auto !important;
    }


    /* -----------------------------------------------------
       STORE GALLERY
    ----------------------------------------------------- */

    html body #boldDiner .bd-store-gallery {
        position: relative !important;

        grid-column: 1 / -1 !important;

        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;

        width: 100% !important;
        height: auto !important;

        margin: 10px 0 0 !important;
        padding: 0 !important;

        column-gap: 0 !important;
        row-gap: 0 !important;
        gap: 0 !important;

        overflow: hidden !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-main,
    html body #boldDiner .bd-store-gallery > .bd-fridge-panorama {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        grid-column: 1 / -1 !important;

        width: 100% !important;
        height: clamp(260px, 40vw, 390px) !important;
        min-height: 0 !important;

        aspect-ratio: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-left,
    html body #boldDiner .bd-store-gallery > .bd-store-right {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        height: auto !important;

        aspect-ratio: 4 / 3 !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-right {
        margin-left: 0 !important;
    }

    html body #boldDiner .bd-store-gallery .bd-store-left img,
    html body #boldDiner .bd-store-gallery .bd-store-right img {
        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center center !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn {
        width: 46px !important;
        height: 46px !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn.is-prev {
        left: 16px !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn.is-next {
        right: 16px !important;
    }

    html body #boldDiner .bd-fridge-panorama__progress {
        right: 20px !important;
        bottom: 14px !important;
        left: 20px !important;
    }

    html body #boldDiner .bd-reservation {
        position: relative !important;

        top: auto !important;
        left: auto !important;

        grid-column: 1 / -1 !important;
        justify-self: center !important;

        width: auto !important;
        height: auto !important;

        margin: 54px auto 0 !important;

        transform: none !important;
    }


    /* -----------------------------------------------------
       CLOSED TABS
    ----------------------------------------------------- */

    html body #boldDiner .bd-tabs {
        width: 100% !important;
    }

    html body #boldDiner .bd-tab {
        width: 100% !important;
    }

    html body #boldDiner .bd-tab-head {
        position: relative !important;

        width: 100% !important;
        height: clamp(270px, 36vw, 330px) !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    html body #boldDiner .bd-tab-title {
        top: 45% !important;
        left: 50% !important;

        width: min(82%, 700px) !important;
        max-width: none !important;
        min-height: 0 !important;

        margin: 0 !important;

        font-size: clamp(40px, 6vw, 58px) !important;
        line-height: 1.06 !important;
        letter-spacing: -.05em !important;

        transform:
            translate(
                -50%,
                -50%
            ) !important;
    }

    html body #boldDiner .bd-tab-bottom {
        top: auto !important;
        right: auto !important;
        bottom: 32px !important;
        left: 9% !important;

        width: 82% !important;
        height: 46px !important;
    }

    html body #boldDiner .bd-tab-line {
        top: 22px !important;
        right: 132px !important;
    }

    html body #boldDiner .bd-tab-more {
        top: 0 !important;
        right: 0 !important;

        width: 110px !important;
        height: 46px !important;

        font-size: 15px !important;
    }


    /* -----------------------------------------------------
       OPEN PANELS
    ----------------------------------------------------- */

    html body #boldDiner .bd-panel,
    html body #boldDiner .bd-wine-panel {
        width: 100% !important;
        min-height: 0 !important;

        padding: 88px 0 74px !important;

        overflow: hidden !important;
    }

    html body #boldDiner .bd-panel-heading,
    html body #boldDiner .bd-wine-heading {
        width: min(76%, 720px) !important;

        margin: 0 auto 58px !important;
    }

    html body #boldDiner .bd-panel-heading h2,
    html body #boldDiner .bd-wine-heading h2 {
        margin: 0 !important;

        font-size: clamp(40px, 6.4vw, 60px) !important;
        line-height: 1.08 !important;
    }

    html body #boldDiner .bd-panel-heading p,
    html body #boldDiner .bd-wine-heading p {
        margin: 28px auto 0 !important;

        font-size: clamp(15px, 2vw, 19px) !important;
        line-height: 1.68 !important;

        word-break: keep-all !important;
    }

    html body #boldDiner .bd-panel-heading::after,
    html body #boldDiner .bd-wine-heading::after {
        margin-top: 30px !important;
    }

    html body #boldDiner .bd-panel-close,
    html body #boldDiner .bd-wine-close {
        font-size: 13px !important;
    }


    /* -----------------------------------------------------
       CONCEPT / VIBE
    ----------------------------------------------------- */

    html body #boldDiner .bd-concept-collage,
    html body #boldDiner .bd-vibe-collage {
        position: relative !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: none !important;
        grid-auto-rows: 190px !important;

        width: 100% !important;
        height: auto !important;

        margin: 34px 0 0 !important;
        padding: 0 !important;

        gap: 0 !important;

        overflow: hidden !important;
    }

    html body #boldDiner .bd-concept-item,
    html body #boldDiner .bd-vibe-item,
    html body #boldDiner .bd-concept-collage > img,
    html body #boldDiner .bd-vibe-collage > img {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        grid-column: auto !important;
        grid-row: auto !important;

        width: 100% !important;
        height: 190px !important;
        min-width: 0 !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;
    }

    html body #boldDiner .bd-concept-item--main,
    html body #boldDiner .bd-vibe-item--screen,
    html body #boldDiner .bd-concept-collage > img:first-child,
    html body #boldDiner .bd-vibe-collage > img:first-child {
        grid-column: 1 / -1 !important;

        height: 320px !important;
        min-height: 320px !important;
    }

    html body #boldDiner .bd-concept-item img,
    html body #boldDiner .bd-vibe-item img,
    html body #boldDiner .bd-concept-collage > img,
    html body #boldDiner .bd-vibe-collage > img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center center !important;
    }


    /* -----------------------------------------------------
       POSTER
       기존 요구대로 2열 유지
    ----------------------------------------------------- */

    html body #boldDiner .bd-poster-collage {
        position: relative !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        width: min(760px, calc(100% - 40px)) !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 auto !important;
        padding: 0 0 50px !important;

        column-gap: 14px !important;
        row-gap: 18px !important;
    }

    html body #boldDiner .bd-poster-collage > .bd-poster-item,
    html body #boldDiner .bd-poster-collage > .bd-poster {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;
    }

    html body #boldDiner .bd-poster-collage > .bd-poster-item > .bd-poster {
        width: 100% !important;
        height: auto !important;

        transform: none !important;
    }


    /* -----------------------------------------------------
       VISIT
    ----------------------------------------------------- */

    html body #boldDiner .bd-visit-layout {
        display: grid !important;
        grid-template-columns: 1fr !important;

        width: min(760px, calc(100% - 48px)) !important;

        margin: 0 auto !important;

        gap: 48px !important;
    }

    html body #boldDiner .bd-visit-info {
        width: 100% !important;
    }

    html body #boldDiner .bd-visit-info > div {
        display: grid !important;
        grid-template-columns: 108px minmax(0, 1fr) !important;

        gap: 18px !important;

        padding: 19px 0 !important;
    }

    html body #boldDiner .bd-visit-info strong {
        font-size: 11px !important;
    }

    html body #boldDiner .bd-visit-info span {
        font-size: 14px !important;
        line-height: 1.62 !important;
    }

    html body #boldDiner .bd-visit-media,
    html body #boldDiner .bd-visit-images {
        width: 100% !important;
    }

    html body #boldDiner .bd-visit-store,
    html body #boldDiner .bd-visit-map,
    html body #boldDiner .bd-visit-images img {
        width: 100% !important;

        aspect-ratio: 16 / 10 !important;
    }


    /* -----------------------------------------------------
       TOUCH / POINTER RESET
    ----------------------------------------------------- */

    html body #boldDiner .bd-tab-head {
        --bd-title-x: 0px !important;
        --bd-title-y: 0px !important;
        --bd-title-scale: 1 !important;
    }

    html body #boldDiner .bd-concept-item img,
    html body #boldDiner .bd-vibe-item img,
    html body #boldDiner .bd-store-left img,
    html body #boldDiner .bd-store-right img,
    html body #boldDiner .bd-visit-store img {
        --bd-img-x: 0px !important;
        --bd-img-y: 0px !important;
    }
}


/* =========================================================
   MOBILE
   <= 767px
========================================================= */

@media screen and (max-width: 767px) {

    :root {
        --bd-checker-cell: 13px !important;
        --bd-checker-band: 26px !important;
    }


    /* -----------------------------------------------------
       HERO — BOLD GREY처럼 한 화면
    ----------------------------------------------------- */

    html body #boldDiner .bd-hero {
        height:
            calc(
                var(--bd-mobile-vh, 100svh) -
                var(--bold-brandbar-height, 0px)
            ) !important;
        min-height:
            calc(
                var(--bd-mobile-vh, 100svh) -
                var(--bold-brandbar-height, 0px)
            ) !important;
        max-height: none !important;
    }

    html body #boldDiner .bd-logo-stage {
        top: 49.2% !important;
        left: 50% !important;

        width: min(84vw, 390px) !important;
        max-width: 390px !important;

        transform:
            translate(
                -50%,
                -50%
            ) !important;
    }

    html body #boldDiner .bd-letter,
    html body #boldDiner .bd-diner-logo {
        filter:
            drop-shadow(
                0
                10px
                20px
                rgba(241,108,0,.06)
            ) !important;
    }


    /* -----------------------------------------------------
       BANNER — 모바일 한 섹션처럼 충분한 높이
    ----------------------------------------------------- */

    html body #boldDiner .bd-banner-slider {
        height: clamp(300px, 92vw, 390px) !important;
        min-height: 300px !important;
        aspect-ratio: auto !important;
    }

    html body #boldDiner .bd-banner-slide img,
    html body #boldDiner .bd-banner-slide.is-active img {
        object-fit: cover !important;
        object-position: center center !important;
    }


    /* -----------------------------------------------------
       EVERYDAY
    ----------------------------------------------------- */

    html body #boldDiner .bd-everyday {
        padding-bottom: 68px !important;
    }

    html body #boldDiner .bd-everyday-title {
        width: 100% !important;
        min-height: 210px !important;

        margin: 0 auto !important;
        padding: 54px 50px 44px !important;
    }

    html body #boldDiner .bd-everyday-copy h2 {
        font-size: clamp(32px, 9.8vw, 39px) !important;
        line-height: 1.04 !important;
    }

    html body #boldDiner .bd-everyday-copy p {
        margin-top: 14px !important;

        font-size: clamp(11px, 3.35vw, 13px) !important;
        line-height: 1.6 !important;
    }

    html body #boldDiner .bd-everyday-icon {
        width: 11% !important;
        height: 54% !important;
    }

    html body #boldDiner .bd-everyday-icon-left {
        left: 0 !important;
    }

    html body #boldDiner .bd-everyday-icon-right {
        right: 0 !important;
    }


    /* -----------------------------------------------------
       STORE — 사진이 작게 눌리지 않도록 재배치
    ----------------------------------------------------- */

    html body #boldDiner .bd-store-gallery {
        margin-top: 2px !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-main,
    html body #boldDiner .bd-store-gallery > .bd-fridge-panorama {
        height: clamp(220px, 62vw, 280px) !important;
        min-height: 220px !important;
        aspect-ratio: auto !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-left,
    html body #boldDiner .bd-store-gallery > .bd-store-right {
        aspect-ratio: 1 / .82 !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn {
        width: 38px !important;
        height: 38px !important;

        background: rgba(18,40,75,.62) !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn.is-prev {
        left: 9px !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn.is-next {
        right: 9px !important;
    }

    html body #boldDiner .bd-fridge-panorama__progress {
        right: 14px !important;
        bottom: 10px !important;
        left: 14px !important;
    }

    html body #boldDiner .bd-reservation {
        margin-top: 42px !important;

        gap: 12px !important;

        font-size: 19px !important;
    }

    html body #boldDiner .bd-reservation span {
        padding-bottom: 7px !important;
    }

    html body #boldDiner .bd-reservation b {
        width: 38px !important;
        height: 38px !important;

        font-size: 15px !important;
    }


    /* -----------------------------------------------------
       CLOSED TABS — 높이/타이틀/하단 line 균형
    ----------------------------------------------------- */

    html body #boldDiner .bd-tab-head {
        height: clamp(230px, 66vw, 270px) !important;
        min-height: 230px !important;
    }

    html body #boldDiner .bd-tab-title {
        top: 43% !important;

        width: calc(100% - 42px) !important;

        font-size: clamp(31px, 9.4vw, 38px) !important;
        line-height: 1.05 !important;
        letter-spacing: -.05em !important;

        word-break: keep-all !important;
    }

    html body #boldDiner .bd-tab-title-line {
        white-space: nowrap !important;
    }

    html body #boldDiner .bd-tab-bottom {
        bottom: 24px !important;
        left: 7% !important;

        width: 86% !important;
        height: 42px !important;
    }

    html body #boldDiner .bd-tab-line {
        top: 21px !important;
        right: 106px !important;
    }

    html body #boldDiner .bd-tab-more {
        width: 90px !important;
        height: 42px !important;

        gap: 5px !important;

        font-size: 13px !important;
    }

    html body #boldDiner .bd-tab-more b {
        animation:
            bdMobileMorePulse
            2.4s
            ease-in-out
            infinite !important;
    }

    @keyframes bdMobileMorePulse {
        0%,
        100% {
            transform: translate3d(0,0,0);
        }

        50% {
            transform: translate3d(0,3px,0);
        }
    }


    /* -----------------------------------------------------
       OPEN PANEL
    ----------------------------------------------------- */

    html body #boldDiner .bd-panel,
    html body #boldDiner .bd-wine-panel {
        padding: 70px 0 58px !important;
    }

    html body #boldDiner .bd-panel-heading,
    html body #boldDiner .bd-wine-heading {
        width: calc(100% - 40px) !important;

        margin: 0 auto 42px !important;
    }

    html body #boldDiner .bd-panel-heading h2,
    html body #boldDiner .bd-wine-heading h2 {
        font-size: clamp(32px, 9.8vw, 40px) !important;
        line-height: 1.08 !important;
    }

    html body #boldDiner .bd-panel-heading p,
    html body #boldDiner .bd-wine-heading p {
        margin-top: 22px !important;

        font-size: 13px !important;
        line-height: 1.72 !important;
    }

    html body #boldDiner .bd-panel-heading::after,
    html body #boldDiner .bd-wine-heading::after {
        margin-top: 28px !important;
    }

    html body #boldDiner .bd-panel-close,
    html body #boldDiner .bd-wine-close {
        right: 0 !important;
        bottom: -4px !important;

        padding: 8px 0 !important;

        font-size: 11px !important;
    }


    /* -----------------------------------------------------
       CONCEPT / VIBE — 첫 컷 크게 + 아래 2열
    ----------------------------------------------------- */

    html body #boldDiner .bd-concept-collage,
    html body #boldDiner .bd-vibe-collage {
        grid-auto-rows: 158px !important;

        margin-top: 24px !important;
    }

    html body #boldDiner .bd-concept-item,
    html body #boldDiner .bd-vibe-item,
    html body #boldDiner .bd-concept-collage > img,
    html body #boldDiner .bd-vibe-collage > img {
        height: 158px !important;
    }

    html body #boldDiner .bd-concept-item--main,
    html body #boldDiner .bd-vibe-item--screen,
    html body #boldDiner .bd-concept-collage > img:first-child,
    html body #boldDiner .bd-vibe-collage > img:first-child {
        height: clamp(240px, 70vw, 290px) !important;
        min-height: 240px !important;
    }


    /* -----------------------------------------------------
       POSTER — 2열, 가장자리/간격 정리
    ----------------------------------------------------- */

    html body #boldDiner .bd-poster-collage {
        width: calc(100% - 24px) !important;

        column-gap: 10px !important;
        row-gap: 13px !important;

        padding-bottom: 42px !important;
    }

    html body #boldDiner .bd-poster-collage > .bd-poster-item {
        overflow: hidden !important;
    }


    /* -----------------------------------------------------
       VISIT
    ----------------------------------------------------- */

    html body #boldDiner .bd-visit-layout {
        width: calc(100% - 40px) !important;

        gap: 38px !important;
    }

    html body #boldDiner .bd-visit-info > div {
        grid-template-columns: 88px minmax(0, 1fr) !important;

        gap: 12px !important;

        padding: 17px 0 !important;
    }

    html body #boldDiner .bd-visit-info strong {
        font-size: 10px !important;
    }

    html body #boldDiner .bd-visit-info span {
        font-size: 13px !important;
        line-height: 1.62 !important;
    }

    html body #boldDiner .bd-visit-booking {
        margin-top: 30px !important;

        padding: 18px 0 !important;
    }

    html body #boldDiner .bd-visit-booking-copy small {
        font-size: 9px !important;
    }

    html body #boldDiner .bd-visit-booking-copy strong {
        font-size: 22px !important;
    }

    html body #boldDiner .bd-visit-booking > b {
        width: 40px !important;
        height: 40px !important;

        margin-left: 12px !important;
    }

    html body #boldDiner .bd-visit-store,
    html body #boldDiner .bd-visit-map,
    html body #boldDiner .bd-visit-images img {
        aspect-ratio: 4 / 3 !important;
    }


    /* -----------------------------------------------------
       MOBILE REVEAL MOTION
       JS의 is-visible을 재사용
    ----------------------------------------------------- */

    html body #boldDiner.bd-motion-ready .bd-banner-slider {
        opacity: 0 !important;

        transform:
            translate3d(
                0,
                30px,
                0
            )
            scale(.985) !important;

        transition:
            opacity .62s ease,
            transform .82s cubic-bezier(.22,1,.36,1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-banner-slider.is-visible {
        opacity: 1 !important;

        transform:
            translate3d(
                0,
                0,
                0
            )
            scale(1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-everyday-title {
        opacity: 0 !important;

        transform:
            translate3d(
                0,
                38px,
                0
            )
            scale(.97) !important;

        filter: blur(2px) !important;

        transition:
            opacity .58s ease,
            transform .76s cubic-bezier(.22,1,.36,1),
            filter .5s ease !important;
    }

    html body #boldDiner.bd-motion-ready .bd-everyday-title.is-visible {
        opacity: 1 !important;

        transform:
            translate3d(
                0,
                0,
                0
            )
            scale(1) !important;

        filter: blur(0) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-store-main,
    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-fridge-panorama {
        opacity: 0 !important;

        transform: scale(1.035) !important;

        clip-path:
            inset(
                0
                7%
                0
                7%
            ) !important;

        transition:
            opacity .58s ease,
            transform .8s cubic-bezier(.22,1,.36,1),
            clip-path .8s cubic-bezier(.22,1,.36,1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-store-main.is-visible,
    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-fridge-panorama.is-visible {
        opacity: 1 !important;

        transform: scale(1) !important;

        clip-path:
            inset(
                0
                0
                0
                0
            ) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-store-left {
        opacity: 0 !important;

        transform:
            translate3d(
                -28px,
                0,
                0
            )
            scale(.985) !important;

        transition:
            opacity .55s ease,
            transform .72s cubic-bezier(.22,1,.36,1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-store-right {
        opacity: 0 !important;

        transform:
            translate3d(
                28px,
                0,
                0
            )
            scale(.985) !important;

        transition:
            opacity .55s ease,
            transform .72s cubic-bezier(.22,1,.36,1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-store-left.is-visible,
    html body #boldDiner.bd-motion-ready .bd-store-gallery > .bd-store-right.is-visible {
        opacity: 1 !important;

        transform:
            translate3d(
                0,
                0,
                0
            )
            scale(1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-reservation {
        opacity: 0 !important;

        transform:
            translate3d(
                0,
                18px,
                0
            )
            scale(.94) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-reservation.is-visible {
        opacity: 1 !important;

        transform:
            translate3d(
                0,
                0,
                0
            )
            scale(1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-tab {
        opacity: 0 !important;

        transform:
            translate3d(
                0,
                34px,
                0
            ) !important;

        transition:
            opacity .5s ease,
            transform .7s cubic-bezier(.22,1,.36,1) !important;
    }

    html body #boldDiner.bd-motion-ready .bd-tab.is-visible,
    html body #boldDiner.bd-motion-ready .bd-tab.is-open {
        opacity: 1 !important;

        transform:
            translate3d(
                0,
                0,
                0
            ) !important;
    }

    html body #boldDiner .bd-tab-head.is-touching .bd-tab-title {
        transform:
            translate(
                -50%,
                -50%
            )
            scale(.975) !important;
    }
}


/* =========================================================
   SMALL MOBILE
   <= 420px
========================================================= */

@media screen and (max-width: 420px) {

    html body #boldDiner .bd-logo-stage {
        width: 86vw !important;
        max-width: 360px !important;
    }

    html body #boldDiner .bd-banner-slider {
        height: clamp(300px, 96vw, 380px) !important;
    }

    html body #boldDiner .bd-everyday-title {
        min-height: 202px !important;

        padding-right: 46px !important;
        padding-left: 46px !important;
    }

    html body #boldDiner .bd-everyday-copy h2 {
        font-size: 33px !important;
    }

    html body #boldDiner .bd-everyday-copy p {
        font-size: 11px !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-main,
    html body #boldDiner .bd-store-gallery > .bd-fridge-panorama {
        height: 230px !important;
    }

    html body #boldDiner .bd-tab-head {
        height: 238px !important;
        min-height: 238px !important;
    }

    html body #boldDiner .bd-tab-title {
        font-size: clamp(29px, 9.2vw, 35px) !important;
    }

    html body #boldDiner .bd-tab-bottom {
        bottom: 22px !important;
    }

    html body #boldDiner .bd-concept-item,
    html body #boldDiner .bd-vibe-item,
    html body #boldDiner .bd-concept-collage > img,
    html body #boldDiner .bd-vibe-collage > img {
        height: 150px !important;
    }

    html body #boldDiner .bd-concept-item--main,
    html body #boldDiner .bd-vibe-item--screen,
    html body #boldDiner .bd-concept-collage > img:first-child,
    html body #boldDiner .bd-vibe-collage > img:first-child {
        height: 245px !important;
        min-height: 245px !important;
    }

    html body #boldDiner .bd-visit-layout {
        width: calc(100% - 32px) !important;
    }

    html body #boldDiner .bd-visit-info > div {
        grid-template-columns: 82px minmax(0, 1fr) !important;

        gap: 10px !important;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    #boldDiner *,
    #boldDiner *::before,
    #boldDiner *::after {
        scroll-behavior: auto !important;
    }

    html body #boldDiner.bd-motion-ready .bd-banner-slider,
    html body #boldDiner.bd-motion-ready .bd-everyday-title,
    html body #boldDiner.bd-motion-ready .bd-store-main,
    html body #boldDiner.bd-motion-ready .bd-fridge-panorama,
    html body #boldDiner.bd-motion-ready .bd-store-left,
    html body #boldDiner.bd-motion-ready .bd-store-right,
    html body #boldDiner.bd-motion-ready .bd-reservation,
    html body #boldDiner.bd-motion-ready .bd-tab {
        opacity: 1 !important;

        filter: none !important;
        clip-path: none !important;
        transform: none !important;

        animation: none !important;
        transition: none !important;
    }
}

/* =========================================================
   MOBILE FINAL FIX V3
   2026-08-25
   01. 롤링 배너 원본 비율 전체 노출
   02. 냉장고 파노라마 + 하단 2장 확대
   03. 탭 진입 전 체크 띠 100% 복구
========================================================= */

@media screen and (max-width: 767px) {

    /* -----------------------------------------------------
       01. ROLLING BANNER
       모바일에서 강제 세로 확대 / cover 제거.
       원본 1919.41 × 709.386 비율 그대로 전체 노출.
    ----------------------------------------------------- */

    html body #boldDiner .bd-banner-slider {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 1919.41 / 709.386 !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: var(--bd-navy) !important;
    }

    html body #boldDiner .bd-banner-track,
    html body #boldDiner .bd-banner-slide {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
    }

    html body #boldDiner .bd-banner-slide img,
    html body #boldDiner .bd-banner-slide.is-active img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
    }


    /* -----------------------------------------------------
       02. EVERYDAY STORE GALLERY
       냉장고 파노라마를 충분히 크게 확보해서
       좌우 슬라이드 중에도 빈 navy 영역이 드러나지 않게 함.
       하단 2장도 모바일에서 더 크게 보이도록 높이 확대.
    ----------------------------------------------------- */

    html body #boldDiner .bd-store-gallery {
        width: 100% !important;
        margin-top: 0 !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
        gap: 0 !important;
        overflow: hidden !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-main,
    html body #boldDiner .bd-store-gallery > .bd-fridge-panorama {
        width: 100% !important;
        height: clamp(300px, 86vw, 360px) !important;
        min-height: 300px !important;
        max-height: 360px !important;
        aspect-ratio: auto !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: var(--bd-navy) !important;
    }

    /* JS가 실제 이미지 비율을 읽기 전 임시 안전 폭.
       JS v3에서 inline !important px 폭으로 다시 계산한다. */
    html body #boldDiner .bd-fridge-panorama__track {
        width: 145% !important;
        min-width: 145% !important;
        height: 100% !important;
    }

    html body #boldDiner .bd-fridge-panorama__img {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-left,
    html body #boldDiner .bd-store-gallery > .bd-store-right {
        width: 100% !important;
        height: clamp(180px, 52vw, 220px) !important;
        min-height: 180px !important;
        max-height: 220px !important;
        aspect-ratio: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        overflow: hidden !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-right {
        margin-left: -1px !important;
        width: calc(100% + 1px) !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-left img,
    html body #boldDiner .bd-store-gallery > .bd-store-right img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn {
        width: 40px !important;
        height: 40px !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn.is-prev {
        left: 10px !important;
    }

    html body #boldDiner .bd-fridge-panorama__btn.is-next {
        right: 10px !important;
    }

    html body #boldDiner .bd-fridge-panorama__progress {
        right: 14px !important;
        bottom: 10px !important;
        left: 14px !important;
    }


    /* -----------------------------------------------------
       03. CHECKER BAND
       기존 main.css에서 .bd-tabs-loop 요소 자체에
       checker 이동 animation이 걸리면서 우측이 잘리던 문제 수정.
       컨테이너는 고정하고 ::before만 흐르게 한다.
    ----------------------------------------------------- */

    html body #boldDiner .bd-tabs-loop {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: 0 !important;
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        height: var(--bd-checker-band) !important;
        min-height: var(--bd-checker-band) !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: var(--bd-navy) !important;
        transform: none !important;
        animation: none !important;
        isolation: isolate !important;
    }

    html body #boldDiner .bd-tabs-loop::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: calc(var(--bd-checker-band) * -2) !important;
        width: calc(100% + var(--bd-checker-band) * 4) !important;
        height: 100% !important;
        pointer-events: none !important;
        background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' shape-rendering='crispEdges'%3E%3Crect x='0' y='0' width='32' height='32' fill='%23FFFFFF'/%3E%3Crect x='32' y='32' width='32' height='32' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
        background-repeat: repeat !important;
        background-position: 0 0 !important;
        background-size:
            var(--bd-checker-band)
            var(--bd-checker-band) !important;
        transform: translate3d(0, 0, 0);
        will-change: transform;
        animation:
            bdCheckerFlow
            2.15s
            linear
            infinite !important;
    }
}

@media screen and (max-width: 420px) {
    html body #boldDiner .bd-store-gallery > .bd-store-main,
    html body #boldDiner .bd-store-gallery > .bd-fridge-panorama {
        height: clamp(300px, 88vw, 340px) !important;
        min-height: 300px !important;
    }

    html body #boldDiner .bd-store-gallery > .bd-store-left,
    html body #boldDiner .bd-store-gallery > .bd-store-right {
        height: clamp(180px, 53vw, 210px) !important;
        min-height: 180px !important;
    }
}

/* =========================================================
   MOBILE PHOTO LAYOUT V4
   2026-08-25
   - 열린 패널 사진 영역 외곽 여백 제거
   - CONCEPT / VIBE 빈 셀 없이 editorial mosaic 재배치
   - WINE POSTER 좌우 여백 축소 + 이미지 확대
   - VISIT 정보는 읽기 여백 유지, 사진/지도는 full bleed
========================================================= */

@media screen and (max-width: 767px) {

    /* -----------------------------------------------------
       OPEN PANEL PHOTO AREA
       제목 영역은 기존 여백 유지하고 사진은 화면 끝까지 사용
    ----------------------------------------------------- */

    html body #boldDiner .bd-panel,
    html body #boldDiner .bd-wine-panel {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow: hidden !important;
    }


    /* -----------------------------------------------------
       CONCEPT / VIBE COMMON
       4-column editorial mosaic
       사진 사이와 바깥쪽 여백 0
    ----------------------------------------------------- */

    html body #boldDiner .bd-concept-collage,
    html body #boldDiner .bd-vibe-collage {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(9, 88px) !important;
        grid-auto-rows: 88px !important;

        width: 100% !important;
        max-width: none !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        column-gap: 0 !important;
        row-gap: 0 !important;
        gap: 0 !important;

        overflow: hidden !important;
        line-height: 0 !important;
    }

    html body #boldDiner .bd-concept-item,
    html body #boldDiner .bd-vibe-item,
    html body #boldDiner .bd-concept-collage > img,
    html body #boldDiner .bd-vibe-collage > img {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
        transform: none !important;
    }

    html body #boldDiner .bd-concept-item img,
    html body #boldDiner .bd-vibe-item img,
    html body #boldDiner .bd-concept-collage > img,
    html body #boldDiner .bd-vibe-collage > img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
        vertical-align: top !important;
    }


    /* -----------------------------------------------------
       NOT AN ORDINARY WINE BAR
       01 큰 메인
       02/03 2열
       04/05 2열
       06 마지막 사진 full width
       => 오른쪽 아래 navy 빈칸 제거
    ----------------------------------------------------- */

    html body #boldDiner .bd-concept-item--main {
        grid-column: 1 / 5 !important;
        grid-row: 1 / 4 !important;
    }

    html body #boldDiner .bd-concept-item--right-top {
        grid-column: 1 / 3 !important;
        grid-row: 4 / 6 !important;
    }

    html body #boldDiner .bd-concept-item--right-bottom {
        grid-column: 3 / 5 !important;
        grid-row: 4 / 6 !important;
    }

    html body #boldDiner .bd-concept-item--bottom-a {
        grid-column: 1 / 3 !important;
        grid-row: 6 / 8 !important;
    }

    html body #boldDiner .bd-concept-item--bottom-b {
        grid-column: 3 / 5 !important;
        grid-row: 6 / 8 !important;
    }

    html body #boldDiner .bd-concept-item--bottom-c {
        grid-column: 1 / 5 !important;
        grid-row: 8 / 10 !important;
    }


    /* -----------------------------------------------------
       SCREEN, SOUND & GOOD VIBE
       CONCEPT과 완전히 같은 패턴 대신
       하단 full-width 위치를 한 줄 위로 바꿔 리듬 차이
    ----------------------------------------------------- */

    html body #boldDiner .bd-vibe-item--screen {
        grid-column: 1 / 5 !important;
        grid-row: 1 / 4 !important;
    }

    html body #boldDiner .bd-vibe-item--media {
        grid-column: 1 / 3 !important;
        grid-row: 4 / 6 !important;
    }

    html body #boldDiner .bd-vibe-item--art {
        grid-column: 3 / 5 !important;
        grid-row: 4 / 6 !important;
    }

    html body #boldDiner .bd-vibe-item--mood-a {
        grid-column: 1 / 5 !important;
        grid-row: 6 / 8 !important;
    }

    html body #boldDiner .bd-vibe-item--mood-b {
        grid-column: 1 / 3 !important;
        grid-row: 8 / 10 !important;
    }

    html body #boldDiner .bd-vibe-item--mood-c {
        grid-column: 3 / 5 !important;
        grid-row: 8 / 10 !important;
    }


    /* -----------------------------------------------------
       이미지 crop 개별 보정
    ----------------------------------------------------- */

    html body #boldDiner .bd-concept-item--main img,
    html body #boldDiner .bd-vibe-item--screen img {
        object-position: center 48% !important;
    }

    html body #boldDiner .bd-concept-item--bottom-c img,
    html body #boldDiner .bd-vibe-item--mood-a img {
        object-position: center 54% !important;
    }


    /* -----------------------------------------------------
       WINE & FOOD POSTER
       기존 좌우 12px + 큰 gap 축소
       2열 유지하면서 카드 자체를 더 크게 보이게 함
    ----------------------------------------------------- */

    html body #boldDiner .bd-poster-collage {
        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 0 34px !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 6px !important;
        row-gap: 6px !important;
    }

    html body #boldDiner .bd-poster-collage > .bd-poster-item {
        width: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    html body #boldDiner .bd-poster-collage > .bd-poster-item > .bd-poster,
    html body #boldDiner .bd-poster-collage > .bd-poster {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 !important;
    }


    /* -----------------------------------------------------
       VISIT US
       텍스트는 20px 여백 유지
       STORE / MAP은 화면 끝까지 full bleed
    ----------------------------------------------------- */

    html body #boldDiner .bd-visit-layout {
        display: grid !important;
        grid-template-columns: 1fr !important;

        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 30px !important;
    }

    html body #boldDiner .bd-visit-info {
        width: calc(100% - 40px) !important;
        margin: 0 auto !important;
    }

    html body #boldDiner .bd-visit-media,
    html body #boldDiner .bd-visit-images {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        overflow: hidden !important;
    }

    html body #boldDiner .bd-visit-store {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10 !important;
        margin: 0 !important;
    }

    html body #boldDiner .bd-visit-map {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10 !important;
        margin: 0 !important;
    }

    html body #boldDiner .bd-visit-store img,
    html body #boldDiner .bd-visit-map iframe {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        border: 0 !important;
    }


    /* -----------------------------------------------------
       열린 패널 모션 중에도 grid 배치가 틀어지지 않게
       parent 위치는 고정하고 내부 이미지 reveal만 유지
    ----------------------------------------------------- */

    html body #boldDiner.bd-enhanced-motion .bd-concept-item.bd-media-reveal,
    html body #boldDiner.bd-enhanced-motion .bd-vibe-item.bd-media-reveal {
        transform: translate3d(0, 24px, 0) scale(.985) !important;
    }

    html body #boldDiner.bd-enhanced-motion .bd-concept-item.bd-media-reveal.is-media-visible,
    html body #boldDiner.bd-enhanced-motion .bd-vibe-item.bd-media-reveal.is-media-visible {
        transform: translate3d(0, 0, 0) scale(1) !important;
    }
}


/* =========================================================
   SMALL MOBILE PHOTO SCALE
   <= 420px
========================================================= */

@media screen and (max-width: 420px) {

    html body #boldDiner .bd-concept-collage,
    html body #boldDiner .bd-vibe-collage {
        grid-template-rows: repeat(9, 84px) !important;
        grid-auto-rows: 84px !important;
    }

    html body #boldDiner .bd-poster-collage {
        column-gap: 4px !important;
        row-gap: 4px !important;
    }

    html body #boldDiner .bd-visit-info {
        width: calc(100% - 32px) !important;
    }
}

/* =========================================================
   MOBILE BANNER FINAL EDGE FIX V6
   - 100vw / margin-left:-50vw 제거
   - 슬라이드 내부에서 이미지 중앙 고정
   - 좌우 오버스캔으로 edge seam 제거
   - 슬라이드 배경색까지 배너 톤에 맞춰 빈틈 방지
========================================================= */
@media screen and (max-width: 767px) {

    html body #boldDiner .bd-banner-slider {
        position: relative !important;
        left: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        aspect-ratio: 1919.41 / 709.386 !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    html body #boldDiner .bd-banner-track {
        display: flex !important;

        width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    html body #boldDiner .bd-banner-slide {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 100% !important;

        width: 100% !important;
        min-width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    /* 홀수 배너의 가장자리 seam 방지 */
    html body #boldDiner .bd-banner-slide:nth-child(odd) {
        background: #f04d00 !important;
    }

    /* 짝수 배너는 기존 네이비 유지 */
    html body #boldDiner .bd-banner-slide:nth-child(even) {
        background: #12284b !important;
    }

    /* 이미지 중심 고정 + 좌우 동일 오버스캔 */
    html body #boldDiner .bd-banner-slide img,
    html body #boldDiner .bd-banner-slide.is-active img {
        position: absolute !important;

        top: 50% !important;
        left: 50% !important;

        display: block !important;

        width: calc(100% + 12px) !important;
        min-width: calc(100% + 12px) !important;
        max-width: none !important;

        height: calc(100% + 4px) !important;
        min-height: calc(100% + 4px) !important;

        margin: 0 !important;
        padding: 0 !important;

        object-fit: cover !important;
        object-position: center center !important;

        transform: translate(-50%, -50%) !important;
    }
}
