.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #00173b;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}





#nav .subnav {
  background-color: RGBA(0,0,0,0.9); /* 填入想要的顏色 */
}






/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(850 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}




.h1title {color: #0145b0; border-bottom:1px solid#d1d1d1;margin-top: -50px; }

#breadcrumb li {
    display: none;
}




/* 首頁 */
body.index .fcol.fcol-2 {    background: rgba(0,48,155,0.3);}
body.index .fcol.fcol-3 {    background: rgba(0,0,0,0.1);}
body.index .fcol.fcol-3 .container {width: 100%;}
body.index .fcol.fcol-6 {   display:none;}
body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-4 {   display:none;}
body.index #footer { margin-top: -40px;}





/* 關於 */

body.about-us .fcol.fcol-1 {   margin-top: -40px;  }

body.about-us .h1title{display:none;} 

body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/408980/files/a72e2ad7-2621-4e60-9f09-8514f1a8a03c.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}


body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/408980/files/be2a17be-f211-43e6-96ab-a6e879127943.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}


body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}











/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}






/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #00309b;
    color: #fff;
}
#tb td a:hover {
    background: #000;
}







/*產品輪播*/
.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;
}

