/*頁籤*/
.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



.topnavbar {
    background: #fbfbfb url(https://static.iyp.tw/409109/files/c2df10cd-4b0a-4612-8721-cb0903031b7a.jpg)no-repeat bottom;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


#nav {background: #9d9572;}
#nav ul li.current a {color: #535353; background: #ffd200;}
#nav ul li a:hover {color: #535353; background: #ffd200;}

#nav ul li a {color: #ffffff;}



/*BANNER*/

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}



.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}

.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}




/*關於*/

body.about-us .fcol.fcol-1 {   margin-top: -50px;  }
body.about-us .h1title{display:none;} 

body.about-us .fcol-1 {
    background:  url(https://static.iyp.tw/409109/files/8a0a2e25-245f-4a4e-a084-b9ce8baf4920.jpg)no-repeat bottom;
    background-size: cover;
}


body.about-us .fcol.fcol-2 {    background: rgba(255,193,7,1);}
body.about-us .fcol.fcol-3 {    background: rgba(0,0,0,0.1);}
body.about-us .fcol-4 {
    background:  url(https://static.iyp.tw/409109/files/4c9f922c-786f-4e4e-947e-bc87dc6d76a0.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;
}

body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}





/*產品頁編輯框*/


body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }





/*產品格*/


ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(199,187,132,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(199,187,132,0.3);
}




/*網站背景*/
body {
    background-color: #FFF;
}




/*footer*/
#footer {
    color: #ffffff;
    background-color: #9d9572;
}

#contact-info ul li span {
    color: #FFF;
}

#foot-nav ul li a {
    color: #ebebeb;
}


#foot-nav {
    border-bottom: 1px solid #b9b294;
}





/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 



a {
    color: #467faf;
    text-decoration: none;
}
#bodyinhome h3 {
    border-bottom: 1px solid #aaa;
 padding:5px;
}
.info ul li{
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    margin: 0;
}







/*右邊浮動*/

#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 90px;
    position: fixed;
}



