@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;
}

/* spoca han sans */
@font-face {
    font-family: "spoqa";
    src:
        url("../font/SpoqaHanSansNeo-Thin.woff2") format("woff2"),
        url("../font/SpoqaHanSansNeo-Thin.woff") format("woff"),
        url("../font/SpoqaHanSansNeo-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "spoqa";
    src:
        url("../font/SpoqaHanSansNeo-Light.woff2") format("woff2"),
        url("../font/SpoqaHanSansNeo-Light.woff") format("woff"), 
        url("../font/SpoqaHanSansNeo-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "spoqa";
    src:
        url("../font/SpoqaHanSansNeo-Regular.woff2") format("woff2"),
        url("../font/SpoqaHanSansNeo-Regular.woff") format("woff"), 
        url("../font/SpoqaHanSansNeo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "spoqa";
    src: 
        url("../font/SpoqaHanSansNeo-Medium.woff2") format("woff2"),
        url("../font/SpoqaHanSansNeo-Medium.woff") format("woff"),
        url("../font/SpoqaHanSansNeo-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "spoqa";
    src:
        url("../font/SpoqaHanSansNeo-Bold.woff2") format("woff2"),
        url("../font/SpoqaHanSansNeo-Bold.woff") format("woff"), 
        url("../font/SpoqaHanSansNeo-Bold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

body 
{font-family: 'spoqa' ,'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.02em;}

.container {max-width: 1200px; 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: #222;
    padding: 60px 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.footer_mn {margin-bottom: 15px;}
.footer_mn .row {margin: 0; align-items: center;}
.footer_mn a, .footer_mn a:link, .footer_mn a:visited {
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.footer_mn a:hover {color: #f3090d;}
.footer_mn a::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
}
.footer_mn li:last-child a::before {display: none;}
.footersubarea li {
    line-height: 1.8;
}
.footersubarea span {
    display: inline-block;
    padding-right: 20px;
}
.footersubarea span.copy {
    color: #ccc;
}


/*페이지 로딩*/
#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: #f3090d;
}






/*서브타이틀*/
.submn-bg {
    height: 360px;
    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.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.6rem; font-weight: 900;}
.submn-tit p {font-size: 1.2rem;margin: 10px 0 50px;}



/*서브페이지 서브메뉴*/
.submn {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    line-height: 50px;
    border-bottom: 1px solid rgba(85, 52, 52, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.submn li{
    padding: 0 30px;
}

.submn a,.submn a:link,.submn a:visited {
    display: inline-block;
    color: #ddd;
    padding: 3.5px 10px;
    font-weight: 300;
    font-size: 17px;
    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: #f3090d;
    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,
#submn09 .submn li:nth-child(9) a:hover::after,
#submn10 .submn li:nth-child(10) a:hover::after,
#submn11 .submn li:nth-child(11) a:hover::after,
#submn12 .submn li:nth-child(12) a:hover::after {display: none;}

.submn li a:hover {color: #fff;}

#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,
#submn09 .submn li:nth-child(9) a,
#submn10 .submn li:nth-child(10) a,
#submn11 .submn li:nth-child(11) a,
#submn12 .submn li:nth-child(12) a {border-bottom: 3px solid #f3090d; font-weight: 600; color: #fff;}












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

    a.top {right: 1%; bottom: 1%;}
    .submn li{
        padding: 0 10px;
    }

    .submn li a{
        font-size: 15px !important;
    }
    
}


@media screen and (max-width: 765px){
    #footerarea, .footer_mn a {font-size: 0.925rem!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 #f3090d; background-color: #f3090d; color: #fff;}
    
    
    
    
    
    
    
    
    
}