@charset "utf-8";
/* CSS Document */

@charset "utf-8";
@import "reset.css";
@import "common.css";
@import "main.css";
@import "sub.css";

/*@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);*/



@font-face {
	font-family: 'NotoKrL';
	font-style: normal;
	font-weight: 100;
	src: url('/font/notokr/notokr-light.eot');
	src: url('/font/notokr-light.eot?#iefix') format('embedded-opentype'),
		 url('/font/notokr-light.woff2') format('woff2'),
		 url('/font/notokr-light.woff') format('woff');
}

@font-face {
	font-family: 'NotoKrR';
	font-style: normal;
	font-weight: 300;
	src: url('/font/notokr/notokr-regular.eot');
	src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('/font/notokr-regular.woff2') format('woff2'),
		 url('/font/notokr-regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoKrM';
	font-style: normal;
	font-weight: 500;
	src: url('/font/notokr/notokr-medium.eot');
	src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'),
		 url('/font/notokr-medium.woff2') format('woff2'),
		 url('/font/notokr-medium.woff') format('woff');
}

@font-face {
	font-family: 'NotoKrB';
	font-style: normal;
	font-weight: 700;
	src: url('/font/notokr/notokr-bold.eot');
	src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
		 url('/font/notokr-bold.woff2') format('woff2'),
		 url('/font/notokr-bold.woff') format('woff');
}