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

.main_mb20 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main_mb20 .main_cont_container {
    /* position: sticky;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
}

/* 서브타이틀 */
.main_mb20 .main_title {
    margin-bottom: 0px;
    position: absolute;
    top: 6.7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 1;
    transition: opacity 0.5s linear;
	max-width:none;
	text-align:center;
}

.main_mb20 .main_title h2 {
    font-size: 220px;
    font-weight: bold;
    color: #fff;
    width: auto;
    display: inline-block;
    text-align: left;
    font-family: "unna", serif;
    white-space: nowrap;
}

.main_mb20 .main_title h2 span {
    font-family: "unna", serif;

}

.main_mb20 .img_container{
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 975px;
    min-height: 70%;
    max-width: 100vw;
    max-height: 100vh;
    transform: translateX(-50%);
    object-fit: cover;
    transition: all 0.6s linear;
}

.main_mb20 + .iframe_container .iframe_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* 비디오 iframe */
.main_mb20 + .iframe_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: #000;
    transition: .5s;
}

.main_mb20 + .iframe_container iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* 비디오가 없을 때 이미지 */
.main_mb20 + .iframe_container .img_container {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}