@charset "UTF-8";
@font-face {
	font-family: 'PretendardGOV';
	font-weight: 900;
	font-display: swap;
	src: local('PretendardGOV Bold'), 
		 url(../fonts/PretendardGOV-Black.woff2) format('woff2'), 
		 url(../fonts/PretendardGOV-Black.woff) format('woff');
}
@font-face {
	font-family: 'PretendardGOV';
	font-weight: 700;
	font-display: swap;
	src: local('PretendardGOV Bold'), 
		 url(../fonts/PretendardGOV-Bold.woff2) format('woff2'), 
		 url(../fonts/PretendardGOV-Bold.woff) format('woff');
}
@font-face {
	font-family: 'PretendardGOV';
	font-weight: 600;
	font-display: swap;
	src: local('PretendardGOV SemiBold'), 
		 url(../fonts/PretendardGOV-SemiBold.woff2) format('woff2'), 
		 url(../fonts/PretendardGOV-SemiBold.woff) format('woff');
}
@font-face {
	font-family: 'PretendardGOV';
	font-weight: 400;
	font-display: swap;
	src: local('PretendardGOV Regular'), 
		 url(../fonts/PretendardGOV-Regular.woff2) format('woff2'), 
		 url(../fonts/PretendardGOV-Regular.woff) format('woff');
}
@font-face{
	font-family:"xeicon";
	src:url("../fonts/xeicon.eot");
	src:url("../fonts/xeicon.eot?#iefix") format("embedded-opentype"),
		url("../fonts/xeicon.woff2") format("woff2"),
		url("../fonts/xeicon.woff") format("woff"),
		url("../fonts/xeicon.ttf") format("truetype");
	font-weight:normal;
	font-style:normal;
	font-display:block;
}