.topnavbar {
    background-color: rgba(0,0,0,0.0);
}


.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
#nav ul li a:hover {
    color: #658343;
}
#nav ul li.current a {
    color: #658343;
    font-weight: bold;
    font-weight: 600;
}
  #nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #6e6e6e;
    padding: 16px;
    line-height: 1.3;
    transition: .3s;
}
#nav .subnav {
  background-color: #fff; /* 填入想要的顏色 */
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(800 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(800 / 1920 * 100%); /* 內頁 banner 大小 */
}