@font-face {
	font-family: '맑은 고딕', 'Malgun Gothic', AppleGothic, Sans-serif;
	font-style: normal;
	font-weight: 100;
}
/* 
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
	font-weight: 100;
	src: url(./NanumBarunGothicUltraLight.eot);
	src: local('Nanum Barun Gothic UltraLight'),
	local('NanumBarunGothicUltraLight'),
	url(./NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
	url(./NanumBarunGothicUltraLight.woff) format('woff'),
	url(./NanumBarunGothicUltraLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
	font-weight: 200;
    src: url(./NanumBarunGothicLight.eot);
	src: local('NanumBarunGothicLight'),
	local('NanumBarunGothicLight'),
	url(./NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
	url(./NanumBarunGothicLight.woff) format('woff'),
	url(./NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
	font-weight: 300;
    src: url(./NanumBarunGothic.eot);
	src: local('NanumBarunGothic'),
	local('NanumBarunGothic'),
	url(./NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
	url(./NanumBarunGothic.woff) format('woff'),
	url(./NanumBarunGothic.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
	font-weight: 400;
	src: url(./NanumBarunGothicBold.eot);
	src: local('NanumBarunGothicBold'),
	local('NanumBarunGothicBold'),
	url(./NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
	url(./NanumBarunGothicBold.woff) format('woff'),
	url(./NanumBarunGothicBold.ttf) format('truetype');
}
 */

.font100{font-weight:100}
.font200{font-weight:200}
.font300{font-weight:300}
.font400{font-weight:400}