@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}
/*전체설정*/
* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR";
    text-align: center;
    color: #242424;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

#wrap {
    width: 100%;
    min-width: 1250px;
}

.behind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1000;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    font: 0/0 '';

}

/**********헤더**********/
header {
    width: 100%;
    height: 110px;
    background-color: #004082;
    position: relative;
}


#top {
    width: 1200px;
    height: 110px;
    margin: 0 auto;

}

#logo {
    float: left;

    padding-top: 40px;
}

#lnb {
    float: left;
    width: 900px;
}

#lnb > ul > li {
    width: 170px;
    height: 110px;
    float: left;
    padding-top: 43px;
    box-sizing: border-box;


}

#lnb > ul > li:nth-child(1) {
    margin-left: 200px;
}

#lnb > ul > li:nth-child(2) {
    padding-top: 30px;
}

#lnb > ul > li > a {
    color: #fff;
    font-size: 18px;
    height: 100%;
    display: block;
    width: 100%;

}

#lnb > ul > li:hover > a {
    color: #6cc7d8;
    font-weight: bold;
    text-decoration: underline;
}



.sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 110px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #999;
    box-shadow: 0 0 1px;
    z-index: 1;

}

.subbx {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}

.subbx h4 {
    font-size: 30px;
    width: 280px;
    height: 100px;
    float: left;
    text-align: left;
    margin-top: 20px;
}


.subbx li {
    width: 213px;
    height: 50px;
    border: 1px solid #ddd;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.subbx li:nth-child(4n) {
    margin-right: 0;
}

.sub a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
}

.sub a:hover {
    background-color: #ddd;
    font-weight: 500;
}

#lnb > ul > li:hover .sub {
    height: 160px;
}


#lnb li:hover .sub {
    height: 200px;
}



#serch {
    width: 49px;
    border: 1px solid #80a0c1;
     float: left;
    margin-top: 30px;
}


/**********풋터**********/
footer {
    width: 100%;
    height: 328px;
    background-color: #014689;
}

#footer_box {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
}

#bottom_logo {
    width: 157px;
    height: 145px;
    padding-top: 43px;
    float: left;
}

#footer_right {
    float: left;
    width: 1043px;
}

.info {
    float: left;
    margin-left: 80px;
}

.sns {
    float: left;
    margin-left: 130px;
}

.sns li {
    float: left;
    margin-right: 10px;
}


.lang {
    float: left;
    margin-left: 140px;
    position: relative;
}

.lang > a {
    color: #fff;
    display: block;
    width: 160px;
    height: 35px;
    border: 1px solid #346ba1;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    padding-left: 10px;

}

.lang > a::after {
    content: "+";
    position: absolute;
    right: 13px;
    bottom: 2px;
}

.lang > a:hover {
    background-color: #346ba1;
}

#footer_right h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    margin-top: 43px;
    height: 40px;
}


address {
    color: #b6c1d0;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    line-height: 1.8;
}

#copyright {
    height: 77px;
    background-color: #0b3965;


}

small {
    line-height: 5;
    font-size: 16px;
    color: #78889d;
}