@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: 850px;
} 
#navi .container{
  position: relative;
}
#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: 10px;
  left: 0;
  z-index: 10;
}
#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;
}


/* Contents Area Start */
.contents{
  width: 100%;
  height: 74%;
  background: url(../images/2025main_bg.png) no-repeat;
  background-size: cover;  
}
.contents .container{
  height: 100%;
} 
.contents .container div{
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-group{
  width: 100%;
  position: absolute;
  left: 20.5%;
  bottom: 0;
}
.btn-group li{
  display: inline-block; 
  margin: 0 2%; 
  cursor: pointer;
}

/* 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: 400 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;
}

.footer>.container>.row{
  position: relative;
}
.audio-list{
  width: 100px;
  position: absolute;
  bottom: 0%;
  left: 47%;
}
.audio-list li{ 
  display: inline-block; 
  padding: 3.5%;
  cursor: pointer;
}


@media (max-width: 767px){
	
   #gnb4>ul>li>a {

     display:block!important;
  }
  
   #gnb4>ul>li>ul>li>a {
    font: 700 1.8rem 'Nanum Gothic', sans-serif;
    letter-spacing: -1px;
    color: #6E6E6E;
     display:block!important;
  }
	
  .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 (max-width: 1100px){
  #navi{
    height: 120px;
  }
  #gnb2, #gnb3, #gnb4{
    display: block !important;
  }
  #gnb{
    display: none !important;
  }
  .nav>li>a {
    padding: 0;
  }

  .m-logo {
    position: absolute;
    cursor: pointer;
    top: 12px;
    left: 5% !important;
    z-index: 10;
	width:30%;
  } 

  #gnb4>ul>li>a {
    /* font-size: 15px; */
    letter-spacing: -1px;
    color: #002C74;
    text-align: center;
    display: none;
  }
  #gnb4>ul>li>ul>li>a {
    font: 700 1.8rem 'Nanum Gothic', sans-serif;
    letter-spacing: -1px;
    color: #6E6E6E;
    display: none;
  }

  #gnb3{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #8F8F8F ;
  }
  #gnb3 ul{
    width: 100%;
    height: 100%;
    padding: 0 3%;
	text-align:center;
  }
  #gnb3 ul li{
    display: inline-block;
    font-size: 19px;
    letter-spacing: -2px;
    text-align: center;
    margin: 0 2%;
    font-weight: 600;
    padding-top: 10px;
  }

  .contents{
    height: 59%;
    background: #FFFEF1 url(../images/2025main_bg_m.png) no-repeat center;
    background-size: contain;
  }
  .sub-contents ul li>div>p>em{
    margin-bottom: 0;
  }

  .btn-group{
    left: 0;
    bottom: 12%;
  }
  .btn-group li{
    width: 21.5%;
    margin: 0 1%;
  } 
  .btn-group li img{
    width: 100%;
  }

  .audio-list {
    width: 100px;
    position: absolute;
    top: -9%;
    left: 78%;
  }

  .footer{
    height: 20%;
    margin-bottom: 5%;
  }
  .footer .container{
    padding: 5%;
  }
  .footer .container .row{
    position: relative;
  }   
  .f-info{
    margin-top: 23%;  
  }
  .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: 17%;
  } 
  .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: 200px;
  }
  
  }


@media screen and (max-width: 500px){

  #navi{
    height: 120px;
  }
  #gnb2, #gnb3, #gnb4{
    display: block !important;
  }
  #gnb{
    display: none !important;
  }
  .nav>li>a {
    padding: 0;
  }

  .m-logo {
    position: absolute;
    cursor: pointer;
    top: 20px;
    left: 5% !important;
    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%;
	text-align:center;
	padding-top:10px;
   
  }
  #gnb3 ul li{
    display: inline-block;
    font-size: 14px;
	font-weight:600;
    letter-spacing: -2px;
    text-align: center;
    margin: 0 2%;
	width:25%;
	 
  }

  .contents{
    height: 59%;
    background: url(../images/2025main_bg_m.png) no-repeat center 41% fixed;
    background-size: contain;
  }
  .sub-contents ul li>div>p>em{
    margin-bottom: 0;
  }

  .btn-group{
    left: 0;
    bottom: 12%;
  }
  .btn-group li{
    width: 21.5%;
    margin: 0 1%;
  } 
  .btn-group li img{
    width: 100%;
  }

  .audio-list {
    width: 100px;
    position: absolute;
    top: -9%;
    left: 78%;
  }

  .footer{
    height: 20%;
    margin-bottom: 5%;
  }
  .footer .container{
    padding: 5%;
  }
  .footer .container .row{
    position: relative;
  }   
  .f-info{
    margin-top: 23%;  
  }
  .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: 17%;
  } 
  .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) {

  .m-logo{
    left: 5% !important; 
	width: 50%;
  }
  .audio-list{
    top: -7% !important;
    left: 75% !important;
  }
  .contents {
    height: 55% !important;
    background: #FFFEF1 url(../images/2025main_bg_m.png) no-repeat center;
    background-size: contain;
  }
  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){
  #gnb3 ul li{
    /*font-size: 12px;*/
	 
  }
}