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

.main_mmb20 {
    position: relative;
    overflow: hidden;
}

.main_mmb20 .container_fix {
    transition: padding-left 0.3s ease, padding-right 0.3s ease;
}

.main_mmb20 .main_cont_container {
    width: 100%;
    height: 100%;
	padding-top:38px;
	display: flex;
	flex-direction: column;
}

/* 서브타이틀 */
.main_mmb20 .main_title {
    margin-bottom: 22px;
	height:auto;
	flex-shrink: 0;
    text-align: center;
}
.main_mmb20 .main_title h2 {
    font-size: 13.4vw;
    font-weight: bold;
    color: #fff;
    width: auto;
    display: inline-block;
    text-align: center;
    word-break: keep-all;
	text-wrap: nowrap;
    letter-spacing:-0.9px;
    font-family: 'Unna', serif;
}

.main_mmb20 .main_title h2 span {
    font-family: 'Unna', serif;
}

.main_mmb20 .img_container{
    position: relative;
    margin-bottom: 45px;
	flex: 1;
	min-height: 0;
	width:100%;
}

.main_mmb20 .img_container img {
	width:100%;
	height:100%;
	object-fit:cover;
}

/* 비디오 iframe */
.main_mmb20 .iframe_container {
    width: 100%;
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
    position: relative;
    background: #000;
    display:none;
}

.main_mmb20 .iframe_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_mmb20 .iframe_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

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