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

/* 타이틀 */
.main_bf4_11 .title_container {
	padding:0;
}

.main_bf4_11 .main_cont_title {
    margin-bottom: 48px;
}

.main_bf4_11 .main_cont_title h2 {
    font-size: 64px;
    font-weight: bold;
    color: #0c0c0c;
	line-height:74px;
}

/* 스와이프 */
.swiper_content_box.container_fix {
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

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

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

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

/* 스와이프 페이지네이션 정보 */
.main_bf4_11 .swiper-pagination {
    position: relative; /* 기존 position 없애기 */
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
}

.main_bf4_11 .swiper-pagination span {
    width: auto;
    min-width: 170px;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #0c0c0c;
    border-radius: 32px;
    background: #f0f0f0;
    padding: 20px 48px;
    opacity: 1;
    word-break: keep-all;
}

.main_bf4_11 .swiper-pagination span:last-child {
    margin-right: 0;
}

/* 기존 pagination 세팅 제거 */
.main_bf4_11 .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 0;
    bottom: 0;
    left: 0;
	padding:0;
}

.main_bf4_11 .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 15px 0 0;
}

.main_bf4_11 .swiper-pagination span.swiper-pagination-bullet-active {
    color: #fff;
    background: #e6b8be;
}

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

.main_bf4_11 .img_container img {
    width: 100%;
    transition: transform 0.5s ease;
}

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

/* 스와이프 정보 */
.main_bf4_11 .swiper_info_container {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 65px 110px;
}

/* 스와이프 타이틀 */
.main_bf4_11 .swiper_title {
    margin-bottom: 10px;
}

.main_bf4_11 .swiper_title h2 {
    font-size: 64px;
    font-weight: 500;
    color: #fff;
}

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

.main_bf4_11 .swiper_subtitle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
	line-height:30px;
}

@media (max-width: 991px) {
    /* 타이틀 */
	.main_bf4_11 .m_container.container_fix {
		padding:0;
	}

    .main_bf4_11 .main_cont_title {
        margin-bottom: 27px;
        text-align: center;
    }

    .main_bf4_11 .main_cont_title h2 {
        font-size: 31.5px;
        line-height: 39.5px;
        word-break: keep-all;
        text-wrap: balance;
    }

    /* 스와이프 */
    .main_bf4_11 .swiper {
        overflow: hidden;
    }

    /* 스와이프 페이지네이션 정보 */
    .main_bf4_11 .swiper-pagination {
		flex-wrap: wrap;
        justify-content: flex-start;
		gap: 10px;
        margin-bottom: 40px;
    }

	.main_bf4_11 .swiper-pagination span.swiper-pagination-bullet {
		margin:0 5px;
	}

    .main_bf4_11 .swiper-pagination span {
        min-width: auto;
        font-size: 17.5px;
        padding: 6px 18.5px;
    }

    /* 스와이프 정보 */
    .main_bf4_11 .swiper_info_container {
        width: 100%;
        padding: 26px 32px;
    }

	.main_bf4_11 .img_container {
		border-radius:11.5px;
	}

    /* 스와이프 타이틀 */
    .main_bf4_11 .swiper_title {
        margin-bottom: 10px;
    }

    .main_bf4_11 .swiper_title h2 {
        font-size: 31.5px;
    }

    /* 스와이프 서브타이틀 */
    .main_bf4_11 .swiper_subtitle h3 {
        font-size: 15px;
		line-height:23px;
    }
}