/* Noto Sans KR */
@font-face { 
	font-family:'Noto Sans KR'; 
	font-style:normal; 
	font-weight:300; 
	src: url('/css/artFonts/NotoSansKR-Light.woff2') format('woff2'), 
	url('/css/artFonts/NotoSansKR-Light.woff') format('woff'), 
	url('/css/artFonts/NotoSansKR-Light.otf') format('opentype'); 
}
@font-face { 
  font-family:'Noto Sans KR'; 
  font-style:normal; 
  font-weight:normal; 
  src: url('/css/artFonts/NotoSansKR-Regular.woff2') format('woff2'), 
        url('/css/artFonts/NotoSansKR-Regular.woff') format('woff'), 
        url('/css/artFonts/NotoSansKR-Regular.otf') format('opentype'); 
 } 
@font-face { 
	font-family:'Noto Sans KR'; 
	font-style:normal; 
	font-weight: 500; 
	src: url('/css/artFonts/NotoSansKR-Medium.woff2') format('woff2'), 
	url('/css/artFonts/NotoSansKR-Medium.woff') format('woff'), 
	url('/css/artFonts/NotoSansKR-Medium.otf') format('opentype'); 
} 
@font-face { 
  font-family:'Noto Sans KR'; 
  font-style:normal; 
  font-weight:bold; 
  src: url('/css/artFonts/NotoSansKR-Bold.woff2') format('woff2'), 
        url('/css/artFonts/NotoSansKR-Bold.woff') format('woff'), 
        url('/css/artFonts/NotoSansKR-Bold.otf') format('opentype'); 
 } 

/* SCore */
@font-face {
	font-family: 'SCore';
	font-style: normal;
	font-weight: normal;
	src: url('/css/artFonts/SCore4.woff2') format('woff2'),
	url('/css/artFonts/SCore4.woff') format('woff'),
	url('/css/artFonts/SCore4.otf') format('opentype');
}
@font-face {
	font-family: 'SCore';
	font-style: normal;
	font-weight: 500;
	src: url('/css/artFonts/SCore5.woff2') format('woff2'),
	url('/css/artFonts/SCore5.woff') format('woff'),
	url('/css/artFonts/SCore5.otf') format('opentype');
}
@font-face {
	font-family: 'SCore';
	font-style: normal;
	font-weight: bold;
	src: url('/css/artFonts/SCore7.woff2') format('woff2'),
	url('/css/artFonts/SCore7.woff') format('woff'),
	url('/css/artFonts/SCore7.otf') format('opentype');
}

/* englsih */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family:'Roboto';
	font-style: normal;
	font-weight:normal;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
	font-family:'Roboto';
	font-style: normal;
	font-weight:500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}      