@media (min-width:1200px) {
  .swiper-container {
    width: 100%;
    height: 700px;
  }

  .swiper-slide-inbox {
    width: 100%;
    height: 700px;
    line-height: 700px;
  }

  .swiper-slide-inbox .box{
    position: relative;
    display: block;
    height: 100%;
    line-height: normal;
    margin: 0 auto;
  }

  .swiper-slide-inbox .bg_txt{
    position: absolute; left: 20px; bottom:205px;
    opacity: 0;
  }

  .swiper-slide-inbox .inner {
    padding-top: 150px;
    width: 1200px;
    margin: 0 auto;
  }

  .swiper-slide-inbox .title{
    margin-bottom: 40px;
    color: #fff;
    font-size:16px;
    letter-spacing: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    opacity: 0;
  }
  .swiper-slide-inbox .img_01{
    margin-bottom: 50px;
    opacity: 0;
  }
  .swiper-slide-inbox .img_01 .pc{
    display: inline-block;
  }
  .swiper-slide-inbox .img_01 .m{
    display: none;
  }


  .swiper-slide-inbox .p_01 {
    opacity: 0;
    color:#fff; font-size: 18px; line-height: 24px;
    margin-bottom: 40px;
  }


  .swiper-slide-inbox .link_01 {
    position: relative;
    opacity: 0;
    color: #fff;
    transition: all 0.3s;
    font-size: 18px;
    padding:0 65px 0 20px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border: 1px solid #fff;
    position: relative;
  }

  .swiper-slide-inbox .link_01:hover {
    color: #4dc1ff;
    border: 1px solid #4dc1ff;
  }

  .swiper-slide-inbox .link_01 img {
    position: absolute;
    top:6px;
    right:15px;
    transition: right 0.3s;
  }

  .swiper-slide-inbox .link_01:hover img {
    right:10px;
  }



  /* ¹è°æÀÌ¹ÌÁö  */
  .swiper-slide {
    overflow: hidden;
  }
  .slide_bg_01 .inner {
    padding-top: 90px;
  }

  .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 .box {
    text-align: center;
  }
  .slide_bg_01 .logo{
    margin-bottom: 20px;
    opacity: 0;
  }
  .slide_bg_01 .img_01{
    margin-bottom: 20px;
    opacity: 0;
  }

  /* slide02  */
  .slide_bg_02 .box {
    text-align: left;
    padding-left: 100px;
  }

  /* slide03  */
  .slide_bg_03 .box {
    text-align: left;
    padding-left: 100px;
  }



  /*// animation*/
  .swiper-slide-active .bg {
    animation: background 2s forwards;
    animation-delay: 5s;
    z-index: 0;
  }

  .swiper-slide-active .bg_txt {
    animation: mymove_opa1 1s forwards;
    animation-delay: 1s;
  }

  .swiper-slide-active .logo {
    animation: mymove_right 1s forwards;
    animation-delay: 2.5s;
    position: relative;
  }
  .swiper-slide-active .title {
    animation: mymove_right 1s forwards;
    animation-delay: 2.5s;
    position: relative;
  }

  .swiper-slide-active .img_01 {
    animation: mymove_right 1s forwards;
    animation-delay: 3s;
    position: relative;
  }


  .swiper-slide-active .p_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 3.5s;
    position: relative;
  }

  .swiper-slide-active .link_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 4s;
    position: relative;
  }


}

@media (max-width:1199px) {
  .swiper-container {
    width: 100%;
    height: 450px;
  }

  .swiper-slide-inbox {
    width: 100%;
    height: 100%;
  }


  .swiper-slide-inbox .box{
    position: relative;
    display: block;
    height: 100%;
    line-height: normal;
    margin: 0 auto;
  }

  .swiper-slide-inbox .bg_txt{
    position: absolute; left: 10px; bottom:0px;
    opacity: 0;
    width: 80%;
    min-width: 350px;
    max-width: 600px;
  }

  .swiper-slide-inbox .inner {
    position: absolute;
    bottom: 60px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .swiper-slide-inbox .title{
    margin-bottom: 30px;
    color: #fff;
    font-size:12px;
    letter-spacing: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    opacity: 0;
  }
  .swiper-slide-inbox .img_01{
    margin-bottom: 30px;
    opacity: 0;
    max-width: 100%;
  }
  .swiper-slide-inbox .img_01 img{
    max-width: 260px;
  }
  .swiper-slide-inbox .img_01 .pc{
    display: none;
  }
  .swiper-slide-inbox .img_01 .m{
    display: inline-block;
  }

  .swiper-slide-inbox .p_01 {
    opacity: 0;
    color:#fff; font-size: 12px; line-height: 18px;
    margin-bottom: 20px;
  }


  .swiper-slide-inbox .link_01 {
    position: relative;
    opacity: 0;
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
    padding:0 70px 0 15px;
    display: inline-block;
    height: 26px;
    line-height: 28px;
    border: 1px solid #fff;
    position: relative;
  }

  .swiper-slide-inbox .link_01:hover {
    color: #4dc1ff;
    border: 1px solid #4dc1ff;
  }

  .swiper-slide-inbox .link_01 img {
    position: absolute;
    top:6px;
    right:15px;
    transition: right 0.3s;
  }

  .swiper-slide-inbox .link_01:hover img {
    right:10px;
  }



  /* ¹è°æÀÌ¹ÌÁö  */
  .swiper-slide {
    overflow: hidden;
  }
  .slide_bg_01 .inner {
  }

  .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 .box {
    text-align: center;
  }
  .slide_bg_01 .logo{
    margin-bottom: 20px;
    opacity: 0;
    height: 100px;
  }
  .slide_bg_01 .logo img{
    height: 100%;
  }
  .slide_bg_01 .img_01{
    margin-bottom: 20px;
    opacity: 0;
  }

  /* slide02  */
  .slide_bg_02 .box {
    text-align: left;
    padding-left: 5%;
  }

  /* slide03  */
  .slide_bg_03 .box {
    text-align: left;
    padding-left: 5%;
  }



  /*// animation*/
  .swiper-slide-active .bg {
    animation: background 2s forwards;
    animation-delay: 5s;
    z-index: 0;
  }

  .swiper-slide-active .bg_txt {
    animation: mymove_opa1 1s forwards;
    animation-delay: 1s;
  }

  .swiper-slide-active .logo {
    animation: mymove_right 1s forwards;
    animation-delay: 2.5s;
    position: relative;
  }
  .swiper-slide-active .title {
    animation: mymove_right 1s forwards;
    animation-delay: 2.5s;
    position: relative;
  }

  .swiper-slide-active .img_01 {
    animation: mymove_right 1s forwards;
    animation-delay: 3s;
    position: relative;
  }


  .swiper-slide-active .p_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 3.5s;
    position: relative;
  }

  .swiper-slide-active .link_01 {
    animation: mymove_right 1.5s forwards;
    animation-delay: 4s;
    position: relative;
  }


}
