
@media (min-width:1100px) {

    .swiper-container {
      width: 100%;
      height: 670px;
    }
	
	.swiper-slide-inbox {
	position: relative;
    width: 1100px;
    margin: 0 auto;
	text-align:left;
    }

	.swiper-slide-inbox .box{
	padding-top:180px;

	}

	.swiper-slide-inbox .link_01 a{  
	color:#393939;
	transition:color 0.3s;
	}

	.swiper-slide-inbox .link_01 a:hover{  
	color:#c2553d;
	}
	.swiper-slide-inbox .link_01{  
	font-size:18px;
	background:#fff;
	display:inline-block;
	border-radius:10px;
	padding: 15px 20px;
    line-height: 100%;
	margin-top:40px;
    font-weight: 800;
	}
	.swiper-slide-inbox .link_01 span{  
	font-size:26px;
	padding-left:15px;
	}


	 /* ¹è°æÀÌ¹ÌÁö  */
		.swiper-slide{
			overflow:hidden;
		}
		.slide_bg_01 .bg{
		background:url(/img/bg_01.jpg) center center; background-size: cover;
		}
		.slide_bg_02 .bg{
		background:url(/img/bg_02.jpg) center center; background-size: cover;
		}
		.slide_bg_03 .bg{
		background:url(/img/bg_03.jpg) center center; background-size: cover;
		}

		.slide_bg_04 .bg{
		background:url(/img/bg_04.jpg) center center; background-size: cover;
		}

		.slide_bg_05 .bg{
		background:url(/img/bg_05.jpg) center center; background-size: cover;
		}
	


		.swiper-slide .bg {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;	
			height:100%;
		}

	/* //¹è°æÀÌ¹ÌÁö  */



	/* slide01  */


	.swiper-slide-inbox .img_01{  
	opacity:0;
	}
	.swiper-slide-inbox .link_01{  
	opacity:0;
	}


	.swiper-slide-active .bg{animation: background 2s forwards; animation-delay:2s;  z-index:0; }
   
	/*// animation*/

	.swiper-slide-active .img_01{
		animation: mymove_right 1.5s forwards;
		animation-delay: 1s;
		position:relative;
	}
	.swiper-slide-active .link_01{
		animation: mymove_right 1.5s forwards;
		animation-delay: 1.5s;
		position:relative;
	}








}




@media (max-width:1099px){
     .swiper-container {
      width: 100%;
      height: 400px;
    }
	
	.swiper-slide-inbox {
	position: absolute;
    bottom: 0px;
    text-align: left;
    background: linear-gradient(to right, rgba(81,111,109,0.5) , rgba(193,82,58,0.5));
    width: 100%;
    box-sizing: border-box;
    height: 180px;
	line-height: 180px;
    padding-left: 10%;
    }

	.swiper-slide-inbox .box{
	display:inline-block;
	vertical-align:middle;
	line-height: normal;
	}

	.swiper-slide-inbox .img_01{
	width:90%;
	max-width:280px;
	line-height: initial;
	}

	.swiper-slide-inbox .link_01 a{  
	color:#393939;
	transition:color 0.3s;
	}

	.swiper-slide-inbox .link_01 a:hover{  
	color:#c2553d;
	}
	.swiper-slide-inbox .link_01{  
	font-size:13px;
	background:#fff;
	display:inline-block;
	border-radius:10px;
	padding: 10px 10px;
    line-height: 100%;
	margin-top:10px;
    font-weight: 800;
	}
	.swiper-slide-inbox .link_01 span{  
	font-size:20px;
	padding-left:10px;
	}

	.play_pause {
	display:none;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		display:none;
	}








	.slide_bg_01 .bg{
	background:url(/img/bg_01.jpg) 70%  center; background-size: cover;
	}
	.slide_bg_02 .bg{
	background:url(/img/bg_02.jpg) 70% center; background-size: cover;
	}
	.slide_bg_03 .bg{
	background:url(/img/bg_03.jpg) center center; background-size: cover;
	}

	.slide_bg_04 .bg{
	background:url(/img/bg_04.jpg) 70% center; background-size: cover;
	}



	.swiper-slide .bg {
		position: absolute;
		top: 0px;
		right: 0px;
		width:100%;	
		height:100%;
	}





	
	.swiper-slide-inbox .img_01{  
	opacity:0;
	}
	.swiper-slide-inbox .link_01{  
	opacity:0;
	}


	.swiper-slide-active .bg{animation: background 2s forwards; animation-delay:3s;  z-index:0; }
    /*// animation*/

	.swiper-slide-active .img_01{
		animation: mymove_right 1.5s forwards;
		animation-delay: 1s;
		position:relative;
	}
	.swiper-slide-active .link_01{
		animation: mymove_right 1.5s forwards;
		animation-delay: 1.5s;
		position:relative;
	}





}
