@charset "UTF-8";

/* TmoneyRoundWind */
@font-face {
	font-family:'Tmoney-R';
	font-style:normal;
	font-weight:400;
	src:	local('TmoneyRoundWindRegular'),
			url('../fonts/TmoneyRoundWindRegular.woff') format('woff'),
			url('../fonts/TmoneyRoundWindRegular.ttf') format('truetype'),
			url('../fonts/TmoneyRoundWindRegular.otf') format('opentype');
}
@font-face {
	font-family:'Tmoney-B';
	font-style:normal;
	font-weight:400;
    src:	local('TmoneyRoundWindExtraBold'),
			url('../fonts/TmoneyRoundWindExtraBold.woff') format('woff'),
			url('../fonts/TmoneyRoundWindExtraBold.ttf') format('truetype'),
			url('../fonts/TmoneyRoundWindExtraBold.otf') format('opentype');
}

/* Noto Sans KR */
@font-face {
	font-family:'NotoSans-L';
	font-style:normal;
	font-weight:300;
	src:	local('Noto Sans KR Light'),
			url('../fonts/NotoSans-Light.woff2') format('woff2'),
			url('../fonts/NotoSans-Light.woff') format('woff'),
			url('../fonts/NotoSans-Light.otf') format('opentype');
}
@font-face {
	font-family:'NotoSans-R';
	font-style:normal;
	font-weight:400;
	src:	url('../fonts/NotoSans-Regular.eot');
	src:	local('Noto Sans KR'),
			url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/NotoSans-Regular.woff2') format('woff2'),
			url('../fonts/NotoSans-Regular.woff') format('woff');
}
@font-face {
	font-family:'NotoSans-B';
	font-style:normal;
	font-weight:400;
	src:	url('../fonts/NotoSans-Bold.eot');
	src:	local('Noto Sans KR Bold'),
			url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/NotoSans-Bold.woff2') format('woff2'),
			url('../fonts/NotoSans-Bold.woff') format('woff');
}