/*
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(./NanumBarunGothic.eot);
  src: url(./NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
  url(./NanumBarunGothic.woff) format('woff'),
  url(./NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 600;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(./NanumBarunGothicBold.eot);
  src: url(./NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
  url(./NanumBarunGothicBold.woff) format('woff'),
  url(./NanumBarunGothicBold.ttf) format('truetype');
}
*/

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/resource/NanumBarunGothic_eot');
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url("/resource/NanumBarunGothic_eot?#iefix)") format('embedded-opentype'),
       url("/resource/NanumBarunGothic_ttf") format('woff'),
       url("/resource/NanumBarunGothic_woff") format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 600;
  src: url("/resource/NanumBarunGothicBold_eot");
  src: local('Nanum Barun Gothic Bold'),
       local('NanumBarunGothicBold'),
       url("/resource/NanumBarunGothicBold_eot?#iefix") format('embedded-opentype'),
       url("/resource/NanumBarunGothicBold_woff") format('woff'),
       url("/resource/NanumBarunGothicBold_ttf") format('truetype');
}

