@charset "utf-8";
@import "layout.css";

body, td, th, form, input, select, textarea, input, div, p, span { margin: 0; font-size: 9pt; font-family: Tahoma, Gulim; color: #666; line-height: 18px; }

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }

img { border: none; }
table { border-collapse: collapse; }

.priv {display:inline-block;margin-left:7px;color:#f34;cursor:pointer;}

/* 200513 추가 */
#gnb {float:right;display:block;list-style:none;margin:0;padding:0 50px;width:600px;height:57px;background:url('../img/common/bgMenu.png') no-repeat right top;}
	#gnb:after {display:block;clear:both;content:"";}
	#gnb li {float:left;width:20%;}
	#gnb li a {display:block;font-size:14px;font-family:"돋움";font-weight:bold;color:#fff;line-height:50px;text-decoration:none;text-align:center;}
	#gnb li a:hover {color:#9c4600;}
