[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
[data-module-code="0000-sample-module-code"] .soss--blw {
  position: fixed;
  top: 0;
  z-index: 1030;
}
/* MODULE 4d5d14c2-5508-4ce2-907f-f7133f76da2a, Version: 1.1.1 */
[data-module-code="4d5d14c2-5508-4ce2-907f-f7133f76da2a"] .table {
  margin-bottom: 0;
}

/* MODULE fb82bd33-b9ff-4584-bf32-a052cc228fc4, Version: 1.2.1 */

/* MODULE 94105903-4a46-498d-8b55-7c28d991e678, Version: 1.1.15 */
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] body,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] div,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] ul,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] ol,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] li,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] h1,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] h2,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] h3,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] h4,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] h5,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] h6,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] form,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] input,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] button,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] textarea,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] p,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] blockquote,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] th,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] td,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] a,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] span {
  font-family: "Helvetica Neue", "微軟正黑體", Helvetica, Arial, sans-serif !important;
}
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .fa {
  font-family: FontAwesome !important;
}
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .bs-carousel {
  overflow: hidden;
}
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .bs-carousel .carousel-item h5,
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .bs-carousel .carousel-item p {
  font-weight: bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .bs-carousel .carousel-item h5 {
  font-size: 1.5rem;
}
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .bs-carousel .carousel-item p {
  font-size: 1.3rem;
}
[data-module-code="94105903-4a46-498d-8b55-7c28d991e678"] .lazyload-placeholder {
  /*
    // 填補區塊的 width 與 padding-bottom 依照模組 lazyload 的圖片的比例設定
    // 如果同一個模組有兩種不同的圖片尺寸，就是做不同填補區塊的 css
    */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e0e0e0;
  animation: pulse 1.5s infinite;
  overflow: hidden;
}
@keyframes pulse {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: silver;
  }
  100% {
    background-color: #e0e0e0;
  }
}

