@charset "utf-8";
@import url('reset.css');

@font-face {
  font-family: 'HangeulNuri-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/HangeulNuri-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
.nanumgothic * {
 font-family: 'Nanum Gothic', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

a:hover, a:focus{
  color: #000;
  text-decoration: none;
}
body{
  overflow-x:  hidden;
}
.row{
  margin: 0;
  padding: 0;
}
#wrap{
  width: 100%;
  height: 100%;
} 
/* --------------------------------- Header Area Start --------------------------------- */


#gnb2, #gnb3, #gnb4{
  display: none !important;
}
.navbar-default{
  background-color: transparent;
}
.navbar{
  margin-bottom: 0;
}
#navi{ 
    width: 100%; 
    height: 150px;
    position: relative; 
    z-index: 10;
    color: #fff !important;
    padding: 1.8% 0;
}
#navi .container{
  position: relative;
}
.m-logo{
  position: absolute;
  cursor: pointer;
  top: -5px;
  left: 0;
  z-index: 10;
}

#navi .navbar-brand a{
  display: block;
  width: 100%;
  height: 100%;
}
#navi .nav-bg{
  width: 100%;
  position: absolute;
  background-color: #fff;
}

/* Gnb */
/* 주메뉴 영역시작 */
#gnb{ 
  width: 100%; 
  position: relative; 
}
#gnb>ul{ 
  width: 75%; 
  padding-top: 0.5%;
  text-align: center;
  position: absolute; 
  top: 0; 
  right: -12%;  
  z-index: 20; 
  overflow: hidden;  
}
#gnb>ul>li{ 
  margin: 0 10%;
  height: 100%;   
  display: inline-block;
  margin-left: -4px;
  position: relative;  
}
#gnb>ul>li:last-child{
  margin-right: 0;
}
#gnb>ul>li>a{ 
  display: block; 
  width: 100%; 
  height: 55px; 
  font: bold 2.2rem 'Nanum Gothic', sans-serif;
  letter-spacing: -1px;
  text-align: center;
  position: relative;
  color: #000;
}

/* 서브메뉴 영역시작 */
#gnb ul ul{ 
  width: 100%; 
  height: 210px; 
  position: absolute;  
  top: 40px; 
  left: 0;
  padding: 15% 0;
  text-align: center;
}
#gnb li li{ 
  width: 100%; 
  height: 40px; 
  margin-bottom: 1%;
}
#gnb li li a{ 
  /*display: block;*/ 
  width: 100%; 
  height: 40px;
  font: 400 1.6rem/40px "Nanum Gothic", sans-serif;
  /*padding: 0 10%;*/
  text-align: left;
}
#gnb li li a:hover{
  color: #002C74;
  font-weight: bold;
}

/* 메뉴 활성화 클래스 선언 */
.on{ 
  border-bottom: 5px solid #56A1D8;
}
#navi .container{
  position: relative;
}

.contents{
  width: 100%;
  padding: 21px 0;
  margin-bottom: 5%;
}

.now{
  font: 400 1.5rem/21px 'Noto Sans KR', sans-serif;
  color: #7B7B7B;
  margin-bottom: 64px;
}
.now span{
  width: 13px;
  height: 11px;
  display: inline-block;
  background: url(../images/icon_home.png) no-repeat center center;
}
.now>a{
  color: #7B7B7B;
}


.info-title{
  height: 50px;
  width: 80%;
  font: 800 2.6rem 'Nanum Gothic', sans-serif;
  letter-spacing: -1.5px;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 0 !important;
}
.info-title1{
  width: 100%;
  font-weight: 700;
}
.sub-contents{
  padding-left: 0.5%;
}

.c-header{
  width: 100%;
  height: 170px;
  background: url(../images/header_bg.png) no-repeat center center;
  position: relative;  
  margin-bottom: 74px;
}
.c-header h2 {
  width: 100%;
  text-align: center;
  font: 3rem 'HangeulNuri-Bold', sans-serif;
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display:none;
}

.sub-contents ul li{
  width: 100%;
  margin-bottom: 10%;
}
.sub-contents ul li>h3{
  height: 45px;
  display: block;
  font: 700 2.2rem/45px 'Nanum Gothic', sans-serif;
  letter-spacing: -1px;
  color: #002C74;
  text-indent: 35px;
  margin-bottom: 10px;
  position: relative;

}
.sub-contents ul li h3 span{
  width: 27px;
  height: 38px;
  position: absolute;
  top: 7%;
  left: 0;  
  display: block;
  background: url(../images/icon_pencile.png) no-repeat 50% 50% ;
  background-size: fill;
}
.sub-contents ul li div{ 
  width: 100%;
}
.sub-contents ul li div video{
  width: 100%;
}

.sub-menu ul{
  margin-top: 41px;
  width: 100%;
}
.sub-menu ul li{
  width: 100%;
  font: 700 2rem/21px 'Nanum Gothic', sans-serif;
  margin-bottom: 28px;
}
.sub-menu ul li a{
  width: 100%;
  padding-right: 10%;
}
.sub-menu ul li a:hover{  
  color: #002C74;
}
.sub-menu ul li a.active{
  background: url(../images/menu_hover.png) no-repeat 97% 60%;
  color: #002C74;
}



/* 모달 css */

.recent_year ul li{margin-bottom:0}

