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



/* 스와이프 */
.main_bf2_7 .swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
    overflow: visible;
}

.main_bf2_7 .left_box {
    margin-bottom: 56px;
}

.main_bf2_7 .left_box h3 {
    margin-bottom: 23px;
    font-size: 43px;
    font-weight: 700;
    color: #0c0c0c;
}

.main_bf2_7 .left_box h4 {
    font-size: 22px;
    font-weight: 500;
    color: #57606a;
}

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

.main_bf2_7 .swiper_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in;
}

.main_bf2_7 .swiper-slide.on .swiper_inner img {
    transform: scale(1.05);
}

.main_bf2_7 .swiper_inner .swiper_info_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 11% 9%;
    box-sizing: border-box;
}

.main_bf2_7 .swiper_info_container .item_title {
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.36;
    color: #fff;
}

.main_bf2_7 .swiper_info_container .item_subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    word-break: keep-all;
    color: #fff;
}

@media (max-width:1480px) {
    .main_bf2_7 .left_box {
        margin-bottom: 40px;
    }

    .main_bf2_7 .left_box h3 {
        margin-bottom: 20px;
        font-size: 38px;
    }

    .main_bf2_7 .left_box h4 {
        font-size: 20px;
    }

    .main_bf2_7 .swiper_inner .swiper_info_container {
        padding: 30px;
    }

    .main_bf2_7 .swiper_info_container .item_title {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .main_bf2_7 .swiper_info_container .item_subtitle {
        font-size: 18px;
    }
}

@media (max-width:1280px) {
        .main_bf2_7 .left_box {
        margin-bottom: 35px;
    }

    .main_bf2_7 .left_box h3 {
        font-size: 35px;
    }

    .main_bf2_7 .left_box h4 {
        font-size: 18px;
    }

    .main_bf2_7 .swiper_inner .swiper_info_container {
        padding: 30px;
    }

    .main_bf2_7 .swiper_info_container .item_title {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .main_bf2_7 .swiper_info_container .item_subtitle {
        font-size: 16px;
    }
}


@media (max-width: 991px) {

    .main_bf2_7 .bf2_7_cont .main_box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
    }

    /* 왼쪽 박스 */
    .main_bf2_7 .bf2_7_cont .left_box {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex: 1;
        margin-bottom: 10px;
        z-index: 10;
    }

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

    .main_bf2_7 .bf2_7_cont .left_box .cont_box .category_text{
        font-size: 20px;
        margin-bottom: 24px;
    }

    .main_bf2_7 .bf2_7_cont .left_box .cont_box .title_text{
        font-size: 31.5px;
        margin-bottom: 19px;
        line-height: 1.28;
    }

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

    /* 오른쪽 박스 스와이퍼 영역 */
    .main_bf2_7 .bf2_7_cont .right_box .cont_box {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .main_bf2_7 .swiper_inner {
        border-radius: 12px;
    }

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

    .main_bf2_7 .swiper_inner .swiper_info_container {
        top: 46%;
        bottom: unset;
        padding: 0 18px 36px 18px;
    }

    .main_bf2_7 .swiper_info_container .item_title {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .main_bf2_7 .swiper_info_container .item_subtitle {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.57;
    }

}