.full-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



.promotion-card {
  background-color: #fff; /* 可選，讓每個卡片更明顯 */
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  height: 100%; /* 讓卡片高度撐開 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* 可選陰影 */
  
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: #333;
}

.promotion-card img {
  width: 90%;
  height: auto;
  margin-bottom: 12px;
}

.promotion-card h5,
.promotion-card p {
  margin-bottom: 8px;
}

#event1-detail {
  scroll-margin-top: 100px;
}
/* 針對所有活動錨點區塊通用處理 */
[id^="event"] {
  scroll-margin-top: 100px; /* 根據你的 navbar 高度調整，例如 80 或 120px */
}


.section-header{
  background-color: #eeeeee;
  padding-top: 10px;
}

.title{
  text-align: center; 
  font-size: 20px; 
  color: #b60005;
  font-weight: bold;
}

.info{
  text-align: center; 
  font-size: 16px; 
  padding-bottom: 10px;
}


.black-btn{
  margin: 0px 80px!important;
}


@media (max-width: 768px) {
.full-banner img { 
  width: 100%; 
  display: block;
  object-fit: cover;
  margin: 0 auto;
}
}


