@media only screen and (min-width: 768px){#banner {top:128px; } #main-wrap {margin-top: 127px;} #ndc-banner-editor {top: 127px;}}

@media only screen and (min-width: 768px){.topnavbar {background-color: #ffffff;box-shadow: 2px 2px 3px rgb(26, 26, 26, 0.3);}}
@media only screen and (max-width: 450px) {#header{background-color: #ffffff;box-shadow: 2px 2px 3px rgb(26, 26, 26, 0.3);}}

/*logo選單左右分開*/
.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav ul li.current a {color:  #ffffff; background: #076873;}
#nav ul li a{color:  #1a1a1a;}
#nav ul li a:hover {color:#ffffff; background: #076873;}

.h1title {color: #2c2c2f; border-left:5px solid #076873;font-family: 'Noto Sans TC', sans-serif;font-weight: 700;padding: 0 5px;}

#bodyinpage {
  background-color: #ffffff;}

.about-us .fcol-1 {
    padding: 3rem 0;
    background-image:url(https://static.iyp.tw/601/files/915cfbe3-206a-4b0d-a7ba-7cebf4642f4f.png)  ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-attachment: scroll;
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}
.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(900 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(900 / 1920 * 100%); /* 內頁 banner 大小 */
}

/*產品格*/
ul.product-list li a {
    color: #000;
    text-align: center;
    background-color: #ffffff;
}
ul.product-list li a:hover {
    color: #1a1a1a;
    background-color: #dcdcdc;
}
#side ul li.current > div a {color: #36b0cf;}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }