@charset "utf-8";


/*main*/
 body {font-family: 'Noto Sans KR';  letter-spacing:-.5px; box-sizing:border-box; color:#333; font-size:16px; font-weight:300;}
#container{width: 100%; height: 100%; position: relative; }
.contents{width: 100%; height: 100vh; position: relative;}

.main_bg_wrap{width: auto; height: 100%;  min-height: 667px; position: relative;}
.main_cont{background: url(/resources/img/main/main_wrap_bg.jpg) no-repeat top center/cover; height: calc(100% - 66px); width: 100%; min-width: 1200px; max-width: 1920px; max-height: 1080px; min-height: 667px; z-index: 1; margin: 0 auto; position: relative; overflow: hidden;}

/*bg_obj*/
.bg_obj{width: 100%; height: 100%; position: absolute;}
.bg_obj .cloud{position: absolute; top:12.5rem; left: 2.625rem; width:241px; height: 210px; background: url(/resources/img/main/cloud.png) no-repeat 0 0 /contain; animation: moveCloud 2s infinite ease-in-out; -webkit-animation: moveCloud 2s infinite ease-in-out;}
@keyframes moveCloud {
    0% { top: 12.5rem; }
    50% { top: 12.2rem; }
    100% { top: 12.5rem;}
}
@-webkit-keyframes moveCloud {
    0% { top: 12.5rem; }
    50% { top: 12.2rem; }
    100% { top: 12.5rem;}
}
.bg_obj .ship1{position: absolute; top:46.5rem; width:100px; height: 78px; background: url(/resources/img/main/ship1.png) no-repeat 0 0 /contain;}
.bg_obj .ship1_1{right: 33rem; animation: moveShip1 10s infinite ease-in; -webkit-animation: moveShip1 10s infinite ease-in;}
.bg_obj .ship1_2{right: 27.625rem; animation: moveShip1 10s infinite ease-in; -webkit-animation: moveShip1 10s infinite ease-in; animation-direction : reverse; transform: scaleX(-1);}
@keyframes moveShip1 {
    50%, 100% {
        opacity: 0;
        right: 27.625rem;
      }
      0% {
        opacity: 0; right: 33rem;
      }
      10% {
        opacity: 1;
      }
}
@-webkit-keyframes moveShip1 {
    50%, 100% {
        opacity: 0;
        right: 27.625rem;
      }
      0% {
        opacity: 0; right: 33rem;
      }
      10% {
        opacity: 1;
      }
}
.bg_obj .ship2{position: absolute; top:39.5rem; right: 10.625rem; width:250px; height: 228px; background: url(/resources/img/main/ship2.png) no-repeat 0 0 /contain; animation: moveShip2 2s infinite ease-in-out; -webkit-animation: moveShip2 2s infinite ease-in-out;}
@keyframes moveShip2 {
    0% { top: 39.5rem; }
    50% { top: 39.2rem; }
    100% { top: 39.5rem;}
}
@-webkit-keyframes moveShip2 {
    0% { top: 39.5rem; }
    50% { top: 39.2rem; }
    100% { top: 39.5rem;}
}
.bg_obj .ship3{position: absolute; top:34.5rem;  width:100px; height: 78px; background: url(/resources/img/main/ship3.png) no-repeat 0 0 /contain; }
.bg_obj .ship3_1{right: 6.625rem; animation: moveShip3 10s infinite ease-in; -webkit-animation: moveShip3 10s infinite ease-in;}
.bg_obj .ship3_2{right: 15rem; animation: moveShip3 10s infinite ease-in; -webkit-animation: moveShip3 10s infinite ease-in; animation-direction : reverse; transform: scaleX(-1);}
@keyframes moveShip3 {
    50%, 100% {
        opacity: 0;
        right: 15rem;
      }
      0% {
        opacity: 0; right: 6.625rem;
      }
      10% {
        opacity: 1;
      }
}
@-webkit-keyframes moveShip3 {
    50%, 100% {
        opacity: 0;
        right: 15rem;
      }
      0% {
        opacity: 0; right: 6.625rem;
      }
      10% {
        opacity: 1;
      }
}
.bg_obj .car{position: absolute; top:45.5rem;  width:87px; height: 70px; background: url(/resources/img/main/car.png) no-repeat 0 0 /contain; }
.bg_obj .car1 {left: 20rem; animation: moveCar 10s infinite ease-in; -webkit-animation: moveCar 10s infinite ease-in;}
.bg_obj .car2 {left: 10rem; animation: moveCar 10s infinite ease-in; -webkit-animation: moveCar 10s infinite ease-in; animation-direction : reverse; }
@keyframes moveCar {
    50%, 100% {
        opacity: 0;
        left: 10rem;
        top:40rem;
      }
      0% {
        opacity: 0; left: 20rem;
      }
      5% {
        opacity: 1;
      }
}
@-webkit-keyframes moveCar {
    50%, 100% {
        opacity: 0;
        left: 10rem;
      }
      0% {
        opacity: 0; left: 20rem;
      }
      10% {
        opacity: 1;
      }
}


/*케릭터*/
.ct_box a{position: absolute; display: block;}
.ct_box .ct1{top: 26%; left: 35%; width: 13%;}
.ct_box .ct2{top: 67%; left: 25%; width:9%;}
.ct_box .ct3{top: 45%;  left: 59%; width: 9%;}
.ct_box .ct4{top: 72%;  left: 58%; width: 5%;}
.ct_box .ct5{top: 37%;  left: 73%; width: 6%;}
.ct_box .ct img{width: 100%;}

/*btn_box*/
.btn_box .btn{position: absolute; display: block; box-sizing: border-box; }
.btn_box .btn1{width: 37%; height: 50%; top: 0%; left: 26%; border-radius: 50%;}
.btn_box .btn2{width: 21%; height: 33%; top: 45%; left: 7%; border-radius: 50%; z-index:9999;}
.btn_box .btn3{width: 27%; height: 38%; top: 68%; left: 23%; border-radius: 50%; transform: rotate(24deg); z-index: 55;}
.btn_box .btn4{width: 27%; height: 43%; top: 45%; left: 49%; border-radius: 50%; transform: rotate(-21deg);}
.btn_box .btn5{width: 9%; height: 24%; top: 63%; left: 54%; border-radius: 50%; z-index: 44;}
.btn_box .btn6{width: 11%; height: 24%; top: 22%; left: 69%; border-radius: 50%; z-index: 44;}

.btn_box .btn .box{position: relative; display: inline-block; width: 196px; height: 62px;  transition: .3s ease; }
.btn_box .btn .box:hover{transform: translateY(-15px); transform: scale(1.1);}
.btn_box .btn1 .box{top: 30%; left: 22%; background: url(/resources/img/main/btn1.png)no-repeat top center;}
.btn_box .btn2 .box{top: -14%; left: 68%; background: url(/resources/img/main/btn2.png)no-repeat top center;}
.btn_box .btn3 .box{top: -28%; left: 35%; width: 213px; transform: rotate(-24deg); background: url(/resources/img/main/btn3.png)no-repeat top center;}
.btn_box .btn3 .box:hover{transform: rotate(-24deg) scale(1.1);}
.btn_box .btn4 .box{top: 56%; left: 58%; width: 450px; transform:rotate(21deg); background: url(/resources/img/main/btn4.png)no-repeat top center;}
.btn_box .btn4 .box:hover{transform: rotate(21deg) scale(1.1);}
.btn_box .btn5 .box{top: 58%; left: 102%; width: 257px; background: url(/resources/img/main/btn5.png?ver=211201)no-repeat top center;}
.btn_box .btn6 .box{top: 15%; left: 83%; width: 153px; background: url(/resources/img/main/btn6.png)no-repeat top center;}



/*main_left*/
.main_left {height: 100vh; position: absolute; top: 0; left: 50px; width: 34%;}
.main_title {position: absolute; top: 70px; left: 0; width: 443px; }
.main_title img {width: 100%;}
.main_btn {width: 192px; position: absolute; left: 0; transition: all .2s ease-in-out;bottom: 10%; z-index: 2222 !important;}
.main_btn a{display: block; margin-bottom: 20px; transition: all .2s ease-in-out;}
.main_btn .info{width: 192px;}
.main_btn .news{margin-bottom: 0;width: 350px;}
.main_btn a:hover {transform: translateY(-15px); transform: scale(1.1);}
.main_btn img {width: 100%;}

/*footer*/
.main_bottom {background-color: #fff;box-sizing: border-box;position: absolute;width: 100%;left: 0;bottom: 0; z-index: 1; padding: 15px 0;}
.main_bottom .bt_inner{position: relative; width: 97%; margin: 0 auto; max-width: 1920px;}
.main_bottom .f_logo_wrap {display: inline-block; float: left; margin-right: 30px;}
/* .main_bottom .f_logo_wrap:nth-child(2) {margin-right: 0;} */
.main_bottom .f_logo_wrap .title {display: inline-block;float: left;margin: 7px 15px 0 0; padding-left: 10px; position: relative;}
.main_bottom .f_logo_wrap .title::before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 2px; height: 10px; background: #555;}
.main_bottom .logo_box {display: inline-block;float: left;}
.main_bottom .f_logo {display: inline-block;float: left;margin-left: 25px;}
.main_bottom .f_logo:first-child {margin-left: 0;}
.main_bottom .f_logo a {display: block;}
.main_bottom .f_logo img {width: 100%;}

.main_bottom .f_inform {color: #888;display: inline-block; float: right;font-size: 12px;font-weight: 100;}
.main_bottom .f_inform .f_if > div {margin-top: 5px;}
.main_bottom .f_inform .f_if > div:first-child {margin-top: 0;}
.main_bottom .f_inform a {color: #888;}
.main_bottom .f_inform p {display: inline-block;position: relative; margin-right: 6px;padding-right: 10px;}
.main_bottom .f_inform p:last-child:after {display: none;}
.main_bottom .f_inform p span {display: inline-block;}
.main_bottom .f_inform p span.bold {font-weight: 100;display: inline-block;margin-right: 4px;}
.main_bottom .f_inform p::after {content: ""; width: 1px; height: 100%; background-color: #888; display: block; position: absolute; right: 0; top: 0;}
.main_bottom .f_inform p:last-child {margin-right: 0; padding-right: 0;}

.main_bottom .copy {font-size: 12px;color: #888;width: 100%;text-align: right;}

.main_bottom .f_inform::after {content: ""; clear: both; display: block;}
.main_bottom .f_inform .f_if {text-align: right;}

/*모바일1200*/
.mobile_wrap{display: none; width:100%; height: 100%; box-sizing: border-box; position: relative;}
.mobile{position: relative}
.mobile .m768_bg{display: none; }
.mobile .m1200_bg{width: 100%;}
.mobile .m_logo{width: 60%; position: absolute; top: 40px; left: 40px;}
.mobile .main_btn{margin: 0 auto; left: 50%; transform: translateX(-50%); width: 42%; bottom: 90px;}
.mobile .m_cloud{position: absolute; top:12.5rem; right: 2.625rem; width:241px; height: 210px; background: url(/resources/img/main/m_cloud.png) no-repeat 0 0 /contain; animation: moveCloud 2s infinite ease-in-out; -webkit-animation: moveCloud 2s infinite ease-in-out;}
@keyframes moveCloud {
    0% { top: 12.5rem; }
    50% { top: 12.2rem; }
    100% { top: 12.5rem;}
}
@-webkit-keyframes moveCloud {
    0% { top: 12.5rem; }
    50% { top: 12.2rem; }
    100% { top: 12.5rem;}
}
.mobile .car{position: absolute; bottom: 27rem; width:87px; height: 70px; background: url(/resources/img/main/car.png) no-repeat 0 0 /contain; }
.mobile .car1 {right: 20rem; animation: moveCar1 10s infinite ease-in; -webkit-animation: moveCar1 10s infinite ease-in;}
.mobile .car2 {right: 5rem; animation: moveCar1 10s infinite ease-in; -webkit-animation: moveCar1 10s infinite ease-in; animation-direction : reverse; }
@keyframes moveCar1 {
    50%, 100% {
        opacity: 0;
        right: 5rem;
      }
      0% {
        opacity: 0; right: 20rem;
      }
      10% {
        opacity: 1;
      }
}
@-webkit-keyframes moveCar1 {
    50%, 100% {
        opacity: 0;
        right: 5rem;
      }
      0% {
        opacity: 0; right: 20rem;
      }
      10% {
        opacity: 1;
      }
}

.mobile .area a{position: absolute; border-radius: 50%;}
.mobile .area .btn1{width: 97%; height: 14%; top: 9%; left: 0%;}
.mobile .area .btn2{width: 97%; height: 9%; top: 31%; left: 0%; border-radius: 50%;}
.mobile .area .btn3{width: 97%; height: 19%; bottom: 33%; left: 0%;}
.mobile .area .btn4{width: 97%; height: 19%; bottom: 13%; left: 0%; border-radius: 20%;}
.mobile .area .btn5{width: 70%; height: 8%; top: 40%; left: 0%; transform: rotate(10deg);}
.mobile .area .btn6{width: 50%; height: 9%; top: 23%; right: 0%; border-radius: 20%;}

.mobile .ct_box .ct1{width: 44%; top: 15%; left: 39%;}
.mobile .ct_box .ct2{width: 28%; top: 55%; left: 9%;}
.mobile .ct_box .ct3{width: 25%; top: 34.5%; left: 38%;}
.mobile .ct_box .ct4{width: 17%; top: 41.5%; left: 11%;}
.mobile .ct_box .ct5{width: 17%; top: 24%; left: 68%;}

.m_bottom{position: static;}





/*######################################################*/
@media screen and (max-width:1700px){
    .ct_box .ct4{top: 67%;}
}

@media screen and (max-width:1600px){
    .bg_obj .ship1{top: 45.5rem; }
    @keyframes moveShip1 {
        50%, 100% {
            opacity: 0;
            right: 22.625rem;
          }
          0% {
            opacity: 0; right: 29rem;
          }
          10% {
            opacity: 1;
          }
    }
    @-webkit-keyframes moveShip1 {
        50%, 100% {
            opacity: 0;
            right: 22.625rem;
          }
          0% {
            opacity: 0; right: 29rem;
          }
          10% {
            opacity: 1;
          }
    }
    .bg_obj .ship2{top: 36rem; right: 9.625rem;}
    @keyframes moveShip2 {
        0% { top: 36.5rem; }
        50% { top: 36.2rem; }
        100% { top: 36.5rem;}
    }
    @-webkit-keyframes moveShip2 {
       0% { top: 36.5rem; }
        50% { top: 36.2rem; }
        100% { top: 36.5rem;}
    }
    .bg_obj .ship3{top: 31.5rem; right: 7rem;}
    .bg_obj .cloud{position: absolute; top:12.5rem; left: 2.625rem; width:160px; height: 210px; background: url(/resources/img/main/cloud.png) no-repeat 0 0 /contain; animation: moveCloud 2.5s infinite ease-in-out; }
        @keyframes moveCloud {
            0% { top: 11.5rem; }
            50% { top: 11.2rem; }
            100% { top: 11.5rem;}
        }
        @-webkit-keyframes moveCloud {
            0% { top: 11.5rem; }
            50% { top: 11.2rem; }
            100% { top: 11.5rem;}
        }
    .bg_obj .car{top: 36.5rem; }
        @keyframes moveCar {
        50%, 100% {
            opacity: 0;
            left: 0rem;
          }
          0% {
            opacity: 0; left: 15rem;
          }
          10% {
            opacity: 1;
          }
    }
        @-webkit-keyframes moveCar {
            50%, 100% {
                opacity: 0;
                left: 0rem;
              }
              0% {
                opacity: 0; left: 15rem;
              }
              10% {
                opacity: 1;
              }
        }

    .ct_box .ct1{top: 23%;}
    .ct_box .ct2{top: 60%;}
    .ct_box .ct3{top: 43%;}
    .ct_box .ct4{top: 63%;}
    .btn_box .btn5 .box{top: -11%;}
}

@media screen and (max-width:1400px){
    .ct_box .ct3{top: 37%;}
    .ct_box .ct4{top: 57%;}
    .ct_box .ct5{top: 29%; }
    
    .btn_box .btn1{height: 41%;}
    .btn_box .btn2{width: 20%; height: 33%; top: 33%; left: 7%;}
    .btn_box .btn3{width: 24%; height:33%; top: 53%; left: 26%;}
    .btn_box .btn4{width: 28%; height: 43%; top: 35%; left: 48%;}
    
    .main_title img{width: 82%;}
    
    .bg_obj .ship1{top: 38.5rem;}

    .bg_obj .ship2{top: 37rem; right: 7rem; }
    @keyframes moveShip2 {
        0% { top: 30.5rem; }
        50% { top: 30.2rem; }
        100% { top: 30.5rem;}
    }
    .bg_obj .ship3{top: 25.5rem; right: 4rem; width: 80px;}
    
    
}

@media screen and (max-width:1300px){
    
    .btn_box .btn2{width: 24%; height: 28%; top: 36%; left: 0;}
    .btn_box .btn5 .box{top: -22%;}
    
    .bg_obj .ship1{top: 40rem; width: 80px;}
    @keyframes moveShip1 {
        50%, 100% {
            opacity: 0;
            right: 13.625rem;
          }
          0% {
            opacity: 0; right: 17rem;
          }
          10% {
            opacity: 1;
          }
    }
    @-webkit-keyframes moveShip1 {
        50%, 100% {
            opacity: 0;
            right: 13.625rem;
          }
          0% {
            opacity: 0; right: 17rem;
          }
          10% {
            opacity: 1;
          }
    }
    .bg_obj .ship2{top: 37rem; right: 7rem; width: 200px;}
    @keyframes moveShip2 {
        0% { top: 30.5rem; }
        50% { top: 30.2rem; }
        100% { top: 30.5rem;}
    }
    .bg_obj .ship3{top: 28.5rem; right: 4rem; width: 80px;}
    @keyframes moveShip3 {
        50%, 100% {
            opacity: 0;
            right: 10rem;
          }
          0% {
            opacity: 0; right: 1.625rem;
          }
          10% {
            opacity: 1;
          }
    }
    @-webkit-keyframes moveShip3 {
        50%, 100% {
            opacity: 0;
            right: 10rem;
          }
          0% {
            opacity: 0; right: 1.625rem;
          }
          10% {
            opacity: 1;
          }
    }
    
    @keyframes moveCar {
        50%, 100% {
            opacity: 0;
            left: 0rem;
          }
          0% {
            opacity: 0; left: 10rem;
          }
          10% {
            opacity: 1;
          }
    }
        @-webkit-keyframes moveCar {
            50%, 100% {
                opacity: 0;
                left: 0rem;
              }
              0% {
                opacity: 0; left: 10rem;
              }
              10% {
                opacity: 1;
              }
        }
}

@media screen and (max-width:1200px){
    .contents{display: none;}  
    .mobile_wrap{display: block;}
    
    .m_bottom .f_logo_wrap{display: block; float: none; margin-right: 0; margin-bottom: 15px;}
    .m_bottom .f_inform{display: block; text-align: center; float: none;}
    .m_bottom .f_inform .f_if,.m_bottom .copy{text-align: center;}

    .mobile .main_btn{width: auto;display: flex;flex-direction: column;align-items:center;}


}


@media screen and (max-width:1024px){
    .mobile .car{bottom: 22rem; width: 70px;}
    @keyframes moveCar1 {
        50%, 100% {
            opacity: 0;
            right: 0rem;
          }
          0% {
            opacity: 0; right: 15rem;
          }
          10% {
            opacity: 1;
          }
    }
    @-webkit-keyframes moveCar1 {
        50%, 100% {
            opacity: 0;
            right: 0rem;
          }
          0% {
            opacity: 0; right: 15rem;
          }
          10% {
            opacity: 1;
          }
    }
}


@media screen and (max-width:768px){
    .mobile .m1200_bg{display: none;}
    .mobile .m768_bg{display: block; width: 100%;}
    .mobile .m_logo{top: 30px; left: 30px; width: 70%;}
    .mobile .m_cloud{ width:150px;}
    @keyframes moveCloud {
        0% { top: 10.5rem; }
        50% { top: 10.2rem; }
        100% { top: 10.5rem;}
    }
    @-webkit-keyframes moveCloud {
        0% { top: 10.5rem; }
        50% { top: 10.2rem; }
        100% { top: 10.5rem;}
    }
    @keyframes moveCar1 {
        50%, 100% {
            opacity: 0;
            right: 5rem;
          }
          0% {
            opacity: 0; right: 15rem;
          }
          10% {
            opacity: 1;
          }
    }
    @-webkit-keyframes moveCar1 {
        50%, 100% {
            opacity: 0;
            right: 5rem;
          }
          0% {
            opacity: 0; right: 15rem;
          }
          10% {
            opacity: 1;
          }
    }
}

@media screen and (max-width:600px){
    .mobile .car{bottom: 16rem; width: 60px;}
    .m_bottom .f_logo_wrap1 .logo_box{float: none; display: flex; flex-wrap: wrap;}
    .m_bottom .f_logo_wrap1 .f_logo:last-child{margin-left: 0; margin-top: 10px;}
    
}

@media screen and (max-width:500px){
    .mobile .main_btn{bottom: 50px;}
    .mobile .m_cloud{ width:100px; right: 1rem;}
    @keyframes moveCloud {
        0% { top: 6.5rem; }
        50% { top: 6.2rem; }
        100% { top: 6.5rem;}
    }
    @-webkit-keyframes moveCloud {
        0% { top: 6.5rem; }
        50% { top: 6.2rem; }
        100% { top: 6.5rem;}
    }
    .mobile .car{bottom: 12rem; width: 50px;}
}


@media screen and (max-width:360px){
    .mobile .car{bottom: 9rem; }
    .m_bottom .f_logo_wrap1 .f_logo:nth-child(2){margin-left: 0; margin-top: 10px;}
}
    














