body {background-color: #ffffff;}

#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 300px;
    position: fixed;
}
#call-2 {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 240px;
    position: fixed;
}
#call-3 {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 180px;
    position: fixed;
}

/*ipheno尺寸調整*/
@media only screen and (max-width: 576px) {
    .rwd-wrapper .col-2 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*頁籤*/
.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.topnavbar {
    background-color: #FFFFFF;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

#nav ul li.current a { color: #535353;}
#nav ul li a { color: #1a1a1a;}
#nav ul li a:hover {color: #19b7ba;}

/*標題*/
.h1title {
  color: #ffffff;
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  background: linear-gradient(to right, #19b7ba, transparent);}

body.about-us .fcol-3 {
    padding: 3rem 0;
    background: #fbfbfb url(https://static.iyp.tw/20641/files/7b408762-2075-4c59-9468-665fd4f9807a.png)no-repeat bottom;
    background-size: cover;
}

body.about-us .fcol-4,body.about-us .fcol-5,body.about-us .fcol-6 {
  display: none;}

body.about-us #footer { margin-top:-40px;}

/*產品格*/
ul.product-list li a:hover {
    color: #fff;
    background: linear-gradient(to right, #19b7ba, #2fdddd);}

ul.product-list li a {
    color: #fff;
    background-color: rgba(10, 10, 10, 0.3);}