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

/* PC 컨테이너 기준점 설정 */
.main_bf2_11 .pc_container {
    position: relative;
	padding:0;
}

.main_bf2_11 .swiper {
    overflow: visible;
}

/* 슬라이드 위 타이틀 박스 */
.main_bf2_11 .swiper_top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 105px;
    position: relative;
}

.main_bf2_11 .swiper_top_box .swiper_title_box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}


.main_bf2_11 .swiper-slide-next {
    
}
/* 타이틀 */
.main_bf2_11 .swiper_title {
    font-size: 72px;
    line-height: 68px;
    font-weight: bold;
    color: #0c0c0c;
    word-break: keep-all;
}

/* 서브타이틀 */
.main_bf2_11 .swiper_subtilte {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #5d5d5d;
    word-break: keep-all;
}


/* 스와이프 화살표 */
.main_bf2_11 .swiper_arr {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main_bf2_11 .swiper_arr > div {
    position: static;
    width: 50px;
    height: 50px;
    font-size: 23px;
    color: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    margin-top: 0;

}

.main_bf2_11 .swiper_arr > div:hover {
    background: var(--main-btn-point-color);
    color: #fff;
}

.main_bf2_11 .swiper_arr > div::after {
    display: none;
}

.main_bf2_11 .img_container {
    width: 100%;
}

.main_bf2_11 .img_container img {
    width: 100%;
    object-fit: cover;
}

.main_bf2_11 .item_title {
    font-size: 30px;
    font-weight: bold;
    color: #0c0c0c;
    margin-bottom: 10px;
}

.main_bf2_11 .item_subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #5d5d5d;
    word-break: keep-all;
}


.main_bf2_11 .swiper-slide {
    position: relative;
    width: 100%;
    overflow: hidden; 
    padding-top: 106px; 
    transition: 1.2s; 
}
.main_bf2_11 .swiper-backface-hidden .swiper-slide.swiper-slide-prev {
	opacity:1;
}
.main_bf2_11 .swiper-slide-next {
    padding: 0;
}

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

.main_bf2_11 .swiper-slide .img_container h3{
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    line-height: 40px;
    transition: 1.2s;
    opacity: 1;
    transform: translateY(0);
}

.main_bf2_11 .swiper-slide-next .img_container h3 {
    opacity: 0;
    transform: translateY(140%);
}

.main_bf2_11 .swiper-slide .img_container h4{
    position: absolute;
    bottom: -5px;
    right: -3px;
    font-weight: 900;
    font-size: 100px;
    color: #fff;
    text-align: right;
    line-height: 90px;
    transform: translateX(100%);
    transition: 1.2s;
}

.main_bf2_11 .swiper-slide-next .img_container h4 {
    transform: translateX(0);
}

.main_bf2_11 .swiper-slide .swiper_txt_container {
    position: relative;
    transform: translateY(-100%);
    z-index: -1;
    transition: 1.2s;
}

.main_bf2_11 .swiper-slide-next .swiper_txt_container {
    position: relative;
    transform: translateY(0);
}

.main_bf2_11 .swiper_txt_container .swiper_item_box {
    padding: 40px 0 0 40px;
}

@media (max-width: 991px) {
    /* PC 컨테이너 기준점 설정 */
    .main_bf2_11 .m_container {
        position: relative;
    }

    /* 슬라이드 위 타이틀 박스 */
    .main_bf2_11 .swiper_top_box {
        display: flex;
        margin-bottom: 35px;
        flex-direction: column;
        gap: 30px;
    }

    .main_bf2_11 .swiper_top_box .swiper_title_box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }


    .main_bf2_11 .swiper-slide-next {
        
    }
    /* 타이틀 */
    .main_bf2_11 .swiper_title {
        font-size: 31.5px;
        line-height: 38px;
    }

    /* 서브타이틀 */
    .main_bf2_11 .swiper_subtilte {
        font-size: 15px;
        line-height: 23px;
    }


    /* 스와이프 화살표 */
    .main_bf2_11 .swiper_arr {
        position: static;
		padding:0 20px;
        gap: 14px;
    }

    .main_bf2_11 .swiper_arr > div {
        position: static;
        width: 42px;
        height: 42px;
        font-size: 18px;

    }


    .main_bf2_11 .item_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .main_bf2_11 .item_subtitle {
        font-size: 15px;
		line-height:23px;
    }

   


    .main_bf2_11 .swiper-slide {
        position: relative;
        width: 100%;
        overflow: hidden; 
        padding-top: 0; 
        transition: 1.2s; 
    }

    .main_bf2_11 .swiper-slide-next, .main_bf2_11 .swiper-slide-prev {
        padding-top: 84px;
    }

    .main_bf2_11 .swiper-slide-active {
        padding: 0;
    }

    .main_bf2_11 .swiper-slide .img_container {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .main_bf2_11 .swiper-slide .img_container h3{
        position: absolute;
        bottom: 30px;
        left: 40px;
        font-weight: bold;
        font-size: 17px;
        color: #fff;
        line-height: 20px;
        transition: 1.2s;
        opacity: 1;
        transform: translateY(0);
    }

    .main_bf2_11 .swiper-slide-next .img_container h3 {
        opacity: 1;
        transform: translateY(0);
    }

    .main_bf2_11 .swiper-slide-active .img_container h3 {
        opacity: 0;
        transform: translateY(140%);
    }

    .main_bf2_11 .swiper-slide .img_container h4{
        position: absolute;
        bottom: -5px;
        right: -5px;
        font-weight: 900;
        font-size: 52.5px;
        color: #fff;
        text-align: right;
        line-height: 45px;
        transform: translateX(100%);
        transition: 1.2s;
    }

    .main_bf2_11 .swiper-slide-next .img_container h4 {
        transform: translateX(100%);
    }

     .main_bf2_11 .swiper-slide-active .img_container h4 {
        transform: translateX(0);
    }

    .main_bf2_11 .swiper-slide .swiper_txt_container {
        position: relative;
        transform: translateY(-100%);
        z-index: -1;
        transition: 1.2s;
    }

    .main_bf2_11 .swiper-slide-next .swiper_txt_container {
        position: relative;
        transform: translateY(-100%);
    }

    .main_bf2_11 .swiper-slide-active .swiper_txt_container {
        position: relative;
        transform: translateY(0);
    }

    .main_bf2_11 .swiper_txt_container .swiper_item_box {
        padding: 26px 0 0 3px;
    }

}