.phone{position:fixed;right:1%;top:35%;z-index:1000}


/*圖文特效按鈕-標題在上+內文滑入*/
.snip1374 {
  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;/*文字陰影*/
}
.snip1374 figcaption {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 20px;
 /*-webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.snip1374 h2{
  font-family: 'Noto Sans TC', sans-serif;
  text-transform: uppercase;/*文字大寫*/
  color:#ffffff;/*文字顏色*/
  font-size: 1.0rem;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  line-height: 1.3;/*文字行距*/
  letter-spacing: 1;　/* 設定文字間距 */
  border-bottom: 2px solid #fff;
}
.snip1374 h2::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 20%;
    height: 2px;
    background: #fff;
}
.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);
}
.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;
}
.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 0.8em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  line-height: 1.3;
}
.snip1374:hover p,
.snip1374.hover p {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}


ul.product-list li a {
  cursor: pointer;
  color: #048dda;
}
/*服務介紹*/
.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;
  line-height: 1.5;
  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黑體*/    
}
/*按鈕-文字底色變化特效*/
.custom-btn {
    padding: 5px 25px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-more1 {
    border-radius: 30px;
    border: 0px solid #fff;
    color: #333;
    font-size: clamp(18px, 2vw, 20px);
    background-color: #ffffff;
     font-weight: 500;
}
.btn-more1:hover{
    background-color: #000; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}

.snip1414 {
  position: relative;
  font-size: 20px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  margin: 0px;
  min-height: 150px;
  padding:20px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.snip1414:after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background-color: #ff6900;
  content: '';
  z-index: -1;
  -webkit-transform: rotate3d(40, 40, 0, 40deg);
  transform: rotate3d(40, 40, 0, 40deg);
  opacity: 0;
}

.snip1414:before,
.snip1414:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.snip1414:hover,
.snip1414:active,
.snip1414.hover {
  color: #000;
}

.snip1414:hover:after,
.snip1414:active:after,
.snip1414.hover:after {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
}

.table-1{
  text-align: center;
  background-color: #fff;
  color: #333;
  width: 100%;
  height: 200px;
  padding:20px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/*服務項目-區塊項目li效果—6格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: clamp(14px, 2vw,16px);
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #000;
}


@media only screen and (max-width: 767px){ #img-1 { height: 200px; }}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}
/*圓點標題*/
.t-1 h3 {
  color: #282864;
  font-size: clamp(1.0rem, 3vw, 1.8rem); 
  line-height:1.5;
  font-weight: bold;
}
.t-1 h3::before { 
    content: '';
    display: block;

    height: 3rem;
    width: 3rem;
    background-color: #8ba8ff;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -3rem;
    z-index: -1;
}

h3 { 
color: #048dda;
}


/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #af9d6f;
  text-align: center;
  font-size: 18px;
   border: 1px solid #b9b9b9;
  border-radius: 20px;
}

.bg-icon1:hover  {
  background-color: #af9d6f; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}


/*產品*/  
.service-item2 li {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 10px 20px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
}
.service-item2  li:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-item2  {
            margin-bottom: 10px;
 }

/*服務項目*/ 
.service-item h2 {  
  position: relative;
  color: #282864; 
  font-size: 25px;
 margin: 10px 10px 10px 0px;
  
}

.service-item h2:before {
   position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #8ba8ff;
  border-radius: 50%;
  z-index:-1;
}

.service-item h2:after {
position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #282864;
}


.service-item ul {  
  color: #000; 
  font-size: 18px;
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1em;
}


#logo h1 {
    height: 70px;
}


@media only screen and (max-width: 768px){
  .pc {  display:none;}
}  
  
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}

#nav {
  vertical-align: bottom;
}


#nav ul li a {
    font-size:16px;/*頁籤文字大小*/
    color: #333;/*頁籤文字顏色*/
    letter-spacing:1px;
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
  vertical-align: bottom;
}

#nav ul li a:hover  {
    background-image: linear-gradient(to top, #195bab, #fff);
    color: #fff;/*頁籤滑過文字顏色*/
 
}

#nav ul li.current a {
    color: #333;/*頁籤按下後文字顏色*/
}
/*頁籤按鈕上底線滑入特效-底線短*/

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}


#nav li.has-subnav ul li a:hover {
   color: #fff;/*次頁籤滑過後文字顏色*/
   background-color: #1b44cb;
}


body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #ffffff;
    background: #1b44cb;
    transition-property: left, color;
    padding: 0px 20px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #ffcb00;
}

