/*
(주)파이브센스_FIVESENSES.Corp.
파이브프로_FIVEPro_웹솔루션.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-03-18 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

.main_v8 .main_v8_container {
    text-align: center;
}
.main_v8 .main_v8_container .text-box {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 80px;
}
.main_v8 .main_v8_container .text-box h2.widget_froala {
    display: inline-block;
    width: auto;
    font-size: 64px;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 28px;
}
.main_v8 .main_v8_container .text-box div.widget_froala {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
    word-break: keep-all;
}
.main_v8 .main_v8_container .video-box {
    position: relative;
    cursor: pointer;
    width: 51%;
    margin: 0 auto;
}
.main_v8 .main_v8_container .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_v8 .main_v8_container .video-box .thumb-img {
    width: 100%;
    height: auto;
}
.main_v8 .main_v8_container .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}


@media (max-width: 991px) {
    .main_v8 .main_v8_container .text-box {
        margin-bottom: 38px;
    }
    .main_v8 .main_v8_container .text-box h2.widget_froala {
        font-size: 31.5px;
        margin-bottom: 18px;
		line-height:40px;
    }
    .main_v8 .main_v8_container .text-box div.widget_froala {
        font-size: 16px;
		line-height:24.5px;
    }
    .main_v8 .main_v8_container .video-box {
        width: 100%;
    }
    .main_v8 .main_v8_container .video-box .play-btn {
        width: 54px;
        height: 54px;
    }
}