/*頁籤*/

.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: #000000;}

#nav ul li a {color: #3d3d3d;}


#nav ul li a:hover {color: #000000;}





#nav ul li.current a {color:  #FFF; background: #de2e21; border-radius: 10px 10px 0px 0px;}
#nav ul li a{color:  #676767; border-bottom: 1px solid rgba(239, 239, 239, 0.75);}
#nav ul li a:hover {color:#FFF; background: #de2e21; border-radius: 10px 10px 0px 0px;}

#nav .subnav{background-color: #de2e21;}
#nav ul li .subnav a {color: #de2e21; border-radius: 0px; border-bottom: 0px solid rgba(56, 149, 201, 0.75); text-align: left;}
#nav ul li .subnav a:hover {background: rgba(212, 200, 200, 0.1);}






/*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 { background-color: #FFF;}


/*標題*/
.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}


/*簡介*/

body.about-us .h1title{display:none;} 
body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/409919/files/b3bb47ae-5a6f-422d-825e-26d5d7a0abaf.jpg)no-repeat bottom;
    background-size: cover;

}

body.about-us .fcol.fcol-3 .container {width: 100%;}
body.about-us .fcol.fcol-3 {    background: rgba(214,54,40,1);}

body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}




body.about-us .fcol-4 {
    background: url(https://static.iyp.tw/409919/files/eff0675e-e761-4f61-a02c-9f63eb77ae78.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}







/*產品格*/

ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(138,167,203,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(221,221,221,0.3);
}




/*footer*/

#footer {
    color: #ffffff;
    background-color: #161e27;
}






#photoLogo {
  width: 100%;
}


/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }






/*產品輪播*/
.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;
}




