/* BASIC css start */
/* 커뮤니티 상단 공통박스 */
.top_box { clear:both; width:100%; height:30px; margin:-10px auto 30px; }
.top_box ul { font-size:0; line-height:0; }
.top_box li { float:left; width:auto; height:30px; text-align:center; margin-right:7px; }
.top_box li a { display:block; padding:0 20px; line-height:30px; border:1px solid #e8e8e8; border-radius:20px; background:#fff; font-size:12px; color:#666; transition:all 0.3s ease-in-out; }
.top_box li a:hover { background:#404040; border:1px solid #404040; color:#fff; }
/* BASIC css end */

