@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body 
{font-family:'Noto Sans KR', 'Roboto', sans-serif !important;  color:#666 !important; margin:0 !important; padding:0 !important; font-size:16px !important; line-height:180% !important;}

a {transition: all 0.5s;}

hr.gap10px {height: 10px !important; width: 100%;}





/*풋터*/
#footerarea .f_container {max-width: 1300px; margin: 0 auto;}
#footerarea {
    clear: both;
    width: 100%;
    background: #373737;
    padding: 45px 0;
    /*font-size: 15px;
    font-weight: 300;*/
    color: #fff;
    overflow: hidden;
}
.f_text{float: left; width: 80%;}
.f_logo {float: right; width: 20%; text-align: right;}
.footer_mn .row {margin: 0;}
.footer_mn span {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
    word-break: keep-all;
}
.footer_mn span::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 18px;
    background-color: #fff;
}
.footer_mn span:last-child::before {display: none;}
.footer_mn li:last-child span {color: #9a9a9a;}
.footer_mn a {color: #9a9a9a;}
.footer_mn a:hover {color: #001a45;}
.footersubarea li {
    line-height: 26px;
}


@media screen and (max-width: 1024px){
  #footerarea .f_container {padding: 0 15px;}
  .footer_mn span {font-size: 16px;}
}

@media screen and (max-width: 768px){
  .f_text {float: none; width: 100%; text-align: center;}
  .f_logo {float: none; width: 100%; text-align: center; margin-top: 20px;}
}

@media screen and (max-width: 575px){
  .footer_mn span {font-size: 15px; width: 100%; display: block;}
  .footer_mn span::before {display: none;}
}





/*페이지 로딩*/
#loading { width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; display: block; opacity: .7; background-color: #fff; z-index: 99999; text-align: center; } 
#loading-image { position: absolute; top: 50%; left: 50%; z-index: 100; transform:translateX(-50%); } 
#loading-image span {display: inline-block; padding:10px; background: #fff; margin:0 auto;}
#loading-image span p{font-size: 12px !important;}






/*상단바로가기*/
.toparr {
    margin: auto;
    width: 5px;
    height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99999;
}
a.top {
    position: fixed;
    right: 7%;
    bottom: 5%;
    display: none;
    opacity: .8;
    transition: all 0.5s;
}

a.top:hover {
    opacity: 1;
}






/*서브타이틀*/
.submn-bg {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#subbg01.submn-bg {background-image: url('subbg1.png');}
#subbg02.submn-bg {background-image: url('subbg2.png');}
#subbg03.submn-bg {background-image: url('subbg3.png');}
#subbg04.submn-bg {background-image: url('subbg4.png');}
#subbg05.submn-bg {background-image: url('subbg1.png');}
#subbg06.submn-bg {background-image: url('subbg6.jpg');}
#subbg07.submn-bg {background-image: url('subbg7.jpg');}
#subbg08.submn-bg {background-image: url('subbg8.jpg');}

.submn-tit {text-shadow: 1px 1px 5px rgba(0,0,0,0.5); color: #fff;}
.submn-tit h2 {font-size: 2.5rem;}
.submn-tit p {font-size: 1.2rem;margin-top: 10px;}



/*서브페이지 서브메뉴*/
.submn {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.submn a,.submn a:link,.submn a:visited {
    display: block;
    color: #eee;
    padding: 0 30px;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    position: relative;
}
.submn li a::after {    
  background: none repeat scroll 0 0 transparent;
  top: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #001a45;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  max-width: 100%;
}


.submn li a:hover::after {width: 100%; left: 0; }


#submn01 .submn li:nth-child(1) a:hover::after,
#submn02 .submn li:nth-child(2) a:hover::after,
#submn03 .submn li:nth-child(3) a:hover::after,
#submn04 .submn li:nth-child(4) a:hover::after,
#submn05 .submn li:nth-child(5) a:hover::after,
#submn06 .submn li:nth-child(6) a:hover::after,
#submn07 .submn li:nth-child(7) a:hover::after,
#submn08 .submn li:nth-child(8) a:hover::after {display: none;}

.submn li a:hover {color: #001a45;}

#submn01 .submn li:nth-child(1) a,
#submn02 .submn li:nth-child(2) a,
#submn03 .submn li:nth-child(3) a,
#submn04 .submn li:nth-child(4) a,
#submn05 .submn li:nth-child(5) a,
#submn06 .submn li:nth-child(6) a,
#submn07 .submn li:nth-child(7) a,
#submn08 .submn li:nth-child(8) a {border-top: 2px solid #001a45; color: #fff; margin-top: -1px; font-weight: 500;}












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

    a.top {right: 1%; bottom: 1%;}
    
    
}


@media screen and (max-width: 900px){
    .submn-bg {height: auto; min-height: 300px;}
    .submn-tit h2 {font-size: 2rem; margin-top: 30px;}
    .submn-tit p {font-size: 1rem; margin-bottom: 30px;}
    .submn {flex-wrap: wrap; /*height: auto;*/ line-height: initial; border: none; position: inherit;}
    .submn li {padding: 0 2px; margin: 5px;}
    
    .submn a {border: 1px solid #eee; padding: 10px; font-size: 1rem; letter-spacing: -0.05em; color: #fff!important; background-color: rgba(153,153,153,0.5);}
    
    #submn01 .submn li:nth-child(1) a,
    #submn02 .submn li:nth-child(2) a,
    #submn03 .submn li:nth-child(3) a,
    #submn04 .submn li:nth-child(4) a,
    #submn05 .submn li:nth-child(5) a,
    #submn06 .submn li:nth-child(6) a,
    #submn07 .submn li:nth-child(7) a,
    #submn08 .submn li:nth-child(8) a {border: 1px solid #001a45; background-color: #001a45; color: #fff;}
    
    
    
    
    
    
    
    
    
}