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

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