@media only screen and (min-width: 768px){.topnavbar {background-color: rgb(251 251 251 / 0%);}}

#logo {
  display: block;
}

.topnavbar .container {
  text-align: center;
}

#nav ul li.current a {color: #b7830e;}
#nav ul li a{color:  #353535; padding: 16px 50px;}
#nav ul li a:hover {color: #95949a; }

.h1title {color: #5a5359; text-align: center; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #3c3010; background-color: rgb(197 187 165);}
ul.product-list li a.focus, ul.product-list li a:hover {color: #fce1b8;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

#nav {
    background: rgb(255 255 255 / 50%);
    border-radius: 25px;
}

#footer {
    background-color: #3e3737;
}

#wrap {
    background: url(https://static.iyp.tw/41791/files/c743f124-d376-4799-b71e-b4717a140d14.jpg)no-repeat bottom;
}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

/*內文字型大小顏色*/
#product-header, .fcol.fcol-1, .fcol.fcol-2, .fcol.fcol-3,  .fcol.fcol-4, .fcol.fcol-5, .fcol.fcol-6 {font-size: 16px;color: #444;}

/*回最新消息*/
.back>a, .btn-search, .btn-style, input[type="submit"] {border: 1px solid #505050; background-color: #8a8a8a;}
