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

.main_bf2_7 .main_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

/* 왼쪽 박스 */
.main_bf2_7 .bf2_7_cont .left_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_bf2_7 .bf2_7_cont .left_box .cont_box .category_text {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    line-height: 30px;
}

.main_bf2_7 .bf2_7_cont .left_box .cont_box .title_text {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 54px;
    line-height: 75px;
}

.main_bf2_7 .bf2_7_cont .left_box .cont_box .subtitle_text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}


/* 오른쪽 박스 */
.main_bf2_7 .bf2_7_cont .right_box {
    width: 50%;
    height: 100%;
}

.main_bf2_7 .bf2_7_cont .right_box .cont_box {
    height: 100%;
}

.main_bf2_7 .bf2_7_cont .right_box .cont_box .swiper {
    height: 100%;
    padding-right: 50px;
}

.main_bf2_7 .swiper-slide {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.main_bf2_7 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_bf2_7 .swiper-slide .swiper_info_container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 100%;
    min-height: 160px;
    text-align: center;
}

.main_bf2_7 .swiper-slide .swiper_info_container .item_title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-bottom: 14px;
}

.main_bf2_7 .swiper-slide .swiper_info_container .item_subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: white;
}

@media (max-width: 991px) {
    .main_bf2_7 .bf2_7_cont .main_box {
        flex-direction: column;
        gap: 35px;
    }

    .main_bf2_7 .bf2_7_cont .left_box {
        position: static;
        transform: none;
        justify-content: flex-start;
    }

    .main_bf2_7 .bf2_7_cont .left_box .cont_box {
        width: 100%;
    }

    .main_bf2_7 .bf2_7_cont .left_box .cont_box .category_text {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 15px;
    }

    .main_bf2_7 .bf2_7_cont .left_box .cont_box .title_text {
        margin-bottom: 25px;
        font-size: 28px;
        line-height: 34px;
    }

    .main_bf2_7 .bf2_7_cont .left_box .cont_box .subtitle_text {
        font-size: 13px;
        line-height: 19px;
    }

    .main_bf2_7 .bf2_7_cont .right_box {
        width: 100%;
        padding-left: 15px;
    }

    .main_bf2_7 .bf2_7_cont .right_box .cont_box .swiper {
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .main_bf2_7 .swiper-slide .swiper_info_container {
        bottom: 27px;
        min-height: 105px;
    }

    .main_bf2_7 .swiper-slide .swiper_info_container .item_title {
        font-size: 17px;
    }

    .main_bf2_7 .swiper-slide .swiper_info_container .item_subtitle {
        font-size: 12px;
        line-height: 18px;
    }

    .main_bf2_7 .swiper-pagination {
        width: calc(100% - 15px);
        height: 2px;
        top: auto;
        bottom: 0;
        background: rgb(225, 225, 225, 0.12);
    }

    .main_bf2_7 .swiper-pagination-progressbar-fill {
        background: rgba(255, 255, 255, 0.4);
    }
}