/* 본고딕 */
@font-face {font-family: 'Noto Sans';
	font-style: normal;
	font-weight:300;
	src: local('NotoSansKR-light'),
		local('NotoSansKR'),
		url(../fonts/NotoSansKR-light.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NotoSansKR-light.woff2) format('woff2'),
		url(../fonts/NotoSansKR-light.woff) format('woff'),
		url(../fonts/NotoSansKR-light.ttf) format('truetype');
}
@font-face {font-family: 'Noto Sans';
	font-style: normal;
	font-weight:400;
	src: local('NotoSansKR-regular'),
		local('NotoSansKR'),
		url(../fonts/NotoSansKR-regular.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NotoSansKR-regular.woff2) format('woff2'),
		url(../fonts/NotoSansKR-regular.woff) format('woff'),
		url(../fonts/NotoSansKR-regular.ttf) format('truetype');
}
@font-face {font-family: 'Noto Sans';
	font-style: normal;
	font-weight:500;
	src: local('NotoSansKR-medium'),
		local('NotoSansKR'),
		url(../fonts/NotoSansKR-medium.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NotoSansKR-medium.woff2) format('woff2'),
		url(../fonts/NotoSansKR-medium.woff) format('woff'),
		url(../fonts/NotoSansKR-medium.ttf) format('truetype');
}
@font-face {font-family: 'Noto Sans';
	font-style: normal;
	font-weight:700;
	src: local('NotoSansKR-bold'),
		local('NotoSansKR'),
		url(../fonts/NotoSansKR-bold.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NotoSansKR-bold.woff2) format('woff2'),
		url(../fonts/NotoSansKR-bold.woff) format('woff'),
		url(../fonts/NotoSansKR-bold.ttf) format('truetype');
}

/* 나눔 스퀘어 */
@font-face {font-family: 'Nanum Square';
	font-style: normal;
	font-weight: 400;
	src: local('Nanum Square Regular'),
		local('NanumSquareR'),
		url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
		url(../fonts/NanumSquareR.woff2) format('woff2'),
		url(../fonts/NanumSquareR.woff) format('woff'),
		url(../fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {font-family: 'Nanum Square';
	font-style: bold;
	font-weight: 700;
	src: local('Nanum Square Bold'),
       	local('NanumSquareB'),
       	url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       	url(../fonts/NanumSquareB.woff2) format('woff2'),
       	url(../fonts/NanumSquareB.woff) format('woff'),
       	url(../fonts/NanumSquareB.ttf) format('truetype');
}