@media only screen and (min-width: 768px){
.topnavbar {
    background: none;
}}





.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


#nav ul li a {
    color: #000000;
}


#nav ul li.current a {
    color: #0a0a0a;
}


#nav ul li a:hover {color: #0a0a0a;}


#nav .subnav {
  background-color: RGBA(255,255,255,0.9); /* 填入想要的顏色 */
}










/* 首頁與內頁共用 */
.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(1020 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(420 / 1920 * 100%); /* 內頁 banner 大小 */
}


.h1title { display:none;}




body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }


body.index .fcol.fcol-1 {   display:none;}
body.index .fcol.fcol-2 {   display:none;}
body.index .fcol.fcol-3 {   display:none;}
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.fcol-1 {   margin-top: -80px;  }
body.about-us .fcol-1 {
    background: #fbfbfb url(https://static.iyp.tw/42956/files/8c0a79dd-7c85-420d-9700-a8d7c2c853a9.jpg)no-repeat bottom;
    background-size: cover;}
body.about-us .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/42956/files/6ec0f764-8063-4bfe-a800-a045eedac229.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;}

body.about-us #footer { margin-top: -40px;}






body.info .fcol.fcol-1 {   margin-top: -80px;  }
body.info .fcol-1 {
    background: #fbfbfb url(https://static.iyp.tw/42956/files/8c0a79dd-7c85-420d-9700-a8d7c2c853a9.jpg)no-repeat bottom;
    background-size: cover;}
body.info .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/42956/files/6ec0f764-8063-4bfe-a800-a045eedac229.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;}
body.info .fcol.fcol-4 {   display:none;}
body.info .fcol.fcol-5 {   display:none;}
body.info .fcol.fcol-6 {   display:none;}
body.info #footer { margin-top: -40px;}







body.products .fcol.fcol-1 {   margin-top: -80px;  }
body.products .fcol-1 {
    background: #fbfbfb url(https://static.iyp.tw/42956/files/8c0a79dd-7c85-420d-9700-a8d7c2c853a9.jpg)no-repeat bottom;
    background-size: cover;}




body.contact .fcol.fcol-1 {   margin-top: -80px;  }
body.contact .fcol-1 {
    background: #fbfbfb url(https://static.iyp.tw/42956/files/8c0a79dd-7c85-420d-9700-a8d7c2c853a9.jpg)no-repeat bottom;
    background-size: cover;}
body.contact #footer { margin-top: -80px;}




ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(203,203,203,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(203,203,203,0.3);
}





#footer {
    color: #b6b6b6;
    background-color: #dcdddd;
}


#foot-nav ul li a {
    display: none;
}



#foot-nav {
    border-bottom: 1px solid #dcdddd;
}



#footer a {
    color: #918f8f;
}



body {

    background-color: #FFFFFF;
}






/*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);
}








/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}




#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;
}