@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');
} */

/***********
 * Spoqa Han Sans
 ***********/
 @font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 700;
    src: local('Spoqa Han Sans Bold'),
    url('../css/font/SpoqaHanSansBold.woff2') format('woff2'),
    url('../css/font/SpoqaHanSansBold.woff') format('woff'),
    url('../css/font/SpoqaHanSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 400;
    src: local('Spoqa Han Sans Regular'),
    url('../css/font/SpoqaHanSansRegular.woff2') format('woff2'),
    url('../css/font/SpoqaHanSansRegular.woff') format('woff'),
    url('../css/font/SpoqaHanSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 300;
    src: local('Spoqa Han Sans Light'),
    url('../css/font/SpoqaHanSansLight.woff2') format('woff2'),
    url('../css/font/SpoqaHanSansLight.woff') format('woff'),
    url('../css/font/SpoqaHanSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 100;
    src: local('Spoqa Han Sans Thin'),
    url('../css/font/SpoqaHanSansThin.woff2') format('woff2'),
    url('../css/font/SpoqaHanSansThin.woff') format('woff'),
    url('../css/font/SpoqaHanSansThin.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');
}