@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/* 본고딕 노토산스 font-family: 'Noto Sans KR', sans-serif; */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(notosanskr/NotoSansKR-Thin.woff2) format('woff2'),
       url(notosanskr/NotoSansKR-Thin.woff) format('woff'),
       url(notosanskr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(notosanskr/NotoSansKR-Light.woff2) format('woff2'),
       url(notosanskr/NotoSansKR-Light.woff) format('woff'),
       url(notosanskr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(notosanskr/NotoSansKR-Regular.woff2) format('woff2'),
        url(notosanskr/NotoSansKR-Regular.woff) format('woff'),
        url(notosanskr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(notosanskr/NotoSansKR-Medium.woff2) format('woff2'),
        url(notosanskr/NotoSansKR-Medium.woff) format('woff'),
        url(notosanskr/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(notosanskr/NotoSansKR-Bold.woff2) format('woff2'),
        url(notosanskr/NotoSansKR-Bold.woff) format('woff'),
        url(notosanskr/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(notosanskr/NotoSansKR-Black.woff2) format('woff2'),
        url(notosanskr/NotoSansKR-Black.woff) format('woff'),
        url(notosanskr/NotoSansKR-Black.otf) format('opentype');
}

/* 나눔고딕 font-family: 'Nanum Gothic', sans-serif; */

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(nanumgothic/NanumGothic-Regular.eot);
  src: url(nanumgothic/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(nanumgothic/NanumGothic-Regular.woff2) format('woff2'),
       url(nanumgothic/NanumGothic-Regular.woff) format('woff'),
       url(nanumgothic/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(nanumgothic/NanumGothic-Bold.eot);
  src: url(nanumgothic/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(nanumgothic/NanumGothic-Bold.woff2) format('woff2'),
       url(nanumgothic/NanumGothic-Bold.woff) format('woff'),
       url(nanumgothic/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(nanumgothic/NanumGothic-ExtraBold.eot);
  src: url(nanumgothic/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(nanumgothic/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(nanumgothic/NanumGothic-ExtraBold.woff) format('woff'),
       url(nanumgothic/NanumGothic-ExtraBold.ttf) format('truetype');
}

