.phone{position:fixed;right:1%;top:50%;z-index:2000}
.line-1{position:fixed;right:1%;top:62%;z-index:2000}



/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .line-1 { 
    transform: scale(0.8);
    right:0;
  }
}

/*服務項目文字表格底*/
.bg01{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 */
}


/*文字*/
.word {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  background-color: #004f9f;

}

.word:hover{
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  background-color: #183c60;
}



body.about-us .fcol.fcol-header .container {
    padding: 0px;
} 

body.about-us .fcol.fcol-2 {
  background-color:#e9e9e9;
}

body.about-us .fcol.fcol-3 {
  
}

body.about-us .fcol.fcol-4 .container {
  
}

body.about-us .fcol.fcol-5 .container {
  display:none;
}

body.about-us .fcol.fcol-6 .container {
  width:100%;
  padding:0px;
  margin-bottom: -4px;
}

body.about-us .h1title {
  display:none;
}


/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  color: #f7ce3e;
  font-size: 40px;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-500{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  color: #f7ce3e;
  line-height: 2;
}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  line-height: 2;
}

.topnavbar {
    background-color: rgba(255,255,255,0.8);/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    /*position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    /*height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}



body {
    background: #ebe9ea; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #afc0d7 0%, #afc0d7 37%, #ffffff 37%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #afc0d7 0%,#afc0d7 37%,#ffffff 37%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ebe9ea 0%,#afc0d7 37%,#ffffff 37%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc0d7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-attachment:fixed;
}

#logo h1 { text-align: center; }

table {
table-layout: fixed;
word-wrap:break-word;
} /*動到表格手機不會破版*/


/*編輯欄設定*/
.fcol p {
    font-size: 18px;/*文字大小*/
    color: #000;/*文字顏色*/
    line-height: 2;
}
@media only screen and (max-width: 768px){
.fcol p {
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/



#nav ul li a {
    font-size: 1.2rem;/*頁籤文字大小*/
    color: #000;/*頁籤文字顏色*/
      margin-top: 5px;
    padding: 8px 20px ;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    font-weight:bold;
}

#nav ul li a:hover  {
    color: #2b5d7d;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #2b5d7d;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    font-size: 16px ;/*頁籤文字大小*/
    background-color: #000;/*次頁籤底色*/
    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: #f7ce3e;/*次頁籤滑過後文字顏色*/    
}
#nav li.has-subnav ul li.current a {
   color: #f7ce3e;/*次頁籤按下後文字顏色*/    
}

#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: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}

/*產品頁-右側產品項目連結*/
.product-list-div h2 a {
    color: #000;/*產品項目文字連結顏色*/
    text-decoration: none;
    display: inline-block;
}
#side ul li.current>div a {
    color: #F7ce3e;
}
.product-list-div h2 a:hover {
    color: #fff100;/*產品項目文字連結滑入顏色*/
}
.product-list-div h2 {
    text-shadow: none;/*產品項目文字陰影隱藏*/
   /* font-size: 20px; /*產品項目文字大小*/
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;/*查看產品按鈕文字顏色*/
    background: #F7ce3e;/*查看產品按鈕背景顏色*/
    text-shadow: none;/*文字陰影隱藏*/
    padding: 0 10px;
}
body[data-type="fullpage"] .product-list-div h2 a:hover.show-all {
    color: #333;/*查看產品按鈕文字滑入顏色*/
}

/*產品格*/
ul.product-list li a {
    color: #fff;/*產品格文字顏色*/
    background-color: #29385f;/*產品格底色*/
    border: 0px solid #ddd;/*產品格外框隱藏*/
}
ul.product-list li a:hover {
    color: #eee;/*產品格滑過文字顏色*/
}
ul.product-list div.img {
    background: #fff; /*產品格圖片底色*/
}
ul.product-list li .desc {
    color: #fff;/*產品格內文字顏色*/
}
ul.product-list li a.focus .desc,ul.product-list li a:hover .desc {
    color: #fff;
}

/*產品頁-側欄頁籤*/
#side {
  /* background-color:rgba(255,255,255,0.8); /*側欄頁籤底色*/
  /*  border-radius: 10px;*/
}
#side h3 {
    color: #fff; /*側欄頁籤標題顏色*/
}
#side ul li a {
    color: #fff; /*側欄頁籤顏色*/
}
#side ul li a:hover {
    color: #ccc; /*側欄頁籤顏色*/
}

