.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #FFFFFF;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}



#nav ul li a { color: #747474;}


#nav ul li.current a {color: #ca606c;}



/*頁籤底色微白色時，滑鼠變色為黑*/

#nav ul li a:hover {color: #ca606c;}




/* 首頁與內頁共用 */
.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(450 / 1920 * 100%); /* 內頁 banner 大小 */
}






/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



/*標題*/

.h1title { text-align: center; border-bottom:1px solid#dddddd;color: #ca606c;margin-top: -40px;}




/*產品格*/

ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(210,94,107,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(211,211,211,0.3);
}




/*首頁*/
body.index .fcol.fcol-1 {   margin-top: -40px;  }


body.index .fcol-2 {
    background: url(https://static.iyp.tw/409848/files/20b3fcd9-fb91-4f01-bcee-67adc1cf6be8.png)no-repeat bottom;
    background-size: cover;

}


body.index .fcol-4 {
    background: url(https://static.iyp.tw/409848/files/516b6aec-b4ae-48b6-9946-df31b9f4a4ed.png)no-repeat bottom;
    background-size: cover;

}


body.index .fcol-6 {
    background: url(https://static.iyp.tw/409848/files/6f956a81-4691-4c5b-a182-b1876c525323.png)no-repeat bottom;
    background-size: cover;

}


body.index #footer { margin-top: -40px;}




/*關於*/
body.about-us .h1title{display:none;} 

body.about-us .fcol.fcol-1 {   margin-top: -80px;  }

body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/409848/files/297e289a-9299-49aa-b87d-be991bf0d768.png)no-repeat bottom;
    background-size: cover;

}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/409848/files/516b6aec-b4ae-48b6-9946-df31b9f4a4ed.png)no-repeat bottom;
    background-size: cover;

}

body.about-us #footer { margin-top: -40px;}



/*聯絡*/

body.contact-us .fcol.fcol-2 {    background: rgba(233,140,159,0.2);}

body.contact-us #footer { margin-top: -40px;}




/*footer*/

#footer {

    background-color: #fff6f8;
}


#foot-nav {
    border-bottom: 1px solid #fce6ea;display: none;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {display: none;}

#foot-nav ul li a {display: none;}







/*網站字體間距*/


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}









/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}
















#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    border-radius:10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}




#photoLogo {
  width: 100%;
}




#line {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 140px;
    position: fixed;
}





#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 235px;
    position: fixed;
}

