/*  common */
body {font:14px "nanum"; color:#333;}
a {text-decoration:none; color:#333;}
a:hover {text-decoration:none;}
.auto {width:1000px; margin:auto;}

/* header */
.header_wrap {background:url("../images/layout/bg_header.png")repeat-x ; position:fixed; width:100%; top:0; height:91px; z-index:11; overflow:hidden;}
.header {width:1000px; margin:0 auto; position:relative; z-index:3;}
.header .logo {float:left; padding-top:22px;}
.header > .gnb {float:right; }
.header > .gnb > li {float:left; }
.header > .gnb > li > a {display:block; font-size:18px; padding:35px 55px; background:url("../images/layout/bg_gnb.gif") no-repeat 100% 50%; text-align:center; }
.header > .gnb > li:first-child {background:url("../images/layout/bg_gnb.gif") no-repeat 0% 38px; }
.header > .gnb > li > .wide {padding:35px 65px;}

.header > .gnb > li > a:hover,.header #gnb > li > a.on   {color:#716ab0;}
.header > .gnb > li:last-child a {}

.header > .gnb > li:first-child .sub {border-left:1px solid #9690c2;}
.header > .gnb > li .sub {padding:13px 0;  height:450px; border-right:1px solid #9690c2;} /* ==========================[ 20161027(Έρ) ΌφΑ€ ]========================== */
.header > .gnb > li:hover .sub {background:url("../images/layout/bg_gnb_sub.png") repeat;}
.header > .gnb > li .sub li a {display:block; line-height:180%; color:#fff; text-align:center; font-size:14px; letter-spacing:0.02em;}
.header > .gnb > li .sub li a:hover {color:#fff200;}

.util_menu {position:absolute; top:34px; right:0; }
.util_menu a {padding:6px 10px; background:#f5f5f5; border-radius:3px;  border:1px solid #d9d9d9; font-size:12px; color:#666;}

.header_bg {width:100%;height:0px; background:url("../images/layout/bg_header_sub.png") repeat; position:fixed; top:91px; z-index:1;}


/* footer */
.footer_wrap {background:#f8f8f8; padding:30px 0; border-top:1px solid #ccc;}
.footer {width:1000px; margin:auto; line-height:1.5; position:relative;}
.footer .logo {padding-top:3px;}
.footer .addr_wrap {margin-left:30px; color:#808080;}
.footer .copyright {color:#808080;  font-size:14px;  margin-top:10px;}
.footer select { width:180px; height:35px; border:1px solid #ccc; background:#fff;position:absolute; right:0; top:0px}


