/* Noto Sans Korean */
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:100;
  src:url('../font/noto/NotoSansKR-Thin.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:200;
  src:url('../font/noto/NotoSansKR-ExtraLight.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:300;
  src:url('../font/noto/NotoSansKR-Light.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:400;
  src:url('../font/noto/NotoSansKR-Regular.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:500;
  src:url('../font/noto/NotoSansKR-Medium.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:600;
  src:url('../font/noto/NotoSansKR-SemiBold.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:700;
  src:url('../font/noto/NotoSansKR-Bold.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:800;
  src:url('../font/noto/NotoSansKR-ExtraBold.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}
@font-face {
  font-family:'noto';
  font-style:normal;
  font-weight:900;
  src:url('../font/noto/NotoSansKR-Black.ttf') format('truetype');
  unicode-range:U+AC00-D7A3, U+0030-0039; /* 한글, 숫자 */
}

/* Pretendard */
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:100;
  src:url('../font/pretendard/Pretendard-Thin.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:200;
  src:url('../font/pretendard/Pretendard-ExtraLight.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:300;
  src:url('../font/pretendard/Pretendard-Light.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:400;
  src:url('../font/pretendard/Pretendard-Regular.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:500;
  src:url('../font/pretendard/Pretendard-Medium.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:600;
  src:url('../font/pretendard/Pretendard-SemiBold.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:700;
  src:url('../font/pretendard/Pretendard-Bold.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:800;
  src:url('../font/pretendard/Pretendard-ExtraBold.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}
@font-face {
  font-family:'pretendard';
  font-style:normal;
  font-weight:200;
  src:url('../font/pretendard/Pretendard-Black.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A; /* 영문 대소문자 */
}