@CHARSET "UTF-8";

@font-face {
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/NotoSansKr/NotoSansKR-Thin.otf') format('opentype'),
	url('/fonts/NotoSansKr/NotoSansKR-Thin.woff') format('woff');
	}

@font-face {
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/NotoSansKr/NotoSansKR-Light.otf') format('opentype'),
	url('/fonts/NotoSansKr/NotoSansKR-Light.woff') format('woff');
	}

@font-face {
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/NotoSansKr/NotoSansKR-Regular.otf') format('opentype'),
	url('/fonts/NotoSansKr/NotoSansKR-Regular.woff') format('woff');
	}

@font-face {
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/NotoSansKr/NotoSansKR-Medium.otf') format('opentype'),
	url('/fonts/NotoSansKr/NotoSansKR-Medium.woff') format('woff');
	}

@font-face {
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/NotoSansKr/NotoSansKR-Bold.otf') format('opentype'),
	url('/fonts/NotoSansKr/NotoSansKR-Bold.woff') format('woff');
	}

@font-face {
	font-family:'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/NotoSansKr/NotoSansKR-Black.otf') format('opentype'),
	url('/fonts/NotoSansKr/NotoSansKR-Black.woff') format('woff');
	}

@font-face {
	font-family:'OpenSans';
	font-style: normal;
	font-weight: 700;
	src:url('/fonts/OpenSans/OpenSans-Bold.eot') format('embedded-opentype'),
	url('/fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
	url('/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
	}
	
@font-face {
	font-family:'OpenSans';
	font-style: normal;
	font-weight: 600;
	src:
	url('/fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
	url('/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
	}
	
@font-face {
	font-family:'OpenSans';
	font-style: normal;
	font-weight: 300;
	src:
	url('/fonts/OpenSans/OpenSans-Light.woff') format('woff'),
	url('/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
	}

@font-face {
	font-family:'Montserrat';
	font-style: normal;
	font-weight: 300;
	src:url('/fonts/Montserrat/Montserrat-Light.eot') format('embedded-opentype'),
	url('/fonts/Montserrat/Montserrat-Light.woff') format('woff');
	/* url('/fonts/Montserrat/OpenSans-Bold.ttf') format('truetype'); */
	}
		
body{font-family:'Noto Sans KR', sans-serif,'맑은 고딕',Malgun Gothic,'돋움', 'Dotum'; color:#323232; font-weight:normal; font-size:1em; background-color:#ffffff;} 
