.phone{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:55%;z-index:1000}
.fb{position:fixed;right:1%;top:70%;z-index:1000}
.phone-2{position:fixed;right:1%;top:85%;z-index:1000}

ul.product-list li .price {
display:none;
}

.main-container .price.h3, #topnav .price.h3 {
display:none;
}

.h1title {
  display:none;
}
#mar img{
  width:100%;
}

hr{
   border: 0;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.3);}

.pic img{transform:scale(1,1);transition: all 1s ease-out;}
.pic img:hover{transform:scale(1.2,1.2);}
.font_s{
  font-family: 'Noto Sans TC', sans-serif;
}
body[data-type="fullpage"] .container {
  letter-spacing:1.2px;
}
.topnavbar .container {
  text-align: center;
}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

body{
 /* background-image:url("/templates/cache/23080/images/5451eb171eb68.gif");
  background-position:center top;
  background-repeat:no-repeat;*/
  background-color: #fff;/*背景底色*/
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤距離*/
    
}}

#nav ul li a {
    color: #666;
    font-size:15px;
    padding: 13px;
    line-height: 1.3;
    transition: .3s;
    font-family:"微軟正黑體";
    font-weight:bold;
}
#nav ul li a:hover {
    color: #002776;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #002776;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}
#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

/*內頁圖文按鈕-效果*/
.frame img {
  	width: 240px;
	height: 180px;
}
.frame a {
  color:#000;
  font-size:18px;
  font-weight: 700;
}
.frame .row [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.frame .row [class^="col-"] img:hover {
    opacity:0.55;
}
/*內頁圖文按鈕-效果*/

#post:hover {
  opacity: 0.6;
}

/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-1{
    background-color: fff;
}
#bodyinhome .fcol.fcol-2{
 background-image:url("https://static.iyp.tw/32137/files/cdf8448d-6e01-4894-946a-cf7428b42e1c.jpg");
}
#bodyinhome .fcol.fcol-3,#bodyinhome .fcol.fcol-4 {
background-color:#ea8d28;
}

#bodyinhome .fcol.fcol-5 {

}

#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   /*background-color: #fff;*/
   margin-bottom: -4px;
   padding: 0px;
}/*拉寬編輯欄設定*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*編輯欄隱藏*/
/*.fcol.fcol-5 {
   display: none;
}
.fcol.fcol-6 {
   display: none;
}*/

/* 首頁與內頁共用 */
.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(650 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(650 / 1920 * 100%); /* 內頁 banner 大小 */
}

a {
    color: #00b7ee;/*連結顏色*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}

ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}



/*首頁-文字大標按鈕特效*/
.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;
}

/*world-service據點*/
.service-1{
  font-size:16px;
  color: #333;
}


/*發展沿革-垂直線*/
.greyLine {
    position: relative;
    margin: 0 auto;
    height: 2rem;
    width: .1rem;
    background: #999;
    display: block;
    margin-bottom: 2rem;
  top:5px;
}


/*首頁-圖文按鈕-服務項目*/
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;
  height:100%;
}
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: #000000;
  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;
}
