@charset "utf-8";

/*나눔바른고딕*/
@font-face {
  font-family: 'NanumBarunGothic';
  src: local('NanumBarunGothic'), local('NanumBarunGothic'), local('NanumBarunGothic');
  src: url(../font/NanumBarunGothic.eot);
  src: url(../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumBarunGothic.woff) format('woff'),
       url(../font/NanumBarunGothic.ttf) format('truetype');
}