
/* 
@font-face { src: url('NotoSerifKR-Regular.otf') format('opentype'); font-weight: normal; font-family: 'korean'; }
*/

@font-face {
font-family: korean;
src: url("NotoSerifKR-Regular.otf") format("opentype");
}

.koreanfont{
    font-family: korean;
}


.webfx-tree-item {
  font-family: korean;
  font-size: 14px;
}
  
  
.webfx-tree-item a {
	font-family: korean;
	font-size: 14px;
}
	
	


