body {  background-color: #f7f2de;}
@media only screen and (min-width: 768px){
.topnavbar {
    background-image: linear-gradient(to bottom, #fff, #c9e89a);
    padding: 0;
    border-bottom: 3px solid #6eab20;
}}
#nav ul li a {    color: #325513;}
#nav ul li.current a {    color: #600;}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(660 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(480 / 1920 * 100%); /* 內頁 banner 大小 */
}
/*banner下移*/
@media only screen and (min-width: 768px){
    #banner {  top: 110px;}
    #main-wrap {    margin-top: 110px;}
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #6eab20;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #669900;
    font-weight: 600;
}
a:hover {    color: #600;}


/*標題*/
.h1title {
    color: #6eab20;
    text-align: center;
    background: url(https://static.iyp.tw/40385/files/57a9b01e-53d3-4fe0-b11b-a6fb1d5be1aa.png)no-repeat center bottom;
}

/*產品格*/
ul.product-list li a {
    color: #555;
    text-align: center;
    background-color: rgba(89,186,220,0.25);
}
ul.product-list li a:hover {
    color: #777;
    background-color: rgba(89,186,220,0.5);
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

#bodyinhome .fcol.fcol-2 {
    background: rgba(0,0,0,0.05);
}


#call {
    width: 55px;
    right: 5px;
    filter: drop-shadow(0 0 3px #fff);
    z-index: 999;
    bottom: 45px;
    position: fixed;
}