@charset "UTF-8";

/*Noto Sans KR - Hestia*/
/*
@font-face {
    font-family: "Noto Sans Korean";
    font-style: normal;	
    font-weight: 100;
    src: local("Noto Sans Thin"), local("NotoSans-Thin"),
url("../font/NotoSansKR-Thin.woff") format("woff"),
url("../font/NotoSansKR-Thin.otf") format("opentype");
}
*/

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url("../font/NotoSans-DemiLight.eot");
    src: url("../font/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"),
         url("../font/NotoSans-DemiLight.woff") format("woff"),
	     url("../font/NotoSans-DemiLight.otf") format("opentype");
}


@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url("../font/NotoSans-Regular.eot");
    src: url("../font/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
         url("../font/NotoSans-Regular.woff") format("woff"),
		 url("../font/NotoSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url("../font/NotoSans-Medium.eot");
    src: url("../font/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),    
         url("../font/NotoSans-Medium.woff") format("woff"),
         url("../font/NotoSans-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;	
    font-weight: 700;
    src: url("../font/NotoSans-Bold.eot");
    src: url("../font/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),    
         url("../font/NotoSans-Bold.woff") format("woff"),
         url("../font/NotoSans-Bold.otf") format("opentype");
}

/*
@font-face {
    font-family: "Noto Sans Korean";
    font-style: normal;	
    font-weight: 900;
    src: local("Noto Sans Black"), local("NotoSans-Black"),
url("../font/NotoSansKR-Black.woff") format("woff"),
url("../font/NotoSansKR-Black.otf") format("opentype");
}
*/

