﻿@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 300;
	/*
		src: local('Noto Sans Light'), local('NotoSans-Light'), url(font/NotoSans-Light.eot);
	*/
	src: url(font/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
	url(font/NotoSans-Light.woff2) format('woff2'),
	url(font/NotoSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 400;
	/*
	src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(font/NotoSans-Regular.eot);
	*/
	src: url(font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
	url(font/NotoSans-Regular.woff2) format('woff2'),
	url(font/NotoSans-Regular.woff) format('woff');
}
@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 500;
	/*
	src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(font/NotoSans-Medium.eot);
	*/
	src: url(font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
	url(font/NotoSans-Medium.woff2) format('woff2'),
	url(font/NotoSans-Medium.woff) format('woff');
}
@font-face {
	font-family: 'NotoKr';
	font-style: normal;
	font-weight: 700;
	/*
	src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(font/NotoSans-Bold.eot);
	*/
	src: url(font/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
	url(font/NotoSans-Bold.woff2) format('woff2'),
	url(font/NotoSans-Bold.woff) format('woff');
}
* {
    font-family:'Apple SD Gothic Neo', 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'NotoKr', sans-serif;
}

/* Edge, Safari, Opera, Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {* {font-family:'Apple SD Gothic Neo';}}

/* Edge */
@supports (-ms-ime-align:auto) { *{ font-family:'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'NotoKr', sans-serif;} }

/* Chrome, Opera */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { *{ font-family:'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'NotoKr', sans-serif;} }

/* IE 
@media screen\0 { * { font-family:'NotoKr'; } }
*/

