:root {
  --mainColor: ;
  --mainFontColor: #493120;
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
 background-color: #dfd7c2;
}
a{
  color:#ffffff ;
}
.section:nth-child(odd){
  background-color: #ebe7dd;
}
#sns ul li{
  filter: brightness(0);
}
.mainCover {
  background-color: rgba(184, 184, 184, 0)
}

/* #home {
  background-image: url(img/home.jpg);
} */

.homeCover {
  background-color: rgba(64, 33, 15, 0.5);
}

#news ul>li {
  list-style: inside;
  display: list-item;
  margin-left: 1em;
}

#news ol>li {
  list-style: decimal;
  list-style-position: inside;
  display: list-item;
  margin-left: 1em;
}


#news a {
  display: inline;
  color: rgb(255, 197, 38);

}
#home{
  height: 0vh;
}
h1, .h1{
  margin-top: 0px;
}
.trafficText a{
  color: #493120;
}
.trafficText a:hover{
  color: #ffffff;
}
@media only screen and (max-width: 770px) {
  #home {
    background-position: center;
    background-size: cover;
    max-width: none;
    height: 15vh;
    max-height: 100vh;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .item3 {
    width: 100%;
  }
  #home {
    height: 19vh;
  }
}

.glyphicon-chevron-right:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url('	https://www.shop1688.com.tw/sys/newSys/next.png');
  display: block;
  background-size: contain;
}

.glyphicon-chevron-left:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url('https://www.shop1688.com.tw/sys/newSys/prev.png');
  display: block;
  background-size: contain;
}