@charset "utf-8";
/* CSS Document */
/* *******************************************************
 * filename : chin font
 * description : 중국어 폰트
 * date : 2020-09-03
******************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
*, html, body{font-family: 'Noto Sans SC','Noto Sans KR', sans-serif;}

@font-face {
 font-family: 'NotoSansSC';
 font-weight: 300;
 src: url(../../font/NotoSansSC-Light.woff) format('woff'),
      url(../../font/NotoSansSC-Light.otf) format('opentype');
}
@font-face {
 font-family: 'NotoSansSC';
 font-weight: 400;
 src: url(../../font/NotoSansSC-Regular.woff) format('woff'),
      url(../../font/NotoSansSC-Regular.otf) format('opentype');
}
@font-face {
 font-family: 'NotoSansSC';
 font-weight: 500;
 src: url(../../font/NotoSansSC-Medium.woff) format('woff'),
      url(../../font/NotoSansSC-Medium.otf) format('opentype');
}
@font-face {
 font-family: 'NotoSansSC';
 font-weight: 700;
 src: url(../../font/NotoSansSC-Bold.woff) format('woff'),
      url(../../font/NotoSansSC-Bold.otf) format('opentype');
}
