#scenario_02 {
    background: url(../images/scenario_02/tour_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 주문 방법 선택 */
#scenario_02-modal_a {
    width: 120%;
    max-width: 120%;
    height: 120vh;
    background: rgba( 31,31,31, 0.8);
    /* aspect-ratio: 1036 / 639 auto; */
}
#scenario_02-modal_a .button_a {
    position: absolute;
    top: 48%;
    left: 1.5%;
    transform: translateY(-50%);
    width: 47%;
    aspect-ratio: 1 / 0.88 auto;
}

#scenario_02-modal_a .button_b {
    position: absolute;
    top: 48%;
    left: 52%;
    transform: translateY(-50%);
    width: 47%;
    aspect-ratio: 1 / 0.88 auto;
}

#scenario_02-order{
    width: 650px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#scenario_02-order .default{
}
#scenario_02-order-mo{

}
/* 키오스크 */
#scenario_02-kiosk {
    max-width: 100%;
    height: unset;
    aspect-ratio: 582 / 920 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#scenario_02-kiosk .button_a {
    position: absolute;
    top: 8.5%;
    left: 61%;
    width: 24%;
    aspect-ratio: 1 / 1.5 auto;
    z-index: 1;
}
#scenario_02-kiosk .button_b {
    position: absolute;
    top: 64.5%;
    left: 60%;
    width: 22%;
    aspect-ratio: 1 / 0.3 auto;
    z-index: 1;
}


#scenario_02-kiosk[data-action="0"] button:not(.button_a) {
    pointer-events: none;
}
#scenario_02-kiosk[data-action="1"] button:not(.button_b) {
    pointer-events: none;
}


#scenario_02-kiosk .pointer {
    position: absolute;
    /* width: max-content; */
    opacity: 0;
}
#scenario_02-kiosk[data-action="0"] .pointer_a{
    top: 19%;
    left: 74%;
    width: 100%;
    aspect-ratio: 1.88 / 1 auto;
    max-width: 384px;
}
#scenario_02-kiosk[data-action="1"] .pointer_b{
    top: 64.5%;
    left: 71%;
    width: 51.105%;
    aspect-ratio: 1.88 / 1 auto;
    max-width: 194px;
    display: none;
} 


/* 테이블오더 */
#scenario_02-tableorder {
    max-width: 90%;
    max-height: 90%;
    aspect-ratio: 1242 / 811 auto;
}

#scenario_02-tableorder .button_a {
    position: absolute;
    top: 16.3%;
    left: 50.7%;
    width: 13%;
    aspect-ratio: 1 / 1.5 auto;
    z-index: 1;
}

#scenario_02-tableorder .button_b {
    position: absolute;
    top: 83%;
    left: 74%;
    width: 18%;
    aspect-ratio: 1 / 0.3 auto;
    z-index: 1;
}

#scenario_02-tableorder[data-action="0"] button:not(.button_a) {
    pointer-events: none;
}

#scenario_02-tableorder[data-action="1"] button:not(.button_b) {
    pointer-events: none;
}


#scenario_02-tableorder .pointer {
    position: absolute;
    opacity: 0;
}

#scenario_02-tableorder .pointer_a{
    top: 36%;
    left: 57.4%;
    width: 45.93%;
    max-width: 506px;
    aspect-ratio: 395 / 204 auto;
}
#scenario_02-tableorder .pointer_b{
    width: 22.5%;
    aspect-ratio: 1.88 / 1 auto;
    max-width: 194px;
    top: 83%;
    left: 85.5%;
}
#scenario_02-tableorder[data-action="1"] .pointer_b{
    display: none;
}


@media (max-width: 1600px) {
    #scenario_02-tableorder[data-action="3"] .pointer::after {
        left: unset;
        right: 100%;
    }
}
@media (max-width: 768px) {
    #scenario_02-order {
        width: 86vw;
        max-width: 326px;
    }
    #scenario_02-kiosk{
        width: 65.4%;
        aspect-ratio: 592 / 946 auto;
    }
    #scenario_02-modal_a .button_a {
        top: 1%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 94%;
        aspect-ratio: 1 / 0.45 auto;
    }

    #scenario_02-modal_a .button_b {
        top: 53%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 94%;
        aspect-ratio: 1 / 0.45 auto;
    }

    #scenario_02-kiosk[data-action="0"] .pointer_a {
        top: 25%;
        left: unset;
        right: 25%;
    }
    #scenario_02-kiosk[data-action="1"] .pointer_b{
        top: 64.5%;
        left: unset;
        width: 51.105%;
        right: 31%;
    }
    #scenario_02-kiosk[data-action="3"] .pointer{
        width: 40%;
        top: 59%;
        left: 56%;
    }
    #scenario_02-kiosk[data-action="0"] .pointer::before{
        padding: 5px 15px;
        font-size: 14px;
    }
    #scenario_02-kiosk[data-action="3"] .pointer::after{
        top: 85%;
        left: unset;
        right: 73%;
    }

    #scenario_02-kiosk[data-action="3"] .pointer::before{
        top: 85%;
        left: 38%;
    }



    #scenario_02-tableorder .button_a {
        top: 13.3%;
        left: 47.7%;
    }
    #scenario_02-tableorder .button_b {
        top: 80%;
        left: 70%;
        width: 22%;
    }
    #scenario_02-tableorder .pointer{
        width: 31.34%;
    }

    #scenario_02-tableorder .pointer::before {
        padding: 5px 15px;
        font-size: 15px;
    }
    #scenario_02-tableorder .pointer::after {
        padding: 5px 18px;
        font-size: 15px;
    }
    #scenario_02-tableorder .pointer {
        aspect-ratio: unset;
    }

    #scenario_02-tableorder .pointer::after {
        padding: 5px 18px;
        font-size: 15px;
    }

    #scenario_02-tableorder .pointer_a {
        top: 37%;
        left: 1%;
        width: 60%;
    }
    #scenario_02-tableorder .pointer_b {
        width: 34.19%;
        left: 43%;
        top: 82%;
    }
    #scenario_02-tableorder .pointer_b {
    }

    #scenario_02-tableorder[data-action="2"] .pointer {
        top: 23%;
    }

    #scenario_02-tableorder[data-action="3"] .pointer {
        top: 72%;
        left: 69%;
    }
    #scenario_02-tableorder[data-action="3"] .pointer::after {
        top: 90%;
        left: unset;
        right: 76%;
    }
    #scenario_02-tableorder[data-action="3"] .pointer::before{
        top: 90%;
        left: 33%;
    }

}
