@charset "UTF-8";
/* Open Sans */
@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: normal;

	src: url(../publish/font/OpenSans-Light.woff2) format('woff2'),
	url(../publish/font/OpenSans-Light.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;

	src: url(../publish/font/OpenSans-Regular.woff2) format('woff2'),
	url(../publish/font/OpenSans-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: normal;

	src: url(../publish/font/OpenSans-Semibold.woff2) format('woff2'),
	url(../publish/font/OpenSans-Semibold.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-weight: bold;
	font-style: normal;

	src: url(../publish/font/OpenSans-Bold.woff2) format('woff2'),
	url(../publish/font/OpenSans-Bold.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 800;
	font-style: normal;

	src: url(../publish/font/OpenSans-ExtraBold.woff2) format('woff2'),
	url(../publish/font/OpenSans-ExtraBold.woff) format('woff');
}
@font-face {
	font-family: 'Lobster';
	src: url(../publish/font/Lobster_1.3.otf);
}
@font-face {font-family: 'Glegoo';src: url(../publish/font/Glegoo-Regular.ttf);}

@font-face {
	font-family: 'Noto Serif KR';
	font-weight: 400;
	font-style: normal;
	font-display: block;

	src: url(../publish/font/NotoSerifKR-Medium.otf);
}
/* poppins */
@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-style: normal;

	src: url(../publish/font/Poppins-Light.ttf);
}
@font-face {
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;

	src: url(../publish/font/Poppins-Regular.ttf);
}
@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-style: normal;

	src: url(../publish/font/Poppins-Medium.ttf);
}
@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-style: normal;

	src: url(../publish/font/Poppins-SemiBold.ttf);
}
@font-face {
	font-family: 'Poppins';
	font-weight: bold;
	font-style: normal;

	src: url(../publish/font/Poppins-Bold.ttf);
}
@font-face {
	font-family: 'Poppins';
	font-weight: 800;
	font-style: normal;

	src: url(../publish/font/Poppins-ExtraBold.ttf);
}