@charset "utf-8";
/* 고딕 */
@font-face {
  font-family: Noto Sans KR, sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url("/Content/css/font/NotoSansKR-Thin.woff2")format('woff2')
}
@font-face {
  font-family: Noto Sans KR, sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("/Content/css/font/NotoSansKR-Light.otf")format('woff2')
    
}
@font-face {
  font-family: Noto Sans KR, sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/Content/css/font/NotoSansKR-Regular.woff2")format('woff2')
}
@font-face {
  font-family: Noto Sans KR, sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/Content/css/font/NotoSansKR-Medium.woff2")format('woff2')
}
@font-face {
  font-family: Noto Sans KR, sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/Content/css/font/NotoSansKR-Bold.woff2")format('woff2')
}
@font-face {
  font-family: Noto Sans KR, sans-serif;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("/Content/css/font/NotoSansKR-Black.woff2")format('woff2')
}
