@charset "UTF-8";

/* SUITE */
@font-face{
	font-family:'SUITE';
	font-weight: 400;
	src:url("../font/SUITE-Regular.woff2") format('woff2'),
	url("../font/SUITE-Regular.woff") format('woff');
}
@font-face{
	font-family:'SUITE';
	font-weight: 500;
	src:url("../font/SUITE-Medium.woff2") format('woff2'),
	url("../font/SUITE-Medium.woff") format('woff');
}
@font-face{
	font-family:'SUITE';
	font-weight: 600;
	src:url("../font/SUITE-Bold.woff2") format('woff2'),
	url("../font/SUITE-Bold.woff") format('woff');
}
@font-face{
	font-family:'SUITE';
	font-weight: 800;
	src:url("../font/SUITE-ExtraBold.woff2") format('woff2'),
	url("../font/SUITE-ExtraBold.woff") format('woff');
}
@font-face{
	font-family:'SUITE';
	font-weight: 900;
	src:url("../font/SUITE-Heavy.woff2") format('woff2'),
	url("../font/SUITE-Heavy.woff") format('woff');
}


/* Montserrat */
@font-face{
	font-family:'Montserrat';
	font-weight: 300;
	src:url("../font/Montserrat-Light.woff2") format('woff2'),
	url("../font/Montserrat-Light.woff") format('woff');
}
@font-face{
	font-family:'Montserrat';
	font-weight: 400;
	src:url("../font/Montserrat-Regular.woff2") format('woff2'),
	url("../font/Montserrat-Regular.woff") format('woff');
}


/* NanumMyeongjo */
@font-face{
	font-family:'NanumMJ';
	font-weight: 800;
	src:url("../font/NanumMyeongjoExtraBold.woff2") format('woff2'),
	url("../font/NanumMyeongjoExtraBold.woff") format('woff');
}


/* Lugrasimo */
@font-face{
	font-family:'Lugrasimo';
	font-weight: 800;
	src:url("../font/Lugrasimo-Regular.woff2") format('woff2'),
	url("../font/Lugrasimo-Regular.woff") format('woff');
}