body {
   font-family: "Noto Sans KR", sans-serif !important;
   word-break: keep-all !important;
}

.nanum-myeongjo-regular {
   font-family: "Nanum Myeongjo", serif;
   font-weight: 400;
   font-style: normal;
}

.nanum-myeongjo-bold {
   font-family: "Nanum Myeongjo", serif;
   font-weight: 700;
   font-style: normal;
}

.nanum-myeongjo-extrabold {
   font-family: "Nanum Myeongjo", serif;
   font-weight: 800;
   font-style: normal;
}

@media (max-width:576px) {
   .navbar-brand {
      width: 120px;
   }
}