
@media (min-width:1024px) {
    .swiper-container {
	  min-width: 1140px;
      height: 768px;
      margin:0 auto;
    }
    .swiper-slide {
      font-size: 18px;
      color:#fff;
    }
    .slide_bg_01{
	background:url(/img/bg_01.jpg) center center; background-size: cover;
    }
	.slide_bg_02{
	background:url(/img/bg_02.jpg) center center; background-size: cover;
    }
	.slide_bg_03{
	background:url(/img/bg_03.jpg) center center; background-size: cover;
    }

    .slide_bg_01 .swiper-slide-inbox {
	position: absolute;
    top: 225px;
    right: 17%;
    }

	
	.slide_bg_01 .swiper-slide-inbox .text_01{
	opacity:0;
    }
	.slide_bg_01 .swiper-slide-inbox .text_02{
	opacity:0;
    }
	

	.slide_bg_02 .swiper-slide-inbox {
	position: absolute;
    top: 225px;
    left: 12%;
    }

	.slide_bg_03 .swiper-slide-inbox {
    position: absolute;
    top: 225px;
    width: 100%;
    text-align: center;
    }
	.slide_bg_03 .text_03 {
    position: absolute;
    right: 0;
    top: -90px;
    }


    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }

    .swiper-slide .text_01 {
    }

	.slide_bg_02 .pc {
	display:block;
    }

	.slide_bg_02 .mobile {
	display:none;
    }



	.swiper-slide .text_02  a{
	border:1px solid #fff;
	color:#fff;
	font-size:18px;
	width:225px;
	text-align:left;
	padding:10px 0 10px 60px;
	box-sizing:border-box;
	display:block;
	margin:40px auto 0;
	transition:all 0.3s;
	background:url(/img/bg_arrow.png) 80% center;
	background-repeat:no-repeat;
    }

	.slide_bg_02 .text_02 a{
	margin:40px 0 0 20px;
    }

	.swiper-slide .text_02  a:hover{
	background:url(/img/bg_arrow_hover.png) 82% center;
	background-repeat:no-repeat;
	border:1px solid #2b78f3;
	color:#2b78f3;
    }





}


@media (min-width:768px) and (max-width:1023px) {/* ÃÖ¼Ò 769 ~ 1023  */
  .swiper-container {
      width: 100%;
      height: 500px;
    }
    .swiper-slide {
      font-size: 18px;
      color:#fff;
    }
	.slide_bg_01{
	background:url(/img/bg_01.jpg) center center; background-size: cover;
    }
	.slide_bg_02{
	background:url(/img/bg_02.jpg) center center; background-size: cover;
    }
	.slide_bg_03{
	background:url(/img/bg_03.jpg) center center; background-size: cover;
    }

    .slide_bg_01 .swiper-slide-inbox {
	position:absolute;
	top:140px;
	right:10%;
	width:300px;
    }

	.slide_bg_02 .swiper-slide-inbox {
	position:absolute;
	top:140px;
	left:5%;
	width:400px;
    }

	.slide_bg_03 .swiper-slide-inbox {
    position: absolute;
    top: 140px;
    width:500px;
	left:50%;
	margin-left:-250px;
    text-align: center;
    }

	.slide_bg_03 .text_03 {
    position: absolute;
    right: 0;
    top: -60px;
    height: 200%;
    }
	.slide_bg_03 .text_03 img {
    height: 100%;

    }

    .swiper-slide .text_01 {
    }
    .swiper-slide .text_02 {

    }

	.slide_bg_02 .pc {
	display:block;
    }

	.slide_bg_02 .mobile {
	display:none;
    }


	.swiper-slide .text_02  a{
	border:1px solid #fff;
	color:#fff;
	font-size:14px;
	width:180px;
	text-align:left;
	padding:10px 0 10px 45px;
	box-sizing:border-box;
	display:block;
	margin:30px auto 0;
	transition:all 0.3s;
	background:url(/img/bg_arrow.png) 80% center;
	background-repeat:no-repeat;
    }

	.slide_bg_02 .text_02 a{
	margin:30px 0 0 10px;
    }

	.swiper-slide .text_02  a:hover{
	background:url(/img/bg_arrow_hover.png) 82% center;
	background-repeat:no-repeat;
	border:1px solid #2b78f3;
	color:#2b78f3;
    }



}

@media (max-width:767px){
  .swiper-container {
      width: 100%;
      height: 280px;
    }

     .swiper-slide {
      font-size: 18px;
      color:#fff;
    }
	.slide_bg_01{
	background:url(/img/bg_01.jpg) 50% center no-repeat; background-size: cover;
    }
	.slide_bg_02{
	background:url(/img/bg_02.jpg) 50% center no-repeat; background-size: cover;
    }
	.slide_bg_03{
	background:url(/img/bg_03.jpg) 50% center no-repeat; background-size: cover;
    }

    .slide_bg_01 .swiper-slide-inbox {
	position:absolute;
	top:40px;
	right:12%;
	width:180px;
    }

	.slide_bg_02 .swiper-slide-inbox {
	position:absolute;
	top:50px;
	left:5%;
	width:280px;
    }

	.slide_bg_03 .swiper-slide-inbox {
    position: absolute;
    top: 50px;
    width:320px;
	left:50%;
	margin-left:-160px;
    text-align: center;
    }

	.slide_bg_03 .text_03 {
    position: absolute;
    right: 0;
    top: -30px;
    height: 160%;
    }
	.slide_bg_03 .text_03 img {
    height: 100%;
    }

    .swiper-slide .text_01 {
    }
    .swiper-slide .text_02 {

    }

	.slide_bg_02 .pc {
	display:none;
    }

	.slide_bg_02 .mobile {
	display:block;
    }


	.swiper-slide .text_02  a{
	border:1px solid #fff;
	color:#fff;
	font-size:12px;
	width:120px;
	text-align:left;
	padding:5px 0 5px 22px;
	box-sizing:border-box;
	display:block;
	margin:15px auto 0;
	transition:all 0.3s;
	background:url(/img/bg_arrow.png) 83% center;
	background-size:10px;
	background-repeat:no-repeat;
    }

	.slide_bg_02 .text_02 a{
	margin:15px 0 0 10px;
    }

	.swiper-slide .text_02  a:hover{
	background:url(/img/bg_arrow_hover.png) 85% center;
	background-size:10px;
	background-repeat:no-repeat;
	border:1px solid #2b78f3;
	color:#2b78f3;
    }



}
