@media only screen and (min-width: 768px){.topnavbar {background-color:/* rgba(0, 0, 0, 0.62)*/rgba(47, 49, 72, 1);}}

/*頁籤置頂*/
@media only screen and (min-width: 768px) {
  .topnavbar {
    position: fixed;
    box-shadow: 2px 2px 6px #0d0d0d;
  }
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

/*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(450 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

#header{background-color:#2f3148;}

#nav ul li a{color: #fbfbfb;}
#nav ul li.current a {color: #7777ac; border-bottom: 3px solid #7777ac;}
#nav ul li a:hover {color: #7777ac; border-bottom: 3px solid #7777ac;}

body.about-us .h1title {color: #5a5359; border-bottom:1px solid #dddddd;display:none;}
.h1title  {color: #2f3148; border-bottom:1px solid #dddddd;font-family: Noto Serif TC, serif;}

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: #292929;}

a {color: #2f3148;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

/*body.about-us  .fcol.fcol-1 {background: #a9b8bf;}*/

@media only screen and (min-width: 768px){
body.about-us .fcol-2 .container, body.about-us .fcol-4 .container {
    width: 80%;}}

body.about-us .fcol-3 {
    background-image: -webkit-linear-gradient(top, rgb(47 49 72 / 80%) 55%, rgb(47 49 72 / 80%) 80%), url(https://static.iyp.tw/38826/files/e137c148-6b63-45ed-be91-0a540ef65f88.png)  ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-attachment: fixed;
}

#footer {
    color: #383838;
    border-top: 3px solid #8a8a8a;
    background: rgba(187, 187, 187, 0.8) url(https://static.iyp.tw/38826/files/f4c86f73-9d92-4367-8851-3e8dbedadfcc.png) no-repeat bottom right;
}
#foot-nav ul li a {color: #3a3a3a;}
#footer a {color: #868686;}
#contact-info {color: #444444 !important;}
#contact-info ul li span {color: #444444;}
.contact-row h5 {color: #353535;}

/*內文字型大小顏色*/
#product-header, .fcol.fcol-1, .fcol.fcol-2, .fcol.fcol-3 {font-size: 16px;color: #444;line-height: 28px; letter-spacing: 1.5px;}
#contact-info {color: #292929;}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }