/* list */
#bbs_history{border-top:2px solid #2c2c2c;}
#bbs_history:after { content:''; display:block; clear:both; }
#bbs_history .year { width:120px; float:left; font-weight:bold; font-size:25px; height:28px; line-height:28px; color:#222;}
#bbs_history .history_list {margin:0 0 0 120px;}
#bbs_history .history_list ul {}
#bbs_history .history_list ul li {zoom:1; padding-bottom:4px;}
#bbs_history .history_list ul li:after{content:'';display:block;clear:both;}
#bbs_history .history_list ul li span {float:left; color:#222;  font-weight:bold;  width:8%;}
#bbs_history .history_list ul li span + a,
#bbs_history .history_list ul li span + em {float:left;width:92%;}

#bbs_history .tab{display:table;table-layout:fixed;width:100%;border-collapse:collapse;border-spacing:0;border:none;}
#bbs_history .tab ul{display:table-row;}
#bbs_history .tab li{display:table-cell;height:43px;line-height:43px;text-align:center;vertical-align:middle;}
#bbs_history .tab li:first-child a{margin-left:0;}
#bbs_history .tab li a {display:block;width:100%;position:relative;margin:0 0 0 -1px;text-align:center;font-weight:bold;color:#6c6c6c;border:1px solid #dfdfdf;background:#f5f5f5;}
#bbs_history .tab li a:hover,
#bbs_history .tab li.on a{border-bottom-color:#fff;color:#0585cb;background:#fff;z-index:2;}
#bbs_history .tab li a:hover:before,
#bbs_history .tab li.on a:before{content:'';position:absolute;left:-1px;top:-1px;right:-1px;border-top:2px solid #0585cb;}
#bbs_history .tab_cont {padding:20px 0;border-bottom:1px solid #dfdfdf;}
#bbs_history .tab_cont.on{overflow:visible;height:auto;padding:30px 0 0;}

#boardList td {height:36px;}
/* @list */