@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: 10px;
  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;
}

/* 2021년 수정사항 요청 건에 대한 처리 */
	

#list1 li div h4,#list2 li div h4,#list3 li div h4,#list4 li div h4,#list5 li div h4{display:none}
#list1 li div h5,#list2 li div h5,#list3 li div h5,#list4 li div h5,#list5 li div h5{font-weight:700;font-size:20px;padding-bottom: 15px;}	
	

/* 서브메뉴 영역시작 */
#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 Area Start --------------------------------- */
.contents{
  width: 100%;
  padding: 21px 0;
  margin-bottom: 10%;
}

.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;
}

.r-title-1{
  font: 700 2.3rem/30px 'Nanum Gothic', sans-serif;
  color: #002C74;
  margin: 4% 0;
}

.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-menu ul{
  margin-top: 41px;
  width: 100%;
}
.sub-menu ul li{
  width: 100%;
  font: 700 2rem/21px 'Nanum Gothic', sans-serif;
  letter-spacing: -1.5px;
  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;
}
.sub-menu ul li a.active-on{
  color: #002C74;
  font-weight: 500;
}
.sub-menu li:nth-child(2)>span {
  display: block;
  padding-left: 6%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 26px;
}
.sub-contents{
  padding-left: 0.5%;
}
.sub-contents>ul{
  width: 100%;
  margin-bottom: 10px;
}
.sub-contents>ul>li{
  display: inline-block;
  width: 23.5%;
  margin-right: 1%;
  margin-bottom: 38px;
}
.sub-contents>ul>li:nth-child(4n){
  margin-right: 0;
}
.silver{
  margin-top: 42px;
}
.silver li{
  position: relative;
}
.silver a{
  display: block;  
  width: 100%;  
}
.silver a img{
  width: 49%;
  height: 150px;
  display: inline-block; 
}
.silver a img:nth-child(1){
  float: left; 
  object-fit: contain;
  background-color: rgba(133,207,242,0.4);
}
.caption{
  position: relative;
  color: #000;
}
.caption img{
  margin-top: 10px;
}
.caption h4{
  display: inline-block;
  font: 700 2rem 'Nanum Gothic', sans-serif;
  letter-spacing: -3.5px;
}
.caption h5{
  font: 1.8rem 'Nanum Gothic', sans-serif;
  letter-spacing: -2px;
  position: absolute;
  bottom: 3%;
  left: 22%;
} 
.r-title-1{
  font: 700 2.3rem/30px 'Nanum Gothic', sans-serif;
  color: #002C74;
  margin: 4% 0;
}


/* --------------------------------- 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){
  .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){
  #navi{
    height: 120px;
  }
  #gnb2, #gnb3, #gnb4{
    display: block !important;
  }
  #gnb{
    display: none !important;
  }
  .sub-menu{
    display: none;
  }
  .nav>li>a {
    padding: 0;
  }
  .m-logo {
    position: absolute;
    cursor: pointer;
    top: 12px;
    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%;
	float:left;
	font-weight:600;
	padding:20px 0;
  }
  .now{
    display: none;
  }
  .c-header{
    width: 100%;
    background: url(../images/list_page1_m.png) no-repeat center center;
    margin-bottom: 30px;
  } 
  .contents{
    width: 100%;
    padding: 0;
    margin-bottom: 15%;
  }
  .contents .container{
    margin: 0;
    padding: 0;
  }
  .sub-contents{
    padding: 0;
  } 
  .sub-contents>ul{
    width: 100%;
    padding: 5%;
    margin-top: 0;
  } 
  .sub-contents>ul>li {
    display: inline-block;
    width: 47%;
    margin-right: 3%; 
  }
  .sub-contents>ul>li:nth-child(even){
    margin-right: 0;
  }
  .r-title, .r-title-1{
    margin-left: 5%;
  }
  .r-title {
    width: 120px;
    height: 40px;
    text-align: center;
    background-color: #002C74;
    border-radius: 25px;
    font: 700 2rem/40px 'Nanum Gothic', sans-serif;
    color: #fff;
    margin-bottom: 27px;
    margin-top: 42px;
    text-align: center;
  }
  .r-title1{
    font-size: 2rem ;
    padding: 5%;
  } 
  .info-title{
    border: 0 !important; 
    text-align: center !important;
    margin-top: 42px !important;
    font-size: 3rem !important;
  }

  .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) {

  .m-logo{
    left: 20% !important; 
  }
  .audio-list{
    top: -7% !important;
    left: 75% !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;
  }

  .r-title-1{
    font-size: 1.9rem !important;    
  }
  .caption img{ 
    width: 30px !important;
  }
  .caption h4{
    font-size: 1.7rem !important;
    letter-spacing: -2px !important;
  }
  .caption h5{
    font-size: 1.5rem !important;
    left: auto;
    bottom: 0 !important;
    left: 21% !important;
  }
  .sub-contents>ul>li>a>img{
    height: 130px !important;
  }  

  .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: 1.53rem !important;
  }
  .caption img{ 
    width: 26px !important;
  }
  .caption h4{
    font-size: 1.5rem !important;
  }
  .caption h5{
    font-size: 1.4rem !important;
  }
}