@charset "utf-8";



@charset "utf-8";



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


}

.indicator {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #fff;
}

.header {
    background: linear-gradient(180deg, rgba(37,37,37,0.6) 0%, rgba(37,37,37,0) 100%);
 
  width: 100%;
 
  z-index: 1000;
  height: 80px;
  transition: 0.3s;

  position: relative;

  
}


.header-wrap {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;


}

.header-l img {
  height: 50px;
  transition: 0.3s;


}

.header-l a {
  padding: 5px 10px;
  display: block;


}

.header-r ul {
  display: flex;
  padding-top: 18px;



}

.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: block;


}




@media screen and (max-width:1000px) {

  .header {
    height: -70px;

  }
.tour{
  
    top: 70px;
}
  .header-l img {
    height: 45px;
  }

  .header-r li {
    margin-left: 20px;
    font-size: 20px;
  }
  nav li.active {
    font-size: 20px;

  }

}

@media screen and (max-width:717px) {
  
  .header {
    height: 60px;
  }
    .tour{
  
    top: -60px;
}
  .header-l img {
    height: 39px;

  }
  .header-r ul {
    padding-top: 18px;
  }
  .header-r li {
    margin-left: 10px;
    font-size: 18px;
  }
  nav li.active {
    font-size: 18px;
  }
}

@media screen and (max-width:550px) {

  .header {
    height: 55px;
    
    padding-top: 5px;
  }
    .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: 2px;
    justify-content: space-around;
    width: 85%;
    margin: 0 auto;
  }

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

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

@media screen and (max-width:1000px) {

  header {
    height: 70px;

  }

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

  .header-r li {
    margin-left: 20px;
    font-size: 20px;
  }
  nav li.active {
    font-size: 20px;

  }

}

@media screen and (max-width:717px) {
  .indicator {
    height: 2.5px;
  }
  header {
    height: 60px;
  }
  .header-l img {
    height: 39px;

  }
  .header-r ul {
    padding-top: 18px;
  }
  .header-r li {
    margin-left: 10px;
    font-size: 18px;
  }
  nav li.active {
    font-size: 18px;
  }
}

@media screen and (max-width:550px) {
  .indicator {
    height: 2px;
    
  }
  header {
    height: 55px;
    
    padding-top: 1px;
  }
.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: 2px;
    justify-content: space-around;
    width: 85%;
    margin: 0 auto;
  }

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

  .header-r li {
    display: inline-block;
    font-size: 16px;
    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;
 
  z-index: -1000;

}

.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;
}
}
