@charset "UTF-8";
/* 웹폰트 */

/* Pretendard */
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900; font-style: normal; font-display: swap;
}

/* 세방고딕 */
@font-face {
  font-family: "SebangGothic";
  src: url("fonts/SebangGothic-Regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SebangGothic";
  src: url("fonts/SebangGothic-Bold.woff") format("woff");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* 타이틀 적용 */
.section-title,
.hero__title,
.footer__brand,
.footer__col h4,
.link-card__title,
.fn-brand__name,
.fullmenu__title,
.role__name,
.tile--survey .txt b {
  font-family: var(--font-title);
  letter-spacing: -0.01em;
}
