@charset "UTF-8";
/* 202308291049 */

.video-popup {
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.video-popup > .content {
    width: 39.9rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.video-popup > .content > .mobile-box {
    width: 39.9rem;
    height: 22.4rem;
}

.video-popup > .content > .mobile-box > .mobile {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-popup > .content > .mobile-box > .mobile > span {
    opacity: 0.75;
    position: absolute;
    right: -1.8rem;
    top: 0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../images/video-down.png");
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-popup > .content > .mobile-box > .mobile > span:hover {
    opacity: 1;
}

.video-popup > .content > .mobile-box > .mobile > span:active {
    transform: scale(0.95);
}

.video-popup > .content > .mobile-box > .mobile > video {
    background-color: #1b1e21;
    width: 39.9rem;
    height: 22.4rem;
}