@charset "utf-8";



@charset "utf-8";



#top::before {
  content: '';
  display: block;
  


}



.header {

  width: 100%;
 
  z-index: 1000;
  height: 100px;
  transition: 0.3s;

  position: relative;

  
}


.header-wrap {
  max-width: 1350px;
  height: 120px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;


}



.header-r a {
  padding: 5px 15px;
  display: block;
    color: #fff;
    font-weight: 500;


}

.login_btn a{ background: #fff; color: #02224c; border-radius: 5px;
font-weight: 600;}
.header-r ul {
  display: flex;




}

.header-r li {
  margin-left: 40px;
  font-size: 22px;
  transition: 0.3s;
color: #00265c;
  
 



}

.header-r li:hover {
  color: #3b72c7;

}

.header-r a {
  padding: 5px 10px;
  display: flex;
    align-items: center;
    


}
.header-r a img{ width: 22px;margin-left: 5px;}



@media screen and (max-width:1024px) {
    .header-wrap{height: 90px;}

  .header-l img {
    height: 40px;
  }

  .header-r li {
    margin-left: 22px;
    font-size: 18px;
  }
 

}


@media screen and (max-width:550px) {
   
  .header {height: 80px;    
    padding-top: 10px;}
    .header_wrap{height: 80px;}
    .tour{top: -55px;}
.header-r li:hover {
  color: #00265c;

}
  .header-wrap {
    padding: 5px 0;
    display: block;
     
  }

  .header-l img {
    height: 30px;

  }
  h1 {
    display: inline-block;
  }

  .header-r ul {
    display: flex;
    padding-top: 15px;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
  }

  .header-r a {
    padding: 2px 5px;
  }

  .header-r li {
    display: inline-block;
    font-size: 15px;
    margin: 0 auto;
  }
   
  nav li.active {
    font-size: 16px;
  }
}






/*메인*/
.main {
    top: 0;
  width: 100%;
  height: 620px;
  position: fixed;
  background-image: url(../img/mainbg.jpg);
    background-size: cover;
    background-position: center;
 

}

.main-wrap {
  max-width: 1200px;
  height: 100%;
  

  position: relative;

}
.main-wrap ul{
        position: fixed;
    width: 100%;
    top: 30%;
    color: #fff;
    font-family: "Jamsil";
    font-size: 32px;
}

.typing {
  font-size: 60px;
  font-weight: 550;
  text-align: left;
  color: #f5f5f5;
  z-index: 1;
  width: 100%;
  height: 50%;
  position: relative;
}

.typing ul {
  position: absolute;
  left: 14%;
  top: 60%;
}

.lottie-wrap {
  width: 100%;
  height: 50%;
  position: relative;
}

.lottie-main {
  width: 650px;
  height: 400px;
  position: absolute;
  right: 6%;
  bottom: 48%;
}

.typing-txt {
  display: none;
}

ul {
  list-style: none;
}

.typing ul li.on {
  display: inline-block;
  animation-name: cursor;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  padding: 0 20PX 0 0;
}



@media screen and (max-width:1350px) {
  .typing {
    font-size: 55px;

  }

  .typing ul {

    left: 7%;
    top: 60%;
  }

  .lottie-main {
    width: 550px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 48%;
  }
}

@media screen and (max-width:1000px) {
  .main {
    height: 650px;
   
  }

  .typing {
    font-size: 45px;
   
  }

  .typing ul {

    left: 15%;
    top: 20%;
  }

  .lottie-main {
    width: 500px;
    height: 350px;
    right: 0%;
    bottom: 18%;
  }
}

@media screen and (max-width:717px) {
  .main {
    height: 100vh
  }

  .typing {
    font-size: 35px;

  }

  .typing ul {

    left: 15%;
    top: 20%;
  }

  .lottie-main {
    width: 400px;
    height: 310px;
    right: 0%;
    bottom: 44%;
  }
}

@media screen and (max-width:550px) {
 
  .typing {
  
    font-weight: bold;
    font-size: 25px;
 

  }

  .typing ul {

    left: 13%;
    top: 18%;
  }

  .lottie-main {
   width: 320px;
    min-width: 320px;
    height: 260px;
    right: 0%;
    bottom: 40%;
  }
    .main-wrap ul{
    top: 26%;
    font-size: 26px;
}
    .login_btn{position: fixed; bottom: 14%;  right: 2%; z-index: 9999;     }
    .login_btn a{width: 60px;
        height: 60px; font-weight: 400;
        border-radius: 60px; padding: 20px 0; flex-direction: column;
        font-size: 12px;}
     .header-r a img{width: 12px; margin-left: 0; margin-top: 2px;}
}
