@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: bold;
}
@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');
}

*{ margin:0; padding:0; list-style:none; font-size:14px; box-sizing:border-box; font-family: 'NotoSansKR', 'Apple SD Gothic Neo', 'NanumBarunGothic', 'nanum gothic', '나눔고딕','apple gothic','맑은 고딕','돋움','굴림','sans-serif'; letter-spacing:-1px; }
a { text-decoration:none; }
a:focus, a:hover { color:inherit; }
