/*phone icon*/
.phone{position:fixed;right:1%;top:25%;z-index:1000}
.line-1{position:fixed;right:1%;top:40%;z-index:1000}

.font_b{
  font-family: 'Noto Serif TC', serif;
}

#bodyinhome .fcol.fcol-4{
  background:linear-gradient(45deg, #3a3a3a 00%, #3a3a3a 40%, #2c407a 0%, #2c407a 100%);
}


.font_se{
  font-family: 'Noto Serif TC', serif;
}

.h1title {
  display:none;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  background-color:#fff;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}


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:#fff;
  height:100px;
}}

#nav ul li a {
    color: #666;
    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: #666;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #333;/*頁籤按下後文字顏色*/
    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 .container{

}
#bodyinhome .fcol.fcol-2 .container{

}
#bodyinhome .fcol.fcol-1{
background-color:#eee;
}

#bodyinhome .fcol.fcol-2 .container{
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-4 .container{
 width:100%;
}/*拉寬編輯欄設定*/

#bodyinhome .fcol.fcol-3 .container{
  width:100%;
  padding:0px;
}

#bodyinhome .fcol.fcol-5{
 display:none;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-6{
 display:none;
}/*拉寬編輯欄設定*/
#bodyinhome .fcol.fcol-3{
background-color:#fff;
}

body.about-us .fcol.fcol-6 .container{

}/*拉寬編輯欄設定*/
body.about-us .fcol.fcol-6 {
}


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(836 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(836 / 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;
}


/*圖文連結特效*/
.snip1585 {
  background-color: rgb(0, 0, 0);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 0 auto 0;
  max-width: 100%;
  min-width: 200px;
  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: 400px;
  backface-visibility: hidden;
  object-fit: contain;  /*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;
}}


/*圖文特效按鈕*/
figure.snip1191 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 400px;
  width: 100%;
  background: #000000;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1191 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1191 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 240px; /*高度*/
  vertical-align: top;
  background: #fff;
}

figure.snip1191 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

figure.snip1191 h3 {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 1.2em;
  margin: 0;
  left: 0;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
}

figure.snip1191 h3:before {
  position: absolute;
  left: 100%;
  border-style: solid;
  border-width: 44px 12px 0 0;
  border-color: #000000 transparent transparent;
  content: '';
  top: 0;
}

figure.snip1191 span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  margin-right: -1px;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}

figure.snip1191 span:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 0 40px 12px;
  border-color: transparent transparent #000000;
  content: '';
  top: 0;
}

figure.snip1191 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1191.blue {
  background-color: #2472a4;
}

figure.snip1191.blue h3,
figure.snip1191.blue span {
  background-color: #2472a4;
}

figure.snip1191.blue span:before {
  border-color: transparent transparent #2472a4;
}

figure.snip1191.blue h3:before {
  border-color: #2472a4 transparent transparent;
}

figure.snip1191:hover img,
figure.snip1191.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1191:hover span,
figure.snip1191.hover span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.image-slider {
padding: 5px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}

.image-slider:hover div {
  animation-play-state: paused; /*滑入停止*/
}

.image-slider div {
  display: flex;
  position: relative;
  animation: marquee 20s linear infinite; /*輪播速度*/
  justify-content: space-around;
}

.image-slider img {
  display: block;
margin: 0 0.5vw; /*外間距*/
}

.main-container .image-slider img {
    max-width: 400px;/*圖片最大寬度*/
    max-height: 400px;/*圖片最大高度*/
}

.image-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}

@media (max-width: 900px) {
  .image-slider {
    --image-size: 100px;
    --image-size: min(max(100px, 10vw), 200px);
  }
} /*響應式縮放圖片尺寸*/

@keyframes marquee {
  0% {transform: translateX(0%); }
  100% { transform: translateX(-100%);  }
}
/*圖片無間斷循環*/
/*首頁-文字大標按鈕特效*/
.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;
}




/* 對話框 */
.balloon {
  margin: 0 auto 0;
  width: 300px;
  height: 100px;
} 

.balloon-default {
  background: #daab3a;
  -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;
}/*表格按鈕-文字底色變化特效*/

/*商品*/
@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: auto 0 auto;
  min-width: 230px;
  max-width: 500px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
   height: 300px;
  backface-visibility: hidden;
  object-fit: cover;
}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1584 h3 {
   color: #ffffff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.snip1584 h5 {
  color: #ffffff;
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


/*指定顏色*/
ol.d {
  list-style: none; 
}

ol.d li {border-bottom: 1px solid #ddd; padding:10px;}

ol.d li::before {
  content: "■"; 
  color: #fff; 
  display: inline-block;
    width: 1em;
    
}
