body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/** modify style code here. :) */ /*選單透明漸層*/
body [data-position=center]:before{background:linear-gradient(180deg,rgb(0 0 0 / 64%) 0,rgb(0 0 0 / 40%) 50%,rgb(0 0 0 / 0) 100%);}
@media (min-width:991px){.header_box{background: none;}}