/******** 나눔스퀘어 *******/
@font-face {
  font-family: 'NanumSquare-B';
  src: url('/fonts/NanumSquareB.eot');
  src: url('/fonts/NanumSquareB.eot?#iefix') format('embedded-opentype'),
       url('/fonts/NanumSquareB.woff') format('woff'),
       url('/fonts/NanumSquareB.ttf')  format('truetype');
  font-style:   normal;
  font-weight:  normal;
}
@font-face {
  font-family: 'NanumSquare-R';
  src: url('/fonts/NanumSquareR.eot');
  src: url('/fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
       url('/fonts/NanumSquareR.woff') format('woff'),
       url('/fonts/NanumSquareR.ttf')  format('truetype'),
       url('/fonts/NanumSquareR.svg#NanumsquareRegular') format('svg');
  font-style:   normal;
  font-weight:  normal;
}
@font-face {
  font-family: 'NanumSquare-L';
  src: url('/fonts/NanumSquareL.eot');
  src: url('/fonts/NanumSquareL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/NanumSquareL.woff') format('woff'),
       url('/fonts/NanumSquareL.ttf')  format('truetype'),
       url('/fonts/NanumSquareL.svg#NanumSquareLight') format('svg');
  font-style:   normal;
  font-weight:  normal;
}

/******** FontAwesome *******/
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/FontAwesome.eot');
  src: url('/fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
       url('/fonts/FontAwesome.woff') format('woff'),
       url('/fonts/FontAwesome.ttf')  format('truetype'),
       url('/fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-style:   normal;
  font-weight:  normal;
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url('/fonts/noto/eot/NotoSansKR-Thin-Hestia.eot'),
    url('/fonts/noto/eot/NotoSansKR-Thin-Hestia.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto/woff/NotoSansKR-Thin-Hestia.woff') format('woff'),
    url('/fonts/noto/otf/NotoSansKR-Thin-Hestia.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url('/fonts/noto/eot/notokr-regular.eot'),
    url('/fonts/noto/eot/notokr-regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto/woff/notokr-regular.woff') format('woff'),
    url('/fonts/noto/otf/notokr-regular.otf') format('opentype');
	/*url('/fonts/noto/ttf/notokr-regular.ttf') format('opentype');*/
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url('/fonts/noto/eot/NotoSansKR-Bold-Hestia.eot'),
    url('/fonts/noto/eot/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto/woff/NotoSansKR-Bold-Hestia.woff') format('woff'),
    url('/fonts/noto/otf/NotoSansKR-Bold-Hestia.otf') format('opentype');
}

