
@charset 'utf-8';

/* ftp용량 절감을 위해 웹폰트 관련 경로를 변경하였습니다. 소스를 넘길 때는 webfont 폴더를 꼭 복사하시고 경로 변경 해주세요.*/
/* IE 9 이하버전에서는 font-weight: 800(extrabold)이 반영되지 않음. */




/* ●●●●●●●●●● 노토체 */
@font-face {
    font-family: "Noto";
	font-weight: 100;
    font-style: normal;
    src: url('webfont/NotoSansCJKkr-Thin.woff.eot');
    src: url('webfont/NotoSansCJKkr-Thin.woff.eot?#iefix') format('embedded-opentype'),
	url('webfont/NotoSansCJKkr-Thin.woff2') format('woff2'),
	url('webfont/NotoSansCJKkr-Thin.woff') format('woff'); 
}

@font-face {
    font-family: "Noto";
	font-weight: 300;
    font-style: normal;
    src: url('webfont/NotoSansCJKkr-Light.woff.eot');
    src: url('webfont/NotoSansCJKkr-Light.woff.eot?#iefix') format('embedded-opentype'),
	url('webfont/NotoSansCJKkr-Light.woff2') format('woff2'),
	url('webfont/NotoSansCJKkr-Light.woff') format('woff');
}

@font-face {
    font-family: "Noto";
	font-weight: 400;
	font-style: normal;
    src: url('webfont/NotoSansCJKkr-Regular.woff.eot');
    src: url('webfont/NotoSansCJKkr-Regular.woff.eot?#iefix') format('embedded-opentype'),
	url('webfont/NotoSansCJKkr-Regular.woff2') format('woff2'),
	url('webfont/NotoSansCJKkr-Regular.woff') format('woff'),
	url('webfont/NotoSansCJKkr-Regular.ttf') format('truetype');
}
	
@font-face {
    font-family: "Noto";
	font-weight: 500;
    font-style: normal;
    src: url('webfont/NotoSansCJKkr-Medium.woff.eot');
    src: url('webfont/NotoSansCJKkr-Medium.woff.eot?#iefix') format('embedded-opentype'),
	url('webfont/NotoSansCJKkr-Medium.woff2') format('woff2'),
	url('webfont/NotoSansCJKkr-Medium.woff') format('woff'); 
}

@font-face {
    font-family: "Noto";
	font-weight: 700;
    font-style: normal;
    src: url('webfont/NotoSansCJKkr-Bold.woff.eot');
    src: url('webfont/NotoSansCJKkr-Bold.woff.eot?#iefix') format('embedded-opentype'),
	url('webfont/NotoSansCJKkr-Bold.woff2') format('woff2'),
	url('webfont/NotoSansCJKkr-Bold.woff') format('woff'); 
}

@font-face {
    font-family: "Noto";
	font-weight: 900;
    font-style: normal;
    src: url('webfont/NotoSansCJKkr-Black.woff.eot');
    src: url('webfont/NotoSansCJKkr-Black.woff.eot?#iefix') format('embedded-opentype'),
	url('webfont/NotoSansCJKkr-Black.woff2') format('woff2'),
	url('webfont/NotoSansCJKkr-Black.woff') format('woff'); 
}



