

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: /*local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),*/
	url("../event/font/NotoSans-DemiLight.woff") format('woff'),
	url("../event/font/NotoSans-DemiLight.otf") format('opentype');
}

/*h태그, 테이블th, gnb, 활성화된 text,  본문글에서 bold 처리해야하는 대상,*/
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: /*local('Noto Sans Medium'), local('NotoSans-Medium'),*/
	url("../event/font/NotoSans-Medium.woff") format('woff'),
	url("../event/font/NotoSans-Medium.otf") format('opentype');
}

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../event/font/NanumGothic-Regular.eot);
  src: url(../event/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(../event/font/NanumGothic-Regular.woff2) format('woff2'),
       url(../event/font/NanumGothic-Regular.woff) format('woff'),
       url(../event/font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../event/font/NanumGothic-Bold.eot);
  src: url(../event/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(../event/font/NanumGothic-Bold.woff2) format('woff2'),
       url(../event/font/NanumGothic-Bold.woff) format('woff'),
       url(../event/font/NanumGothic-Bold.ttf) format('truetype');
}



@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../event/font/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url(../event/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../event/font/NanumBarunGothic.woff2) format('woff2'),
       url(../event/font/NanumBarunGothic.woff) format('woff'),
       url(../event/font/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../event/font/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
       local('NanumBarunGothicBold'),
       url(../event/font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../event/font/NanumBarunGothicBold.woff2) format('woff2'),
       url(../event/font/NanumBarunGothicBold.woff) format('woff'),
       url(../event/font/NanumBarunGothicBold.ttf) format('truetype');
}
*/