@charset "utf-8";

/*font*/
@font-face {
  font-family: 'NotoSansKR';
  src: url('../font/NotoSansKR-Regular.otf');
  src: url('../font/NotoSansKR-Regular.woff') format('woff'),
       url('../font/NotoSansKR-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansKR';
  src: url('../font/NotoSansKR-Medium.otf');
  src: url('../font/NotoSansKR-Medium.woff') format('woff'),
       url('../font/NotoSansKR-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansKR';
  src: url('../font/NotoSansKR-Bold.otf');
  src: url('../font/NotoSansKR-Bold.woff') format('woff'),
       url('../font/NotoSansKR-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}


*{font-family: 'NotoSansKR';}