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

.main_bf4_4 .main_cont_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-direction: row-reverse;
}

.main_bf4_4 .main_cont_container > div {
    width: 50%;
    position: relative;
}

.main_bf4_4 .main_cont_container .swiper_info_container {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
	width:46.2%;
	z-index:2;
}

.main_bf4_4 .main_cont_container .slide_area {
    padding-left: 25px;
    margin-left: 25px;
	width:53.8%;
}

/* 타이틀 */
.main_bf4_4 .main_cont_title {
    margin-bottom: 10px;
}

.main_bf4_4 .main_cont_title h2 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.6px;
}

.main_bf4_4 .main_cont_title h2 p {
	font-family: "Montserrat", sans-serif;
}

/* 서브타이틀 */
.main_bf4_4 .main_cont_subtitle {
    margin-bottom: 68px;
}

.main_bf4_4 .main_cont_subtitle h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

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

.main_bf4_4 .swiper-pagination {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
}

.main_bf4_4 .swiper-slide {
    position: relative;
}

/* 스와이프 이미지 */
.main_bf4_4 .img_container {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.main_bf4_4 .img_container img {
    width: 100%;
    transition: transform 0.5s ease;
	height:100%;
	object-fit:cover;
}

.main_bf4_4 .img_container.on img {
    transform: scale(1.1);
}

/* 스와이프 카테고리 */
.main_bf4_4 .swiper_category {
    position: absolute;
    right: 45px;
    bottom: 20px;
}

.main_bf4_4 .swiper_category h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* 스와이프 정보 */
.main_bf4_4 .swiper-pagination {
    position: relative; /* 기존 position 없애기 */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_bf4_4 .swiper-pagination span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    background: #453b33;
    padding: 22px 10px 12px;
    opacity: 1;
    word-break: keep-all;
}

/* Swiper 11 호환성을 위한 pagination 스타일 */
.main_bf4_4 .swiper-pagination span.swiper-pagination-bullet {
    margin: 0;
    background: #453b33;
    opacity: 1;
}

.main_bf4_4 .swiper-pagination span.swiper-pagination-bullet-active {
    font-weight: bold;
    color: #0c0c0c;
    background: #fff;
	padding:13px 10px 6px;
}

.main_bf4_4 .swiper_txt_container {
    padding: 59px 48px;
}

/* 스와이프 타이틀 */
.main_bf4_4 .swiper_title {
    padding-bottom: 25px;
    margin-bottom: 21px;
    position: relative;
}

.main_bf4_4 .swiper_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #0c0c0c;
}

.main_bf4_4 .swiper_title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0c0c0c;
	font-family: "Montserrat", sans-serif;
	letter-spacing:-0.2px;
}

/* 스와이프 서브타이틀 */
.main_bf4_4 .swiper_subtitle {
    margin-bottom: 0px;
}

.main_bf4_4 .swiper_subtitle h3 {
    font-size: 18px;
    font-weight: 400;
    color: #5d5d5d;
	line-height:30px;
}

@media (max-width: 991px) {
    .main_bf4_4 .main_cont_container {
        display: block;
    }
    
    .main_bf4_4 .main_cont_container > div {
        width: 100%;
    }
    
    .main_bf4_4 .main_cont_container .slide_area {
        padding-left: 0;
        margin-left: 0;
        margin-top: 17px;
		width:100%;
		height: auto;
        aspect-ratio: 385 / 232;
    }
    
	.main_bf4_4 .main_cont_container .swiper_info_container {
		width:100%;
		border-radius:9px;
	}

	.main_bf4_4 .img_container {
		border-radius:9px;
		height: auto;
	}

	.main_bf4_4 .img_container img {
		height:auto;
	}

    /* 타이틀 */
    .main_bf4_4 .main_cont_title {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .main_bf4_4 .main_cont_title h2 {
        font-size: 31.5px;
        max-width: 250px;
        margin: 0 auto;
		line-height:38px;
    }
    
    /* 서브타이틀 */
    .main_bf4_4 .main_cont_subtitle {
        margin-bottom: 44px;
        text-align: right;
        max-width: 250px;
        margin: 0 auto 44px;
    }
    
    .main_bf4_4 .main_cont_subtitle h3 {
        font-size: 15px;
		text-align:center;
		line-height:23px;
    }
    
    /* 스와이프 카테고리 */
    .main_bf4_4 .swiper_category {
        right: 20px;
        bottom: 16px;
    }
    
    .main_bf4_4 .swiper_category h4 {
        font-size: 15px;
    }
    
    /* 스와이프 정보 */    
    .main_bf4_4 .swiper-pagination span {
        font-size: 13px;
        padding: 9px 5px;
        width: 33.3%;
    }
    
	.main_bf4_4 .swiper-pagination span.swiper-pagination-bullet-active {
		padding:18px 10px 16px;
	}

    .main_bf4_4 .swiper_txt_container {
        padding:15px 17px 33px 30px;
    }
    
    /* 스와이프 타이틀 */
    .main_bf4_4 .swiper_title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .main_bf4_4 .swiper_title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 15px;
        height: 1px;
        background: #0c0c0c;
    }
    
    .main_bf4_4 .swiper_title h2 {
        font-size: 20px;
    }
    
    /* 스와이프 서브타이틀 */
    .main_bf4_4 .swiper_subtitle {
        margin-bottom: 0px;
    }
    
    .main_bf4_4 .swiper_subtitle h3 {
        font-size: 15px;
		line-height:23px;
    }
}