@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/*header*/

body{background:#f6f5f5;}
#header{width:100%;position:absolute;top:0;left:0;z-index: 99999;height:188px;background:#fff url(../../images/header_bg.gif) top center no-repeat;}
#header .logo{margin:0 auto;width:1024px; text-align:center;height:104px;padding-top:31px;}

#gnbWrap{width:100%;height:53px;background:#ecebeb;}
#gnb{margin:0 auto;width:1024px; z-index:10;height:53px;}

#gnb ul{overflow:visible;}
#gnb ul:after{content:""; clear:both; display:block;}
.depth > li{position:relative;float:left;width:166px;text-align:center; z-index:999; padding-top:17px;}
.depth > li > a{color:#333;font-size:14px;line-height:14px; font-weight:bold}
.depth > li > a:hover{color:#009dac;}

.subnav{display:none; position:absolute; z-index:999; left:0;top:60px;}
.subnav li{width:166px; height:25px;}
.subnav li a{color:#666; font-size:13px;text-align:center;}
.subnav li a:hover{color:#333;}
.bgGnb{display:none;position:absolute;top:188px;left:0; background:url(../../images/navi_bg.png) 0 0 repeat; width:100%;height:145px;z-index:998;}






/*footer start*/
#footer{width:100%;overflow:hidden;background:#333;padding-bottom:10px;}
#foot{width:1024px;margin:0 auto;}
.copy{width:1024px;padding-top:20px;color:#e0dddd;text-align:center;font-size:11px;line-height:25px;font-style:normal;}
.copy a{color:#e0dddd;padding-left:20px;}
.copy a:hover{color:#fff;}
.footLogo{float:right;padding-top:20px;}
/*footer end*/



