/* header & footer */

.logo_banner {
  width: 100%;
  height: 70px;
  background-color: white;
  display: flex;
  margin: 0rem;
  padding: 1.5rem 1rem 1rem 1rem;
  justify-content: space-between;
  align-items: center;
}

.logo_banner_entry_group {
  display: flex;
  padding: 1rem;
  gap: 2rem;
}

li.logo_banner_entry {
  list-style: none;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #ff057d;
  font-size: 1.2rem;
}

.logo_banner_entry_link:link {
  color: #ff057d;
  text-decoration: none;
}

.logo_banner_entry_link:hover {
  color: #ff057d;
  text-decoration: underline;
}

.logo_banner_entry_link:visited {
  color: #ff057d;
  text-decoration: none;
}

@media (max-width: 600px) {
  .logo_banner_entry_group {
    display: none;
  }
}

footer {
  padding: 0rem 1rem 0rem 1rem;
}

.textZh {
  font-family: "Noto Serif TC", serif;
}

.textEn {
  font-family: "Roboto", sans-serif;
}

.setTitle p {
  display: none;
}
