@charset "utf-8";



@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700&display=swap&subset=korean');
/*font-family: 'Noto Sans KR', sans-serif;*/
@font-face { font-family: 'BMJUA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); font-weight: normal; font-style: normal; }

.hidden { width: 0; height: 0; overflow: hidden;
    font-size: 0; line-height: 0;
    position: absolute; left: -9999px;
}
.clearfix::after {content: ""; display: table; clear: both;}
a, a:hover {text-decoration: none; color: inherit;}

* {box-sizing: border-box;}
body {font: 13px/1.2 "Noto Sans KR" ,"돋움", Dotum, AppleGothic, sans-serif;
    color: #333; letter-spacing: -0.5px;
/*    background-color: #f1f1f1;*/
}


.skip-nav a {width: 100%; height: 30px;
    position: fixed; left: 0; top: -100px; z-index: 10000;
    text-align: center; line-height: 30px; color: #fff;
    background-color: #f00;
}
.skip-nav a:focus {top: 0;}

.inner {width: 1200px; margin: 0 auto;}

.tit {font-size: 24px; color: #2e3192; font-weight: bold;}
.more {}
.more a {color: #213d8a; font-size: 14px;
    position: relative;
}
.more a:before {content: ""; width: 2px; height: 10px;
    background-color: #213d8a;
    position: absolute; left: -10px; top: 7px;
}
.more a:after {content: ""; width: 10px; height: 2px;
    background-color: #213d8a;
    position: absolute; left: -14px; top: 11px;
}
button:focus {outline: none;}
select:focus {outline: none;}
button, input, select {vertical-align: middle;}


/*header-S*/

#header {width: 100%; min-width: 1900px;}
#header .menu-wrap {padding-top: 55px;}
#header .logo {float: left;
    background: url(../img/logo3.png) no-repeat 0 0;
    text-indent: -9999px;
}
#header .logo a {width: 245px; height: 70px; display: block;}

#header #gnb {}
#header #gnb>ul {float: right;}
#header #gnb>ul>li {float: left;
    position: relative;
}
#header #gnb>ul>li:hover {color: #2e3192;}
#header #gnb>ul>li:hover:before {content: ""; width: 0; height: 0; margin-left: -6px;
    border-top: 6px solid #2e3192; border-right: 6px solid transparent; border-left: 6px solid transparent;
    position: absolute; left: 50%; top: 0;
}
#header #gnb>ul>li+li {margin-left: 10px;}
#header #gnb>ul>li>a {display: block; width: 180px; height: 50px;
    line-height: 50px; text-align: center; font-weight: bold; font-size: 22px;
}
#header #gnb>ul>li>ul {display: none;
    position: absolute; top: 50px; left: 0px; z-index: 100;
}
#header #gnb>ul>li>ul>li {
    background-color: #2e3192;
}
#header #gnb>ul>li>ul>li+li {border-top: 1px solid #07162d;}
#header #gnb>ul>li>ul>li:first-child {border-top-left-radius: 5px; border-top-right-radius: 5px;}
#header #gnb>ul>li>ul>li:last-child {border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
#header #gnb>ul>li>ul>li:hover {
    background-color: #236ae4;
}
#header #gnb>ul>li>ul>li>a {display: block; width: 220px; height: 40px;
    text-align: center; line-height: 40px; color: #fff; font-weight: 300; font-size: 16px;
}



#header .tnb {width: 100%; height: 30px; min-width: 1900px;
    position: absolute; left: 0; top: 0;
    background-color: #2e3192;
}
#header .tnb ul {float: right; margin-right: 360px;}
#header .tnb ul li {float: left;
    position: relative;
}
#header .tnb ul li+li:before {content: ""; width: 1px; height: 12px;
    background-color: #fff;
    position: absolute; left: 0; top: 10px;
}
#header .tnb ul li a {padding: 0 20px;
    font-size: 16px; text-align: center; color: #fff; font-weight: 300; line-height: 30px;
}
#header .tnb ul li span, em {padding: 0 20px;
    font-size: 16px; text-align: center; color: #fff; font-weight: 300; line-height: 30px;}
#header .tnb ul li span {padding-right: 0;}
#header .tnb ul li em {padding-left: 0;}

/*all-menu-S*/

