@charset "utf-8";

/* swiper 메인배너 */
#main_bn {position:relative}
#main_bn .swiper-slide {height:560px; background-size:cover; background-position:50% 50%;}
#main_bn .swiper-slide > img {width:100%; object-fit:cover;}
#main_bn .swiper-button-prev, 
#main_bn .swiper-button-next{position:absolute;top:50%;z-index:10;width:40px;height:40px;background-size:50%;text-indent:-999px;overflow:hidden;opacity:0.}
#main_bn .swiper-button-prev {left:16px;margin-top:-20px;background:url(img/prev_btn.png) no-repeat 50% 50%;6}
#main_bn .swiper-button-next {right:16px;margin-top:-20px;background:url(img/next_btn.png) no-repeat 50% 50%;}
#main_bn .swiper-pagination-bullet {display:inline-block;margin:2px 4px;opacity:1;width:36px;height:4px;background:#c9ccd3;border-radius:0;text-indent:-999px;overflow:hidden}
#main_bn .swiper-pagination-bullet-active {background:#3e4046;}






/* ****************************************************************************************** *
 * 1024px
 * ****************************************************************************************** */
@media screen and (max-width:1024px) {
	
	#main_bn .swiper-slide{height:460px;}

}
/* 1024px end */





/* ****************************************************************************************** *
 * 767px
 * ****************************************************************************************** */
@media screen and (max-width:767px) {
	
	#main_bn .swiper-slide{height:320px;}
	
}
/* 767px end */





/* ****************************************************************************************** *
 * 425px
 * ****************************************************************************************** */
@media screen and (max-width:425px) {
	
	#main_bn .swiper-slide{height:200px;}
	#main_bn .swiper-button-prev{left:10px;}
	#main_bn .swiper-button-next{right:10px;}
	#main_bn .swiper-button-prev, #main_bn .swiper-button-next{width:32px; height:32px;}
	#main_bn .swiper-pagination-bullet{width:24px;}

}
/* 425px end */