/*
 * 각 디바이스에서 최적의 출력을 보여줍니다.
 * 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/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('opentype');
}

@font-face {
	font-family: 'Noto Sans Medium';
	font-style: normal;
	font-weight: 500;
	src: url(../../font/eot/NotoSans-Medium.eot);
	src: local("※"),
	url(../../font/eot/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
	url(../../font/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
	url(../../font/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Bold';
	font-style: normal;
	font-weight: 700;
	src: url(../../font/eot/NotoSans-Bold.eot);
	src: local("※"),
	url(../../font/eot/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
	url(../../font/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
	url(../../font/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: normal;
    src:  url('../../font/eot/noto-bold.eot');
    src:  url('../../font/eot/noto-bold.eot?#iefix') format('embedded-opentype'),
            url('../../font/woff/NotoSansKR-Bold-Hestia.woff') format('woff'),
		 	url('../../font/otf/NotoSansKR-Bold-Hestia.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans Black';
	font-style: normal;
	font-weight: 900;
	src:url(../../font/eot/NotoSans-Black.eot);
	src: local("※"),
	url(../../font/eot/NotoSans-Black.eot?#iefix) format('embedded-opentype'),
	url(../../font/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
	url(../../font/otf/NotoSansKR-Black-Hestia.otf) format('opentype');
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, span, strong, table, thead, tbody, tr, th, td, form, fieldset, legend, input, textarea, button{font-family:"NotoSans-Regular", "Noto Sans Regular", "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", "Helvetica Neue", "Roboto", sans-serif;}

/*body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, span, strong, table, thead, tbody, tr, th, td, form, fieldset, legend, input, textarea, button{font-family:'Noto Sans KR','AppleSDGothicNeo-Light','맑은 고딕','Malgun Gothic','돋움',Dotum,Helvetica-light,sans-serif!important;}*/
.jw-icon{font-family:'kbs2'!important;}