@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: #ffffff; background: #0b5dab; border-radius: 30px;}
#nav ul li a{color:  #353535;}
#nav ul li a:hover {color: #ffffff; background: #ed711a; border-radius: 30px;}

.h1title {color: #5a5359; text-align: center; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #ffffff; background-color: #175a91;}
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-3 {
    background: #06234b url(https://static.iyp.tw/41720/files/b57a4350-d31b-4895-87d8-37348d9146f5.jpg)no-repeat center;
    background-attachment: fixed;
    color: #fbfbfb;
}

body.about-us .fcol-3 .container {
    background-color: rgb(9 9 9 / 41%);
}

body.about-us .fcol-1 .container {
    background: #fbeee5;
    border-radius: 20px 5px;
}

body.about-us .fcol-4 {
    background: #fff url(https://static.iyp.tw/41720/files/10833844-de3a-43ee-8d13-122a6698c8ab.jpg)no-repeat top center;
}

body.about-us #wrap {
    background: none;
}

#wrap {
    background: url(https://static.iyp.tw/41720/files/553a67c5-0889-4cea-a467-604ff261229a.jpg)no-repeat bottom center;
}

/*產品介紹頁編輯框高度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(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}