#scenario_14 {
    /* background-image: url(../images/common/background_03.jpg);
    background-position: center; */
    width: 100%;
    background-image: url(../images/common/background_03.jpg);
    background-position: center;
    background-size: cover;
}

/* 스마트 버튼 클릭 유도 */
#scenario_14-modal_a {
    /* top: 37%;
    left: 45%; */
    top: 64%;
    left: 50%;
}

#scenario_14-modal_a .button_a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 244px;
    aspect-ratio: 244 / 68 auto;
}

/* 스마트 버튼으로 퇴근 클릭 */
#scenario_14-modal_b {
    width: 100%;
    /* width: 482px; */
    /* 
    height: 100%;
    background-image: url(../images/common/background_03.jpg);
    background-position: center; */
}

#scenario_14-modal_b .button_a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 482px;
    max-width: 100%;
    aspect-ratio: 482 / 456 auto;
}

#scenario_14-btn-desc {
    position: absolute;
    top: 48%;
    left: 33%;
    width: 195%;
    max-width: 940px;
    pointer-events: none;
}

/* #scenario_14-modal_b .button_a::after {
    content: "“스마트 버튼을 눌러 퇴근하자!”";
    position: absolute;
    top: 70%;
    left: 70%;
    width: max-content;
    max-width: 574px;
    padding: 60px 54px 50px;
    background: linear-gradient(to bottom, rgba(235, 240, 254, 1), rgba(235, 240, 254, 1), rgba(235, 240, 254, 0.68));
    border-radius: 70px;
    box-shadow: 0 70px 178px rgba(0, 0, 0, 0.25);
    font-family: 'SamsungOneKorean', sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #444E6B;
} */

/* 영상 */
#scenario_14-modal_c {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: unset;
}

#scenario_14-video_a {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scenario_14-video_a_mo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scenario_14-modal_d {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: unset;
}

#scenario_14-video_b {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#scenario_14-video_b_mo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scenario_14 #scenario_14-modal_b .pointer {
    position: absolute;
    top: 59%;
    left: 37%;
    width: 100%;
    max-width: 178px;
    pointer-events: none;
}

@media (max-width: 768px) {
    #scenario_14 {
        /* background-image: url(../images/common/background_03_mo.jpg);
        background-position: center; */
    }
    #scenario_14-modal_b{
        width: 100%;
        top: 40%;
    }
    #scenario_14-modal {
        background-image: url(../images/common/background_03_mo.jpg);
        background-position: center;
        background-size: cover;
    }

    #scenario_14-btn-desc {
        top: 100%;
        left: 50%;
        width: 150%;
        transform: translateX(-50%);
    }

    #scenario_14 #scenario_14-modal_b .pointer {
        /* display: none; */
        top: 45%;
        left: 43%;
        width: 44%;
        max-width: none;
    }
}