@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); 본고딕 */

/*키르기스어,베트남 추가*/
/* noto-sans-regular - cyrillic_vietnamese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/resources/_Css/fonts/noto-sans-v42-cyrillic_vietnamese-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src : url(/resources/_Css/fonts/100/NotoSansKR-Thin.woff2) format('woff2'),
		url(/resources/_Css/fonts/100/NotoSansKR-Thin.woff) format('woff'),
		url(/resources/_Css/fonts/100/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src : url(/resources/_Css/fonts/300/NotoSansKR-Light.woff2) format('woff2'),
		url(/resources/_Css/fonts/300/NotoSansKR-Light.woff) format('woff'),
		url(/resources/_Css/fonts/300/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src : url(/resources/_Css/fonts/400/NotoSansKR-Regular.woff2) format('woff2'),
		url(/resources/_Css/fonts/400/NotoSansKR-Regular.woff) format('woff'),
		url(/resources/_Css/fonts/400/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src : url(/resources/_Css/fonts/500/NotoSansKR-Medium.woff2) format('woff2'),
		url(/resources/_Css/fonts/500/NotoSansKR-Medium.woff) format('woff'),
		url(/resources/_Css/fonts/500/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src : url(/resources/_Css/fonts/700/NotoSansKR-Bold.woff2) format('woff2'),
		url(/resources/_Css/fonts/700/NotoSansKR-Bold.woff) format('woff'),
		url(/resources/_Css/fonts/700/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src : url(/resources/_Css/fonts/900/NotoSansKR-Black.woff2) format('woff2'),
		url(/resources/_Css/fonts/900/NotoSansKR-Black.woff) format('woff'),
		url(/resources/_Css/fonts/900/NotoSansKR-Black.otf) format('opentype');
}

/* 전산팀 추가 */
@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 400;
	src : url(/resources/_Css/fonts/400/NotoSerifKR-Regular.woff2) format('woff2'),
}

@font-face {
	font-family: 'Noto Serif KR';
	font-style: normal;
	font-weight: 700;
	src : url(/resources/_Css/fonts/700/NotoSerifKR-Bold.woff2) format('woff2'),
}

@font-face {
	font-family: 'Nanum Pen Script';
	font-style: normal;
	font-weight: 400;
	src : url(/resources/_Css/fonts/400/NanumPenScript-Regular.woff2) format('woff2'),
}

@font-face {
	font-family: 'Pretendard';
	font-style: Semi-bold;
	font-weight: 600;
	src : url(/resources/_Css/fonts/600/Pretendard-SemiBold.woff2) format('woff2'),
}

@font-face {
	font-family: 'Pretendard';
	font-style: Extra-bold;
	font-weight: 800;
	src : url(/resources/_Css/fonts/800/Pretendard-ExtraBold.woff2) format('woff2'),
}