@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
/* 노토산스폰트 */
body {
	margin:0px;
	padding:0px;
  background-color: #ffffff;
  font-family: 'Noto Sans KR', sans-serif;
}
a{
  text-decoration: none;
}
.container{
  text-align: center;
  position: relative;
}
.container .navi-wrap{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  

}

.container .navi-wrap .navi {
  margin:0 5%;
  color: #ffff;
  font-weight: bold;
  z-index: 12;
  font-size:15px;
  padding-bottom: 1.5%;
}

.container header{background-color: #000d2d;
padding-top: 10px;
}
h1{

  margin-bottom: 11px;
  text-align: center;
  position: relative;
  
  
}
.container .navi-wrap .navi a{
  color: inherit;
}
h1 a img{
  position: relative;
  margin-top: 1%;
  width:150px
}
h1 a {
  text-align: center;
  
}
/* h1 a span{
  color: #fff;
  position: absolute;
  top: 65px; 
  margin-left:1%;
  font-size: 30px;
  top:15px ; right: 41%;
} */


/* 서브네비 */
.container .navi-wrap .navi .sub-wrap{
  display: none;
  color: #ffffff;
  position: absolute;
 
  font-size: 12px;
  background:rgba(0, 24, 86, 0);; 
  width: 150px; 
  z-index: 11;
  margin-top:20px;
 
  
  
  
  
}
.container .navi-wrap .navi .sub-wrap .sub{
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 5%;

}
.container .navi-wrap .navi .sub-wrap .sub:hover{
  
  background-color: #fff;
  color: #001856;
}



.container .navi-wrap .menu_bg{ 
  display: none;
  position: absolute; width:100%; 
  height:340px !important; 
  background-color:rgba(0, 24, 86, 0.8);
  z-index: 10;
  top: 155px;left: 0;
  
  
  
  }
  
  #navi1{
    margin-left: -2.5%;
  }
  #navi2{
    margin-left: -2.5%;
  }
  #navi4{
    margin-left: -2.0%;
  }
  #navi5{
    margin-left: -1%;
  }

  #dline2{
    line-height: 15px;
  }
  #dline1{
    line-height: 15px;
  }

/* 여기까지 공통 사항 */





.container .slide-wrap{
  position: relative; overflow: hidden; 
  height: 80vh; 
  width: 100%; background-color: #000;
}
.container .slide-wrap img{
  position:absolute;
  top: 0;left: 0;
  width: 100%;
  height: 80vh;
  transform: all 2.0s;

}








.container .button-wrap{
  display: flex;
  margin:10%;
}
.container .button-wrap .button{
  
  width:369px;
  height: 400px;
  box-shadow: 0px 3px 3px rgba(111, 111, 111, 0.3);
  position: relative;
  overflow: hidden;
}
.container .button-wrap .button:hover{
border: 3px solid #cccccc;
box-sizing: border-box; 
}






.container .button-wrap .button:nth-child(2){
  margin: 0 5%;
}
.container .button-wrap .button a{
  position: absolute;
  top: 50%;left: 50%;
  transform:translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.container footer{
  background-color: rgba(154, 154, 154,0.3);
  width: 100%;
  height:20vh;
  padding-top: 65px;
}
footer .footer-con{
  color: #c8c8c8;
  font-size: 12px;

}