#scenario_14 {
    background-image: url(../images/common/background_06.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.scenario_14-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    visibility: hidden;
    z-index: -100;
}

.scenario_14-video-bg.active {
    visibility: visible;
    z-index: 1;
}

/* 스마트 버튼 */
#scenario_14-modal_a {
    width: 1920px;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 1080 auto;
}

#scenario_14-modal_a .button_a {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    aspect-ratio: 1 / 0.33 auto;
    z-index: 1;
}

#scenario_14-mobile_a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 280px;
    max-width: 100%;
    aspect-ratio: 753 / 932 auto;
    transition: transform 0.5s;
}

#scenario_14-modal_a[data-action="1"] #scenario_14-mobile_a {
    transform: translate(-50%, -50%);
}

#scenario_14-modal_a .pointer {
    position: absolute;
    width: 63.575%;
    aspect-ratio: 1.26 / 1 auto;
    max-width: 178px;
    opacity: 0;
    transition: 1s;
    top: 12%;
    left: 74%;
}
#scenario_14-modal_a[data-action="1"] .pointer {
    opacity: 1;
}

#scenario_14-modal_b {
    width: 100%;
    height: 100%;
    background-image: url(../images/common/background_05.jpg);
    background-position: center;
    background-size:cover ;
    background-repeat: no-repeat;
}

#scenario_14-modal_b button {
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    max-width: 205px;
    transform: translate(-50%,-50%);
}
#scenario_14-modal_b .pointer{
    position: absolute;
    top: 10%;
    left: 72%;
    width: 100%;
    max-width: 163px;
    opacity: 0;
    transition: 1s;
}
/* @media (max-height: 920px) {
    #scenario_14-mobile_a{
        width: 260px;
    }
} */
@media (max-width: 768px) {
    #scenario_14 {
        background-image: url(../images/common/background_06.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #scenario_14-mobile_a{
        width: 59%;
    }
    #scenario_14-modal_a .button_a {
        top: 3.5%;
        /* left: 4%; */
        width: 91%;
    }

    #scenario_14-modal_a .pointer {
        width: 49.575%;
    }

    #scenario_14-modal_b {
        background-image: url(../images/common/background_05_mo.jpg);
        background-position: center;
    }

    #scenario_14-modal_b button {
        width: 27.439%;
        top: 71%;
    }
    #scenario_14-modal_b .pointer {
        position: absolute;
        top: 20%;
        left: 76.7%;
        max-width: 104px;
    }
}