#scenario_16 {}

.scenario_16-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    visibility: hidden;
    z-index: -100;
}

.scenario_16-video-bg.active {
    visibility: visible;
    z-index: 1;
}

/* 스마트 버튼 */
#scenario_16-modal_a {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1920 / 1080 auto;
    height: 100%;
    background-image: url(../images/common/background_06.jpg);
    background-position: center;
    background-size: cover;
}

#scenario_16-modal_a .button_a {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    aspect-ratio: 1 / 0.33 auto;
    z-index: 1;
}

#scenario_16-mobile_a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 280px;
    max-width: 100%;
    aspect-ratio: 2.07 / 1 auto;
    transition: transform 0.5s;
}

#scenario_16-modal_a[data-action="1"] #scenario_16-mobile_a {
    transform: translate(-50%, -50%);
}

#scenario_16-modal_a .pointer {
    position: absolute;
    width: 100%;
    aspect-ratio: 1.26 / 1 auto;
    max-width: 178px;
    opacity: 0;
    transition: 1s;
}

#scenario_16-modal_a[data-action="1"] .pointer {
    top: 11%;
    left: 74%;
    opacity: 1;
}

#scenario_16-modal_b {
    width: 100%;
    height: 100%;
    background-image: url(../images/scenario_16/tour_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#scenario_16-modal_b button{
    width: 15%;
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    max-width: 273px;
}
#scenario_16-modal_b .pointer{
    width: 15%;
    max-width: 163px;
    position: absolute;
    top: 47%;
    left: 62.3%;
    transition: 1s;
    opacity: 0;
}
@media (max-width: 768px) {
    #scenario_16-mobile_a{
        width:59% ;
    }
    #scenario_16-modal_a {
        aspect-ratio: 753 / 932 auto !important;
        max-width: 100% !important;
    }
    #scenario_16-modal_a .button_a {
        top: 3.5%;
        width: 91%;
    }
    
    #scenario_16-modal_a .pointer{
        width: 49.55%;
    }
    #scenario_16-modal_a[data-action="1"] .pointer {
        top: 15%;
        left: 67%;
    }
    
    #scenario_16-modal_a {
        background-image: url(../images/common/background_06.jpg);
        background-position: center;
        background-size: cover;
    }
    
    #scenario_16-modal_b {
        background-image: url(../images/scenario_16/tour_bg.jpg);
        background-position: center;
        background-size: cover;
    }
    #scenario_16-modal_b button{
        width: 35.13%;
        top: 62%;
        left: 50%;
    }
    #scenario_16-modal_b .pointer{
        width: 26.67%;
        top: 61%;
        left: 59.8%;
    }
}
