@charset "utf-8";

@font-face {
	font-family: 'OneShinhan';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/OneShinhan-Light.eot);
	src: local('OneShinhanLight'),
			 url(fonts/OneShinhan-Light.eot?#iefix) format('embedded-opentype'),
			 url(fonts/OneShinhan-Light.woff2) format('woff2'),
			 url(fonts/OneShinhan-Light.woff) format('woff'),
			 url(fonts/OneShinhan-Light.ttf) format('truetype');
	font-display: fallback;
}

@font-face {
	font-family: 'OneShinhan';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/OneShinhan-Medium.eot);
	src: local('OneShinhanMedium'),
			 url(fonts/OneShinhan-Medium.eot?#iefix) format('embedded-opentype'),
			 url(fonts/OneShinhan-Medium.woff2) format('woff2'),
			 url(fonts/OneShinhan-Medium.woff) format('woff'),
			 url(fonts/OneShinhan-Medium.ttf) format('truetype');
	font-display: fallback;
}

@font-face {
	font-family: 'OneShinhan';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/OneShinhan-Bold.eot);
	src: local('OneShinhanBold'),
			 url(fonts/OneShinhan-Bold.eot?#iefix) format('embedded-opentype'),
			 url(fonts/OneShinhan-Bold.woff2) format('woff2'),
			 url(fonts/OneShinhan-Bold.woff) format('woff'),
			 url(fonts/OneShinhan-Bold.ttf) format('truetype');
	font-display: fallback;
}