@charset "utf-8";
/* by 휴온 - hnbuilder.net */
/* swiper - http://idangero.us/swiper */

.swiper-container.swiper-basic {
	width: 600px;
	height: 400px;
	margin: 20px auto;
}
.swiper-basic .swiper-slide {
	text-align: center; font-size: 18px; background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; 
	-webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center;
	-webkit-align-items: center; align-items: center;
}
.swiper-basic .swiper-slide  a{display:block; width:300px; height:250px; color:rgba(255,255,255,1)}
.swiper-basic .swiper-slide .list-b{background:rgba(0,0,0,0.8); display:block; width:100%; height:50px; line-height:50px; font-size:13px; font-weight:normal}
