@media only screen and (min-width: 768px){
.topnavbar {
    background: none;
}}


#nav ul li a {color: #ffffff;}



.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



#nav .subnav {
  background-color: RGBA(0,93,180,0.9); /* 填入想要的顏色 */
}



@media only screen and (max-width: 767px){
.topnavbar .container {
    background: #004e97;
}}





/*subnav*/
#nav .subnav {
min-width: 330px;
}
#nav ul li .subnav a span {
min-width: 270px;
}







/* 首頁與內頁共用 */
.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(700 / 1920 * 100%); /* 內頁 banner 大小 */
}



body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }




body {background-color: #FFF;}


.h1title {color: #5a5359; border-bottom:1px solid#dddddd;margin-top: -70px;}






body.index .fcol.fcol-1 {   margin-top: -40px;  }
body.index .fcol-1 {
    background: #fbfbfb url(https://static.iyp.tw/42987/files/4e658ce4-c24a-4c4a-bf14-71fe6d1aadee.jpg)no-repeat bottom;
    background-size: cover;}
body.index .fcol.fcol-2 {    background: rgba(243,243,243,1);}
body.index .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/42987/files/80a483ce-dad6-4486-8372-5c4ebcdfc3f5.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}
body.index .fcol.fcol-4 {   display:none;}
body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-6 {   display:none;}
body.index #footer { margin-top: -40px;}


body.about-us .fcol-2 {
    background: #fbfbfb url(https://static.iyp.tw/42987/files/894301a7-b3b0-4da3-a6df-3da4854d4a1a.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;}
body.about-us .fcol.fcol-3 .container {width: 100%;}
body.about-us .fcol.fcol-3 {    background: rgba(11,99,203,0.9);}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}



body.contact-us #footer {display: none;}




#foot-nav ul li a {display: none;}

#foot-nav {border-bottom: 1px solid #efefef;}

#footer {
    color: #666;
    background-color: #efefef;
}

#footer a {color: #4c4c4c;}





/*side無顯示*/
.fcol-side {
    display: none;
} 

.fcol-side + .fcol .main {
  width: 100%;
}

body[data-type="fullpage"].shopping .main-container.left-menu .fcol-side+.fcol, body[data-type="fullpage"].product .main-container.left-menu .fcol-side+.fcol {
    width: calc(1 * 1160px);
}







/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}






/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #363636;
    color: #fff;
}
#tb td a:hover {
    background: #2164b5;
}



/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 



a {
    color: #467faf;
    text-decoration: none;
}
#bodyinhome h3 {
    border-bottom: 1px solid #aaa;
 padding:5px;
}
.info ul li{
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    margin: 0;
}





#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    border-radius:10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}

#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}
#mailto {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 105px;
    position: fixed;
}
#mobileto {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 225px;
    position: fixed;
}