/* 頁尾區域 */
.footer-container {
  padding: 40px 50px;
  text-align: center;
  background-color: #1d1d1f;
  color: #fdfdfd;
}
.footer-content {
  align-items: flex-start;
  width: 100%;
}

/* Logo */
.footer-logo {
  width: 125px;
  height: auto;
  margin-bottom: 10px;
}

/* 頁尾內容 */
.footer-title-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer-line {
  width: 4px;
  height: 30px;
  background-color: #959393;
  border-radius: 2px;
}
.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* 聯絡資訊 */
.footer-info {
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
}
.footer-info ul {
  list-style-type: none;
}
.footer-info li {
  font-weight: normal;
  margin: 0 0 10px 15px;
}
.footer-info li :last-child {
  margin-bottom: 0;
}

/* 社群媒體 */
.footer-socialmedia-content {
  margin: 0 0 40px 15px;
  display: flex;
  width: 100%;
}
.footer-socialmedia-link {
  width: 25px;
  margin-right: 20px;
}

/* 底部版權聲明 */
.footer-copyright {
  font-size: 12px;
  opacity: 0.7;
}
