@font-face {
  font-family: 'Chinese-Gothic-R';
  src: url('../font/HanYiSongYunLangHeiW/HYSongYunLangHeiW.eot');
  src: url('../font/HanYiSongYunLangHeiW/HYSongYunLangHeiW.eot?#iefix') format('embedded-opentype'),
       url('../font/HanYiSongYunLangHeiW/HYSongYunLangHeiW.woff2') format('woff2'),
       url('../font/HanYiSongYunLangHeiW/HYSongYunLangHeiW.woff') format('woff'),
       url('../font/HanYiSongYunLangHeiW/HYSongYunLangHeiW-1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

p, h1, h2, h3, h3, h4, h5, h6, span, div, table, td, tr, th, label, input, select, textarea {
    font-family: 'Chinese-Gothic-R'!important;
}

.my-font-nb-std {
    /*font-family: 'NanumBarunGothic'!important;*/
    font-family: 'Chinese-Gothic-R'!important;
    font-weight: 'normal';
}

.my-font-nb-light {
  font-family: 'Chinese-Gothic-R'!important;
  font-weight: 'lighter';
}

.my-font-nb-ulight {
  font-family: 'Chinese-Gothic-R'!important;
  font-weight: 'lighter';
}

.my-font-nb-bold {
  font-family: 'Chinese-Gothic-R'!important;
  font-weight: 'bold';
}