@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/*header*/


#header{width:100%;position:absolute;top:0;left:0;z-index: 99999; background:url(../../images/navi_bg.png) 0 0 repeat;height:76px;border-top:2px solid #11518f; }
#header #head{width:1000px;margin: 0 auto;height:76px;/*line-height:70px;*/}
#header #head .logo{float: left;margin-top:11px; height:44px;}
#header #head .gnb{position:relative; margin-top:32px;float: left;overflow: visible;}
#header #head .gnb li{position: relative;float: left;
					  padding-right:70px;padding-left:70px;font-size: 14px;font-weight: bold;}
#header #head .gnb li a{color:#474747;}
#header #head .gnb li:hover > a{color:#1a5a98;}

#header #head .gnb li .subMenu{display: none; line-height:30px; z-index: 2;width:100%;position: absolute;top:50px; left:0;}
#header #head .gnb li .subMenu li{background: none; height:30px;width:100%;margin: 0;padding:0; clear: left; text-align: center;}
#header #head .gnb li .subMenu li a{font-size:12px;color:#666;}
#header #head .gnb li .subMenu li a:hover{color:#1a5a98;}





/*footer start*/
#footer{width:100%;overflow:hidden;border-top:1px solid #ecebeb;padding-bottom:20px;}
#foot{width:1000px;margin:0 auto;}
.copy{width:1000px;padding-top:20px;color:#666;text-align:center;font-size:11px;line-height:25px;font-style:normal;}
.copy a{color:#333;padding-left:20px;}
.copy a:hover{color:blue;}
.footLogo{float:right;padding-top:20px;}
/*footer end*/



