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

.main_bf4_3 .main_cont_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.main_bf4_3 .main_cont_container > div {
    position: relative;
}

.main_bf4_3 .main_cont_container .swiper_info_container {
    background: #fff;
    border-radius: 20px;
    overflow: visible;
    z-index: 2;
    width: 45%;
}

.main_bf4_3 .main_cont_container .slide_area {
    padding-right: 25px;
    margin-right: 25px;
    width: 54.3%;
}
.main_bf4_3 .santa_img {
    position: absolute;
    width: auto;
    right: 21px;
    top:85px;
}
/* 타이틀 */
.main_bf4_3 .main_cont_title {
    margin-bottom: 40px;
}

.main_bf4_3 .main_cont_title h2 {
    font-size: 72px;
    font-weight: 800;
    color: #59433b;
}

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

.main_bf4_3 .main_cont_subtitle h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

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

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

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

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

.main_bf4_3 .img_container img {
    width: 100%;
    transition: transform 0.5s ease;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

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

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

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

/* 스와이프 정보 */
.main_bf4_3 .swiper-pagination {
    position: relative; /* 기존 position 없애기 */
    width: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    bottom:unset;
    gap:15px;
    margin-bottom: 80px;
}

.main_bf4_3 .swiper-pagination span {
    width: 201px;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #59433b;
    border-radius: 31.5px;
    background: #ffff;
    padding: 20px 10px;
    opacity: 1;
    word-break: keep-all;
    cursor: pointer;
}

/* Swiper 11 호환성을 위한 pagination 스타일 */
.main_bf4_3 .swiper-pagination span.swiper-pagination-bullet {
    margin: 0;
    background: #fff;
    opacity: 1;
    border-radius: 31.5px;
    width: 201px;
}

.main_bf4_3 .swiper-pagination span.swiper-pagination-bullet-active, .main_bf4_3 .swiper-pagination .tab_btn.active {
    color: #fff;
    background: #c30b09;
}


.main_bf4_3 .tab_swiper_wrap {
}

.main_bf4_3 .tab_swiper_box {
    display: none; 
}

.main_bf4_3 .tab_swiper_box.active {
    display: block;
    width: 100%;   
}

.main_bf4_3  .pc_container .swiper,
.main_bf4_3 .pc_container .swiper-wrapper,
.main_bf4_3 .pc_container .swiper-slide {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
}

.main_bf4_3 .swiper_txt_container {
    padding: 73px 48px;
    background:#ffffff;
    border-radius: 20px;
    width: 43.92%;
}
/* 스와이프 타이틀 */
.main_bf4_3 .swiper_title {
    padding-bottom: 24px;
    margin-bottom: 33px;
    position: relative;
}

.main_bf4_3 .swiper_title::before, .main_bf4_3 .swiper_title, .main_bf4_3 .swiper_txt_container h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 30px;
    height: 2px;
    background: #59433b;
}

.main_bf4_3 .swiper_title h2, .main_bf4_3 .swiper_txt_container h2 {
    font-size: 34px;
    font-weight: 800;
    color: #59433b;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 33px;
}

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

.main_bf4_3 .swiper_subtitle h3, .main_bf4_3 .swiper_txt_container h3 {
    font-size: 18px;
    font-weight: 500;
    color: #7a6050;
    line-height: 30px;
}

.main_bf4_3 .swiper_spot h4, .main_bf4_3 .swiper_txt_container h4 {
    display: flex;
    font-size: 18px;
    color:#7a6050;
    margin-top:20px;
}

.main_bf4_3 .swiper_spot h4 p, .main_bf4_3 .swiper_txt_container h4 p {
    display:flex;
}

.main_bf4_3 .swiper_spot h4 img, .main_bf4_3 .swiper_txt_container h4 img {
    margin-right: 12px;
}

/* 스와이프 화살표 */
.main_bf4_3 .swiper-button-next:after, .main_bf4_3 .swiper-rtl .swiper-button-prev:after, .main_bf4_3 .swiper-button-prev::after, .main_bf4_3 .swiper-rtl .swiper-button-next {
    display:none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: unset;
    left: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left:unset;
    right: 0;
}

.main_bf4_3 .swiper_btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 115px;
    height: 52px;
}

.main_bf4_3 .swiper-button-next, .main_bf4_3 .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:1.5px solid #cec9ba;
    transition: 0.2s;
    top:23px;
}

.main_bf4_3 .swiper-button-next:hover, .main_bf4_3 .swiper-button-prev:hover {
    border-color:#c30b09;
    background-color: #c30b09;
}

.main_bf4_3 .swiper-button-next:hover img, .main_bf4_3 .swiper-button-prev:hover img {
    filter: brightness(100);
}

@media (max-width: 991px) {
    .main_bf4_3 .main_cont_container {
        display: block;
    }
    
    .main_bf4_3 .main_cont_container > div {
        width: 100%;
    }
    
    .main_bf4_3 .main_cont_container .slide_area {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    /* 타이틀 */
    .main_bf4_3 .main_cont_title {
        margin-bottom: 25px;
        text-align: right;
    }
    
    .main_bf4_3 .main_cont_title h2 {
        font-size: 27px;
    }
    
    /* 서브타이틀 */
    .main_bf4_3 .main_cont_subtitle {
        margin-bottom: 40px;
        text-align: right;
    }
    
    .main_bf4_3 .main_cont_subtitle h3 {
        font-size: 14px;
    }
    
    /* 스와이프 카테고리 */
    .main_bf4_3 .swiper_category {
        right: 15px;
        bottom: 15px;
    }
    
    .main_bf4_3 .swiper_category h4 {
        font-size: 14px;
    }
    
    /* 스와이프 정보 */    
    .main_bf4_3 .swiper-pagination span {
        font-size: 14px;
        padding: 10px;
    }
    
    .main_bf4_3 .swiper_txt_container {
        padding: 30px 25px;
    }
    
    /* 스와이프 타이틀 */
    .main_bf4_3 .swiper_title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .main_bf4_3 .swiper_title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 15px;
        height: 1px;
        background: #0c0c0c;
    }
    
    .main_bf4_3 .swiper_title h2 {
        font-size: 17px;
    }
    
    /* 스와이프 서브타이틀 */
    .main_bf4_3 .swiper_subtitle {
        margin-bottom: 0px;
    }
    
    .main_bf4_3 .swiper_subtitle h3 {
        font-size: 14px;
    }
}