@charset "utf-8";

/* =================================================================================
* INFORMATION
* -----------------------------------------------------------------------
* @File Name: font.css
* @Version: 1.0
* @Create Date: 2021-06-30
* @Update Date: N/A
* @History: N/A
* ================================================================================= */

/* ====================== */
/* TT UI library */
/* ====================== */
/* ===== Webfont ===== */
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 100;
 src: url('../font/NotoSans-Thin.eot');
 src: url('../font/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
      url('../font/NotoSans-Thin.woff') format('woff'),
      url('../font/NotoSans-Thin.ttf') format('truetype');
}
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 300;
 src: url('../font/NotoSans-light.eot');
 src: url('../font/NotoSans-light.eot?#iefix') format('embedded-opentype'),
      url('../font/NotoSans-light.woff') format('woff'),
      url('../font/NotoSans-light.ttf') format('truetype');
}
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 400;
 src: url('../font/NotoSans-regular.eot');
 src: url('../font/NotoSans-regular.eot?#iefix') format('embedded-opentype'),
      url('../font/NotoSans-regular.woff') format('woff'),
      url('../font/NotoSans-regular.ttf') format('truetype');
}
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 500;
 src: url('../font/NotoSans-medium.eot');
 src: url('../font/NotoSans-medium.eot?#iefix') format('embedded-opentype'),
      url('../font/NotoSans-medium.woff') format('woff'),
      url('../font/NotoSans-medium.ttf') format('truetype');
}
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 700;
 src: url('../font/NotoSans-bold.eot');
 src: url('../font/NotoSans-bold.eot?#iefix') format('embedded-opentype'),
      url('../font/NotoSans-bold.woff') format('woff'),
      url('../font/NotoSans-bold.ttf') format('truetype');
}
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 900;
 src: url('../font/NotoSans-Black.eot');
 src: url('../font/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
      url('../font/NotoSans-Black.woff') format('woff'),
      url('../font/NotoSans-Black.ttf') format('truetype');
}
