@charset "utf-8";

@import url(head.css);
@import url(kctv.css);
@import url(foot.css);
@import url(sales-report.css);

/* 나눔고딕 */
@font-face{
	font-family:"NanumGothic";
	src:url('../font/NanumGothic/NanumGothic.eot');
	src:url('../font/NanumGothic/NanumGothic.eot#iefix') format('embedded-opentype'), 
		url('../font/NanumGothic/NanumGothic.woff2') format('woff2'),
		url('../font/NanumGothic/NanumGothic.woff') format('woff'),
		url('../font/NanumGothic/NanumGothic.ttf') format('truetype');
} 

@font-face{
	font-family:"NanumGothicB";
	src:url('../font/NanumGothic/NanumGothicBold.eot');
	src:url('../font/NanumGothic/NanumGothicBold.eot#iefix') format('embedded-opentype'), 
		url('../font/NanumGothic/NanumGothicBold.woff2') format('woff2'),
		url('../font/NanumGothic/NanumGothicBold.woff') format('woff'),
		url('../font/NanumGothic/NanumGothicBold.ttf') format('truetype');
}

/* 노토 산스 KR */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 250;
  src: url(../font/NotoSansKR/NotoSansKR-Thin.otf);
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR/NotoSansKR-Light.otf);
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR/NotoSansKR-Regular.otf);
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: medium;
  font-weight: 500;
  src: url(../font/NotoSansKR/NotoSansKR-Medium.otf);
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: bold;
  font-weight: 700;
  src: url(../font/NotoSansKR/NotoSansKR-Bold.otf);
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: bold;
  font-weight: 900;
  src: url(../font/NotoSansKR/NotoSansKR-Black.otf);
}
