.phone{position:fixed;right:1%;top:36%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}
/*服務介紹*/
.s-item  {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding:15px;
  height: 100%;
  box-shadow: -1px 34px 26px -23px #999999;
}
.s-item img {
  width: 140px;
    background-color: #eee;
    border-radius: 100%;
    margin: -80px 0 0;
}
.s-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 2px;
  color: #00a0e9;
}
.s-item h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #080808;
  font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/
}
.s-item p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;/*套用google font字型Noto Sans TC黑體*/    
}

body {
  font-family: 'Noto Sans TC', sans-serif;

}
.fcol .container > * {
  padding-left: 0px;
  padding-right: 0px;
}
/*首頁圖輪播圖*/
#myDiv img {
     max-width: none;
     width:300px;
}

#myDiv {
    background: transparent;
    overflow: hidden;
    width: 100%;
}


.font_se{
  font-family: 'Noto Serif TC', serif;
}

.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;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
  background-color:#333;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
/*編輯欄設定*/
.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;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/


@media only screen and (min-width: 768px){
.topnavbar {
  padding: 0rem 0;
  position: relative;/*頁籤&banner分開不重疊*/
  background-color:#333;
  height:100px;
}}

#nav ul li a {
    color: #fff;
    font-size:15px;
    padding: 13px;
    line-height: 1.3;
    transition: .3s;
    font-family:"微軟正黑體";
    font-weight:bold;
  letter-spacing:1px;
}
#nav ul li a:hover {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}
#nav .subnav {
    background-color: #444;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}
#nav li.has-subnav ul li a {
   color: #fff;/*次頁籤文字顏色*/    
}
#nav li.has-subnav ul li a:hover {
   color: #666;/*次頁籤滑過後文字顏色*/ 
  background-color: #eee;
}
#nav li.has-subnav ul li.current a {
   color: #fff;/*次頁籤按下後文字顏色*/    
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #fff;/*產品格文字顏色*/
    background-color: #808080;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #eee;/*產品格滑過文字顏色*/
}
.productdetail .detail-spec h2 p{
    color: #666;
    font-size: 30px;
}/*產品內頁標題文字*/


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}

ul.product-list li h3 {
    color: #fff;
}

ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #eee;
}
ul.product-list li .desc {
    color: #eee;
}

/*內頁圖文按鈕-效果*/
.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 .container{
width:90%;
}
#bodyinhome .fcol.fcol-1{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9ea+0,ebe9ea+37,ffffff+37,ffffff+100 */
background: #ebe9ea; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ebe9ea 0%, #ebe9ea 37%, #ffffff 37%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ebe9ea 0%,#ebe9ea 37%,#ffffff 37%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ebe9ea 0%,#ebe9ea 37%,#ffffff 37%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9ea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-attachment:fixed;
}
#bodyinhome .fcol.fcol-3 .container{
    width: 90%;
    padding:0px;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-2 .container{
    width: 90%;
    padding:0px;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-4 .container{
    width: 100%;
    padding:0px;
}/*拉寬編輯欄設定*/

#bodyinhome .fcol.fcol-5 {
   background-image:url("https://static.iyp.tw/409730/files/941a876f-1c84-4421-8bfe-4c4c6e83655c.jpg");
   background-attachment:fixed;
}
#bodyinhome .fcol.fcol-4{
   background-color:#eee;
}
#bodyinhome .fcol.fcol-6 .container{
    padding:0px;
  width:100%;
  margin:0px;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-2{
background-color:#8e8166;
}



body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


/* 首頁與內頁共用 */
.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(800 / 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;
}


#footer {
    color: #fff;
    background-color: #333;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}


/*首頁-文字大標按鈕特效*/
.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;
}
/*首頁-圖文按鈕-服務項目*/

/* 對話框 */
.balloon {
  margin: 0 auto 0;
  width: 300px;
  height: 220px;
} 

.balloon-default {
  background: #be963f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 15px;
  position: relative;
  width: 100%;
  font-size:16px;
}
 
.balloon-default::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #daab3a;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
   width: 0px;
}

/*表格按鈕-文字底色變化特效*/
button1 {
    margin: 0px 20px;
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 30%); 
}
.btn-1 {
    border: 2px solid #fff;/*表格按鈕框線樣式*/
    color: #fff;
    font-size: 30px;
}
.btn-1:hover{
    background-color:#daab3a; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #000;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background-color: #3e3b42;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}/*表格按鈕-文字底色變化特效*/


/*圖文連結特效*/
.snip1585 {
  background-color: rgb(41, 46, 57);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 0 auto 0;
  max-width: 350px;
  min-width: 160px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1585 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1585:before,
.snip1585:after {
  background-color: rgba(46, 52, 64,  0.5);
  border-top: 50px solid rgba(46, 52, 64, 0.5);
  border-bottom: 50px solid rgba(46, 52, 64, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.snip1585:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.snip1585 img {
  vertical-align: top;
  width: 100%;
  height: 300px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
}

.snip1585 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1585 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
    color: #fff;
}

.snip1585 h3 span {
  display: block;
  font-weight: 600;
  font-size:16px;
    color: #fff;
}

.snip1585 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1585:hover > img,
.snip1585.hover > img {
  opacity: 0.7;
}

.snip1585:hover:before,
.snip1585.hover:before,
.snip1585:hover:after,
.snip1585.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.snip1585:hover figcaption,
.snip1585.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*服務區域-表格效果*/
.table-2{
 border-collapse: separate;
  border-spacing: 0;
}
.table-2 tr{
  border: 1px solid #ffffff;
}
.table-2 td{
  width: 150px;
  text-align: center;
  font-size: 14px;
  margin: 10px ;
  border: 1px solid #ffffff;
  padding: 10px;
  background-color: #daab3a;
  border-radius: 10px 0 10px 0;
  color: #FFF;
}
.table-2 h2{  
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}

/*服務流程箭頭*/
#Process::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9"; /*向右箭頭*/
  position: relative;
  bottom: 50%;
  left: 55%;
  font-size: 20px;
  font-weight: 700;
} 
@media only screen and (max-width: 760px){
#Process::after {
  content: "\f0ab"; /*向下箭頭*/
  position: relative;
  bottom: 0;
  top:10%;
  left: 0;
}}