@font-face {
	font-family: 'Noto Sans KR Light';
	font-style: normal;
	font-weight: normal;
	src: local( 'Noto Sans KR Light' ),
		url( '/common/resources/fonts/noto/NotoSans-Light.otf' ) format('otf'),  
		url( '/common/resources/fonts/noto/NotoSans-Light.eot?#iefix' ) format('embedded-opentype'),
		url( '/common/resources/fonts/noto/NotoSans-Light.woff' ) format('woff'),
		url( '/common/resources/fonts/noto/NotoSans-Light.woff2' ) format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR Regular';
	font-style: normal;
	font-weight: normal;
	src: local( 'Noto Sans KR Regular' ),
		url( '/common/resources/fonts/noto/NotoSans-Regular.otf' ) format('otf'),  
		url( '/common/resources/fonts/noto/NotoSans-Regular.eot?#iefix' ) format('embedded-opentype'),
		url( '/common/resources/fonts/noto/NotoSans-Regular.woff' ) format('woff'),
		url( '/common/resources/fonts/noto/NotoSans-Regular.woff2' ) format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR Bold';
	font-style: normal;
	font-weight: normal;
	src: local( 'Noto Sans KR Regular' ),
		url( '/common/resources/fonts/noto/NotoSans-Bold.otf' ) format('otf'),  
		url( '/common/resources/fonts/noto/NotoSans-Bold.eot?#iefix' ) format('embedded-opentype'),
		url( '/common/resources/fonts/noto/NotoSans-Bold.woff' ) format('woff'),
		url( '/common/resources/fonts/noto/NotoSans-Bold.woff2' ) format('woff2');
}

@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: normal;
	src: local('NanumSquareR'),  
		url( '/common/resources/fonts/nanum/NanumSquareR.eot?#iefix' ) format('embedded-opentype'),
		url( '/common/resources/fonts/nanum/NanumSquareR.woff' ) format('woff');
}

@font-face {
	font-family: 'NanumSquareB';
	font-style: normal;
	font-weight: bold;
	src: local('NanumSquareB'), 
		url( '/common/resources/fonts/nanum/NanumSquareB1.eot?#iefix' ) format('embedded-opentype'),
		url( '/common/resources/fonts/nanum/NanumSquareB.woff' ) format('woff');
}

.nanum{ font-family: 'NanumSquare'; }
.nanumb{ font-family: 'NanumSquareB'; }

.noto{ font-family: 'Noto Sans KR Regular'; }
.notob{ font-family: 'Noto Sans KR Bold'; }
.notol{ font-family: 'Noto Sans KR Light'; }