@charset "UTF-8";

@font-face {
  font-family: 'Roboto';  
  font-style: normal;  
  font-weight: 100;
  src: url(/_res/font/Roboto-Thin.woff2) format('woff2'),
       url(/_res/font/Roboto-Thin.woff) format('woff'),
       url(/_res/font/Roboto-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Roboto';  
  font-style: normal;  
  font-weight: 300;
  src: url(/_res/font/Roboto-Light.woff2) format('woff2'),
       url(/_res/font/Roboto-Light.woff) format('woff'),
       url(/_res/font/Roboto-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Roboto';   
  font-style: normal;   
  font-weight: 400;
  src: url(/_res/font/Roboto-Regular.woff2) format('woff2'),
      url(/_res/font/Roboto-Regular.woff) format('woff'),
      url(/_res/font/Roboto-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Roboto';   
  font-style: normal;   
  font-weight: 500;
  src: url(/_res/font/Roboto-Medium.woff2) format('woff2'),
       url(/_res/font/Roboto-Medium.woff) format('woff'),
       url(/_res/font/Roboto-Medium.otf) format('opentype'); 
}
@font-face {   
  font-family: 'Roboto';   
  font-style: normal;   
  font-weight: 700;
  src: url(/_res/font/Roboto-Bold.woff2) format('woff2'),
        url(/_res/font/Roboto-Bold.woff) format('woff'),
        url(/_res/font/Roboto-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url(/_res/font/NotoSansKR-Light.woff2) format('woff2'),
       url(/_res/font/NotoSansKR-Light.woff) format('woff'),
       url(/_res/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/_res/font/NotoSansKR-DemiLight.woff2) format('woff2'),
       url(/_res/font/NotoSansKR-DemiLight.woff) format('woff'),
       url(/_res/font/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/_res/font/NotoSansKR-Regular.woff2) format('woff2'),
        url(/_res/font/NotoSansKR-Regular.woff) format('woff'),
        url(/_res/font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/_res/font/NotoSansKR-Medium.woff2) format('woff2'),
        url(/_res/font/NotoSansKR-Medium.woff) format('woff'),
        url(/_res/font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/_res/font/NotoSansKR-Bold.woff2) format('woff2'),
        url(/_res/font/NotoSansKR-Bold.woff) format('woff'),
        url(/_res/font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(/_res/font/NotoSansKR-Black.woff2) format('woff2'),
       url(/_res/font/NotoSansKR-Black.woff) format('woff'),
       url(/_res/font/NotoSansKR-Black.otf) format('opentype');
}

/* 나눔명조 */
@font-face {
  font-family: 'NanumMyeongjo';
  font-style: normal;
  src: url(/_res/font/NanumMyeongjo.woff) format('woff'),
        url(/_res/font/NanumMyeongjo.eot) format('eot'),
       url(/_res/font/NanumMyeongjo.otf) format('opentype');
}
