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

/* 타이틀 */
.main_b3_1 .main_cont_title {
    font-size: 72px;
    color: #0c0c0c;
    margin-bottom: 38px;
}

.main_b3_1 .main_cont_title h2 {
    font-weight: bold;
}

/* 메인 배너 */
.main_b3_1 .main_b3_1_banner.swiper {
    /* widget-wrap before보다 위로 올라오게 결정 */
    z-index: 2;
	border-radius:20px;
	overflow:hidden;
}

.main_b3_1 .main_b3_1_banner .swiper-wrapper {
    gap: 0;
	height:auto;
}

.main_b3_1 .main_b3_1_banner .swiper-slide {
    position: relative;
    overflow: hidden;
    height: auto;
	aspect-ratio: 494 / 513;
}

.main_b3_1 .main_b3_1_banner .swiper-slide > a {
    display: block;
    width: 100%;
    height: auto;
}

.main_b3_1 .main_b3_1_banner .swiper-slide > a > img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
	/* aspect-ratio: 494 / 513; */
	object-fit:cover;
}

/* hover event */
.main_b3_1 .main_b3_1_banner .swiper-slide.on > a > img {
    transform: scale(1.1);
}

.main_b3_1 .main_b3_1_banner .txt_container {
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    padding: 40px 40px 0 40px;
    overflow: hidden;
}

.main_b3_1 .main_b3_1_banner .txt_container_inner {
    background: #fff;
    padding: 36px 40px 14px;
    transition: 0.5s;
    position: relative;
	border-radius:18px;
}

/* visible_txt */
.main_b3_1 .main_b3_1_banner .visible_txt {
    width: 90%;
	margin:0 0 20px;
}

.main_b3_1 .main_b3_1_banner h2.widget_froala {
    font-weight: bold;
    font-size: 26px;
    color: #0c0c0c;
    position: relative;
    z-index: 10;
	font-family: "Montserrat", sans-serif;
}

.main_b3_1 .main_b3_1_banner h3.widget_froala {
    font-weight: 500;
    color: #5d5d5d;
    font-size: 16px;
    position: relative;
    z-index: 10;
	line-height:24px;
}

/* hidden_txt */
.main_b3_1 .main_b3_1_banner .hidden_txt {
    width: 90%;
    opacity: 0;
    transition: 0.5s;
	height:0;
}

.main_b3_1 .main_b3_1_banner .swiper-slide:hover .hidden_txt {
    opacity: 1;
	height:93px;
}

.main_b3_1 .main_b3_1_banner .move_arr {
    position: absolute;
    right: 38px;
    transition: top 0.5s ease;
	bottom: 42px;
}

@media (max-width: 991px) {
    .main_b3_1_banner {overflow: visible;}

    .main_b3_1 .main_cont_title {
        font-size: 31.5px;
        margin-bottom: 30px;
		padding:0 15px;
    }
	
	.main_b3_1 .main_b3_1_banner.swiper {
		border-radius:0px;
	}

	.main_b3_1 .main_b3_1_banner .swiper-wrapper {
		padding-left:15px;
	}

	.main_b3_1 .main_b3_1_banner .swiper-slide {
		aspect-ratio: 372 / 472;
	}

	.main_b3_1 .main_b3_1_banner .swiper-slide:first-child {
		border-radius:17.5px 0 0 17.5px;
		overflow:hidden;
	}

	.main_b3_1 .main_b3_1_banner .swiper-slide:last-child {
		border-radius:0 17.5px 17.5px 0;
		overflow:hidden;
	}

	.main_b3_1 .main_b3_1_banner .swiper-slide > a {
		height:100%;
	}
    .main_b3_1 .main_b3_1_banner .txt_container {
        bottom: 24px;
        padding: 20px 17px 0 17px;
    }

    .main_b3_1 .main_b3_1_banner .txt_container_inner {
		padding: 24px 22px 33px 30px;
		border-radius:18px;
    }

    .main_b3_1 .main_b3_1_banner .hidden_txt {
		opacity:1;
		height:unset;
    }

	.main_b3_1 .main_b3_1_banner .swiper-slide:hover .hidden_txt {
		height:unset;
	}
	.main_b3_1 .main_b3_1_banner .visible_txt {
		margin:0 0 15px;
	}
    .main_b3_1 .main_b3_1_banner h2.widget_froala {
        font-size: 20px;
    }

    .main_b3_1 .main_b3_1_banner h3.widget_froala {
        font-size: 15px;
		line-height:23px;
    }

	.main_b3_1 .main_b3_1_banner .swiper-slide.on > a > img {
		transform:unset;
		height:100%;
	}

    .main_b3_1 .main_b3_1_banner .move_arr {
        right: 30px;
    }

	.main_b3_1 .main_b3_1_banner .move_arr img {
		width:20px;
	}
}