@charset "utf-8";

/* 인기검색어 */
#popular {padding: 20px;}
#popular h2 {padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #d8d8d8;font-size:1em; color:#404040; font-weight:500;}
#popular a {display:block; color:#595959; text-align:left;height:30px;line-height:30px;font-size:0.813em; border-radius:3px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:300;}
#popular a .nb {font-weight:500; color:#404040; display:inline-block; width:25px;}
#popular a:hover {font-weight:400; color:#204396}
#popular a:hover .nb{color:#204396}
