.topnavbar {
    background-color: #fdfbec;
    padding: 0;
}
#nav ul li a {
    color: #555;
}
#nav ul li a:hover {
    color: #2a673d;
}
#nav ul li.current a {
    color: #2a673d;
}
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
/*banner下移*/
@media only screen and (min-width: 768px){
    #banner {  top: 110px;}
    #main-wrap {    margin-top: 110px;}
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0;
    background: url(https://static.iyp.tw/42421/files/049a0004-3a2e-46cb-92e7-dce985e88c2d.png) center bottom no-repeat;
    background-attachment: fixed;
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 16px;}
p {    line-height:2;}
.fcol h2 {
    color: #56a47a;
    line-height: 1.5;
}
h3, .h3 {    line-height: 1.5;}
a {
    color: #008a95;
    font-weight: 600;
}
a:hover {    color: #555;}


/*標題*/
.h1title {
    color: #2a673d;
    border-bottom: 1px #ccc solid;
}

/*產品格*/
ul.product-list li a {
    color: #555;
    text-align: center;
    background-color: rgba(120,180,128,0.25);
}
ul.product-list li a:hover {
    color: #333;
    background-color: rgba(120,180,128,0.5);
}

body[data-type="fullpage"] .main {
    min-height: 150px ;
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #292929;
    color: #fbfbfb;
}
#tb td a:hover {
    background: #717171;
}

#call {
    width: 60px;
    right: 5px;
    bottom: 115px;
    position: fixed;
}
#line {
    width: 60px;
    right: 5px;
    bottom: 45px;
    position: fixed;
}