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

.main_bf2_1 .container_fix {
    max-width: 1850px !important;
    padding: 0 15px;
}

.main_bf2_1 .full_page_container {
    padding: 85px 0 30px;
    height: 100dvh;
}

.main_bf2_1 .full_page_inner {
    z-index: 2;
    position: relative;
    height: 100%;
}

.main_bf2_1 .full_page_inner .item_container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 120px;
    width: 100%;
    height: 100%;
}

.main_bf2_1 .full_page_inner .item_container .img_container {
    height: 100%;
}

.main_bf2_1 .main_cont_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.main_bf2_1 .main_cont_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_bf2_1 .txt_container {
    padding-top: 165px;

}

/* 타이틀 */
.main_bf2_1 .main_cont_title {
    margin-bottom: 55px;
}

.main_bf2_1 .main_cont_title h2 {
    font-size: 65px;
    font-weight: bold;
    line-height: 72px;
    color: #fff;
}

.main_bf2_1 .item_container:not(:first-child) .main_cont_title {
    opacity: 0;
}

/* 서브타이틀 */
.main_bf2_1 .main_cont_subtitle {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.main_bf2_1 .main_cont_subtitle h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
	line-height:34px;
}

.main_bf2_1 .main_cont_subtitle h3 span {
    font-weight: 500;
    color: #73767c;
}

@media (max-width: 991px) {

    .main_bf2_1 .full_page_container {
        padding: 45px 0 50px;
    }

    .main_bf2_1 .full_page_inner .item_container {
        flex-direction: column;
        gap: 37px;
    }

    .main_bf2_1 .img_container {
    }

    .main_bf2_1 .txt_container {
        padding-top: 0;
    }

    /* 타이틀 */
    .main_bf2_1 .main_cont_title {
        margin-bottom: 25px;
    }

    .main_bf2_1 .main_cont_title h2 {
        font-size: 27px;
        line-height: 34px;
    }

    /* 서브타이틀 */
    .main_bf2_1 .main_cont_subtitle {
        gap: 20px;
    }

    .main_bf2_1 .main_cont_subtitle h3 {
        font-size: 14px;
        line-height:19px;
    }
}