@charset "utf-8";

/* Category CSS */
.as-category{ position:relative; height:28px; padding:0px; margin:0px; background:url('./img/box_bg_tab.gif') repeat-x 0 100%; font:normal 12px dotum; }
.as-category ul { margin:0; padding:0; list-style:none; }
.as-category ul:after { height: 0px; clear: both; display: block; visibility: hidden; content: ""; }
.as-category ul li{ list-style:none;_display:inline;float:left;margin:0px -1px 0px 0px;border:1px solid #d4d4d4; border-bottom:0px; color:#444; padding:0px; height:28px; }
.as-category ul li a { cursor:pointer; display:block; padding:3px 18px 0px; color:#444; text-decoration:none; line-height:24px; }
.as-category ul li a:hover { color:#000; background:#f5f5f5; }
.as-category ul li.on{ height:28px; background:#fafafa; }
.as-category ul li.on a{ font-weight:bold; color:#000; }
.as-category ul li.end { float:right; background:none; border:0px; margin:0px; }
.as-category ul li.end a{ display:inline-block;padding:0 14px; background:none; color:#888; text-decoration:none !important; font-weight:normal; }
.as-category ul li .txt { font:normal 11px dotum font-weight:normal; color:#888; letter-spacing:-1px; }
.as-category ul li .cnt { font:bold 12px tahoma; color:orangered; }
