
@media (min-width:1500px) {
    .swiper-container {
	  min-width: 1500px;
      height: 950px;
      margin:0 auto;
	  position:relative;
	  z-index:1;
    }

	.test01{color:#fff;}

    /* ¹è°æÀÌ¹ÌÁö  */
		.mainslide .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;
		}


		.mainslide .swiper-slide .bg {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
		}
		.mainslide .swiper-slide .bg:before {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
			content:"";
			display:block;
			background:rgba(0,0,0,0.35);
		}

	/* //¹è°æÀÌ¹ÌÁö  */






	/* ÅØ½ºÆ® À§Ä¡  */
		.mainslide .swiper-slide-inbox {
			position: absolute;
			bottom: 170px;
			left: 10%;
			text-align:left;
			font-family: 'Chosunilbo_myungjo';
			color:#fff;
		}
	/* //ÅØ½ºÆ® À§Ä¡  */




	/* font */



		.mainslide .swiper-slide-inbox .text_01{
			opacity:0;
			margin-bottom:15px;
			font-size:40px;
		}
		
		.mainslide .swiper-slide-inbox .text_02{
			opacity:0;
			font-size:55px;
			margin-bottom:70px;
		}


		.mainslide .swiper-slide-inbox .text_03{
			opacity:0;
			font-size:26px;
		}

		
	/* //font */




    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }




	/* animation*/

		.mainslide .swiper-slide-active .text_01{
		animation: mymove_opa_left 1.5s forwards;
		animation-delay: 1s;
		position:relative;
		}
		.mainslide .swiper-slide-active .text_02{
		animation: mymove_opa_left 1.5s forwards;
		animation-delay: 1.5s;
		position:relative;
		}
		.mainslide .swiper-slide-active .text_03{
		animation: mymove_opa_left 1.5s forwards;
		animation-delay: 2s;
		position:relative;
		}
		.mainslide .swiper-slide-active .bg{animation: background 2s forwards; animation-delay:3s;  z-index:0; }
	
	/*// animation*/



}



@media (min-width:1200px) and (max-width:1499px) {/* ÃÖ¼Ò 1200 ~ 1499  */
    .swiper-container {
	  width: 100%;
      height: 950px;
      margin:0 auto;
	  position:relative;
	  z-index:1;
    }

	.test01{color:#fff;}

    /* ¹è°æÀÌ¹ÌÁö  */
		.mainslide .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;
		}

		.mainslide .swiper-slide .bg {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
		}
		.mainslide .swiper-slide .bg:before {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
			content:"";
			display:block;
			background:rgba(0,0,0,0.35);
		}

	/* //¹è°æÀÌ¹ÌÁö  */






	/* ÅØ½ºÆ® À§Ä¡  */
		.mainslide .swiper-slide-inbox {
			position: absolute;
			bottom: 200px;
			left: 5%;
			text-align:left;
			font-family: 'Chosunilbo_myungjo';
			color:#fff;
		}
	/* //ÅØ½ºÆ® À§Ä¡  */




	/* font */



		.mainslide .swiper-slide-inbox .text_01{
			opacity:0;
			margin-bottom:15px;
			font-size:40px;
		}
		
		.mainslide .swiper-slide-inbox .text_02{
			opacity:0;
			font-size:50px;
			margin-bottom:60px;
		}


		.mainslide .swiper-slide-inbox .text_03{
			opacity:0;
			font-size:20px;
		}

		
	/* //font */




    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }




	/* animation*/

		.mainslide .swiper-slide-active .text_01{
		animation: mymove_opa_left 1.5s forwards;
		animation-delay: 1s;
		position:relative;
		}
		.mainslide .swiper-slide-active .text_02{
		animation: mymove_opa_left 1.5s forwards;
		animation-delay: 1.5s;
		position:relative;
		}
		.mainslide .swiper-slide-active .text_03{
		animation: mymove_opa_left 1.5s forwards;
		animation-delay: 2s;
		position:relative;
		}
		.mainslide .swiper-slide-active .bg{animation: background 2s forwards; animation-delay:3s;  z-index:0; }
	
	/*// animation*/



}


