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

.main_bf2_3 .container_fix {
    width: 100%;
    max-width: 1820px !important;
    padding: 0;
}

.main_bf2_3 .padding_container {
    padding: 85px 0 30px;
    height: 100dvh;
}

/* 메인 배너 */
.main_bf2_3 .main_con_container {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
    position: relative;
    height: 100%;
}

.main_bf2_3 .main_con_container .item_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_bf2_3 .main_con_container .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main_bf2_3 .main_con_container .item > div {
    width: 100%;
    height: 100%;
}
.main_bf2_3 .main_con_container .item > div.img_container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.main_bf2_3 .main_con_container .item > div.text_container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
    flex-direction: column;
}
.main_bf2_3 .item_container .img_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.main_bf2_3 .item_container .img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 태그 */
.main_bf2_3 .item_container h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    opacity: 0.35;
    line-height: 1;
    margin-bottom: 30px;
}

/* 타이틀 */
.main_bf2_3 .item_container h2 {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    line-height: 78px;
    margin-bottom: 45px;
}

/* 서브타이틀 */
.main_bf2_3 .item_container h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 35px;
}

@media (max-width: 991px) {
    .main_bf2_3 .container_fix {
        padding: 0 15px;
    }
    
    .main_bf2_3 .padding_container {
        padding: 45px 0 50px;
    }

    .main_bf2_3 .main_con_container .item > div.img_container {
        border-radius: 10px;
    }

    .main_bf2_3 .item_container h4 {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .main_bf2_3 .item_container h2 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 33px;
    }

    .main_bf2_3 .item_container h3 {
        font-size: 13px;
        line-height: 19px;
    }
}