#call {
    width: 55px;
    right: 5px;
    border-radius: 50%;
    z-index: 999;
    bottom: 260px;
    position: fixed;
}
#phone {
    width: 55px;
    right: 5px;
    border-radius: 50%;
    z-index: 999;
    bottom: 210px;
    position: fixed;
}
#fb {
    width: 55px;
    right: 5px;
    border-radius: 50%;
    z-index: 999;
    bottom: 160px;
    position: fixed;
}

#logo h1 {
  text-align: center;
  padding-top: 10px;
}
.topnavbar .container {
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  font-size:15px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.topnavbar {
  background-color:#1c2c5f;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: 0;
}
.topnavbar .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*頁籤文字*/
#nav ul li a {
  padding: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
}
#nav ul li.current a {color: #cacaca;}
#nav ul li a:hover {color: #cacaca;}

/*下拉式選單*/
#nav .subnav {
  background-color:#1c2c5f;/* 填入想要的顏色 */
  padding: 5px;
  max-width: 251px;
}
/*subnav #nav .subnav {min-width: 260px;}*/
#nav .subnav {
    max-width: 260px;}

/* 首頁與內頁共用 */
.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(800 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(600 / 1920 * 100%); /* 內頁 banner 大小 */
}

/*標題*/
.h1title {display:none;}

/*服務項目*/
figure.snip1321 {
  position: relative;
  overflow: hidden;
  margin: 10px 10px 10px -5px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  box-shadow: 2px 2px 3px #a0a0a0;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h2 {
  font-weight: 600;
  font-family: 'Noto Sans TC', sans-serif;
  color: #0b232b;
  font-size: 20px;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 

body.index .fcol-1 {
    margin-top:-40px;
    background-color: #fff;
    width: 100%;
    padding: 2rem 0;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 30%, rgb(255 255 255 / 0%) 80%), url(https://static.iyp.tw/409862/files/c49b8b3f-42c9-450a-8d06-b7e5ad14291a.png);
}

body.index .fcol-2 {
    background-color: #fff;
    width: 100%;
    padding: 2rem 0;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 30%, rgb(255 255 255 / 0%) 80%), url(https://static.iyp.tw/409862/files/f87d8936-3e6e-45e2-bd58-0ffa0de8736f.png);
}

body.index .fcol.fcol-3 .container {width: 90%;}
body.index .fcol-3 {
    background-color: #fff;
    width: 100%;
    padding: 2rem 0;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 30%, rgb(255 255 255 / 0%) 80%), url(https://static.iyp.tw/409862/files/02910403-9550-459c-93e4-5766d777dc70.png);
}

body.index .fcol-4 {
    background-color: #fff;
    width: 100%;
    padding: 2rem 0;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 30%, rgb(255 255 255 / 0%) 80%), url(https://static.iyp.tw/409862/files/aa334cc0-8408-4c4e-844e-a262d33fdc7f.png);
}

body.index .fcol-5,body.index .fcol-6 {display:none;}
body.index #footer { margin-top: -40px;}

/*關於*/
body.about-us .fcol.fcol-1 {
    margin-top:-80px;
    background-color: #fff;
    width: 100%;
    padding: 2rem 0;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 30%, rgb(255 255 255 / 0%) 80%), url(https://static.iyp.tw/409862/files/c49b8b3f-42c9-450a-8d06-b7e5ad14291a.png);
}

body.about-us .fcol.fcol-2 {
    background-color: #fff;
    width: 100%;
    padding: 2rem 0;
    background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 30%, rgb(255 255 255 / 0%) 80%), url(https://static.iyp.tw/409862/files/f87d8936-3e6e-45e2-bd58-0ffa0de8736f.png);
}

body.about-us .fcol.fcol-3 {
    width: 100%;
    padding: 2rem 0;
    background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-image: -webkit-linear-gradient(top, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 60%) 80%), url(https://static.iyp.tw/409862/files/d3025f7e-55ef-49d6-af60-54804c50c60d.png);
}

body.about-us .fcol.fcol-4,body.about-us .fcol.fcol-5,body.about-us .fcol.fcol-6 {display:none;}
body.about-us #footer { margin-top: -40px;}

/*商品須知*/
body.information .fcol.fcol-1 {
  background: url(https://static.iyp.tw/409862/files/c49b8b3f-42c9-450a-8d06-b7e5ad14291a.png)no-repeat scroll;
  margin-top: -80px;
  padding: 2rem 0;
}

body.information .fcol.fcol-1 .container  {
  background-color: rgb(255, 255, 255, 0.6);
  border: 2px solid #eee;
  padding: 15px;
}

body.information .fcol.fcol-2,body.information .fcol.fcol-3,body.information .fcol.fcol-4,body.information .fcol.fcol-5,body.information .fcol.fcol-6 {
  display: none;}

body.information #footer { margin-top: -40px;}

/*產品格*/
ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(28, 44, 95,1);
}

ul.product-list li a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #1a1a1a;
    background-color: rgba(211,211,211,0.3);
}

.contact-row {
    padding: 2em 0 4em;
    line-height: 1.6;
    display:none;
}