@charset "utf-8"; 

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('../css/font//NotoSansKR-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../css/font//NotoSansKR-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('../css/font/NotoSansKR-Black.ttf') format('truetype');
}