@CHARSET "UTF-8";
/*
    나눔 바른고딕 ultra light(200)
    Nanum Barun Gothic 이지만 그냥 명칭을 Nanum Gothic으로 통일
 */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 200;
    src: url(NanumBarunGothicUltraLight.eot);
    src: local('Nanum Barun Gothic UltraLight'),
    local('NanumBarunGothicUltraLight'),
    url(NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
    url(NanumBarunGothicUltraLight.woff2) format('woff2'),
    url(NanumBarunGothicUltraLight.woff) format('woff'),
    url(NanumBarunGothicUltraLight.ttf) format('truetype');
}

/*
    나눔 바른고딕 light(300)
    Nanum Barun Gothic 이지만 그냥 명칭을 Nanum Gothic으로 통일
 */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 300;
    src: url(NanumBarunGothicLight.eot);
    src: local('Nanum Barun Gothic Light'),
    local('NanumBarunGothicLight'),
    url(NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
    url(NanumBarunGothicLight.woff2) format('woff2'),
    url(NanumBarunGothicLight.woff) format('woff'),
    url(NanumBarunGothicLight.ttf) format('truetype');
}

/*
    나눔 바른고딕 normal(400)
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(NanumGothic-Regular.eot);
  src: url(NanumGothic-Regular.eot#iefix) format('embedded-opentype'),
       url(NanumGothic-Regular.woff2) format('woff2'),
       url(NanumGothic-Regular.woff) format('woff'),
       url(NanumGothic-Regular.ttf) format('truetype');
}

/*
    나눔 바른고딕 bold(700)
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(NanumGothic-Bold.eot);
  src: url(NanumGothic-Bold.eot#iefix) format('embedded-opentype'),
       url(NanumGothic-Bold.woff2) format('woff2'),
       url(NanumGothic-Bold.woff) format('woff'),
       url(NanumGothic-Bold.ttf) format('truetype');
}

/*
    나눔 바른고딕 extra bold(800)
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(NanumGothic-ExtraBold.eot);
  src: url(NanumGothic-ExtraBold.eot#iefix) format('embedded-opentype'),
       url(NanumGothic-ExtraBold.woff2) format('woff2'),
       url(NanumGothic-ExtraBold.woff) format('woff'),
       url(NanumGothic-ExtraBold.ttf) format('truetype');
}