#hamburger {margin-left: 20px; display: none;
    color: #fff; font-size: 26px; line-height: 46px;
}
#all-menu {display: none; width: 100%; height: 100%;
    position: fixed; left: 0; top: 0; z-index: 11111; overflow: scroll;
	background-color: rgba(0,0,0,0.7);
}
#all-menu .allmenu-wrap {width: 80%; 
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
#all-menu .allmenu-wrap h3 {width: 100%; height: 50px; padding-left: 20px;
    background-color: #3f45ff;
    line-height: 50px; color: #fff; font-size: 14px;
    position: relative;
}
#all-menu .allmenu-wrap h3 input {width: 60px;
    background-color: #3f45ff; color: #fe887e;
    font-weight: bold;
    border: none;
}
#all-menu .allmenu-wrap h3 span {margin-left: 20px; font-size:22px;}
#all-menu .allmenu-wrap h3 em {position: absolute; right: 20px; top: 10px;
    font-size: 26px;
}
#all-menu .allmenu-wrap ul {padding: 10px;}
#all-menu .allmenu-wrap ul>li {padding-left: 10px; margin: 20px 0;
    color: #2e3192; font-size: 22px; font-weight: bold;
}
#all-menu .allmenu-wrap ul>li>a {}
#all-menu .allmenu-wrap ul>li>ul {}
#all-menu .allmenu-wrap ul>li>ul>li {width: 100%; height: 30px; margin: 0;
    color: #333; font-size: 14px; font-weight: bold; line-height: 30px;
    background-color: #c7dcea;
}
#all-menu .allmenu-wrap ul>li>ul>li+li {margin-top: 2px;}
#all-menu .allmenu-wrap ul>li>ul>li>a {}





/*all-menu-E*/

/*header-E*/


/*footer-S*/

#footer {width: 100%; height: 120px; min-width: 1900px;
    background-color: #eee;
}
#footer .logofoot {float: left; width: 175px; height: 50px; display: block; margin-top: 30px;
    background: url(../img/logo_foot.png) no-repeat 0 0;
    text-indent: -9999px;
}
#footer address {float: left; margin: 20px 0 0 70px;
    color: #666; font-size: 13px;
}
#footer address ul {}
#footer address ul li {}
#footer address ul li a {line-height: 30px;}
#footer address ul li a span {padding-left: 20px;
    position: relative;
}
#footer address ul li a span:before {content: ""; width: 1px; height: 10px;
    background-color: #666;
    position: absolute; left: 11px; top: 5px;
}
#footer address ul .copy {padding-top: 10px;
    font-size: 16px;
}


/*footer-E*/




@media all and (max-width:800px) {
    
    .inner {width: 100%; margin: 0 auto;}
    
    /*header-S*/

    #header {width: 100%; min-width: 0px; height: 50px;
        background-color: #2e3192;
    }
    #header .menu-wrap {padding-top: 0;
        position: relative;
    }
    #header .logo {float: none; margin-left: -68px;
        background: url(../img/mobile_logo.png) no-repeat 0 0;
        text-indent: -9999px;
        position: absolute; left: 50%;top: 7px;
    }
    #header .logo a {width: 136px; height: 36px; display: block;}

    #header #gnb {display: none;}
    
    #header .tnb {display: none;}
    
    #hamburger {margin-left: 20px; display: block;
    color: #fff; font-size: 26px; line-height: 46px;
    }

    /*header-E*/
    

    /*footer-S*/

    #footer {width: 100%; height: 170px; min-width: 0px;
        background-color: #eee;
        position: relative;
    }
    #footer .logofoot {float: none; width: 175px; height: 50px; display: block; margin-top: 0px; margin-left: -87.5px;
        background: url(../img/logo_foot.png) no-repeat 0 0;
        text-indent: -9999px;
        position: absolute; left: 50%; top: 10px;
    }
    #footer address {float: none; margin: 0; padding-top: 60px;
        color: #666; font-size: 13px; text-align: center;
    }
    #footer address ul {}
    #footer address ul li {}
    #footer address ul li a {line-height: 30px;}
    #footer address ul li a span {padding-left: 20px;
        position: relative;
    }
    #footer address ul li a span:before {content: ""; width: 1px; height: 10px;
        background-color: #666;
        position: absolute; left: 11px; top: 5px;
    }
    #footer address ul .copy {padding-top: 10px;
        font-size: 16px;
    }


/*footer-E*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



