@charset "utf-8";
/* CSS Document */

	@font-face {
	  font-family: 'Noto Sans KR';
	  font-style: normal;
	  font-weight: 300;
	  src: local('Noto Sans KR Light'), local('NotoSansKR-Light'), url('http://imation.com/fonts/NotoSansCJKkr-Light.eot') format('embedded-opentype');
	}
	@font-face {
		font-family: 'Noto Sans KR';
		font-style:normal;
		font-weight:400;
		src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url('http://imation.com/fonts/NotoSansCJKkr-Regular.eot') format('embedded-opentype');
	}
	@font-face {
	  font-family: 'Noto Sans KR';
	  font-style: normal;
	  font-weight: 500;
	  src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url('http://imation.com/fonts/NotoSansCJKkr-Medium.eot') format('embedded-opentype');
	}
	@font-face {
	  font-family: 'Noto Sans KR';
	  font-style: normal;
	  font-weight: 700;
	  src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url('http://imation.com/fonts/NotoSansCJKkr-Bold.eot') format('embedded-opentype');
	}	
	
	
	.open_sans {font-family: 'Open Sans', sans-serif;}	
	.noto_sans_k {font-family:  'Noto Sans KR', sans-serif;}	