@charset "utf-8";

.basic-category { float:both; width:1200px; margin:0 auto; padding:0px; display:table; table-layout:fixed; }
.basic-category a { display:block; font-family: 'NEXON Lv1 Gothic OTF'; font-size:15px; color:#fff; opacity:0.6; }
.basic-category a:hover { transition:all 0.7s;  font-size:17px; opacity:1; }
.basic-category .ca-head { border:0; padding:8px 15px;  }
.basic-category .ca-sub1 { display:table-cell; text-align:center; padding: 0px; border-right:1px solid #eee; }
.basic-category .ca-sub1.on > a { padding:10px 0; font-size:17px; opacity:1;  }
.basic-category .ca-sub1:first-child { border-left:1px solid #eee; }
.basic-category .ca-sub2 { padding:0; margin:0; list-style:none; background: #fafafa; padding:4px 0px; margin:0px; border-bottom:1px solid #eee }
.basic-category .ca-sub2 li { padding:2px 20px; padding-right:15px; }
.basic-category .ca-sub2 li.on a { font-weight:bold !important; color: crimson !important; }
.basic-category .ca-line { padding:8px 15px; background:#fafafa; border-bottom:1px solid #eee; }
.basic-category .new { color:crimson; }