<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RWD 035 Custom only */
/* 自訂次要 banner */
#suboBanner {
  background-image: linear-gradient(180deg, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 30%) 100%), url('/banner_general01.jpg');
  text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
/* 首頁banner 維持最大寬度縮放 */
.mainbanner {background-size: contain;}</pre></body></html>