@charset "utf-8";

/*********** Open Sans font-family: 'Open Sans'; ************/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Regular.woff2') format('woff2'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff2') format('woff2'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/OpenSans-ExtraBold.eot');
	src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
		url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
		url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

/*********** 에스코어드림 font-family: 'S-CoreDream'; ************/
@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/S-CoreDream-1Thin.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/S-CoreDream-2ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/S-CoreDream-3Light.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/S-CoreDream-4Regular.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/S-CoreDream-5Medium.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/S-CoreDream-6Bold.woff') format('woff');
}
@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/S-CoreDream-7ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/S-CoreDream-8Heavy.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/S-CoreDream-9Black.woff') format('woff');
}