/*phone icon*/
.phone{position:fixed;right:1%;top:25%;z-index:1000}

.fcol .container > * {
  padding-left: 0px;
  padding-right: 0px;
}

.font_b{
  font-family: 'Noto Serif TC', serif;
}


/*文字*/
.word2 {
   padding: 4px;
  font-weight:bold;
  color: #fff;
  background-color:#666;
}

.word2:hover{
   padding: 4px;
  	transition:0.7s;
  background-color: #fff;
  color: #333;
  font-weight:bold; 
}
/*文字*/
.word {
   padding: 6px;
  font-weight:bold;
  color: #fff;
  border: 1px #fff solid;

}

.word:hover{
   padding: 6px;
  	transition:0.7s;
  color: #fff;
    border: 1px #fff solid;
  font-weight:bold; 
}

#frame_b{
    border-radius:10px;
background: linear-gradient(45deg, rgba(57, 65, 63, 1)35%, rgba(50, 24, 0, 0.8)60%);
background: -moz-linear-gradient(45deg, rgba(57, 65, 63, 1)35%, rgba(50, 24, 0, 0.8)60%);
background: -webkit-linear-gradient(45deg, rgba(57, 65, 63, 1)35%, rgba(50, 24, 0, 0.8)60%);
background: -o-linear-gradient(45deg, rgba(57, 65, 63, 1)35%, rgba(50, 24, 0, 0.8)60%); 
}
#frame_b span a{
  color:#fff;
}
#frame_b span a:hover{
  color:#fff500;
}
#frame_c{
  border-radius:10px;
box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
}


.bg02{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/*首頁圖輪播圖*/
#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:#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: #333;/*次頁籤底色*/
    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;
}
body.about-us .fcol.fcol-2{
  display:none;
}
body.about-us .fcol.fcol-3{
  display:none;
}
body.about-us .fcol.fcol-4{
  display:none;
}
body.about-us .fcol.fcol-6 .container{
  width:100%;
  padding:0px;
}
body{
  background-image:url("https://static.iyp.tw/965/files/b1a64ec3-9670-4bf3-98e6-ae01713000b5.jpg");
  background-attachment:fixed;
  background-position:center bottom;
  background-repeat:no-repeat;
  background-color:#fff;
}


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(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(700 / 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;
}
/*首頁-圖文按鈕-服務項目*/

/* 對話框 */
.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;
}/*表格按鈕-文字底色變化特效*/


/*圖文連結特效*/
.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;
  backface-visibility: hidden;
  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;
}}


/*圖文特效按鈕*/
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%);  }
}
/*圖片無間斷循環*/

