@CHARSET "UTF-8";
/* 
 * Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess
 */
 /**
@font-face {
  font-family:NanumGothic;
  font-style: normal;
  font-weight: 400;
  src: url('../font/NanumGothic-Regular.eot');
  src: url('../font/NanumGothic-Regular-iefix.eot') format('embedded-opentype'),
       url('../font/NanumGothic-Regular.woff2') format('woff2'),
       url('../font/NanumGothic-Regular.woff') format('woff'),
       url('../font/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family:NanumGothic;
  font-style: bold;
  font-weight: 800;
  src: url('../font/NanumGothic-Bold.eot');
  src: url('../font/NanumGothic-Bold-iefix.eot') format('embedded-opentype'),
       url('../font/NanumGothic-Bold.woff2') format('woff2'),
       url('../font/NanumGothic-Bold.woff') format('woff'),
       url('../font/NanumGothic-Bold.ttf') format('truetype');
}
**/

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);