@charset "utf-8";

@font-face {
	font-family:'Noto Sans Regular';
	font-style:normal;
	font-weight:400;
	src:local('NotoSansKR-Regular'), local('NotoSansKR-Regular'),
	url(fonts/NotoSansKR-Regular.woff) format('woff'),
	url(fonts/NotoSansKR-Regular.ttf) format('truetype');
	unicode-range: U+0021-33FF,U+A000-F8FF,U+FB00-F251;
}

@font-face {
	font-family:'Noto Sans Medium';
	font-style:normal;
	font-weight:500;
	src:local('NotoSansKR-Medium'), local('NotoSansKR-Medium'),
	url(fonts/NotoSansKR-Medium.woff) format('woff'),
	url(fonts/NotoSansKR-Medium.ttf) format('truetype');
	unicode-range: U+0021-33FF,U+A000-F8FF,U+FB00-F251;
}

@font-face {
	font-family:'LDF Medium'; ;
	font-style:normal;
	font-weight:500;
	src:local('LDF Medium'), local('LDF Medium'),
	url(fonts/LDF_Medium.woff) format('woff'),
	url(fonts/LDF_Medium.ttf) format('truetype');
}

@font-face {
	font-family:'Crimson roman';
	font-style:normal;
	font-weight:400;
	src:local('Crimson roman'), local('Crimson-roman'),
	url(fonts/Crimson-roman.woff) format('woff'),
	url(fonts/Crimson-roman.ttf) format('truetype');
}

@font-face {
	font-family:'Crimson bolditalic';
	font-style:normal;
	font-weight:700;
	src:local('Crimson bolditalic'), local('Crimson-bolditalic'),
	url(fonts/Crimson-bolditalic.woff) format('woff'),
	url(fonts/Crimson-bolditalic.ttf) format('truetype');
}

@font-face {
	font-family:'Montserrat Light';
	font-style:normal;
	font-weight:300;
	src:local('Montserrat Light'), local('Montserrat-Light'),
	url(fonts/Montserrat-Light.woff) format('woff'),
	url(fonts/Montserrat-Light.ttf) format('truetype');
}


@font-face {
	font-family:'Montserrat Regular';
	font-style:normal;
	font-weight:400;
	src:local('Montserrat Regular'), local('Montserrat-Regular'),
	url(fonts/Montserrat-Regular.woff) format('woff'),
	url(fonts/Montserrat-Regular.ttf) format('truetype');
}


@font-face {
	font-family:'Montserrat Medium';
	font-style:normal;
	font-weight:600;
	src:local('Montserrat Medium'), local('Montserrat-Medium'),
	url(fonts/Montserrat-Medium.woff) format('woff'),
	url(fonts/Montserrat-Medium.ttf) format('truetype');
}


@font-face {
	font-family:'Montserrat Bold';
	font-style:normal;
	font-weight:700;
	src:local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
	url(fonts/Montserrat-SemiBold.woff) format('woff'),
	url(fonts/Montserrat-SemiBold.ttf) format('truetype');
	/*Bold를SemiBold로*/
}

/*noto sans test*/
/*local,ttf 선언*/
@font-face {
	font-family:'nsr';
	font-style:normal;
	font-weight:400;
	src:url(fonts/test/NotoSans-Regular.eot) format('embeded-opentype');
	src:local('NotoSans Regular'), local('NotoSans-Regular'),
	url(fonts/test/NotoSans-Regular.woff) format('font-woff'),
	url(fonts/test/NotoSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family:'nsm';
	font-style:normal;
	font-weight:500;
	src:url(fonts/test/NotoSans-Medium.eot) format('embeded-opentype');
	src:local('NotoSans Medium'), local('NotoSans-Medium'),
	url(fonts/test/NotoSans-Medium.woff) format('font-woff'),
	url(fonts/test/NotoSans-Medium.ttf) format('truetype');
}

/*local,ttf 미선언*/
@font-face {
	font-family:'nsr_tow';
	font-style:normal;
	font-weight:400;
	src:url(fonts/test/NotoSans-Regular.eot) format('embeded-opentype');
	src:url(fonts/test/NotoSans-Regular.eot?#iefix) format('embeded-opentype'),
	url(fonts/test/NotoSans-Regular.woff) format('font-woff'),
	url(fonts/test/NotoSans-Regular.woff2) format('font-woff2');
}

@font-face {
	font-family:'nsm_tow';
	font-style:normal;
	font-weight:500;
	src:url(fonts/test/NotoSans-Medium.eot) format('embeded-opentype');
	src:url(fonts/test/NotoSans-Medium.eot?#iefix) format('embeded-opentype'),
	url(fonts/test/NotoSans-Medium.woff) format('font-woff'),
	url(fonts/test/NotoSans-Medium.woff2) format('font-woff2');
}    
