@font-face {
	font-family: NotoSansKR;
	src: url('/static/fonts/notosanskr/NotoSansKR-Thin.woff') format('font-woff'),
  		url('/static/fonts/notosanskr/NotoSansKR-Thin.woff2') format('woff2'),
  		url('/static/fonts/notosanskr/NotoSansKR-Thin.otf') format('opentype');
	font-weight: 300;
}
@font-face {
	font-family: NotoSansKR;
	src: url('/static/fonts/notosanskr/NotoSansKR-Regular.woff') format('font-woff'),
		url('/static/fonts/notosanskr/NotoSansKR-Regular.woff2') format('woff2'),
  		url('/static/fonts/notosanskr/NotoSansKR-Regular.otf') format('opentype');
	font-weight: 500;
}
@font-face {
	font-family: NotoSansKR;
	src: url('/static/fonts/notosanskr/NotoSansKR-Medium.woff') format('font-woff'),
		url('/static/fonts/notosanskr/NotoSansKR-Medium.woff2') format('woff2'),
		url('/static/fonts/notosanskr/NotoSansKR-Medium.otf') format('opentype');
	font-weight: 900;
}
@font-face {
	font-family: NotoSansKR-Bold;
	src: url('/static/fonts/notosanskr/NotoSansKR-Bold.woff') format('font-woff'),
		url('/static/fonts/notosanskr/NotoSansKR-Bold.woff2') format('woff2'),
		url('/static/fonts/notosanskr/NotoSansKR-Bold.otf') format('opentype');
	font-weight: 900;
}
@font-face {
	font-family: NanumBarunGothic;
	src: url('/static/fonts/NanumBarunGothic.eot');
	src: url('/static/fonts/NanumBarunGothic.eot#iefix') format('embedded-opentype'),
		url('/static/fonts/NanumBarunGothic.woff') format('font-woff'),
		url('/static/fonts/NanumBarunGothic.ttf') format('truetype');
}


*{
	font-family: 'Apple SD Gothic Neo', 'NotoSansKR', 'NanumBarunGothic', 'nanum gothic', '나눔고딕','apple gothic','맑은 고딕','돋움','굴림','sans-serif';
	letter-spacing:-1px;
}

a:focus, a:hover { color:inherit; }
/*
.text-np{font-family:np, 'Apple SD Gothic Neo', 'NotoSansKR', 'NanumBarunGothic', 'nanum gothic', '나눔고딕','apple gothic','맑은 고딕','돋움','굴림','sans-serif';}
.text-np{font-family:ng, 'Apple SD Gothic Neo', 'NotoSansKR', 'NanumBarunGothic', 'nanum gothic', '나눔고딕','apple gothic','맑은 고딕','돋움','굴림','sans-serif';}
*/



/*푸터 하단에붙이기 시작*/
html {
	position: relative;
	min-height: 100%;
}
a {
	color:inherit;
}
a:hover, a:focus{
	text-decoration: none;
}
