body {
    background: url(https://static.iyp.tw/39135/files/2e73356c-ea64-4bb7-a49c-42075debf298.png) no-repeat right bottom #fff;
    background-attachment: fixed;
}
@media only screen and (min-width: 768px){
.topnavbar {
    background: linear-gradient(to right, rgba(0,0,0,0.25), rgba(0,0,0,0.75), rgba(0,0,0,0.25));
    padding: 0;
    position: fixed;
}  
ul.product-list li {    width: 33%;}}

@media only screen and (max-width: 767px){  .topnavbar .container {    background: #000;}}

#nav li { perspective: none; }
#nav .subnav {
  background-color: rgba(0,0,0,0.95);
}
#nav ul li a:hover {
    color: #ffd900;
}

.h1title {
    color: #121212;
}
.side-content.clearfix {
    border-radius: 5px;
    background: rgba(0,0,0,0.15);
}
#side ul li a {
    color: #092e72;
}
#side ul li.current>div a {
    color: #222;
    font-weight: bold;
}

.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}
.fcol h2 {
    color: #2d313a;
    line-height: 2;
}
h3, .h3 { line-height:2;}

ul.product-list li a {
    color: #ffd900;
    background-color: rgba(0,0,0,0.9);
}
ul.product-list li a:hover {
    color: #fff;
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}


#footer {    background: #121212;}
#contact-info {    color: #fff;}
#foot-nav {    display: none;}
.contact-row {    padding: 1.5em 0 2em;}
#footer-service {    padding-bottom: 2em;}

@media only screen and (min-width: 768px){
  body.index #banner {  top: 110px;}
  body.index #main-wrap {    margin-top: 110px;}}
  body.index .fcol.fcol-2 {
    background: url(https://static.iyp.tw/39135/files/c4eaa000-6b10-45d2-ad64-d3bcc8945f43.png) no-repeat center ;
}

body.equipment #main-wrap {
    background: url(https://static.iyp.tw/39135/files/48e1a694-669f-48b2-9b46-49483175a9cc.png)no-repeat center;
    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: .5; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=50); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
} 

body.about #product-header {    display: none;}
body.about .side-content.clearfix {    display: none;}
body.organization #product-header {    display: none;}
body.organization .side-content.clearfix {    display: none;}
body.iso #product-header {    display: none;}
body.iso .side-content.clearfix {    display: none;}

body.inspection-and-production-process #main-wrap {
    background: url(https://static.iyp.tw/39135/files/48e1a694-669f-48b2-9b46-49483175a9cc.png)repeat-y top center;
}

.ppr {
    background:rgba(0,0,0,0.75);
    padding:30px 10px;
    border-radius:20px;
}