@font-face {
  font-family: 'NanumGothic';
  src: url('/module/font/NanumGothic.eot');
  src: url('/module/font/NanumGothic.eot?#iefix') format('embedded-opentype'), /* ie 6,7,8 적용 embedded-opentype ie 8,9 적용 */
       url('/module/font/NanumGothic.woff') format('woff'), /* ie 제외한 나머지 */
       url('/module/font/NanumGothic.ttf') format('truetype'),
       url('/module/font/NanumGothic.svg#NanumGothic') format('svg'); /*모바일브라우져를 위해서*/
  font-weight: normal;
  font-style: normal;
}
