body {
  font-family: 微軟正黑體,文鼎黑體,華康黑體,Arial;
  color: #222;
  background: #f8f9fa;
}
.header-title {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: left;
}
.header-title h2 a, .header-title h5 a {
  text-decoration: none;
}
.header-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2486cb;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.header-title h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0;
}
.header-title h5 a {
  flex: 1;
  text-decoration: none;
  color: #666;
  font-weight: 500;
}
.head-iconList {
  display: flex;
  gap: 18px;
}
.head-iconList a {
  color: #2486cb;
  transition: color 0.2s;
  font-size: 1.7em;
}
.head-iconList a:hover {
  color: #39B6AE;
}
.navbar {
  margin-bottom: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  background: #fff;
  border: 1px solid #e3e3e3;
}
.navbar-brand {
  font-weight: bold;
  font-size: 1.4rem;
  color: #2486cb !important;
  letter-spacing: 2px;
}
.navbar-nav {
  gap: 12px;
}
.navbar-nav .nav-link {
  font-size: 1.08rem;
  padding: 8px 18px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  color: #222 !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  background: #eaf6ff;
  color: #2486cb !important;
}
.wrapper {
  margin-bottom: 48px;
}
.footer-bg {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}
.footer-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}
.footer-content {
  position: relative;
  z-index: 2;
  padding: 32px 16px 24px 16px;
  border-radius: 12px;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;      
}
.footer-content a {
  color: #2486cb;
  text-decoration: none;
}
.fb-icon {
  color: #1877f3;
}
.fa-envelope {
  color: #ea4335;
}
.googleplus-icon {
  color: #4285f4;
}
@media (max-width: 576px) {
  .header-title h5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .head-iconList {
    justify-content: flex-start;
  }
}
