body {
  background:url(https://static.iyp.tw/40190/files/ec52361b-160d-4941-8989-ee4950416324.jpg) repeat center #fff;
  background-attachment: fixed;
}
@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0;
}}
.topnavbar .container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
#logo h1 {    height: 80px;}
#nav ul li a {    color: #555;}
#nav ul li a:hover {    color: #999;}
#nav ul li.current a {    color: #ec971f;}
#nav .subnav {  background-color: rgba(255, 255, 255, 0.75);}

.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(660 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
/*banner下移*/
@media only screen and (min-width: 768px){
    #banner {  top: 75px;}
    #main-wrap {    margin-top: 100px;}
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #337ab7;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #ffb400;
    font-weight: 600;
}
a:hover {    color: #111c6d;}


/*標題*/
.h1title {
    color: #096c9d;
    text-align: center;
    border-bottom: 1px #999 dashed;
}

/*產品格*/
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);
}
#side ul li.current > div a {
    color: #31708f;
    background: rgba(0,0,0,0.05);
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

/*footer設定*/
#footer {    background: #424242;}
#contact-info {    color: #fff;}
#foot-nav {    display: none;}
.contact-row {    padding: 1.5em 0 2em;}
#footer-service {    padding-bottom: 2em;}


#bodyinhome .fcol.fcol-2 {
    background: rgba(0,0,0,0.05);
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.25);
}

#ser-line {
    background: #ccc;
    width: 25px;
    height: 5px;
    display: block;
    margin: 1em auto 1em;
}

#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 100px;
    position: fixed;
}
