@charset "utf-8";

#header {width:100%; height:100px; position:absolute; left:0; top:0; z-index:100;}
/*#header .logo {position:absolute; top:20px; left:50%; margin-left:-50px; z-index:10;}*/

#header .logo {position:absolute; top:22px; left:0px; z-index:10;}
#header .logo a {display:block;}

#header .header_outer {width:100%; height:100px; background: #3b82c0 /*rgba(237,31,36,0.95)*/ url(/kor/image/header_bg.png) 0 0 repeat-x;}
#header .header_inner {width:1200px; margin:0 auto; position:relative;}

#header .gnb {position:absolute; top:20px; left:340px; text-align:center;}
#header .gnb > li {float:left; background:url(/kor/image/gnb_line.gif) 0 24px no-repeat;}
#header .gnb > li:first-child {float:left;  background:none;}

#header .gnb > li.m1 {width:190px;}
#header .gnb > li.m2 {width:190px;}
#header .gnb > li.m3 {width:160px;}
#header .gnb > li.m4 {width:160px;}
#header .gnb > li.m5 {width:160px;}

#header .gnb > li > a {display:block; height:76px; font-size:17px; font-weight:bold; line-height:60px; color:#333; outline:none;border-bottom:4px solid #fff;}
#header .gnb > li.on > a {color:#ee8300;border-color:#1f2d5c; text-decoration:none}
#header .gnb > li.current > a {color:#ee8300;border-color:#1f2d5c;}
#header .gnb > li ul {display:none; height:175px; padding:25px 0 0;border-left:1px solid rgba(255,255,255,0.3);}
#header .gnb > li.m5 ul {border-right:1px solid rgba(255,255,255,0.3);}
#header .gnb > li ul.smenu:hover {background:rgba(40,97,168,1.0); }
#header .gnb > li ul li {display:block;margin-top:3px; *margin-top:5px;}
#header .gnb > li ul.smenu li {display:block; cursor:pointer}
#header .gnb > li ul li:first-child {margin-top:0px;}
#header .gnb > li ul li a {width:100%; display:block; *display:inline-block; padding:3px 0 5px 0; font-size:15px; font-weight:bold; color:#F0F0F0; outline:none; vertical-align:top;}
/*#header .gnb > li ul li a:hover {background:#FF6900;margin:0 10px;border-radius:3px; color:#333;}*/
#header .gnb > li ul li a:hover {color:#FC0; font-weight:bold; text-decoration:none;}
#header .gnb > li ul li a:focus {color:#FC0; font-weight:bold; text-decoration:none;}

