/*頁籤對齊*/

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

/*頁籤白*/

.topnavbar {
    background-color: #FFF;
  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: #e3641c;}

#nav ul li a {color: #888888;}


/*頁籤底色微白色時，滑鼠變色為黑*/

#nav ul li a:hover {color: #e3641c;}



/*背景*/

body {
    background-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[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



/*產品格*/

ul.product-list li a:hover {
    color: #000;
    background-color: rgba(247,146,39,0.3);
}

ul.product-list li a {
    color: #FFF;
    background-color: rgba(186,186,186,1);
}



/*關於*/
/*首頁不顯示標題*/

body.about-us .h1title{display:none;} 


body.about-us .fcol-2 {
    background: #fff url(https://static.iyp.tw/409899/files/2605b881-fc73-46c0-925a-e8133e8b3489.png)no-repeat bottom;
    background-size: cover;

}


body.about-us .fcol-3 {
    background: #fbfbfb url(https://static.iyp.tw/409899/files/61e49cbb-a284-42db-ba21-0734489a95e0.png)no-repeat bottom;
    background-size: cover;

}



body.about-us .fcol-4 {
    background: #fbfbfb url(https://static.iyp.tw/409899/files/f42ff987-1df1-496b-881f-a27747f016df.png)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}



body.about-us #footer { margin-top: -40px;}



body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}


/*foot*/

#foot-nav ul li.current a, #foot-nav ul li a:hover { display: none;}

#foot-nav ul li a {display: none;}


#foot-nav {display: none;}


#footer {  background-color: #eeeeee;}


#footer a {
    color: #727272;
}






/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}




/*SVG*/

#photoLogo {
  width: 100%;
}




/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #222222;
    color: #fff;
}
#tb td a:hover {
    background: #f66a1f;
}







/*產品輪播*/
.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;
}
