@charset "UTF-8";

.otherInfo-container .otherInfo-txtList .numList li {
  font-weight: 500;
  margin-bottom: 0;
}

main a {
  color: #29ECEE;
  text-decoration: underline;
}
main a:hover {
  color: #29ECEE;
  text-decoration: underline;
  font-weight: 700;
}

main a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: #29ECEE;
  text-decoration: underline;
}

.enable-disc {
  list-style: disc;
  padding-left: 15px;
  padding-top: 15px;
}
