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

/* 타이틀 */
.main_b3_11 .main_cont_title {
    margin-bottom: 40px;
}

.main_b3_11 .main_cont_title h2 {
    font-size: 64px;
    font-weight: 500;
    color: #472e18;
	font-family: "Cormorant Garamond","pretendard", serif;
}

.main_b3_11 .main_cont_title h2 span {
	font-size:73.6px;
	font-weight:700;
	font-family: "Cormorant Garamond", serif;
}

/* 메인 배너 */
.main_b3_11 .main_b3_11_banner.swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
}

.main_b3_11 .swiper-slide {
    aspect-ratio: 272 / 380;
    overflow: hidden;
}

/* 이미지 */
.main_b3_11 .swiper-slide .slide_img {
    height: 100%;
    padding: 40px 38px;
}

.main_b3_11 .txt_container .item_txt {
    text-align: left;
}

/* 타이틀 */
.main_b3_11 .txt_container h2 {
    font-size: 26px;
    font-weight: bold;
    color: #292929;
	padding:0 1px;
	font-family: "Cormorant Garamond","pretendard", serif;
}

/* 카테고리 */
.main_b3_11 .txt_container h4 {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    /* 타이틀 */
    .main_b3_11 .main_cont_title {
        margin-bottom: 35px;
    }

    .main_b3_11 .main_cont_title h2 {
        font-size: 27px;
		word-break:keep-all;
		line-height:40px;
    }

	.main_b3_11 .main_cont_title h2 span {
		font-size:31.5px;
	}

    /* 이미지 */
	.main_b3_11 .main_b3_11_banner.swiper {
		overflow:visible;
	}

	.main_b3_11 .swiper-slide {
		aspect-ratio: 166 / 226;
		border-radius:0px;
	}

    .main_b3_11 .swiper-slide .slide_img {
        padding: 27px 0 0 24px;
    }

    /* 타이틀 */
    .main_b3_11 .txt_container h2 {
        font-size: 20px;
		line-height:24.5px;
    }

    /* 카테고리 */
    .main_b3_11 .txt_container h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }
}