/*
@charset "utf-8";

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight:400;
	src: url(fonts/otf/NotoSansKR-Regular.otf) format("opentype")
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight:600;
	src: url(fonts/otf/NotoSansKR-Medium.otf) format("opentype")
}
@font-face {  
	font-family: 'Roboto';  
	font-style: normal;  
	font-weight: 100;
	src: url(fonts/Roboto-Thin.woff) format('woff'),
		url(fonts/Roboto-Thin.otf) format('opentype');
		unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {  
	font-family: 'Roboto';  
	font-style: normal;  
	font-weight: 300;
	src: url(fonts/Roboto-Light.woff) format('woff'),
		url(fonts/Roboto-Light.otf) format('opentype');
		unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {   
	font-family: 'Roboto';   
	font-style: normal;   
	font-weight: 400;
	src: url(fonts/Roboto-Regular.woff) format('woff'),
		url(fonts/Roboto-Regular.otf) format('opentype');
		unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {
	font-family: 'Roboto';   
	font-style: normal;   
	font-weight: 500;
	src: url(fonts/Roboto-Medium.woff) format('woff'),
		url(fonts/Roboto-Medium.otf) format('opentype');
		unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face {   
	font-family: 'Roboto';   
	font-style: normal;   
	font-weight: 600;
	src: url(fonts/Roboto-Bold.woff) format('woff'),
		url(fonts/Roboto-Bold.otf) format('opentype');
		unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

!* 원화 표시 *!
@font-face {   
	font-family: 'Char';   
	font-style: normal;   
	font-weight: 600;
	src: local("Malgun Gothic");
	unicode-range: U+005C, U+5C, U+20A9, U+FFE6;
}*/
