/* Reset CSS */
/* base  크로스 브라우징을위한 초기화*/
body {text-align:center;padding:5px 5px 5px 5px background:#fbfbfb;margin:0 auto;font-size:12px; font-family: "malgun gothic", "malgun gothic";color:#333; }
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th,td{margin:0;padding:0}
h1, h2, h3, h4, h5,h6{font-weight:normal;font-size:100%}
ul, ol, li{list-style:none; }
fieldset, img{border:none}

/* a-style */
a{color:#333;text-decoration:none}
a:hover a:active{color:#2255cb;text-decoration:underline}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

.main { width:1000px; position:relative; margin:0 auto; background:#fbfbfb; }

/* 메인 탑 메뉴 폰트요청시 13pt 하였지만 10pt로 적용*/
.main_top_menu { text-align:center; width:1000px; height:35px; position:relative; margin:0 auto; }
.main_top_menu ul li { width:199px; height:35px; z-index:10; text-align: center; float:left; background:#2d2d3f; border-right: 1px solid #ffffff; background-repeat: repeat-x; color:#ffffff; font-weight:bold;}
.main_top_menu ul li a { width:199px; height:35px; float:left; position:relative; display:block; text-align: center; height:28px;padding:10px 0 0 0;white-space:nowrap; color:#ffffff; font-weight:bold;}
.main_top_menu ul li a:hover { width:199px; height:35px; z-index:10; background:orange;}
.main_top_menu ul li a:active { color:#a812ff; width:199px; height:35px; z-index:10; background:orange;}


