@media only screen and (min-width: 768px){.topnavbar {background-color: #fbfbfb; padding: 0rem 0;}}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav ul li.current a {color: #5a7819; background: rgb(143 195 31 / 35%); border-radius: 10px;}
#nav ul li a{color:  #353535; }
#nav ul li a:hover {color: color: #5a7819; background: rgb(143 195 31 / 35%); border-radius: 10px;}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #ffffff; background-color:#6da74d;}
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;}

body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/408959/files/fedb2b6f-f3ec-41ac-a9d0-f1b082fb3e79.png)no-repeat center right;
}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/408959/files/b1124cb4-b7da-4c92-9b7d-e882398217ff.png)no-repeat center left;
}

body.about-us .fcol-4 {
    background: #7cb17d url(https://static.iyp.tw/408959/files/f2d0524c-9887-4243-ae8e-4726b5b1c934.jpg)no-repeat bottom center;
}

.fcol.fcol-header {
    display: none;
}

/*產品介紹頁編輯框高度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;}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 110px;} #main-wrap {margin-top: 110px;} #ndc-banner-editor {top: 110px;}}

/**/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*--表格滑鼠移動變化--*/
#tb td a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #31a2d0;
    color: #fbfbfb;
    border-radius: 18px;
}
#tb td a:hover {
    background: #8fc31f;
}


#lineto {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}