/* 폰트 */
@font-face {
  font-family: NexonLv2Gothic;
  font-style: normal;
  font-weight: 300;
  src: url('NEXON Lv2 Gothic Light.ttf'); /* IE9 Compat Modes */
  src: local('NEXON Lv2 Gothic Light'), local('NEXONLv2Gothic-Light'),
       url('NEXON Lv2 Gothic Light.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: NexonLv2Gothic;
  font-style: normal;
  font-weight: 400;
  src: url('NEXON Lv2 Gothic Medium.ttf'); /* IE9 Compat Modes */
  src: local('NEXON Lv2 Gothic Medium'), local('NEXONLv2Gothic-Medium'),
       url('NEXON Lv2 Gothic Medium.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: NexonLv2Gothic;
  font-style: normal;
  font-weight: 700;
  src: url('NEXON Lv2 Gothic Bold.ttf'); /* IE9 Compat Modes */
  src: local('NEXON Lv2 Gothic Bold'), local('NEXONLv2Gothic-Bold'),
       url('NEXON Lv2 Gothic Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
