/*
 * 각 디바이스에서 최적의 출력을 보여줍니다.
 * Device Default Font를 우선으로 적용합니다.
 * Android 5.5 : "Nanum Barun Gothic", 나눔바른고딕, 나눔바른고딕OTF, NanumBarunGothicOTF
 * Android 5.0+ : "Noto Sans CJK"
 * OSX, iOS, Safari : "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", "Helvetica Neue"
 * Android 5.0 : "Roboto"
 * basic : sans-serif
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@charset "utf-8";
@font-face {
	font-family: 'Noto Sans Thin';
	font-style: normal;
	font-weight: 100;
	src: url(../font/eot/NotoSans-Thin.eot);
	src: local("※"),
	url(../font/eot/NotoSans-Thin.eot?#iefix) format('embedded-opentype'),
	url(../font/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
	url(../font/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Light';
	font-style: normal;
	font-weight: 300;
	src: url(../font/eot/NotoSans-Light.eot);
	src: local("※"),
	url(../font/eot/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
	url(../font/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
	url(../font/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans DemiLight';
	font-style: normal;
	font-weight: 400;
	src: url(../font/eot/NotoSans-DemiLight.eot);
	src: local("※"),
	url(../font/eot/NotoSans-DemiLight.eot?#iefix) format('embedded-opentype'),
	url(../font/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
	url(../font/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}
/*
@font-face {
	font-family: 'Noto Sans Regular';
	font-style: normal;
	font-weight: 400;
	src: url(../font/eot/NotoSans-Regular.eot);
	src: local("※"),
	url(../font/eot/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
	url(../font/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
	url(../font/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
*/
/*@font-face {
    font-family: 'Noto Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('Noto Sans Regular'), local('Noto Sans Regular');
    src: url(../font/eot/NotoSans-Regular.eot);
    src: url(../font/eot/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../font/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(../font/otf/NotoSansKR-Regular-Hestia.otf) format('truetype');
}*/
@font-face {
    font-family: 'Noto Sans Regular';
    font-style: normal;
    font-weight: normal;
    src:  url('../font/woff/NotoSansKR-Regular-Hestia.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans Medium';
	font-style: normal;
	font-weight: 500;
	src: url('../font/woff/NotoSansKR-Medium-Hestia.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans Bold';
	font-style: normal;
	font-weight: 700;
	src : url('../font/woff/NotoSansKR-Bold-Hestia.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: normal;
    src:  url('../font/woff/NotoSansKR-Bold-Hestia.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans Black';
	font-style: normal;
	font-weight: 900;
    src:url('../font/woff/NotoSansKR-Black-Hestia.woff') format('woff');
}