/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: local('NanumGothic'),
       url(../font/NanumGothic-Regular.eot),
       url(../font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic-Regular.woff2) format('woff2'),
       url(../font/NanumGothic-Regular.woff) format('woff'),
       url(../font/NanumGothic-Regular.ttf) format('truetype'),
       local('Gulim');
       /*
       url(../font/NanumGothic-Regular.svg#NanumGothic) format('svg');
       */
}

@font-face {
  font-family: '나눔고딕';
  font-style: normal;
  font-weight: 400;
    src: local('NanumGothic'),
    url(../font/NanumGothic-Regular.eot),
    url(../font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumGothic-Regular.woff2) format('woff2'),
    url(../font/NanumGothic-Regular.woff) format('woff'),
    url(../font/NanumGothic-Regular.ttf) format('truetype'),
    local('Gulim');
    /*
    url(../font/NanumGothic-Regular.svg#NanumGothic) format('svg');
    */
}
 