.phone{position:fixed;  right:0%;  top:10%;  z-index:1000 }
.phone2{position:fixed;  right:0%;  top:25%;  z-index:1000 }
.map{position:fixed;  right:0%;  top:40%;  z-index:1000 }
.fb{position:fixed;  right:0%;  top:55%;  z-index:1000 }
.ig{position:fixed;  right:0%;  top:70%;  z-index:1000 }

@media only screen and (max-width: 767px) {
.rwd-wrapper .topnavbar .container{
      background-color: #15ab23;
}}
.topnavbar .container {
  text-align: justify;
  font-size: 0;
}
/*文字*/
.word2 {
   padding: 6px;
  font-weight:bold;
  color: #333;
  border-bottom: 1px #333 solid;

}

.word2:hover{
   padding: 6px;
  	transition:0.7s;
  color: #211819;
    border-bottom: 1px #211819 solid;
  font-weight:bold; 
}
.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.topnavbar{
  background:rgba(255,255,255,0);
}
#nav ul li a {
    color: #fff;
    font-size:15px;
    padding: 10px;
    line-height: 1.3;
    transition: .3s;
    font-family:"微軟正黑體";
}
#nav ul li a:hover {
    color: #fff;;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}
#nav .subnav {
    background-color: #068000;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

/* 首頁與內頁共用 */
.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(1281 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(1281 / 1920 * 100%); /* 內頁 banner 大小 */
}

#bodyinhome .fcol.fcol-3 .container{
     width: 100%;
   margin-bottom: -4px;
   padding: 0px;
  
}
#bodyinhome .fcol.fcol-4{
   background-image:url("https://static.iyp.tw/16209/files/694e002d-0b9f-41c8-a8f3-e27f0c3a327d.jpg");
  
}
/*首頁-文字大標按鈕特效*/
.snip1526 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size:16px;
}

.snip1526 *,
.snip1526 *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.snip1526 a {
  backface-visibility: hidden;
  color: #ffffff;
  display: block;
  line-height: 2.2em;
  padding: 0 1.4em;
  position: relative;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #667273;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.snip1526 a:after {
  background-color: #5c122e;
  color: transparent;
  content: attr(data-hover);
  top: 0%;
  line-height: 2.2em;
  position: absolute;
  left: 100%;
  width: 100%;
  -webkit-transform: translateX(0%) rotateY(90deg);
  transform: translateX(0%) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.snip1526 a:hover ,
.snip1526 a.current  {
  -webkit-transform: translate(-50%) rotateY(-90deg);
  transform: translate(-50%) rotateY(-90deg);
  background-color: #1e2222;
  color: transparent;
}

.snip1526 a:hover a:after,
.snip1526 .current a:after {
  background-color: #b12358;
  color: #ffffff;
  cursor: pointer;
}


/*首頁-圖文按鈕-服務項目*/
figure.snip1237 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;  
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: left;

}
figure.snip1237 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1237 .image {
  position: relative;
}
figure.snip1237 img {
  max-width: 100%;
  vertical-align: top;

}
figure.snip1237:hover img{
  transform:scale(1.05,1.05);
}

figure.snip1237 h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

figure.snip1237 p {
  margin: 0;
}
.snip1237 figcaption {
  padding: 25px;
  color: #000000;
  position: relative;
}
figure.snip1237 figcaption p {
  margin-bottom: 15px;
  font-size: 15px;
}
figure.snip1237 .read-more {
  display: inline-block;
  width: auto;
  border: 1px solid #5a5a5a;
  padding: 0.4em 0.6em;
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
}
figure.snip1237 .read-more:hover {
  background-color: #333;
  color: #ffffff;
}
/*首頁-圖文按鈕-服務項目*/

/*圖文特效按鈕-圖縮放大標題在上*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 140px;
  max-width: 400px;
  min-height: 150px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.6rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.5;/*文字行距*/
  letter-spacing: 2px;　/* 設定文字間距 */
}
.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 250px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 768px){ .snip1374 img {width: 100%;  height: 180px;} }

.snip1374:hover img,
.snip1374.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.productdetail .detail-spec .shopping-price b {
  display: block;
}