@charset "utf-8";
/* CSS Document */
/*=================================================================================

* Font_En_Poppins

=================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/*=================================================================================

* Font_Ko_NotoSansKR

=================================================================================*/
@font-face {
	font-family: 'NotoSansKR';	
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSansKR-Regular.woff2") format('woff2'), url("../fonts/NotoSansKR-Regular.woff") format('woff'), url("../fonts/NotoSansKR-Regular.otf") format('opentype');
}
@font-face {
	font-family: 'NotoSansKR';	
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/NotoSansKR-Medium.woff2") format('woff2'), url("../fonts/NotoSansKR-Medium.woff") format('woff'), url("../fonts/NotoSansKR-Medium.otf") format('opentype');
}
@font-face {
	font-family: 'NotoSansKR';	
	font-style: bold;
	font-weight: 700;
	src: url("../fonts/NotoSansKR-Bold.woff2") format('woff2'), url("../fonts/NotoSansKR-Bold.woff") format('woff'), url("../fonts/NotoSansKR-Bold.otf") format('opentype');
	
}