/*產品內頁*/
.productdetail .detail-spec b {
    color: #000;
    background-color: rgba(0,0,0,0);
    text-shadow: none; 
}
.productdetail .detail-spec h2 {
    color: #000;
    font-size: 30px;
    text-shadow: none; 
}
/*產品內頁標題文字*/
.productdetail .detail-spec h2 p{
    font-size: 30px;
}
.productdetail .detail-desc b {
    color: #fff;
    background-color: rgba(0,0,0,0);
    text-shadow: none; 
}
.related-product>h3 {
    background-color: rgba(0,0,0,0);
    font-weight: 700;
    color: #000;
    text-shadow: 0 0px 0 rgb(255 255 255 / 70%);
}

/*麵包屑導覽-頁面路徑*/
#breadcrumb li a:hover {
    color: #fff;
}


/*title文字顏色*/
.h1title h1{
    color: #29385f;
  border-bottom: 1px dashed #cccccc;
    text-align: center;
}


.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
body.index #main-wrap {
    background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
    background-image: url(https://static.iyp.tw/42919/files/8113ed6c-19fb-4ba8-8ee5-ae880031c018.jpg);
    background-repeat: no-repeat;
}


.frame img {
	width: 100%;
	height: 200px;
	background-color: #F0F0F0; /*背景顏色*/ 
	padding: 0px; /*物件內的間距*/
	border: 1px solid #D5D5D5; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
    object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  margin: 10px auto 10px;
}

.frame2 img {
	width: 250px;
	height: 250px;
	background-color: #F0F0F0; /*背景顏色*/ 
	padding: 0px; /*物件內的間距*/
	border: 1px solid #D5D5D5; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
    object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  margin: 10px auto 10px;
  border-radius: 100%; /*圓角*/
}

/*底線漸層*/
.underline {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(120deg, #f7ce3e 0%, #1a2930 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 50%;
    transition: background-size 0.25s ease-in ;
}

/*icon底*/
.border1 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; /*表格圓角*/
    margin: 10px auto 10px;
    padding: 30px 10px 20px 10px;
    width: 250px;
    height: 250px;
    background-color: #c5c1c0;
    border: solid 2px #fcfcfc;
  box-shadow: 2px 2px 10px #666;
}
@media only screen and (max-width: 1200px){
.border1 { width: 220px; height: 220px; padding: 10px;}
}




/*文字背景*/
#bg-1 {
  width: 100%; 
  height: 100%;
  margin: 0 auto 0;
  padding: 5px 5px 0;
  color: #333;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center; 
  border: 1px solid #ccc;
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,246,248,1) 0%, rgba(230,234,237,1) 50%, rgba(242,246,248,1) 51%, rgba(244,244,244,1) 70%, rgba(220,225,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,246,248,1) 0%,rgba(230,234,237,1) 50%,rgba(242,246,248,1) 51%,rgba(244,244,244,1) 70%,rgba(220,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,246,248,1) 0%,rgba(230,234,237,1) 50%,rgba(242,246,248,1) 51%,rgba(244,244,244,1) 70%,rgba(220,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#dce1e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 2px 2px 5px #ccc;
}

  /*圖文特效按鈕-標題在上+內文滑入PART2*/
.snip1375 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 160px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  background-color: #000000;
  text-shadow: 2px 2px 5px #000000;/*文字陰影*/
}
.snip1375 figcaption {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  padding: 20px;
 -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1375 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.5rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.3;/*文字行距*/
  letter-spacing: 1;　/* 設定文字間距 */
  border-bottom: 2px solid #fff;
}
.snip1375 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #fff;
}
.snip1375 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  height: 350px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1375:hover img,
.snip1375.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.2;
}
.snip1375 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1375 p {
  position: relative;
  color: #fff;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.snip1375:hover p,
.snip1375.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1375 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

/*圖文連結特效*/
.snip1581 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: auto 0 auto;
  min-width: 160px;
  max-width: 450px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 2px solid #ccc;
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  width: 100%;
  height: 250px;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.snip1581 .title1 {
    color: #a58e7c;
}
.snip1581 .title2 {
  font-weight: 700;
}
.snip1581 .title3 {
  color: #a58e7c;
  font-size: 25px;
}
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}