/*頁籤*/

.topnavbar {
    background-color: #e1cccb;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}




.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



#nav ul li a {color: #737373;}

#nav ul li.current a {color: #0f0f0f;}


#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #493237;
}




/*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;}




/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }


/*標題*/
.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}




/*簡介*/
body.about-us .h1title{display:none;} 
body.about-us .fcol.fcol-1 {   margin-top: -60px;  }

body.about-us .fcol.fcol-1 .container {width: 100%;}

body.about-us .fcol.fcol-2 {   margin-top: -80px;  }


body.about-us .fcol.fcol-2 {    background: rgba(250,242,242,0.9);}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/409263/files/2611c980-319c-4156-b74c-ac7f8093afa7.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us .fcol-4 {
    background: url(https://static.iyp.tw/409263/files/9dfb432f-f429-4c0c-bf85-db52c3debb2f.png)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.news .fcol-2  { display: none;}




/*產品格*/

ul.product-list li a:hover {
    color: #000;
    background-color: rgba(255,245,845,0.5);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(255,245,845,0.3);
}


.productdetail .detail-spec b {

    display: none;
}



/*footer*/

#footer {
    color: #815151;
    background-color: #fff2f2;
}

#contact-info ul li span {color: #815151;}


#footer a {color: #815151;}


.contact-row h5 {color: #815151;}


#foot-nav {
    border-bottom: 1px solid #ecd5d5;
}


#foot-nav ul li a {color: #b48f8f;}




/*背景*/

body {background-color: #fff;}




/*響應式欄位手機板不破版*/

@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%
    }
}




/**/
.box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.box img{
    width: 100%;
    height: auto;
}
.option{
    position: absolute;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0 ,0.8);
    transition: all 0.5s ease 0s;
}
.link{
    border: 5px solid #fff;
    position: relative;
    top:40%;
    width: 50px;
    height:50px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    color:#fff;
}
.link:hover{
    color:#fff;
}
.box:hover .option{
    top:0;
}





/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #4c2220;
    color: #fff;
}
#tb td a:hover {
    background: #6b6b6b;
}





/*產品輪播*/
.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;
}





/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}













#FB {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 45px;
    position: fixed;
}


#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 200px;
    position: fixed;
}



#IG {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 120px;
    position: fixed;
}


