@media (min-width:1200px) {
  .swiper-container {
    width: 100%;
    height: 670px;
  }

  .swiper-slide-inbox {
    width: 100%;
    height: 670px;
    line-height: 670px;
  }
  .swiper-slide-inbox .box{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }


  .swiper-slide-inbox .img_01 {
    opacity: 0;
    margin-bottom: 50px;
  }
  .swiper-slide-inbox .p_01 {
    opacity: 0;
    color:#fff; font-size: 28px; font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -1px;
  }

  .swiper-slide-inbox .link_01 {
    opacity: 0;
  }

  .swiper-slide-inbox .link_01 a {
    color: #fff;
    transition: all 0.3s;
    font-size: 18px;
    padding: 12px 40px 12px 15px;
    display: inline-block;
    line-height: 100%;
    border: 1px solid #fff;
    position: relative;
  }
  .swiper-slide-inbox .link_01 a:after {
    transition: all 0.3s;
    position: absolute; right: 0; top:50%;
    margin-top: -2.5px;
    width: 20px;
    height: 5px;
    background: #fff;
    content: "";
  }

  .swiper-slide-inbox .link_01 a:hover {
    color: #dbfff3;
    border: 1px solid #dbfff3;
  }
  .swiper-slide-inbox .link_01 a:hover:after {
    background: #dbfff3;
  }


  .swiper-slide-inbox .link_01 span {
    margin-left: 10px;
    display: inline-block;
    font-size: 20px;
  }

  /* ¹è°æÀÌ¹ÌÁö  */
  .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;
  }


  .swiper-slide .bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  }

  /* //¹è°æÀÌ¹ÌÁö  */



  /* slide01  */
  .slide_bg_01 {
    text-align: left;
  }
  .slide_bg_01 .box {
    display: inline-block;
    border: 0px solid #fff;
    border-left: 0px!important;
    text-align: right;
    padding: 70px 80px 40px 0;
    width: 55%;
    box-sizing: border-box;
    max-width: 900px;
  }


  /* slide02  */
  .slide_bg_02 {
    text-align: right;
  }
  .slide_bg_02 .box {
    display: inline-block;
    border: 0px solid #fff;
    border-right: 0px!important;
    text-align: left;
    padding: 70px 0px 40px 80px;
    width: 55%;
    box-sizing: border-box;
    max-width: 900px;
  }


  /* slide03  */
  .slide_bg_03 {
    text-align: center;
  }
  .slide_bg_03 .box {
  }
  .slide_bg_03 .img_01 {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    border: 1px solid #fff;
    padding:30px 50px;
    margin-right:30px;
  }
  .slide_bg_03 .in_box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .slide_bg_03 .p_01 {
  }
  .slide_bg_03 .link_01 {
  }



  .swiper-slide-active .bg {
    animation: background 2s forwards;
    animation-delay: 3.5s;
    z-index: 0;
  }

  /*// animation*/
  .swiper-slide-active .border{
    animation: mymove_border 1s forwards;
    animation-delay: 1s;
  }
  .swiper-slide-active .img_01 {
    animation: mymove_right 1s forwards;
    animation-delay: 1.5s;
    position: relative;
  }


  .swiper-slide-active .p_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 2s;
    position: relative;
  }

  .swiper-slide-active .link_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 2.5s;
    position: relative;
  }


}

@media (max-width:1199px) {
  .swiper-container {
    width: 100%;
    height: 450px;
  }

  .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: 200px;
    line-height: 200px;
    padding-left: 10%;
  }

  .swiper-slide-inbox .box {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .swiper-slide-inbox .img_01 {
    line-height: initial;
    height:70px;
    margin-bottom: 20px;
  }
  .swiper-slide-inbox .img_01 img{
    vertical-align: top;
    height: 100%;
  }
  .swiper-slide-inbox .p_01 {
    opacity: 0;
    color:#fff; font-size: 18px; font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }

  .swiper-slide-inbox .link_01 {
    opacity: 0;
  }

  .swiper-slide-inbox .link_01 a {
    color: #fff;
    transition: all 0.3s;
    font-size: 16x;
    padding: 8px 30px 8px 10px;
    display: inline-block;
    line-height: 100%;
    border: 1px solid #fff;
    position: relative;
  }
  .swiper-slide-inbox .link_01 a:after {
    transition: all 0.3s;
    position: absolute; right: 0; top:50%;
    margin-top: -2.5px;
    width: 20px;
    height: 5px;
    background: #fff;
    content: "";
  }

  .swiper-slide-inbox .link_01 a:hover {
    color: #dbfff3;
    border: 1px solid #dbfff3;
  }
  .swiper-slide-inbox .link_01 a:hover:after {
    background: #dbfff3;
  }

  .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) 50% center;
    background-size: cover;
  }

  .slide_bg_02 .bg {
    background: url(/img/bg_02.jpg) 30% center;
    background-size: cover;
  }

  .slide_bg_03 .bg {
    background: url(/img/bg_03.jpg) 75% 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 .p_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 1.5s;
    position: relative;
  }

  .swiper-slide-active .link_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 2s;
    position: relative;
  }
}
