@charset "utf-8";

/*********** 에스코어드림 font-family: 'S-CoreDream'; ************/
@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 100;
	src: local('S-Core Dream 1 Thin'),
		url('../fonts/S-CoreDream-1Thin.woff2') format('woff2'),
		url('../fonts/S-CoreDream-1Thin.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 200;
	src: local('S-Core Dream 2 ExtraLight'),
		url('../fonts/S-CoreDream-2ExtraLight.woff2') format('woff2'),
		url('../fonts/S-CoreDream-2ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 300;
	src: local('S-Core Dream 3 Light'),
		url('../fonts/S-CoreDream-3Light.woff2') format('woff2'),
		url('../fonts/S-CoreDream-3Light.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 400;
	src: local('S-Core Dream 4 Regular'),
		url('../fonts/S-CoreDream-4Regular.woff2') format('woff2'),
		url('../fonts/S-CoreDream-4Regular.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 500;
	src: local('S-Core Dream 5 Medium'),
		url('../fonts/S-CoreDream-5Medium.woff2') format('woff2'),
		url('../fonts/S-CoreDream-5Medium.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 600;
	src: local('S-Core Dream 6 Bold'),
		url('../fonts/S-CoreDream-6Bold.woff2') format('woff2'),
		url('../fonts/S-CoreDream-6Bold.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 700;
	src: local('S-Core Dream 7 ExtraBold'),
		url('../fonts/S-CoreDream-7ExtraBold.woff2') format('woff2'),
		url('../fonts/S-CoreDream-7ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 800;
	src: local('S-Core Dream 8 Heavy'),
		url('../fonts/S-CoreDream-8Heavy.woff2') format('woff2'),
		url('../fonts/S-CoreDream-8Heavy.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 900;
	src: local('S-Core Dream 9 Black'),
		url('../fonts/S-CoreDream-9Black.woff2') format('woff2'),
		url('../fonts/S-CoreDream-9Black.woff') format('woff');
}

/*********** 경기천년제목 font-family: 'GyeonggiTitle'; ************/
@font-face {
	font-family: 'GyeonggiTitle';
	font-style: normal;
	font-weight: 300;
	src: local('GyeonggiTitle'),
		url('../fonts/Title_Light.woff2') format('woff2'),
		url('../fonts/Title_Light.woff') format('woff');
}

@font-face {
	font-family: 'GyeonggiTitle';
	font-style: normal;
	font-weight: 500;
	src: local('GyeonggiTitle'),
		url('../fonts/Title_Medium.woff2') format('woff2'),
		url('../fonts/Title_Medium.woff') format('woff');
}

@font-face {
	font-family: 'GyeonggiTitle';
	font-style: normal;
	font-weight: 700;
	src: local('GyeonggiTitle'),
		url('../fonts/Title_Bold.woff2') format('woff2'),
		url('../fonts/Title_Bold.woff') format('woff');
}