@charset "UTF-8";
/*  */
@import url("../font/remixicon.css");/* 기본 아이콘 : http://remixicon.com/에서 확인가능 */

@font-face{
	font-family:'Noto Sans';
	font-weight: 100;
	src:url("../font/NotoSans-Thin.eot");
	src:url("../font/NotoSans-Thin.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-Thin.woff") format('woff');
}
@font-face{
	font-family:'Noto Sans';
	font-weight: 200;
	src:url("../font/NotoSans-Light.eot");
	src:url("../font/NotoSans-Light.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-Light.woff") format('woff');
}
@font-face{
	font-family:'Noto Sans';
	font-weight: 300;
	src:url("../font/NotoSans-DemiLight.eot");
	src:url("../font/NotoSans-DemiLight.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-DemiLight.woff") format('woff');
}
@font-face{
	font-family:'Noto Sans';
	font-weight: 400;
	src:url("../font/NotoSans-Regular.eot");
	src:url("../font/NotoSans-Regular.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-Regular.woff") format('woff');
}
@font-face{
	font-family:'Noto Sans';
	font-weight: 500;
	src:url("../font/NotoSans-Medium.eot");
	src:url("../font/NotoSans-Medium.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-Medium.woff") format('woff');
}
@font-face{
	font-family:'Noto Sans';
	font-weight: 600;
	src:url("../font/NotoSans-Bold.eot");
	src:url("../font/NotoSans-Bold.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-Bold.woff") format('woff');
}
@font-face{
	font-family:'Noto Sans';
	font-weight: 700;
	src:url("../font/NotoSans-Black.eot");
	src:url("../font/NotoSans-Black.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSans-Black.woff") format('woff');
}





/*

@font-face{
	font-family:'Montserrat';
	font-weight: 100;
	src:url("../font/Montserrat-Thin.ttf");

}
@font-face{
	font-family:'Montserrat';
	font-weight: 200;
	src:url("../font/Montserrat-ExtraLight.ttf");
}
@font-face{
	font-family:'Montserrat';
	font-weight: 300;
	src:url("../font/Montserrat-Light.ttf");
}
@font-face{
	font-family:'Montserrat';
	font-weight: 400;
	src:url("../font/Montserrat-Regular.ttf");
}
@font-face{
	font-family:'Montserrat';
	font-weight: 500;
	src:url("../font/Montserrat-Medium.ttf");
}
@font-face{
	font-family:'Montserrat';
	font-weight: 600;
	src:url("../font/Montserrat-SemiBold.ttf");
}
@font-face{
	font-family:'Montserrat';
	font-weight: 700;
	src:url("../font/Montserrat-Bold.ttf");
}
@font-face{
	font-family:'Montserrat';
	font-weight: 800;
	src:url("../font/Montserrat-Black.ttf");
}

*/