.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


@media only screen and (min-width: 768px){.topnavbar {background: #fbfbfb url(https://static.iyp.tw/40641/files/e38c35c3-d130-4678-b273-3693c5595f3f.png)repeat-x center; }}


@media only screen and (min-width: 768px){#banner {top: 127px; } #main-wrap {margin-top: 127px;} #ndc-banner-editor {top: 127px;}}



@media only screen and (min-width: 768px)
.topnavbar {
    padding: -0.4rem 0;
}



.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



.h1title {display:none;}


body.about-us .fcol-2 {
    background: #fbfbfb url(https://static.iyp.tw/40641/files/46abfae5-09e1-4c42-90cd-8f4b57a549f2.png)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us #footer { margin-top: -40px;}

body.about-us .fcol-4 {display:none;}
body.about-us .fcol-5 {display:none;}
body.about-us .fcol-6 {display:none;}



ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(13,94,156,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(13,94,156,0.3);
}







#footer {
    background: url(https://static.iyp.tw/40641/files/674556c9-8832-4daa-b6de-16ad38d5ef63.png) no-repeat center rgba(4,50,125,0.85);
}

#foot-nav {
    border-bottom: 1px solid #9d9d9d;
}


body{
background-image : url(https://static.iyp.tw/40641/files/d9504e5a-b9fe-4522-9df7-4f59a9c42493.png);
background-repeat : repeat; 
background-attachment : fixed;
}




/*圖片放大透明*/
.picc { 
    opacity: 1; /* 透明度100% FireFox 的寫法 */ 
    filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */ 
    margin:0 auto;
    overflow: hidden;
} 
.picc img { 
    opacity: 1; 
    filter: Alpha(Opacity=100); 
  margin:0 auto;
  -webkit-transform: scale(1);
  -webkit-transition: 1s;
} 
.picc img:hover { 
  opacity: 1; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
}




/*按鈕變化*/
.buttons-coll {
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
button1 {
  margin: 20px;
}
.custom-btn {
  padding: 10px 35px;
  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-1 {
  border: 2px solid #000;
}
.btn-1:hover {
  background: #444;
  color: #fff;
}
.btn-1:active {
  top: 2px;
}







