/*選單色系*/
@media only screen and (min-width: 768px){.topnavbar {background-color: #fff;}}

#nav ul li.current a {color:  #a2a2a2;}
#nav ul li a{color:  #353535;}
#nav ul li a:hover {color: #95949a; }

/*下拉式選單色系*/
#nav .subnav{background-color: #fff;}
#nav ul li .subnav a {color:#353535;}
#nav ul li .subnav a:hover {background: rgba(212, 200, 200, 0.1);}

/*頁籤主標色系*/
.h1title {color: #5a5359; text-align: center; border-bottom:1px solid#dddddd;}

/*產品格色系*/
ul.product-list li a{color: #ffffff; background-color: rgba(88, 88, 88, 0.38);}
ul.product-list li a.focus, ul.product-list li a:hover {color: #fce1b8;}

/*其餘版面CSS*/
a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

/*內文字型大小顏色*/
#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: 128px;} #main-wrap {margin-top: 128px;} #ndc-banner-editor {top: 128px;}}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

/*產品介紹頁編輯框高度auto*/
.swiper-container {
  height: auto !important;
}


body.about-us .fcol-1 {
    background: #d9d9d9 url(https://static.iyp.tw/4866/files/3d5acfd3-0824-4cbc-b7e6-666249889f7d.jpg)no-repeat center;
    background-attachment: fixed;
}

body.about-us .fcol-2 {
    background: #d9d9d9 url(https://static.iyp.tw/4866/files/3d5acfd3-0824-4cbc-b7e6-666249889f7d.jpg)no-repeat center;
    background-attachment: fixed;
}

body.about-us .fcol-3 {
    background: #d9d9d9 url(https://static.iyp.tw/4866/files/3d5acfd3-0824-4cbc-b7e6-666249889f7d.jpg)no-repeat center;
    background-attachment: fixed;
}

@media only screen and (min-width: 768px){.topnavbar {background-image:url("https://static.iyp.tw/4866/files/3d5acfd3-0824-4cbc-b7e6-666249889f7d.jpg"); background-repeat:no-repeat; background-position:top;}
  
  ul.product-list li a {
    color: #ffffff;
    background-color: rgb(230 139 5);
}
