@media only screen and (min-width: 768px){
.topnavbar {
    background: url(https://static.iyp.tw/39219/files/e6881b56-d6d6-4123-86f7-d689af77f774.png) no-repeat center rgba(255,255,255,0);
    padding: 0;
}}
.topnavbar .container {
    padding-top: 0px;
}
#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 8px;
}
#nav ul li a {
    color: #0277d4;
    padding: 16px 8px;
}
#nav ul li a:hover {
    color: #066e8e;
  }
#nav ul li.current a {
    color: #555;
}
#nav .subnav {
  background-color: rgba(255,255,255,0.9);
}
.h1title {
    color: #276e25;
    text-align:center;
    letter-spacing:10px;
}
.fcol h2 {
    color: #066e8e;
    line-height: 2;
}
.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}
a {
    color: #003f53;
}
a:hover {
    color: #333;
}
ul.product-list li a {
    color: #066e8e;
    border: 1px solid rgba(0,156,255,0.5);
    border-radius: 10px;
    background-color: rgba(0,156,255,0.05);
}
ul.product-list li a:hover {
      color: #555;
}
#side ul li.current>div a {
    color: #fff;
    background: RGBA(190,215,225,1);
}
/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

/*footer設定*/
#footer {    background: RGBA(190,215,225,0.8);}
#contact-info {    color: #4F514E;}
#foot-nav {    display: none;}
.contact-row {    padding: 1.5em 0 2em;}
.contact-row h5 {    color: #000; }
#footer-service {    padding-bottom: 2em;}
#contact-info ul li span {    color: #002733;}
#footer a {    color: #000;}

.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

@media only screen and (min-width: 768px){
#banner {  top: 50px;}
  #main-wrap {    margin-top: 50px;}}
@media only screen and (max-width: 767px){
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1200 * 100%); }
}

body.index .fcol.fcol-2 {
    background: url(https://static.iyp.tw/39219/files/58fca426-0815-468d-a612-571b9d3e031c.png) rgba(0,0,0,0.15);
}
body.about-us .fcol.fcol-1 {
    background: url(https://static.iyp.tw/39219/files/58fca426-0815-468d-a612-571b9d3e031c.png) rgba(0,156,255,0.05);
}
body.about-us .fcol.fcol-2 {
    background: url(https://static.iyp.tw/39219/files/58fca426-0815-468d-a612-571b9d3e031c.png) rgba(255,204,0,0.25);
}
body.about-us .fcol.fcol-3 {
    background: url(https://static.iyp.tw/39219/files/58fca426-0815-468d-a612-571b9d3e031c.png) rgba(97,133,0,0.15);
}
/*圖片放大透明*/
.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: .5; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
} 

#call {
    width: 42px;
    height: 42px;
    right: 10px;
    text-align: center;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    border-radius: 50%;
    z-index: 999;
    bottom: 44px;
    position: fixed;
}