a {
  text-decoration: none;
  color: black;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.mpr-bg-color {
  background: #144b75;
}

.mpr-color {
  color: #144b75;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.9rem;
}

#main_menu .nav-link {
  color: white;
}

.bg-mygray {
  background: #f2f2f5;
}

/* Chrome, Safari, Opera */

.my-custom-scrollbar::-webkit-scrollbar {
  display: none;
}

/* IE, Edge */

.my-custom-scrollbar {
  -ms-overflow-style: none;
}

/* Firefox */

.my-custom-scrollbar {
  scrollbar-width: none;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  box-sizing: border-box;
}

