@charset "UTF-8";
/* 폰트 */
@font-face {
  font-family: "NotoSansKr";
  src: url("/static/css/webfonts/NotoSanskr-B/NotoSansKR-Bold.woff2") format("woff2");
  /*src: url("/static/css/webfonts/NotoSanskr-B/NotoSanskr-B.otf") format("opentype"), url("/static/css/webfonts/NotoSanskr-B/NotoSanskr-B.ttf") format("opentype");*/
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansKr";
  src: url("/static/css/webfonts/NotoSanskr-M/NotoSansKR-Medium.woff2") format("woff2");
  /*src: url("/static/css/webfonts/NotoSanskr-M/NotoSanskr-M.otf") format("opentype"), url("/static/css/webfonts/NotoSanskr-M/NotoSanskr-M.ttf") format("opentype");*/
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansKr";
  src: url("/static/css/webfonts/NotoSanskr-R/NotoSansKR-Regular.woff2") format("woff2");
  /*src: url("/static/css/webfonts/NotoSanskr-R/NotoSanskr-R.otf") format("opentype"), url("/static/css/webfonts/NotoSanskr-R/NotoSanskr-R.ttf") format("opentype");*/
  font-weight: 400;
  font-style: normal;
}