#scenario_17 {
    background-image: url(../images/common/background_04.jpg);
    background-position: center;
}

/* 블라인드 버튼 */
#scenario_17-modal_a {
    width: 1920px;
    aspect-ratio: 1920 / 1080 auto;
    max-width: 100%;
}


#scenario_17-modal_a .button_a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 244px;
    aspect-ratio: 244 / 68 auto;
}


#scenario_17-modal_a .pointer {
    position: absolute;
    width: 8%;
    aspect-ratio: 188 / 237 auto;
    top: 55%;
    left: 53.4%;
    display: block;
    transform: translate(-50%, -50%);
}

#scenario_17-modal_a .pointer::after {
    content: "";
    position: absolute;
    width: max-content;
    padding: 6px 32px;
    background-color: #154EDE;
    border-radius: 34px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: none;
}

#scenario_17-modal_a .pointer::after {
    content: "'블라인드 작동' 클릭!";
    display: block;
    top: 110%;
    left: 20%;
}

/* 영상 */
#scenario_17-modal_b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: unset;
}

#scenario_17-video_a {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scenario_17-video_a_mo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scenario_17-modal_c {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: unset;
}

#scenario_17-video_b {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#scenario_17-video_b_mo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    #scenario_17 {
        background-image: url(../images/common/background_04_mo.jpg);
        background-position: center;
    }

    #scenario_17-modal_a .pointer {
        width: 16%;
        top: 61%;
    }

    #scenario_17-modal_a .pointer::after {
        left: -20%;
    }
}