.topnavbar {
    background-color: #000;
  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%;
}




/*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: #000000;}


/*標題*/

.h1title {color: #fff; border-bottom:1px solid#dddddd;}




/*關於*/

body.about-us .h1title{display:none;} 

body.about-us .fcol.fcol-1 {   margin-top: -80px;  }


body.about-us .fcol-1 {
    background:  url(https://static.iyp.tw/409966/files/541a43d8-59f3-4c86-911a-c5419d98ca4e.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us #footer { margin-top: -40px;}

body.about-us .fcol.fcol-2 {   display:none;}
body.about-us .fcol.fcol-3 {   display:none;}
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[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



/*聯絡*/

body.contact-us .h1title{display:none;} 
body.contact-us .fcol-1 {
    background:  url(https://static.iyp.tw/409966/files/eca99823-39ab-4ef4-9a61-57ffc6f8ad59.jpg)no-repeat bottom;

    background-size: cover;

}

body.contact-us #footer { margin-top: -40px;}


