/* BASIC css start */
/* ±âº» = ²¨Áü */
.rank-chip {
  font-weight: 400;
  color: #888;
  border-bottom: 2px solid transparent;   /* ¹ØÁÙ ÀÚ¸®¸¸ Àâ°í ¾È º¸ÀÌ°Ô */
}

/* is-active ÀÏ ¶§¸¸ = ÄÑÁü */
.rank-chip.is-active {
  font-weight: 700;
  color: #111;
  border-bottom-color: #111;               /* ¹ØÁÙ º¸ÀÌ°Ô */
}
/* BASIC css end */

