#scenario_06 {}

.scenario_06-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    visibility: hidden;
    z-index: -100;
}

.scenario_06-video-bg.active {
    visibility: visible;
    z-index: 1;
}

/* 스마트 버튼 */
#scenario_06-modal_a {
    width: 1920px;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 1080 auto;
    /* width: 750px;
    max-width: 100%;
    aspect-ratio: 750 / 960 auto; */
    /* height: 100%; */
    /* background-image: url(../images/common/background_06.jpg); */
    /* background-position: center; */
}

#scenario_06-modal_a .button_a {
    position: absolute;
    top: 3%;
    left: 50%;
    width: 93%;
    /* height: 25%; */
    /* aspect-ratio: 1 / 0.25 auto; */
    aspect-ratio: 1 / 0.33 auto;
    z-index: 1;
    transform: translateX(-50%);
}

#scenario_06-mobile_a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
    max-width: 753px;
    aspect-ratio: 753 / 932 auto;
    transition: transform 0.5s;
}

#scenario_06-modal_a[data-action="1"] #scenario_06-mobile_a {
    transform: translate(-50%, 0%);
}

#scenario_06-modal_a .pointer {
    position: absolute;
    width: 24%;
    aspect-ratio: 188 / 237 auto;
    max-width: 188px;
    opacity: 0;
    transition: 2s;
}

#scenario_06-modal_a[data-action="1"] .pointer {
    top: 12%;
    left: 65%;
    opacity: 1;
}

#scenario_06-modal_b {
    width: 1920px;
    height: 1080px;
    background: url("../images/scenario_06/bg_06.png") center center / cover no-repeat;
    background-position: center;
    background-size:cover ;
    background-repeat: no-repeat;
}

#scenario_06-modal_b button{
    width: 280px;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-height: 930px) {
    #scenario_06-mobile_a {
        width: 643px;
    }
}
@media (max-width: 768px) {
    #scenario_06-modal_a {
        aspect-ratio: 753 / 932 auto !important;
    }
    #scenario_06-mobile_a{
        width: 480px;
    }
    #scenario_06-modal_a .button_a {
        bottom: auto;
        left: 50%;
        width: 91%;
        transform: translateX(-50%);
        top: 2.7%;
    }
    #scenario_06-modal_a[data-action="1"] .pointer {
        top: 10%;
    }
}
@media (max-width: 500px) {
    #scenario_06-mobile_a{
        width: 300px;
    }
    #scenario_06-modal_b button{
        width: 200px;
    }
}
