@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

@font-face {
  font-family: 'GongGothicMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Common Shape*/
.xp-icon { display: inline-block; font-family:tahoma; height: 16px; width: 20px; line-height: 16px; -moz-border-radius: 6px; border-radius: 6px; text-align: center; font-size: 9px; font-weight:bold; margin-right: 0.2rem;}
.xp-icon i { font-size: 11px; }

/* Extra Shape */
.lv-admin { font-size:10px; background-color: rgb(233, 27, 35); color: rgb(255, 255, 255); } /* red */
.lv-special { font-size:10px; background-color: rgb(52, 152, 219); color: rgb(255, 255, 255); } /* blue */
.lv-guest { font-size:10px; background-color: rgb(51, 51, 51); color: rgb(255, 255, 255); } /* dark */

/* Level Icon */
.lv-1 { background-color: rgb(241, 196, 15); color: rgb(255, 255, 255); } 
.lv-2 { background-color: rgb(142, 196, 73); color: rgb(255, 255, 255); }
.lv-3 { background-color: rgb(233, 27, 35); color: rgb(255, 255, 255);  } 
.lv-4 { background-color: rgb(52, 152, 219); color: rgb(255, 255, 255); } 
.lv-5 { background-color: rgb(86, 61, 124); color: rgb(255, 255, 255); }

#bo_list .profile_img img {display:none}