@media only screen and (min-width: 768px){.topnavbar {background-color: #fbfbfb; padding: 0rem 0; border-top: 10px solid #04aad8;}}

#nav ul li.current a {color: #03aad9;}
#nav ul li a{color: #353535;}
#nav ul li a:hover {color: #03aad9;}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #147ea4; background-color: #e9f8fd;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #03a7d4;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

.fcol-header {
    background: #f0f9fe;
    background-image: linear-gradient(120deg, #e9f8ff 0%, #f6fbfe 63%, #f5fafe 100%);
}

body.about-us .fcol-6 {
    background: #b5ddf5;
}

body.about-us .fcol-1 {
    background: url(https://static.iyp.tw/21906/files/948661b3-967d-4a94-9ae0-0205b4bdd31a.jpg)no-repeat right bottom;
}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/21906/files/1b3fe4fb-cbe3-4823-b836-db70c6819de2.jpg)no-repeat left bottom;
}

body.about-us #footer {
    margin-top: -40px;
}

/*內文字型大小顏色*/
#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;}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 120px;} #main-wrap {margin-top: 120px;} #ndc-banner-editor {top: 120px;}}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }
