#VideoBox .container .TextBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#VideoBox .container .TextBox .text1,
#VideoBox .container .TextBox .text2 {
    /* flex: 1; */
    height: 28px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    letter-spacing: 5px;
}

#VideoBox .container .TextBox .text1 {
    margin-top: 66px;
    font-weight: 400;
}

#VideoBox .container .TextBox .text2 {
    margin: 12px 0 66px;
    font-weight: 300;
}


/* #VideoBox .container .row {
    margin-bottom: 56px;
} */

#VideoBox .container .row .videoDetail {
    max-height: 250px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    /* background: pink; */
    margin-bottom: 56px;
    /* overflow: hidden; */
    /* max-width: 100%; */
}

#VideoBox .container .row .videoDetail>div {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    box-sizing: border-box;
    position: relative;
    background: transparent;
}

#VideoBox .container .row .videoDetail>div>img {
    border-radius: 6px;
    transition: all 1s;
}
#VideoBox .container .row .videoDetail>div>img:first-of-type {
    height: 100%;
    width: 100%;
}


/* #VideoBox .container .row .videoDetail>div>img:nth-child(2) {
    max-width: 100%;
    height: auto;
} */

#VideoBox .container .row .videoDetail>div>img {
    border-radius: 6px;
    transition: all 1s;
}

#VideoBox .container .row .videoDetail>div .MarkButton {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 54px;
    max-height: 54px;
    cursor: pointer;
}

#VideoBox .container .row .videoDetail video {
    width: 100%;
    height: 162px;
    display: flex;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
}

#VideoBox .container .row .videoDetail>p {
    margin: auto;
    height: 54px;
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 54px;
    text-align: center;
}

@media (min-width: 544px) {
    #VideoBox .container .row .videoDetail:hover>div>img:first-of-type {
        box-shadow: 5px -5px 25px rgba(0, 0, 0, .4);
        transform: scale(1.03);
        transition: all 1s;
        cursor: pointer;
    }
}

@media (max-width: 992px) {

    #VideoBox .container .TextBox .text1,
    #VideoBox .container .TextBox .text2 {
        height: 28px;
        font-size: 18px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 28px;
        letter-spacing: 5px;
    }

    #VideoBox .container .TextBox .text1 {
        margin-top: 55px;
    }

    #VideoBox .container .TextBox .text2 {
        margin: 8px 0 55px;
    }

    /* #VideoBox .container .row {
        margin-bottom: 40px;
    } */
    /* #VideoBox .container .row:last-of-type {
        margin-bottom: 60px;
    } */
    #VideoBox .container .row .videoDetail {
        height: 180px;
        display: flex;
        flex-direction: column;
        margin-bottom: 35px;
        /* background: pink; */
    }

    #VideoBox .container .row .videoDetail>p {
        margin: auto;
        height: 36px;
        font-size: 16px;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 36px;
    }
}

@media (max-width: 768px) {

    #VideoBox .container .TextBox .text1,
    #VideoBox .container .TextBox .text2 {
        height: 28px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 28px;
        letter-spacing: 5px;
    }

    #VideoBox .container .TextBox .text1 {
        margin-top: 40px;
    }

    #VideoBox .container .TextBox .text2 {
        margin: 0px 0 40px;
    }

    /* #VideoBox .container .row {
        margin-bottom: 0;
    }
    #VideoBox .container .row:last-of-type {
        margin-bottom: 35px;
    } */
    #VideoBox .container .row .videoDetail {
        height: 240px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        /* background: pink; */
    }

    #VideoBox .container .row .videoDetail>p {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media (max-width: 576px) {

    #VideoBox .container .TextBox .text1,
    #VideoBox .container .TextBox .text2 {
        height: 20px;
        font-size: 14px;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 20px;
        letter-spacing: 5px;
    }

    /* #VideoBox .container .row:last-of-type {
        margin-bottom: 25px;
    } */
    #VideoBox .container .row .videoDetail {
        height: 240px;
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
}

.fs-video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-video-player {
    width: 60%;
    max-height: 640px;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: black;*/
}

@media (max-width: 768px) {
    .fs-video-player {
        width: 80%;
    }
}

.fs-video-close {
    position: absolute;
    top: 32px;
    right: 32px;
    height: 35px;
    width: 35px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .fs-video-close {
        width: 22px;
        height: 22px;
        right: 15px;
    }
}

.fs-video-arrow-right,
.fs-video-arrow-left {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 65px;
    padding: 15px;
    margin: auto 0;
    cursor: pointer;
}

.fs-video-arrow-left {
    display: none;
}

.fs-video-arrow-right {
    right: 10%;
    left: auto;
}

.fs-video-arrow-disable {
    opacity: 0;
    cursor: default;
}

@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }

    #VideoBox .container .row .videoDetail>div {
        margin: auto auto 0 auto;
    }
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* outline: 0; */
    background: rgba(0, 0, 0, .4);
}

.wrapper-hide {
    display: none;
}

.wrapper-show {
    display: block;
}

.Box1,
.Box2 {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -90px;
}


/* .Box1 {} */