@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');
@font-face {
    font-family: 'KOTRA_SONGEULSSI';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/KOTRA_SONGEULSSI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
body 
{font-family:'Pretendard', 'Noto Sans KR', 'Roboto', sans-serif !important;  color:#666 !important; margin:0 !important; padding:0 !important; font-size:16px !important; line-height:180% !important;overflow-x: hidden; letter-spacing: -0.03em !important;}

main{
    overflow-x: hidden;
}

.container {max-width: 1330px; width: 100%;}

a {transition: all 0.5s;}

hr.gap10px {height: 10px!important; width: 100%; display: block; border: none!important;margin: 0;}
hr.gap30px {height: 30px!important; width: 100%; display: block; border: none!important;margin: 0;}
hr.gap50px {height: 50px!important; width: 100%; display: block; border: none!important;margin: 0;}
hr.gap80px {height: 80px!important; width: 100%; display: block; border: none!important;margin: 0;}





/*풋터*/
#footerarea {
    clear: both;
    width: 100%;
    background: #121212;
    padding: 30px 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #fff;
/*    text-transform: uppercase;*/
}

#footerarea .col-md-4{
    text-align: right;
    align-self: center;
}


#footerarea .col-md-4 ul li:not(:last-child){
    margin-bottom: 15px;
}

#footerarea .col-md-4 ul li a{
    color: #fff;    
    font-weight: 600;
}

#footerarea  img{
    margin-bottom: 30px;
}

.footersubarea li:not(:last-child) {
    line-height: 1.8;
    margin-bottom: 10px;
}
.footersubarea span {
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    color: #a7a7a7;
}


.footersubarea span:not(:first-child)::before{
    content: "|";
    display: inline-block;
    margin-right: 10px;
} 

.footersubarea span.copy {
    margin-top: 10px;
    font-weight: 400;
    color: #666;
}


/*페이지 로딩*/
#loading { width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; display: block; opacity: .9; background-color: #fff; z-index: 99999999999999; 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: 10%;
    bottom: 5%;
    display: none;
    opacity: .8;
    transition: all 0.5s;
}

a.top:hover {
    opacity: 1;
    background-color: #008dd1;
}






/*서브타이틀*/
.submn-bg {
    /*height: 350px;*/
    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;
    padding-bottom: 62px;
}

#subbg01.submn-bg {background-image: url('subbg1.jpg');}
#subbg02.submn-bg {background-image: url('subbg2.jpg');}
#subbg03.submn-bg {background-image: url('subbg3.jpg');}
#subbg04.submn-bg {background-image: url('subbg4.jpg');}
#subbg05.submn-bg {background-image: url('subbg5.jpg');}
#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 { color: #fff;}
.submn-tit h2 {font-size: 2.8rem; font-weight: 600;}
.submn-tit p {font-size: 1.5rem;margin: 10px 0 50px;}



/*서브페이지 서브메뉴*/
.submn {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}
.submn a,.submn a:link,.submn a:visited {
    display: inline-block;
    color: #333;
    padding: 0 40px;
    font-size: 1.35rem;
    font-weight: 400;
    position: relative;
}
.submn li a::after {    
    background: none repeat scroll 0 0 transparent;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #008dd1;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.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: #008dd1;}

#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-bottom: 2px solid #008dd1; color: #008dd1; margin-top: -1px; font-weight: 600;}












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

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


@media screen and (max-width: 765px){
    #footerarea, .footer_mn a {font-size: 0.925rem!important;}
    .toparr {display: none!important;}
}



@media screen and (max-width: 575px){
    .submn-bg {height: auto; min-height: 200px;}
    .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;}
    
    .submn a {border: 1px solid #fff; 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 #008dd1; background-color: #008dd1; color: #fff;}
    
    
    
    
    
    
    
    
    
}