@charset "utf-8";

/***********
 * noto sans
 ***********/
@font-face {
	font-family:'NotoSansKR';
	font-style: normal;
	font-weight: 200;
	src: url('/css/font/NotoSansCJKkr-Light.eot');
	src: local("?"),
		 url('/css/font/NotoSansCJKkr-Light.woff') format('woff'),
		 url('/css/font/NotoSansCJKkr-Light.otf') format('opentype');
}

@font-face {
	font-family:'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url('/css/font/NotoSansCJKkr-DemiLight.eot');
	src: local("?"),
		 url('/css/font/NotoSansCJKkr-DemiLight.woff') format('woff'),
		 url('/css/font/NotoSansCJKkr-DemiLight.otf') format('opentype');
}

@font-face {
	font-family:'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url('/css/font/NotoSansCJKkr-Regular.eot');
	src: local("?"),
		 url('/css/font/NotoSansCJKkr-Regular.woff') format('woff'),
		 url('/css/font/NotoSansCJKkr-Regular.otf') format('opentype');
}

@font-face {
	font-family:'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url('/css/font/NotoSansCJKkr-Medium.eot');
	src: local("?"),
		 url('/css/font/NotoSansCJKkr-Medium.woff') format('woff'),
		 url('/css/font/NotoSansCJKkr-Medium.ttf') format('truetype');
}

@font-face {
	font-family:'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url('/css/font/NotoSansCJKkr-Bold.eot');
	src: local("?"),
		 url('/css/font/NotoSansCJKkr-Bold.woff') format('woff'),
		 url('/css/font/NotoSansCJKkr-Bold.ttf') format('truetype');
}

/***********
 * Titillium
 ***********/
@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 200;
	src: local("?"),
		 url('/css/font/TitilliumWeb-ExtraLight.woff') format('woff');
}

@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 300;
	src: local("?"),
		 url('/css/font/TitilliumWeb-Light.woff') format('woff');
}

@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 400;
	src: local("?"),
		 url('/css/font/TitilliumWeb-Regular.woff') format('woff');
}

@font-face{
	font-family: 'Titillium';
	font-style: normal;
	font-weight: 600;
	src: local("?"),
		 url('/css/font/TitilliumWeb-Bold.woff') format('woff');
}

/***********
 * ChosunGs
 ***********/
@font-face {
	font-family:'ChosunGs';
	font-style: normal;
	font-weight: 200;
	src: url('/css/font/ChosunGs.eot');
	src: local("?"),
	url('/css/font/ChosunGs.woff') format('woff'),
	url('/css/font/ChosunGs.otf') format('opentype');
}