@charset "utf-8";

@import url(kctv.css);
@import url(foot.css);
@import url(admin.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');
}

/* 나눔스퀘어 */
@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NanumSquare/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(../font/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare/NanumSquareR.woff2) format('woff2'),
       url(../font/NanumSquare/NanumSquareR.woff) format('woff'),
       url(../font/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(../font/NanumSquare/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(../font/NanumSquare/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquare/NanumSquareB.woff2) format('woff2'),
       url(../font/NanumSquare/NanumSquareB.woff) format('woff'),
       url(../font/NanumSquare/NanumSquareB.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);
}
