@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  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: 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');
}

/* 
 * Nanum Square Web Fonts
 * https://github.com/hiun/NanumSquare
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */
 
@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(/_res/font/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(/_res/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/_res/font/NanumSquareR.woff2) format('woff2'),
       url(/_res/font/NanumSquareR.woff) format('woff');
}

@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(/_res/font/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(/_res/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/_res/font/NanumSquareB.woff2) format('woff2'),
       url(/_res/font/NanumSquareB.woff) format('woff');
}