.product-list-div h2 {  text-shadow: 0 0px 0 #fff;}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

body.about-us .fcol.fcol-2 .container{
}
body.about-us .fcol.fcol-2{
  background-color:#eee;
}

#bodyinhome .fcol.fcol-3 .container, body.about-us .fcol.fcol-1 .container, body.about-us .fcol.fcol-2 .container, body.about-us .fcol.fcol-3 .container { 
}
#bodyinhome .fcol.fcol-1 .container{

  padding:0px;

}
#bodyinhome .fcol.fcol-2 .container{
  width:100%;
  padding:0px;
  margin:0px;
}
#bodyinhome .fcol.fcol-2{
  background-color:#eee;
}



/*title文字顏色*/
.h1title {
    color: #333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: 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(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 內頁 banner 大小 */
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/* 內頁消除空白*/
body.about-us .fcol.fcol-header .container {
    padding: 0px;
} 



body {
  font-family: 'Noto Sans TC', sans-serif;
   color: #000;/*背景底色*/
}

#main-wrap {
    font-size: 18px;
}


/*產品介紹下面連結*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
figure.snip1249 * {
  -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.snip1249 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0045d0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
figure.snip1249 p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.5;
  /*限制內容字數*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*限制行數*/
}
figure.snip1249 figcaption {
  padding: 5px 20px;
    color: #000000;
    position: relative;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

figure.snip1249 .btn-more {
border: 1px solid #0045d0;
    padding: 0.4em 0.6em;
    color: #0045d0;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 20px;
    text-align: center;
    letter-spacing: 5px;
}

figure.snip1249:hover .btn-more {
  background-color: #0045d0;
  color: #fff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 20px 35px;/*內距:上 左右 下;*/
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  top:50%;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}
.owl-carousel.owl-theme .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
    color:#fff;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
    color:#fff;
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
    color:#fff;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
    color:#fff;

}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;  /*比例*/
  border: 2px solid #fff;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}
.owl-carousel .row-no-gutters {
    margin-right: 5px;
    margin-left: 2px;
}
/*table-透明底-內陰影*/
#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;
  background: #fff;
}

/*圖文特效按鈕-標題在上+內文滑出*/
.snip1374 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 160px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   background-color: #271700;
  line-height: 1.5;
}
.snip1374 figcaption {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
 -webkit-transform: scale(1);
  transform: scale(1);
}
.snip1374:hover figcaption,
.snip1374.hover figcaption {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.snip1374 h2{
  color:#ffffff;/*文字顏色*/
  font-size: 16px;/*文字大小*/
  font-weight: 400;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h2 span { background-color: #048dda;padding: 2px 5px; }

.snip1374 h3{
  color:#ffffff;/*文字顏色*/
  font-size: 22px;/*文字大小*/
  font-weight: 700;/*文字粗細*/
  margin: 10px 15px;
}
.snip1374 h3::after { 
   content: "";
    background: #fff;
    width: 45px;
    height: 1px;
    display: block;
    margin: 0;
}

.snip1374 p {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 15px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1280px){  .snip1374 p { -webkit-line-clamp: 2; }}

.snip1374 img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  aspect-ratio: 3 / 4.5;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
}
@media only screen and (max-width: 768px){ .snip1374 img {  aspect-ratio: 1 / 1; }}

.snip1374:hover img,.snip1374.hover img {opacity: 0.8;}

.snip1374 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1374 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}



/* 下排浮動頁籤連結 */
#wrap-fmenu{
   max-width:1280px;
    width:100%;
    margin:0px auto;
    display:block;
}
.fMenu{
   background-color:#fff;
	display:block;
	position:fixed;
	width:100%;
    margin:0 auto;
	z-index:100;
  	color:#FFF;
	left:0;
	bottom:0;
}
.fMenu ul li{
    letter-spacing:1.5px;
	float:left;
	width: 33.3%;
	border-left:1px solid #fff;
	box-sizing:border-box;
  	color:#FFF;    
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fMenu ul li:first-child{
	border:none;
}
.fMenu ul li a{
	display:block;
	padding: 10px 10px 5px 10px;
    font-size: clamp(14px, 2vw, 20px); 
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
    letter-spacing:0px;
    line-height: 1.1;
}
.fMenu ul li a i{
	display:block;
	font-size:70%;
  	color:#FFF;
}

/*避免遮到footer版權服務文字*/
body[data-type="fullpage"] .container #footer-service { padding: 15px 15px 100px 15px; ; }