@charset "utf-8";
/* Font File */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/font/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/font/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/font/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/font/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/font/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/font/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/font/open-sans-v29-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/font/open-sans-v29-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/font/open-sans-v29-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/font/open-sans-v29-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/font/open-sans-v29-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/font/open-sans-v29-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face{
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('font/NotoSansKR-Regular_sm.woff2') format('woff2'),
	url('font/NotoSansKR-Regular_sm.woff') format('woff'),
	url('font/NotoSansKR-Regular_sm.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(font/NotoSansKR-Medium.woff2) format('woff2'),
        url(font/NotoSansKR-Medium.woff) format('woff'),
        url(font/NotoSansKR-Medium.otf) format('opentype');
 }

@font-face{
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 600;
	src: url('font/NotoSansKR-Bold_sm.woff2') format('woff2'),
	url('font/NotoSansKR-Bold_sm.woff') format('woff'),
	url('font/NotoSansKR-Bold_sm.otf') format('opentype');
}