@charset "utf-8";

/* 포인트 랭킹 */
.pl_rank li { display: flex; justify-content: space-between; align-items: center; font-weight: 500; margin-top: 7px; }
.pl_rank li > :nth-child(2) { flex: 1 1; margin-left: 5px; line-height: 1; display: flex; align-items: center; }
.pl_rank li .sv_member { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; max-width: 150px; }
.pl_rank li img { margin-right: 4px; border-radius: 3px }
.pl_rank li .rank_bg { width: 20px; height: 20px; text-align: center; line-height: 20px; color: #666; background-color: #e0e0e0; border-radius: 3px; font-weight: 700; font-size: .85em; flex: 0 0 20px; }
.pl_rank li .rank_bg1 { background-color: #FFC700 !important; color: #fff !important; }
.pl_rank li .rank_bg2 { background-color: #99b5d3 !important; color: #fff !important; }
.pl_rank li .rank_bg3 { background-color: #dc6c03 !important; color: #fff !important; }
.pl_rank li > :nth-child(3) { font-weight: 700; font-size: .85em; flex-shrink: 0; }