body {
    background: url(https://static.iyp.tw/41260/files/52efac0b-7987-4faf-a166-d7fd3f35c369.jpg) top center #fbfbfb;
    background-attachment: fixed;
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #1a5e89;
    line-height: 1.5;
}
h3, .h3 {    line-height: 1.5;}
a {
    color: #bc1d1d;
    font-weight: 600;
}
a:hover {    color: #555;}


/*標題*/
.h1title {
    color: #096c9d;
    text-align: center;
    border-bottom: 1px #999 dotted;
}

/*產品格*/
ul.product-list li a {
    color: #eee;
    text-align: center;
    background-color: rgba(0,98,161,0.75);
}
ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(0,98,161,0.95);
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

#bodyinhome .fcol.fcol-1 {
    background: url(https://static.iyp.tw/41260/files/23c55867-d896-425e-97a1-ab86ff99215a.jpg) center;
    background-attachment: fixed;
}
#bodyinhome .fcol.fcol-3 {
    background: rgba(0,0,0,0.15);
}

body.about-us .fcol.fcol-1 {
    background: url(https://static.iyp.tw/41260/files/845e3c3a-8f99-4192-84ae-de59e534511f.jpg) 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: .75; /* 透明度50% FireFox 的寫法 */ 
  filter: Alpha(Opacity=75); /* 透明度50% IE 的寫法 */ 
  -webkit-transform: scale(1.05);
} 

/* 透明漸變 - color - transparent */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}
