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

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