/* 
 * Nanum Barun Gothic Web Fonts
 * https://github.com/hiun/NanumBarunGothic
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */
 
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicUltraLight.eot);
  src: local('Nanum Barun Gothic UltraLight'),
       local('NanumBarunGothicUltraLight'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicUltraLight.woff) format('woff'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicUltraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicLight.eot);
  src: local('Nanum Barun Gothic Light'),
       local('NanumBarunGothicLight'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicLight.woff2) format('woff2'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicLight.woff) format('woff'),
       url(/theme/onweb/fonts/NanumBarunGothic/NanumBarunGothicLight.ttf) format('truetype');
}

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

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

.nanumbarungothic * {
 font-family: 'Nanum Barun Gothic', sans-serif;
}

.normal {
 font-style: normal;
}

.w250 {
 font-weight: 250;
}

.w300 {
 font-weight: 300;
}

.w350 {
 font-weight: 350;
}

.w400 {
 font-weight: 400;
}

.w500 {
 font-weight: 500;
}

.w700 {
 font-weight: 700;
}

.w800 {
 font-weight: 800;
}

.w900 {
 font-weight: 900;
}