@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('https://static.workday.com/fonts/Noto_Sans_KR/NotoSansKR-Thin.otf');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url('https://static.workday.com/fonts/Noto_Sans_KR/NotoSansKR-Light.otf');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('https://static.workday.com/fonts/Noto_Sans_KR/NotoSansKR-Regular.otf');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('https://static.workday.com/fonts/Noto_Sans_KR/NotoSansKR-Medium.otf');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('https://static.workday.com/fonts/Noto_Sans_KR/NotoSansKR-Bold.otf');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: url('https://static.workday.com/fonts/Noto_Sans_KR/NotoSansKR-Black.otf');
}

* {
  font-family: 'Noto Sans KR', Arial, Helvetica, sans-serif;
}

input,
textarea,
select {
  font-family: 'Noto Sans KR', Arial, Helvetica, sans-serif;
}

.footer-container__wrapper .footer-navigation__group--title,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  button,
.header-wrapper
  .cmp-header-container-v2
  .header-container
  .cmp-navigation-v2.menu
  .cmp-navigation-v2__group
  li.cmp-navigation__item--level-0
  .navlink {
  font-weight: 600;
}
