<?php
header('Content-type: text/css');
?>
/*text-box*/
.text-box{
    top: 25%;
    left: 20%;  
    text-align: left;  
}
.text-box *{
    position: static;
    text-align: left;
}
.text-box.m01,
.text-box.m02,
.text-box.m03,
.text-box.m04{
    top: 26%;
    left:20%;
    text-align: left;
}
.text-box .tit {
    display: inline-block;
    font-size: 30px;
    line-height: 70px;
    color: #333;
    margin: 0;
    vertical-align: middle;
}
.text-box .tit:before {
    content: '';
    display: block;
    width: 45px;
    height: 5px;
    background-color: #3071f3;
}
#google_badge {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.text-box p img{
    vertical-align: middle;
    margin-left: 10px;
}
.text-box h2{
    font-size: 50px;
    line-height: 65px;
    color: #333;
    margin: 8px 0 0;
    font-weight: 400;
}
.text-box p {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    margin-top: 17px;
}

/*btn*/
a.btn{
    display: inline-block;
    height: 52px;
    margin-top: 40px;
    border-radius: 28px;
    text-align: center;
    line-height: 52px;
    border: none;
    font-family: inherit;
    font-size: 18px;
    color: inherit;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a.btn_white{
    width: 172px;
    background-color:#fff;
    color:#437ef4;
}
a.btn_bluewhite{
    width: 172px;
    background-color:#437ef4;
    color:#fff;
}
a.btn_bluewhite:hover{
    width: 172px;
    background-color:#fff;
    color:#333;
}

a.btn_whiteblue{
    width: 172px;
    background-color:#fff;
    color:#437ef4;
    border:1px solid #437ef4;
}
a.btn.mr10{
    margin-right:10px;
}
a.btn.mt40{
    margin-top: 40px;
}

/* slide 01 */
.anim-slide img.m01_1{
    width: 50%;
    max-width: 917px;
    top: 16%;
    left: 43%;      
}

/* slide 02 */
.anim-slide img.m02_1{
    top: -115px;
    right: 30%;
}
.anim-slide img.m02_2{
    right: 32%;
    top: 57%;
}
.anim-slide img.m02_3{
    right: 11%;
    top: 13%;
} 
.anim-slide img.m02_4{
    right: -6%;
    top: -27%;
}
.anim-slide img.m02_5{
    right: 9%;
    bottom: -37%;
}
.anim-slide img.m02_6{
    right: 3%;
    bottom: 11%;
}
.anim-slide img.m02_7{
    right: -19%;
    bottom: 25%;
}
.anim-slide img.m02_8{
    right: -15%;
    bottom: -25%;
}


.anim-slide img.m03_1 {
    max-width: 1500px;
    width: 100%;
    left: 50%;
    top: -4%;
}

@media all and (max-width: 1800px) {
}


@media all and (max-width: 1600px) {
    /* slide 02 */
    .anim-slide img.m02_1{
         max-width: 400px;
        top: -10%;
        right: 16%;
    }
    .anim-slide img.m02_2{
        max-width: 400px;
        right: 24%;
        top: 57%;
    }
    .anim-slide img.m02_3{
        max-width: 500px;
        right: 1%;
        top: 20%;
    } 
    .anim-slide img.m02_4{
        max-width: 480px;
        right: -18%;
        top: -16%;
    }
    .anim-slide img.m02_5{
        max-width: 500px;
        right: 9%;
        bottom: -37%;
    }
    .anim-slide img.m02_6{
        max-width: 280px;
        right: 0%;
        bottom: 3%;
    }
    .anim-slide img.m02_7{
        max-width: 500px;
        right: -25%;
        bottom: 18%;
    }
    .anim-slide img.m02_8{
        max-width: 400px;
        right: -15%;
        bottom: -25%;
    }

    /* slide 03 */
    .anim-slide img.m03_1 {
        width: 75%;
        top: 14%;
        left: 55%;
    }
}


@media all and (max-width: 1400px) {
    .text-box.m01,
    .text-box.m02,
    .text-box.m03, 
    .text-box.m04 {
        left: 9%;
    }

    /* slide 01 */
    .anim-slide img.m01_1{
        top: 26%;
    }

    /* slide 02 */
    .anim-slide img.m02_1{
        max-width: 380px;
        top: -3%;
        right: 15%;
    }
    .anim-slide img.m02_2{
        max-width: 360px;
        right: 22%;
        top: 59%;
    }
    .anim-slide img.m02_3{
        max-width: 460px;
        right: -1%;
        top: 25%;
    } 
    .anim-slide img.m02_4{
        max-width: 440px;
        right: -21%;
        top: -7%;
    }
    .anim-slide img.m02_5{
        max-width: 470px;
        right: 9%;
        bottom: -37%;
    }
    .anim-slide img.m02_6{
        max-width: 250px;
        right: 1%;
        bottom: 1%;
    }
    .anim-slide img.m02_7{
        max-width: 470px;
        right: -24%;
        bottom: 12%;
    }
    .anim-slide img.m02_8{
        max-width: 380px;
        right: -15%;
        bottom: -25%;
    }

    /* slide 03 */
    .anim-slide img.m03_1 {
        width: 80%;
        top: 18%;
    }
}


@media all and (max-width: 1200px) {
    .anim-slider{
        height: 700px;
    }
    
    /*텍스트 영역*/
    .text-box.m01,
    .text-box.m02,
    .text-box.m03,
    .text-box.m04 {
        top: 20%;
        left: 8%;    
    }
    .text-box p {
        font-size: 25px;
        line-height: 50px;
    }
    .text-box p.font-18{    
        font-size: 16px;
        line-height: 22px;
    }
    .text-box h2{    
        font-size: 50px;
        line-height: 55px;
    }
    
    /* slide 03 */
    .anim-slide img.m03_1 {
        top: 9%;
    }


  /*슬라이드 1
  .anim-slide img.m01_1 {
    right: -45%;
    width: 750px;
  }
  .anim-slide img.m01_2 {
    right: -20%;
    width: 740px;
  }
  .anim-slide img.m01_3 {
    left: 25%;
    bottom: -88%;
  }
  .anim-slide img.m01_4 {
    left: -25%;
    bottom: -74%;
  }
  .anim-slide img.m01_5 {
    width: 64%;
    left: -10%;
    top: -72%;
  }
    */

  /*슬라이드 2*/
  .anim-slide img.m02_1 {
    width: 80%;    
    top: 7%;
  }
/*  .anim-slide img.m02_2 {
    width: 225px;
    right: -2%;
    top: 11%;
  }
  .anim-slide img.m02_3 {
    width: 600px;
    right: -33%;
    top: 18%;
  }*/
  
  /*Slide No3 */
  .anim-slide img.m02_1{
    max-width: 400px;
    top: -18%;
    right: 27%;
  }
  .anim-slide img.m02_2{
    max-width: 400px;
    right: 34%;
    top: 56%;
  }
  .anim-slide img.m02_3{
    max-width: 490px;
    right: 6%;
    top: 14%;
  } 
  .anim-slide img.m02_4{
    max-width: 455px;
    right: -15%;
    top: -25%;
  }
  .anim-slide img.m02_5{
    max-width: 486px;
    right: 11%;
    bottom: -48%;
  }
  .anim-slide img.m02_6{
    max-width: 240px;
    right: 5%;
    bottom: 3%;
  }
  .anim-slide img.m02_7{
     max-width: 460px;
    right: -25%;
    bottom: 15%;
  }
  .anim-slide img.m02_8{
    max-width: 325px;
    right: -15%;
    bottom: -25%;
  }

}


@media all and (max-width: 1100px) {
    /*
    .anim-slide img.m01_1 {
        right: -53%;
        width: 700px;
    }
    .anim-slide img.m01_2 {
        right: -28%;
        width: 700px;
    }
    */

    /*슬라이드 2*/
    .anim-slide img.m02_1 {
        width: 80%;
        top: 13%;
        ight:-35%;
    }
/*  .anim-slide img.m02_2 {
    width: 190px;
    right: -5%;
    top: 11%;
  }
  .anim-slide img.m02_3 {
    width: 510px;
    right: -37%;
    top: 15%;
  }*/
  
  /*Slide No3 */
  .anim-slide img.m02_1{
    max-width: 380px;
    top: -18%;
    right: 17%;
  }
  .anim-slide img.m02_2{
    max-width: 350px;
    right: 34%;
    top: 64%;
  }
  .anim-slide img.m02_3{
    max-width: 450px;
    right: 0%;
    top: 23%;

  } 
  .anim-slide img.m02_4{
    max-width: 430px;
    right: -26%;
    top: -16%;
  }
  .anim-slide img.m02_5{
    max-width: 450px;
    right: 7%;
    bottom: -48%;
  }
  .anim-slide img.m02_6{
    max-width: 200px;
    right: 0%;
    bottom: 3%;
  }
  .anim-slide img.m02_7{
    max-width: 430px;
    right: -31%;
    bottom: 10%;
  }
  .anim-slide img.m02_8{
    max-width: 300px;
    right: -16%;
    bottom: -25%;
  }
}


@media all and (min-width: 992px) and (max-width: 1199px) {
}


@media all and (min-width: 768px) and (max-width: 991px) {
    /*슬라이드 높아값 변경*/
    .anim-slider{
        height: 600px;
    }
    nav.anim-arrows>span.anim-arrows-prev, nav.anim-arrows>span.anim-arrows-next{
        opacity: 1;
    }
    #google_badge {
        margin-left: -3px;
    }
    
    /*슬라이드 텍스트영역 가운데 정렬, 사이즈 변경*/
    .anim-slide {
        text-align: left;
    }
    .text-box {      
        display: inline-block;
    }
    .text-box.m01,
    .text-box.m02,
    .text-box.m03, 
    .text-box.m04 {
        top: 25%;
    }
    .text-box .tit {
        width: 100%;
        font-size: 23px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .text-box .tit:before {
        margin-bottom: 15px;
    }
    .text-box p{
        font-size: 15px;
        line-height: 30px;
    }
    .text-box p.font-18{
        display: none;
    }
    .text-box h2{
        font-size: 32px;
        line-height: 33px;
    }

    /* sldie 01 */
    .anim-slide img.m01_1 {
        width: 68%;
        left: 28%;
        top: 20%;
    }

    /* slide 02 */
    .anim-slide img.m02_2,
    .anim-slide img.m02_6,
    .anim-slide img.m02_5,
    .anim-slide img.m02_8{
        display: none;
    }
    .anim-slide img.m02_1{
        max-width: 400px;
        width: 35%;
        min-width: 270px;
        top: 4%;
        right: 28%;
    }
    .anim-slide img.m02_3{
        max-width: 398px;
        right: 19%;
        top: 55%;
        width: 42%;
    }
    .anim-slide img.m02_4{
        max-width: 400px;
        width: 39%;
        top: 9%;
        right: -7%;
    }
    .anim-slide img.m02_7{ 
        max-width: 420px;
        right: -15%;
        bottom: -27%;
        width: 39%;
    }

    /* slide 03 */
    .anim-slide img.m03_1 {
        top: 18%;
        left: 46%;
    }  
}
@media all and (max-width: 767px) {
  /*슬라이드 높아값 변경*/
  .anim-slider {
    height: 618px;
  }
  nav.anim-arrows>span.anim-arrows-prev, nav.anim-arrows>span.anim-arrows-next{
    opacity: 1;
  }

  /*슬라이드 텍스트영역 가운데 정렬, 사이즈 변경*/
  .text-box {
    text-align: center;
  }
  .text-box.m01,
  .text-box.m02,
  .text-box.m03,
  .text-box.m04 {
    text-align: center;
    top: 50px;
    left: 0%;
    position: relative;
  }
  .text-box .tit {
    width: 100%;
    font-size: 15px;
    line-height: 1;
  }
  .text-box .tit:before {
    margin: 0 auto 12px;
    width: 30px;
    height: 3px;
  }
  .text-box p {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
  }
  .text-box p.font-18 {
    display: none;
  }
  .text-box h2 {
    font-size: 32px;
    line-height: 33px;
    text-align: center;
  }
  #google_badge {
    margin-top: 16px;    
  }
  a.btn {
    margin-top: 20px;
  }
    
  /* slide 01 */
    .anim-slide img.m01_1 {
        top: auto;
        bottom: -56px;
        left: 45%;
        width: 376px;
        margin-left: -199px;
    }

  /* slide 02 */
  .anim-slide img.m02_2,
  .anim-slide img.m02_5,
  .anim-slide img.m02_6,
  .anim-slide img.m02_8{
    /*display: none;*/
      top:-1000px;
      left:-1000px;
  }
  .anim-slide img.m02_1{
    max-width: 370px;
    width: 40%;
    min-width: 220px;
    top: 50%;
    left: -4%;
  }
  .anim-slide img.m02_3{
    max-width: 460px;
    width: 50%;
    min-width: 260px;
    top: 80%;
    left: 6%;
  }
  .anim-slide img.m02_4{
    max-width: 430px;
    min-width: 220px;
    width: 40%;
    top: 52%;
    left: 50%;
  }
  .anim-slide img.m02_7{
    max-width: 400px;
    width: 45%;
    min-width: 220px;
    top: 80%;
    left: 70%;
  }

  /* slide 03 */
    .anim-slide img.m03_1 {
        width: 461px;
        top: 89%;
        right: 0;
        left: 50%;
        transform: translate(-35%,-50%);
    }
}

/*@media all and (max-width: 500px) {
  .anim-slide img.m02_1 {
    margin-left: auto;
    margin-right: auto;
  }
}*/
/*핸드폰용 미디어쿼리*/
/*@media all and (-webkit-min-device-pixel-ratio: 2) {
  .anim-slide img.m02_1 {
    right: -55%;
  }
}*/
