@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC|Song+Myung&display=swap');
html,body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
	width:100%;
	margin:0 auto;
	font-family:'Noto Sans KR', sans-serif;
}
ul, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

#header .top {height:105px; width:1280px; margin:0 auto;}
#header .top .area_links {float:right; padding-top:15px;font-size:12px;height:15px;}
#header .top .area_links li {float:left; padding-left:7px;}
#header .top .logo {width:1280px;position:relative; overflow:hidden;text-align:center;font-size:40px; font-weight:bold;font-family: 'Noto Serif TC', serif;}

#header .top_menu {float:left; width:100%; position:relative; background-color: rgba(69, 141, 218, 0.9); height:80px;}
#header .top_menu .gnb {width:1280px; height:80px; margin:0 auto;}
#header .top_menu .gnb ul {float:right; margin:0px 0 0; padding:0; list-style:none;width:1280px;font-size:18px;}
#header .top_menu .gnb ul li {float:left; width:20%; text-align:center; line-height:80px;font-size:18px; color:#fff; font-weight:bold;}

#header .top_menu .snb {display:none;width:100%; height:290px; border-bottom:1px solid #1b61bb; border-top:1px solid #1b61bb; background:#fff; position:absolute; color:#fff; font-weight:bold; font-size:14px;background-color: rgba(69, 141, 218, 0.9);}
#header .top_menu .snb .sub_menu {width:1280px; height:290px; margin:0 auto;}
#header .top_menu .snb .sub_menu .1dep {float:left; width:1280px; padding:0; list-style:none; color:#5a5a5a; letter-spacing:-0.07em; text-align:left;}
#header .top_menu .snb .sub_menu .sb_menu {float:left; width:206px;padding:12px 0 0 50px; line-height:30px;}
#header .top_menu .snb a:hover, a:focus {
    text-decoration: none;
    color: #b1d0f0;
}

.main_img {height:572px; width:100%; background-image:Url(../img/img01.jpg);background-repeat:no-repeat;background-position: center; position:absolute;}