.modal {

display:none;
padding-top:10px;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.8)
}

.modal-content{
margin: auto;
display: block;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.modal-hover-opacity {
opacity:1;
filter:alpha(opacity=100);
-webkit-backface-visibility:hidden
}

.modal-hover-opacity:hover {
opacity:0.60;
filter:alpha(opacity=60);
-webkit-backface-visibility:hidden
}


.close {
text-decoration:none;float:right;font-size:24px;font-weight:bold;color:white;opacity:unset}
.container1 {width: 32.3%;display:inline-block;padding: 10px;text-align: center;}
.container1 img{width:100%;height:100%}

.modal-content, #caption {   
  
    /*-webkit-animation-name: zoom;*/
    -webkit-animation-duration: 0.6s;
    /*animation-name: zoom;*/
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}





/* Footer Area Start */
.footer{
  width: 100%;
  height: 150px;
  padding-top: 2.5%;
  background-color: #fff;
  border-top: 1px solid #D5D5D5;
}
.f-info{
  float: left;
}
.f-info li{
  font: 300 1.4rem/21px 'Noto Sans KR', sans-serif;
  color: #464545;
}
.f-info li:first-child{
  font-weight: 400;
}
.f-logo b{
  font: 500 2rem/42px 'Noto Sans KR', sans-serif;
  color: #464545;
}
.f-logo img{
  float: right;
}
.f-logo img:last-child{
  margin-right: 5%;
}
.footer em{
  font-style: normal;
}

/* ------------------------------------------------------------------ Media Query Start ------------------------------------------------------------------ */
@media (max-width: 767px){

.modal-content{width:100%}

  .grt-mobile-button {
    display: inline-block;
    position: absolute;
    right: 25px !important;
    top: 25px !important;
    background: #FFF;
    color: #3d3d3d;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    width: 35px;
  }
  ul.grt-menu li {
      display: block;
      line-height: 21px !important;
  }
  ul.open-grt-menu{
    padding-top: 10% !important;
  } 
  .grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
    background-color: #002C74;   
  }
}

@media screen and (max-width: 500px){

  .modal-content{width:100%}

  .c-header h2{display:block}

  #navi{
    height: 120px;
  }
  #gnb2, #gnb3, #gnb4{
    display: block !important;
  }
  #gnb{
    display: none !important;
  }
  .sub-menu{
    display: none;
  }
  .m-logo {
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 27%;
    z-index: 10;
  } 
  #gnb4>ul>li>a {
    font: 800 2.4rem 'Nanum Gothic', sans-serif;
    letter-spacing: -1px;
    color: #002C74;
    text-align: center;
  }
  #gnb4>ul>li>ul>li>a {
    font: 700 1.8rem 'Nanum Gothic', sans-serif;
    letter-spacing: -1px;
    color: #6E6E6E;
  }
  #gnb3{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #8F8F8F ;
  }
  #gnb3 ul{
    width: 100%;
    height: 100%;
    padding: 0 3%;
    width: 100%;
  }

  #gnb3 ul li{
    display: inline-block;
    letter-spacing: -2px;
    text-align: center;
    width:33.3%;
	float:left;
	font-size:15px;
	font-weight:600;
	padding:20px 0
  }

  .now, .info-title, .info-title1{
    display: none;
  }
  .c-header{
    margin-bottom: 30px;
  }
  .contents{
    padding: 0;
  }
  .contents .container{
    margin: 0;
    padding: 0;
  }
  .sub-contents{
    padding: 0;
  } 
  .sub-contents>ul{
    padding: 0 3%;
  }
  .sub-contents ul li {
    width: 100%;
  }
  .sub-contents .p-gallery div img{
    width: 31.5%;    
  }

 
  .footer{
    height: 235px;
    margin-bottom: 5%;
  }
  .footer .container{
    padding: 5% 5% ;
  }
  .footer .container .row{
    position: relative;
  }   
  .f-info{
    margin-top: 20%;  
  }
  .f-info li{
    margin-bottom: 5px;
    font-size: 1.6rem;
  }    
  .f-info li span{
    display: block;
  }  
  .f-info li em{
    display: none;
  }  

  .f-logo{
    position: absolute;
    left: 0;
    top: 5%;
  } 
  .f-logo b{
    display: block;
  }
  .f-logo img{
    left: 184px;
    top: 115%;
    float: right;
    position: absolute;
    height: 42px;
  }
  .f-logo img:first-child{
    right: 0%;
  }
  .f-logo img:last-child{
    left: 0%;
  }

  .f-logo a:first-child img{
    left: 160px;
  }
  
}


/*390이하*/
@media only screen and (max-width: 420px) {

  .modal-content{width:100%}

  .m-logo{
    left: 20% !important; 
  }
  ul.open-grt-menu{
    padding-top: 27% !important;
  } 
  ul.grt-menu li {
    line-height: 1 !important;
  }
  #gnb4>ul>li>a {
    font-size: 1.8rem;
  }
  #gnb4>ul>li>ul>li>a {
    font-size: 1.4rem;
  }

  .f-info li {     
    font-size: 1.4rem;
  }
  .f-logo img{
    height: 35px !important;
    left: 144px;
  }

}

@media only screen and (max-width: 375px){

  .modal-content{width:100%}

  #gnb3 ul li{
    font-size: 1.53rem !important;
  }

}