/* 폰트 */
/* kopub 300 */
@font-face {
  font-family: 'Kopub';
  font-style: normal;
  font-weight: 100;
  src: url('KoPubWorld Dotum Light.ttf') format('truetype');
}
/* kopub 600 */
@font-face {
  font-family: 'Kopub';
  font-style: normal;
  font-weight: 600;
  src: url('KoPubWorld Dotum Medium.ttf') format('truetype');
}
/* kopub 800 */
@font-face {
  font-family: 'Kopub';
  font-style: normal;
  font-weight: 800;
  src: url('KoPubWorld Dotum Bold.ttf') format('truetype');
}
