@media only screen and (min-width: 768px){.topnavbar {background-color: #97A9C3; border-bottom: 5px solid #005ba6;}}

#nav ul li.current a {color: #fbfbfb;}
#nav ul li a{ color: #263361; font-weight: 600;}
#nav ul li a:hover {color: #fbfbfb;}

#nav .subnav{background-color: #97A9C3;}
#nav ul li .subnav a {color:#353535;}
#nav ul li .subnav a:hover {background: rgba(0, 90, 247, 0.69); color: #fbfbfb;}

.h1title {color: #005AF7; 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;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

#bodyinhome .fcol-2 {background: rgba(208, 223, 243, 0.41);}

#wrap {
    background: #fbfbfb url(https://static.iyp.tw/39800/files/71021be6-ee2b-4378-9012-924e3b0268d4.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

/*內文字型大小顏色*/
#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;}
#contact-info {color: #dadada;}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 128px;} #main-wrap {margin-top: 128px;} #ndc-banner-editor {top: 128px;}}

/*banner等比縮放*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


#call {
    width: 50px;
    right: 5px;
    filter: drop-shadow(0 0 3px #fff);
    z-index: 999;
    bottom: 110px;
    position: fixed;
}
#mailto {
    width: 50px;
    right: 5px;
    filter: drop-shadow(0 0 3px #fff);
    z-index: 999;
    bottom: 45px;
    position: fixed;
}

/*滑鼠移動*/
.buttons-coll1 {
  width: 90%;
  margin: 5px auto;
  text-align: center;
}
button1 {
  margin: 20px;
}
.custom-btn1 {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/**** BTN No. 1 ****/
.btn-1 {
  border: 2px solid #000;
}
.btn-1:hover {
  background: #335a92;
  color: #fff;
}
.btn-1:active {
  top: 2px;
}


/**/
.row1 [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row1 [class^="col-"] img:hover {
    opacity:0.55;
}