/****************************
	PC웹 : default
****************************/

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url(/pc/font/Roboto-Light.woff2) format('woff2'), 
		url(/pc/font/Roboto-Light.woff) format('woff'), 
		url(/pc/font/Roboto-Light.otf) format('opentype');
	unicode-range: U+002C, U+0030-0039, U+002E-002E;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(/pc/font/Roboto-Regular.woff2) format('woff2'), 
		url(/pc/font/Roboto-Regular.woff) format('woff'), 
		url(/pc/font/Roboto-Regular.otf) format('opentype');
	unicode-range: U+002C, U+0030-0039, U+002E-002E;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(/pc/font/Roboto-Medium.woff2) format('woff2'), 
		url(/pc/font/Roboto-Medium.woff) format('woff'), 
		url(/pc/font/Roboto-Medium.otf) format('opentype');
	unicode-range: U+002C, U+0030-0039, U+002E-002E;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold; /* 700 */
	src: url(/pc/font/Roboto-Bold.woff2) format('woff2'), 
		url(/pc/font/Roboto-Bold.woff) format('woff'), 
		url(/pc/font/Roboto-Bold.otf) format('opentype');
	unicode-range: U+002C, U+0030-0039, U+002E-002E;
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src:url('/pc/font/notokr-light.eot'); /* ie 9 호환성 보기 */
	src:local('@'),
		url('/pc/font/notokr-light.eot?#iefix') format('embedded-opentype'), /* ie 6~8 */
		url('/pc/font/notokr-light.woff2') format('woff2'),
		url('/pc/font/notokr-light.woff') format('woff'),
		url('/pc/font/notokr-light.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src:url('/pc/font/notokr-medium.eot'); /* ie 9 호환성 보기 */
	src:local('@'),
		url('/pc/font/notokr-medium.eot?#iefix') format('embedded-opentype'), /* ie 6~8 */
		url('/pc/font/notokr-medium.woff2') format('woff2'),
		url('/pc/font/notokr-medium.woff') format('woff'),
		url('/pc/font/notokr-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src:url('/pc/font/notokr-regular.eot'); /* ie 9 호환성 보기 */
	src:local('@'),
		url('//pc/font/notokr-regular.eot?#iefix') format('embedded-opentype'), /* ie 6~8 */
		url('/pc/font/notokr-regular.woff2') format('woff2'),
		url('/pc/font/notokr-regular.woff') format('woff'),
		url('/pc/font/notokr-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: bold; /* 700 */
	src:url('/pc/font/notokr-bold.eot'); /* ie 9 호환성 보기 */
	src:local('@'),
		url('/pc/font/notokr-bold.eot?#iefix') format('embedded-opentype'), /* ie 6~8 */
		url('/pc/font/notokr-bold.woff2') format('woff2'),
		url('/pc/font/notokr-bold.woff') format('woff'),
		url('/pc/font/notokr-bold.ttf') format('truetype');
}