body {
    background:url(https://static.iyp.tw/41285/files/f3d60c6b-7b09-4c8e-964f-980eb2580a68.jpg) center;
    background-attachment: fixed;
}
.topnavbar {
    background-color: rgba(255,255,255,0.85);
    padding: 0;
}
.topnavbar .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
@media only screen and (max-width: 767px){
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1280 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}}

#nav ul li a {
  color: #232323;
}
#nav ul li a:hover {
    color: #555;
    border-bottom: 1px #088505 dotted;
}
#nav ul li.current a {
    color: #088505;
}
/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 16px;}
p {    line-height:1.5;}
.fcol h2 {
    color: #186116;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #145b6c;
    font-weight: 600;
}
a:hover {    color: #555;}


/*標題*/
.h1title {
    color: #555;
    border-left: 5px solid #088505;
}

/*產品格*/
ul.product-list li a {
    color: #b00404;
    text-align: center;
    background-color: rgba(0,0,0,0.05);
}
ul.product-list li a:hover {
    color: #232323;
    background-color: rgba(0,0,0,0.15);
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

body.about-us .fcol.fcol-2 {
    background: url(https://static.iyp.tw/41285/files/84e83540-18cc-4537-a7fe-0d7f5d5827cb.jpg) center;
    background-attachment: fixed;
}