@charset "utf-8";

/* 베스트글 */
.ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }

.best_rank .sort { margin: 0 -20px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin-bottom: 15px; }
.best_rank .sort ul { display: flex; align-items: center; padding: 5px 20px }
.best_rank .sort li { margin-right: 15px; color: #666; cursor: pointer; font-size: .95em; }
.best_rank .sort li.on { color: #0085FF !important; font-weight: 700; }
.best_rank_list { margin-left: -5px; }
.best_rank_list li { margin-top: 7px; display: flex; align-items: center; }
.best_rank_list .num { font-style: normal; font-weight: 700; width: 17px; text-align: center; margin-right: 5px; flex: 0 0 17px; }
.best_rank_list a { flex: 1 0; }
.best_rank_list a strong { font-weight: 400;}
.best_rank_list small { margin-left: 5px; flex-shrink: 0; }
.best_rank .empty_li { justify-content: center; }