@media (min-width:768px) and (max-width:1199px) {/* ÃÖ¼Ò 769 ~ 1199  */
  .swiper-container {
      width: 100%;
      height: 650px;
    }
    .mainslide .swiper-slide {

    }



    /* ¹è°æÀÌ¹ÌÁö  */
		.mainslide .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;
		}
		


		.mainslide .swiper-slide .bg {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
		}
		.mainslide .swiper-slide .bg:before {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
			content:"";
			display:block;
			background:rgba(0,0,0,0.35);
		}
	/* //¹è°æÀÌ¹ÌÁö  */


	
	/* ÅØ½ºÆ® À§Ä¡  */
		.mainslide .swiper-slide-inbox {
			position: absolute;
			bottom: 100px;
			padding: 0 20% 0 5%;
			text-align:left;
			font-family: 'Chosunilbo_myungjo';
			color:#fff;
			width:100%;
			box-sizing:border-box;
		}
	/* //ÅØ½ºÆ® À§Ä¡  */




	/* font */



		.mainslide .swiper-slide-inbox .text_01{
			opacity:0;
			margin-bottom:15px;
			font-size:26px;
		}
		
		.mainslide .swiper-slide-inbox .text_02{
			opacity:0;
			font-size:40px;
			line-height:50px;
			margin-bottom:50px;
			word-break:keep-all;
		}


		.mainslide .swiper-slide-inbox .text_03{
			opacity:0;
			font-size:20px;
		}

		
	/* //font */











	/* animation*/

  .mainslide .swiper-slide-active .text_01{
    animation: mymove_opa_left 1.5s forwards;
    animation-delay: 1s;
    position:relative;
  }
  .mainslide .swiper-slide-active .text_02{
    animation: mymove_opa_left 1.5s forwards;
    animation-delay: 1.5s;
    position:relative;
  }
  .mainslide .swiper-slide-active .text_03{
    animation: mymove_opa_left 1.5s forwards;
    animation-delay: 2s;
    position:relative;
  }
  .mainslide .swiper-slide-active .bg{animation: background 2s forwards; animation-delay:3s;  z-index:0; }
  /*// animation*/




}

@media (max-width:767px){
  .swiper-container {
      width: 100%;
      height: 500px;
    }

    .mainslide .swiper-slide {

    }
	/* ¹è°æÀÌ¹ÌÁö  */
		.mainslide .swiper-slide{
			overflow:hidden;
		}
		.slide_bg_01 .bg{
		background:url(/img/bg_01_m.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) 5% center; background-size: cover;
		}

		.slide_bg_04 .bg{
		background:url(/img/bg_04.jpg) center center; background-size: cover;
		}
	

		.mainslide .swiper-slide .bg {
			position: absolute;
			bottom: 0px;
			right: 0px;
			width:100%;
			height:100%;
		}

		.mainslide .swiper-slide .bg:before {
			position: absolute;
			top: 0px;
			right: 0px;
			width:100%;
			height:100%;
			content:"";
			display:block;
			background:rgba(0,0,0,0.35);
		}
	/* //¹è°æÀÌ¹ÌÁö  */


	/* ÅØ½ºÆ® À§Ä¡  */
		.mainslide .swiper-slide-inbox {
			position: absolute;
			bottom: 50px;
			padding: 0 5% 0 5%;
			text-align:left;
			font-family: 'Chosunilbo_myungjo';
			color:#fff;
			width:100%;
			box-sizing:border-box;
		}
	/* //ÅØ½ºÆ® À§Ä¡  */




	/* font */



		.mainslide .swiper-slide-inbox .text_01{
			opacity:0;
			margin-bottom:10px;
			font-size:24px;
		}
		
		.mainslide .swiper-slide-inbox .text_02{
			opacity:0;
			font-size:44px;
			line-height:54px;
			word-break:keep-all;
		}


		.mainslide .swiper-slide-inbox .text_03{
			opacity:0;
			font-size:20px;
		}

		
	/* //font */



	

	

	/* animation*/

  .mainslide .swiper-slide-active .text_01{
    animation: mymove_opa_left 1.5s forwards;
    animation-delay: 1s;
    position:relative;
  }
  .mainslide .swiper-slide-active .text_02{
    animation: mymove_opa_left 1.5s forwards;
    animation-delay: 1.5s;
    position:relative;
  }
  .mainslide .swiper-slide-active .link{
    animation: mymove_opa_left 1.5s forwards;
    animation-delay: 2s;
    position:relative;
  }
  .mainslide .swiper-slide-active .bg{animation: background 2s forwards; animation-delay:3s;  z-index:0; }
  /*// animation*/



}
