@charset "utf-8";
/* by 휴온 - hnbuilder.net */
/* swiper - http://idangero.us/swiper */

.swiper-container.swiper-flip {
	width: 420px;
	height: 550px;
	margin: 0px auto;
}
.swiper-flip .swiper-slide {
	text-align: center; font-size: 18px; background: #fff;
	-webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
	/* 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;
}