@charset "utf-8";

/*
	파일명: font.css
	기능설명: 폰트 css를 각 브라우져에 맞도록 분기
	최종수정일:	2014. 04


나눔바른고딕
@font-face{font-family:'ngn';src:url('http://www.gntour.com/font/NanumBarunGothic.eot');src:url('http://www.gntour.com/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),url('http://www.gntour.com/font/NanumBarunGothic.woff') format('woff')}
나눔명조
@font-face{font-family:'nmg';src:url('/font/NanumMyeongjo.eot');src:url('/font/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),url('/font/NanumMyeongjo.woff') format('woff')}
*/


@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/font/NanumGothic-Regular.eot);
  src: url(/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Regular.woff2) format('woff2'),
       url(/font/NanumGothic-Regular.woff) format('woff'),
       url(/font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 600;
  src: url(/font/NanumGothic-Bold.eot);
  src: url(/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Bold.woff2) format('woff2'),
       url(/font/NanumGothic-Bold.woff) format('woff'),
       url(/font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(/font/NanumGothic-ExtraBold.eot);
  src: url(/font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(/font/NanumGothic-ExtraBold.woff) format('woff'),
       url(/font/NanumGothic-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'ngn';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumBarunGothic.eot);
  src: url(/fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NanumBarunGothic.woff) format('woff'),
       url(/fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'ngnBold';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumBarunGothicBold.eot);
  src: url(/fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NanumBarunGothicBold.woff) format('woff'),
       url(/fonts/NanumBarunGothicBold.ttf) format('truetype');
}

@font-face {
  font-family: 'nmg';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumMyeongjo-Regular.eot);
  src: url(/fonts/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
       url(/fonts/NanumMyeongjo-Regular.woff) format('woff'),
       url(/fonts/NanumMyeongjo-Regular.woff2) format('woff2'),
       url(/fonts/NanumMyeongjo-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'nmgBold';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumMyeongjo-Bold.eot);
  src: url(/fonts/NanumMyeongjo-Bold?#iefix) format('embedded-opentype'),
       url(/fonts/NanumMyeongjo-Bold.woff) format('woff'),
       url(/fonts/NanumMyeongjo-Bold.woff2) format('woff2'),
       url(/fonts/NanumMyeongjo-Bold.ttf) format('truetype');
}