/* 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: 500px) {
  .logo_banner_entry_group {
    display: none;
  }
}

/* 基本設定 > 全域 */

:root {
  --c00: #9ae497;
  --c01: #0abf04;
  --c02: #09a603;
  --c03: #067302;
  --c04: #034001;
  --c05: #022601;
  --textBlack: black;
  --textGrey: rgb(99, 96, 96);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: source-han-serif-tc, serif;
}

.pHealthyLifeLink {
  color: var(--textBlack);
}

.pHealthyLifeLink:hover {
  color: var(--textGrey);
}

.pHealthyLifeLink:visited {
  color: var(--textBlack);
}

.pHealthyLifeLink.videoDescription {
  color: white;
}

.pHealthyLifeLink.videoDescription:visited {
  color: white;
}

.videoUnoSupplement p.pHealthyLife {
  color: white;
  padding: 0rem 1rem;
}

.moreLink {
  display: none;
}
