@charset "UTF-8";
@font-face {
 font-family: 'Nanum Gothic';
 font-size:500;
 src: url('/font/NanumGothic.eot');
 src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
      url('/font/NanumGothic.woff') format('woff'),
      url('/font/NanumGothic.ttf') format('truetype');
      src: local(※), url('/font/NanumGothic.woff') format('woff');
}

@font-face {
 font-family: 'Nanum Gothic Bold';
 font-weight:600;
 src: url('/font/NanumGothicBold.eot');
 src: url('/font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
      url('/font/NanumGothicBold.woff') format('woff'),
      url('/font/NanumGothicBold.ttf') format('truetype');
}