@charset "utf-8";
/* 나눔바른고딕 */
/* 구글 나눔고딕 방식 그대로 가져온 소스
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
 @font-face {
  font-family: 'nbg';
  font-style: normal;
  font-weight: 100;
  src: url(NanumBarunGothicUltraLight.eot);
  src: url(NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(NanumBarunGothicUltraLight.woff) format('woff'),
       url(NanumBarunGothicUltraLight.ttf) format('truetype');
}
@font-face {
  font-family: 'nbg';
  font-style: normal;
  font-weight: 300;
  src: url(NanumBarunGothicLight.eot);
  src: url(NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(NanumBarunGothicLight.woff2) format('woff2'),
       url(NanumBarunGothicLight.woff) format('woff'),
       url(NanumBarunGothicLight.ttf) format('truetype');
}
@font-face {
  font-family: 'nbg';
  font-style: normal;
  font-weight: 500;
  src: url(NanumBarunGothic.eot);
  src: url(NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(NanumBarunGothic.woff2) format('woff2'),
       url(NanumBarunGothic.woff) format('woff'),
       url(NanumBarunGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'nbg';
  font-style: normal;
  font-weight: 800;
  src: url(NanumBarunGothicBold.eot);
  src: url(NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(NanumBarunGothicBold.woff2) format('woff2'),
       url(NanumBarunGothicBold.woff) format('woff'),
       url(NanumBarunGothicBold.ttf) format('truetype');
}


.nbg-ul, .nbg-ul *{font-family:'nbg';font-weight:100;}
.nbg-l, .nbg-l *{font-family:'nbg';font-weight:300;}
.nbg, .nbg *    {font-family:'nbg';font-weight:500;}
.nbg-b, .nbg-b *  {font-family:'nbg';font-weight:800;}


/*
h1,h2,h3,h4,h5,h6,strong,b
{font-weight:600;}*/ /* 나눔고딕 볼드패치 */