/* 슬라이드 배너 */

/* Mobile 환경일때 */
@media screen and (max-width:800px){
	.swiper-container{
		width:100%;
		height:320px;
		overflow:hidden;
	}
	.swiper-slide{
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.swiper-slide:nth-child(1){
		background-image:url(/data/biz_img/move_banner_mobile1.jpg);
	}
	.swiper-slide:nth-child(2){
		background-image:url(/data/biz_img/move_banner_mobile2.jpg);
	}
	.swiper-slide:nth-child(3){
		background-image:url(/data/biz_img/move_banner_mobile3.jpg);
	}
	.swiper-slide .text{
		position:absolute;
	}
	.swiper-slide .text > p:nth-child(1){
	}
	.swiper-slide .text > p:nth-child(2){
	}
	.swiper-slide .text > p.button{
	}
	.swiper-wrapper p.bottom{
	}
	.swiper-button-next{
		display:none;
	}
	.swiper-button-prev{
		display:none;
	}
	.swiper-pagination{
		display:none;
	}
}

/* 테블릿 환경 */
@media screen and (min-width:801px) and (max-width:1200px){
	.swiper-container{
		width:100%;
		height:400px;
		overflow:hidden;
	}
	.swiper-slide{
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.swiper-slide:nth-child(1){
		background-image:url(/data/biz_img/move_banner_mobile1.jpg);
	}
	.swiper-slide:nth-child(2){
		background-image:url(/data/biz_img/move_banner_mobile2.jpg);
	}
	.swiper-slide:nth-child(3){
		background-image:url(/data/biz_img/move_banner_mobile3.jpg);
	}
	.swiper-slide .text{
		position:absolute;
	}
	.swiper-slide p br{
		display:none;
	}
	.swiper-slide .text > p:nth-child(1){
	}
	.swiper-slide .text > p:nth-child(2){
	}
	.swiper-slide .text > p.button{
	}
	.swiper-wrapper p.bottom{
	}
	.swiper-button-next{
		display:none;
	}
	.swiper-button-prev{
		display:none;
	}
}

/* PC 환경일때 */
@media screen and (min-width:1201px){
	.swiper-container{
		width:100%;
		height:600px;
		border-bottom:1px solid #ddd;
	}
	.swiper-slide{
		background-position:center;
		background-repeat:no-repeat;
	}
	.swiper-slide:nth-child(1){
		background-image:url(/data/biz_img/move_banner_pc1.jpg);
	}
	.swiper-slide:nth-child(2){
		background-image:url(/data/biz_img/move_banner_pc2.jpg);
	}
	.swiper-slide:nth-child(3){
		background-image:url(/data/biz_img/move_banner_pc3.jpg);
	}
	.swiper-slide .text{
		position:absolute;
	}
	.swiper-slide p br{
		display:none;
	}
	.swiper-slide .text > p:nth-child(1){
	}
	.swiper-slide .text > p:nth-child(2){
	}
	.swiper-slide .text > p.button{
	}
	.swiper-wrapper p.bottom{
	}
	.swiper-button-next{
		top:340px !important;
		right:20px !important;
	}
	.swiper-button-prev{
		top:340px !important;
		left:20px !important;
	}
}