@charset "utf-8";
.feature_slider .swiper-pagination {
		bottom: 10px;
}
@media(max-width: 767px) {
		.feature_slider .swiper-pagination {
				bottom: 35px;
		}
}
.feature_slider .swiper-pagination-bullets .swiper-pagination-bullet {
		border: 1px solid #e00000;
}
.feature_slider .swiper-wrapper {
		padding-bottom: 30px;
}
.feature_slider_wrap {
		max-width: 1200px;
		margin: 0 auto 80px;
		position: relative;
}
.top_feature_flex {
		margin-bottom: 30px;
}
.feature_bnr_flex {
		display: flex;
		justify-content: space-between;
		margin: 0px auto 80px;
		max-width: 1200px;
}
.feature_bnr_item {
		width: calc(50% - 10px);
}
.feature_bnr_item img {
		width: 100%;
		height: auto;
		transition: opacity 0.4s;
}
@media (hover: hover) {
		.feature_bnr_item a:hover img {
				opacity: 0.7
		}
}
@media (max-width: 768px) {
		.feature_bnr_flex {
				display: block;
				margin: 0 0 60px;
		}
		.feature_bnr_item {
				width: 100%;
		}
		.feature_bnr_flex .feature_bnr_item:first-child {
				margin-bottom: 15px;
		}
		.feature_slider_wrap .swiper-button-prev, .feature_slider_wrap .swiper-button-next {
				top: calc(calc(50% - 14px) - 14px);
		}
}