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

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

/* 메인 배너 */
.main_bf2_3 .main_con_container {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
    position: relative;
    height: 100vh;
}
.main_bf2_3 .main_con_container .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_bf2_3 .main_con_container .item > div {
    position: absolute;
    width: 100%;
}
.main_bf2_3 .main_con_container .item > div.img_container {
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
}
.main_bf2_3 .main_con_container .item > div.text_container {
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    padding: 48px 15px 0;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
    flex-direction: column;
}

.main_bf2_3 .main_con_container .item > div.text_container img {
    margin-bottom: 48px;
}
.main_bf2_3 .main_con_container .item > div.scroll_container {
    bottom: 40px;
    right: 0;
    text-align: center;
    padding: 0 15px;
}
.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;
    object-position: center center;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* 타이틀 */
.main_bf2_3 .item_container h2 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 46px;
}

/* 서브타이틀 */
.main_bf2_3 .item_container h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    word-break: keep-all;
}

/* 스크롤 */
.main_bf2_3 .item_container .scroll_container p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.main_bf2_3 .item_container .scroll_container p:last-child {
    margin-bottom: 0;
	transform: rotate(90deg);
	font-family: 'SUIT-Regular';
}

@media (max-width: 991px) {
	.main_bf2_3 .main_con_container .item > div.text_container {
		padding:38px 15px 0;
	}

    .main_bf2_3 .main_con_container .item > div.text_container img {
        height: 50px;
        margin-bottom: 22px;
    }

    /* 타이틀 */
    .main_bf2_3 .item_container h2 {
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    /* 서브타이틀 */
    .main_bf2_3 .item_container h3 {
        font-size: 16px;
    }

	.main_bf2_3 .main_con_container .item > div.scroll_container {
		bottom:36px;
	}

	.main_bf2_3 .item_container .scroll_container p {
		font-size:13px;
		margin-bottom:3px;
	}
}