/* 패키지 크기를 줄이기 위해 낮은 사용빈도 .ttf는 구글에서 끌어오도록 아래 주소로 교체*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../webfont/NanumGothic-Regular.eot?20991231);
  src: url(../webfont/NanumGothic-Regular.eot?20991231#iefix) format('embedded-opentype'),
       url(../webfont/NanumGothic-Regular.woff2?20991231) format('woff2'),
       url(../webfont/NanumGothic-Regular.woff?20991231) format('woff'),
       url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf?20991231) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../webfont/NanumGothic-Bold.eot?20991231);
  src: url(../webfont/NanumGothic-Bold.eot?20991231#iefix) format('embedded-opentype'),
       url(../webfont/NanumGothic-Bold.woff2?20991231) format('woff2'),
       url(../webfont/NanumGothic-Bold.woff?20991231) format('woff'),
       url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf?20991231) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(../webfont/NanumGothic-ExtraBold.eot?20991231);
  src: url(../webfont/NanumGothic-ExtraBold.eot?20991231#iefix) format('embedded-opentype'),
       url(../webfont/NanumGothic-ExtraBold.woff2?20991231) format('woff2'),
       url(../webfont/NanumGothic-ExtraBold.woff?20991231) format('woff'),
       url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf?20991231) format('truetype');
}
