@charset "utf-8"

/***@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);***/

@font-face {
  font-family: 'Nanumgothic';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/NanumGothic/NanumGothic-Regular.eot');
  src: url('/assets/fonts/NanumGothic/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/NanumGothic/NanumGothic-Regular.woff2') format('woff2'),
       url('/assets/fonts/NanumGothic/NanumGothic-Regular.woff') format('woff'),
       url('/assets/fonts/NanumGothic/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanumgothic';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/NanumGothic/NanumGothic-Bold.eot');
  src: url('/assets/fonts/NanumGothic/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/NanumGothic/NanumGothic-Bold.woff2') format('woff2'),
       url('/assets/fonts/NanumGothic/NanumGothic-Bold.woff') format('woff'),
       url('/assets/fonts/NanumGothic/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/NanumGothic/NanumGothic-ExtraBold.eot');
  src: url('/assets/fonts/NanumGothic/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/NanumGothic/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('/assets/fonts/NanumGothic/NanumGothic-ExtraBold.woff') format('woff'),
       url('/assets/fonts/NanumGothic/NanumGothic-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Nanumgothic';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/font.eot');
}
 
*, body, table, div, p {font-family:'Tahoma', font-family:'Nanumgothic' letter-spacing:-0.3pt !important;}