@font-face {
	font-family: 'Nanum Myeongjo';
	src: url('../font/NanumMyeongjo-Regular.eot');
	src: url('../font/NanumMyeongjo-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumMyeongjo-Regular.woff2') format('woff2'),
		 url('../font/NanumMyeongjo-Regular.woff') format('woff'),
		 url('../font/NanumMyeongjo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Nanum Myeongjo';
	src: url('../font/NanumMyeongjo-Bold.eot');
	src: url('../font/NanumMyeongjo-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumMyeongjo-Bold.woff2') format('woff2'),
		 url('../font/NanumMyeongjo-Bold.woff') format('woff'),
		 url('../font/NanumMyeongjo-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Nanum Myeongjo';
	src: url('../font/NanumMyeongjo-ExtraBold.eot');
	src: url('../font/NanumMyeongjo-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('../font/NanumMyeongjo-ExtraBold.woff2') format('woff2'),
		 url('../font/NanumMyeongjo-ExtraBold.woff') format('woff'),
		 url('../font/NanumMyeongjo-ExtraBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 400;
	src: url('../font/NanumBarunGothic.eot');
	src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), url('../font/NanumBarunGothic.woff') format('woff'), url('../font/NanumBarunGothic.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumBarunGothicBold';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NanumBarunGothicBold.eot');
	src: url('../font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'), url('../font/NanumBarunGothicBold.woff') format('woff'), url('../font/NanumBarunGothicBold.ttf') format('truetype')
}

@font-face {
	font-family: 'NanumBarunGothicLight';
	font-style: normal;
	font-weight: 300;
	src: url('../font/NanumBarunGothicLight.eot');
	src: url('../font/NanumBarunGothicLight.eot?#iefix') format('embedded-opentype'), url('../font/NanumBarunGothicLight.woff') format('woff'), url('../font/NanumBarunGothicLight.ttf') format('truetype');
}

.nanummyeongjo * {
	font-family: 'Nanum Myeongjo', serif;
}
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

.nanumbarungothic * {
	font-family: 'NanumBarunGothic', sans-serif;
}

.normal {
	font-style: normal;
}

.w250 {
	font-weight: 250;
}

.w300 {
	font-weight: 300;
}

.w350 {
	font-weight: 350;
}

.w400 {
	font-weight: 400;
}

.w500 {
	font-weight: 500;
}

.w700 {
	font-weight: 700;
}

.w800 {
	font-weight: 800;
}

.w900 {
	font-weight: 900;
}