﻿main{ background: linear-gradient(to bottom, #eeede9 , #f5f6f6);}      
.main-area.top { background-color:#fff;}
.product-arera{ padding:50px 0px 0px 0px;  width: 100%; display: flex; flex-wrap: wrap;}
.product-arera .main-content {width:calc(100% - 300px);  padding-left:40px; position: relative;  padding:30px 60px; margin-top: -70px; margin-bottom: 30px; border-radius: 20px; background: #fff;  box-shadow: 0 0 30px hsla(0,0%,46.7%,.2); }
.bg{background-image: linear-gradient(to top, #fff 0%, #fbfdf6 90% ,#fff 100%);}
@media (min-width: 992px) and (max-width: 1199.98px) { 
.product-arera{  padding:0px;}
.product-arera .main-content {width:calc(100% - 240px);  padding-left:30px; margin-top: -40px; }
}
 @media (max-width: 992px) {
 .product-arera .main-content {width:100%;  padding-left:0px;  padding-right: 0px;  margin-top: 0px;  box-shadow: none;  }
}
@media (max-width: 840px) {
.product-arera{  padding:0px;}
}
@media (max-width: 767.98px) {
.product-arera{  padding:0px;}
.product-arera .main-content {width:100%;  padding:0px;}
}
.bg-pro{  background-color: #e5eaef; border-radius:  30px 350px 30px 30px;  }
/*--分類new-tag --*/

 /*--分類new-tag --*/
.new-tag { display: flex; flex-wrap: wrap; align-items: center; width: auto; padding:2px 4px; font-size: 0.75rem; color: #fff; transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; overflow: hidden; text-transform: capitalize;  word-break: keep-all;   position: absolute; left:0px; top: 0px; z-index: 11; }
.new-tag a{color:#fff;    }
.new-tag-01{ background:#e7364b;}
.new-tag-02{ background:#e60013;}
.new-tag-03{ background:#49b232;}
.new-tag-04{ background:#555;}

 /*----------------------------------------/
產品清單頁  cms-main-product-item  
----------------------------------------*/
.product-item { width:100%; margin:0px auto;  padding:20px 0px; display: flex; flex-wrap: wrap; position: relative; }
.product-item li { width: calc( 100%/4 - 20px);  margin:40px 10px 40px 10px; padding:0px; height: auto; overflow: hidden; display: flex; flex-wrap: wrap;align-self: flex-start;  align-content: flex-start; align-items: flex-start; list-style: none; position: relative;  border-radius:0px 30px 0px 0px; transition: all 0.3s linear 0s;  background-image: linear-gradient(to bottom, rgba(216,227,235,.75) 50%,rgba(235,241,245,.25) 100%); }
.product-item li figure{ position: relative; width:100%;  padding-top:75%; height: 0;  overflow: hidden;  border-radius:0px 30px 0px 30px; box-shadow: 0px 1px 9px rgba(0,0,0,.1);  transition: all 0.5s ease 0s; }
.product-item li img {  width: 100%; max-width: 100%;  transition: all .35s ease;}
.product-item li:hover img { transform: scale(1.1);  opacity: 1; }
.product-item li:hover figure{ }
.product-item .inner{ width: 100%;  padding: 10px;  position: relative;  } 
.product-item .inner h3{ width: 100%; margin: 10px 0px 0px 0px; font-weight:700; font-size:1.125rem;  color:#000; line-height:1.5rem;overflow: hidden;white-space: pre-line;word-break:normal; word-wrap:break-word; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.product-item .inner h3 a {  color:#263f54; }
.product-item .inner p{  font-size: .9rem; line-height: 1.35rem; font-weight: 500; color:#312927; } 
.product-item .inner-txt{ max-height:70px; margin-top: 10px;  color:#312927; overflow: hidden; word-break:normal; word-wrap:break-word; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; vertical-align: top; }
.product-item li:hover h3 ,.product-item li:hover .inner-txt{color:#053688;}
.product-item li:hover p {color:#b78603;}

.inner-title{font-size: .75rem;  line-height: 1.35rem; color:#312927;}
.input-small{ width: 100%;min-height: 36px; padding: 0px 5px; border: solid 1px #dddddd;font-size: .875rem;color:#c1c1c1; border-radius: 5px; }

.product-item li .btn-area { width: 100%; background-color:transparent; display: flex; flex-wrap: wrap;  opacity: 0;  position: absolute; left:1px;top:150px;  z-index: 99; transition: all .35s ease;}
.product-item li:hover .btn-area {  visibility: visible; opacity: 1; }
.product-item li:hover .btn-link {  text-decoration: none;}

.btn-area .btn-link {width: 100%;margin: 0px; text-align: center;  display: flex; flex-wrap: wrap; align-items: center; padding: 5px; font-size:1rem;  font-weight: 500; color: #fff;  }
.btn-area .btn-link .btn-box{ width: calc(100%/2 - 10px); margin: auto;}
.btn-area .btn-link.more {background-color:#053688; text-align: center; }
.btn-area .btn-link.inquiry{ background-color:#b78603; text-align: center; }

@media only screen and (max-width:1024px){
.product-item li {width: calc(100%/3 - 20px); margin:30px 10px; padding:0px; }
}
@media (max-width: 767.98px) {
.product-item li { width: calc(100%/2 - 10px); margin: 20px 5px; height: auto; position: relative; transition: all 0.3s linear 0s; z-index: 1;   }
 
.product-item .inner h3{  margin: 0px auto; font-size: 1rem; line-height: 1.25rem;  -webkit-line-clamp: 3;  }
.product-item li .inner p{ font-size: 0.75rem;  }
.product-item li .btn-area { top:20px; bottom:auto;  }
}
@media (max-width:380px) {
.product-item li { width: calc(100% - 10px); margin:25px 5px;   }   
}


/*---------------------------------
best-wrap
----------------------------------------*/
.best-wrap{  width: 100%; margin:0 auto; padding:20px 0px;  background-image: linear-gradient(to bottom, #fff 0%, #ebeff2 50%, #fff 100%);}
.best-wrap .product-item {height: auto;}
.best-wrap .product-item li { width: calc( 100% - 20px); margin:40px 10px 40px 10px; padding:0px;   }
i.arrow-r { width: 40px; height: 40px; top: auto; bottom: 10px; right: 0; margin: 3px 10px auto auto ; position: absolute;background: url("../images/icon/arrow-right-f.svg") no-repeat right top;   -webkit-transition: -webkit-transform .2s;  transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}

/*cms-btn-more =================================*/ 
.more-txt { font-size: 16px; font-weight: 400; line-height: 1.5;  color: #fff;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
@media (max-width:767px) {
.more-txt { font-size: 14px; line-height: normal; letter-spacing: normal }
}
@media (max-width:768px) {
a.btn-view{ font-size: 0.875rem;}
}

/*---------------------------------
best-wrap
----------------------------------------*/
.best-wrap{  width: 100%; margin:0 auto; padding:20px 0px; background: linear-gradient(to bottom, #eeede9 , #f5f6f6);}
.best-wrap .product-item {height: auto;}
.best-wrap .product-item li { width: calc( 100% - 20px); margin:30px 10px; padding:0px;   }
.best-wrap .product-item .slick-prev,.best-wrap .product-item .slick-next,.best-wrap .news-list .slick-prev,.best-wrap .news-list .slick-next{  top:-88px;  }
.best-wrap .product-item .slick-prev,.best-wrap .news-list .slick-prev{ left:calc(100% - 100px);}   
.best-wrap .product-item .slick-next,.best-wrap .news-list .slick-next{right: 0px;}
@media (max-width:480px) {
.best-wrap .product-item li { margin:20px 10px; padding:0px;}
  
}

/*cms-btn-more =================================*/ 
.more-txt { font-size: 16px; font-weight: 400; line-height: 1.5;  color: #fff;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
@media (max-width:767px) {
.more-txt { font-size: 14px; line-height: normal; letter-spacing: normal }
}
@media (max-width:768px) {
a.btn-view{ font-size: 0.875rem;}
}
  
/*----------------------------------------/
產品詳細內容區塊
----------------------------------------*/
.main-product{ background-image: linear-gradient(to top, #efeeef 0%, #fff 70%, #efeeef 100%); }
.product-wrapper { width: 100%; height: auto;  margin:auto; padding:100px 0px;  display: flex;  flex-wrap: wrap; justify-content: space-between;  position: relative;}
@media (max-width:1360px) {
.product-wrapper {  padding:50px 0px;  }	
}

/*----------------------------------------/
圖片輪播區塊
----------------------------------------*/
.product-right{width:calc(50% - 130px);  padding: 50px 15px;  z-index: 1;background-color:transparent;  order: 2; }
@media (max-width:1024px) {
.product-right{width:calc(50% - 130px);  height: auto;   padding:0px;}   
}
@media (max-width:840px) {
.product-right{width:100%;height: auto;  padding:40px 0px 0px 0px;  order: 2;}  
}
.product-right::-webkit-scrollbar { display: none;-webkit-appearance: none;}
.product-right::-webkit-scrollbar:vertical { width: 6px; }
.product-right::-webkit-scrollbar:horizontal {  height: 12px;}
.product-right::-webkit-scrollbar-thumb { background-color:#000; border-radius: 5px; border:solid 2px #dfe7eb;}
.product-right::-webkit-scrollbar-track { border-radius: 0px;  background-color:#fff;}

.product-left{ width:50%;   padding:20px 0px; margin:0px auto;order: 1;   }
.product-nav{ width:100px;  padding:20px 0px; margin:0px auto; order: 3;   }
@media (max-width:840px) {
.product-left{ width:100%; margin: auto; padding: 10px 0px; order: 1;}
.product-nav{ width:100%; padding:20px 0px; margin:0px auto; order: 3;   }
}
@media (max-width:767.98px) {
.product-right{  padding: 10px 0px; border:none;  }
}
 
.box-for{width:calc(100% - 20%); }
.box-nav{width:20%; padding:30px 10px;}
@media (max-width:1024px) {
.box-nav{ padding:0px;}
}
 


@media (max-width:767.98px) {
.box-nav{width:100%; order: 3; margin: 0px; padding: 10px 0px;  }
.box-for{width:100%; order: 2; }
}

.slider-for{width:100%; margin: 0px; padding: 0px; list-style: none;  }
.slider-for li{ position: relative; width: 100%;  margin:0px;padding:0px 10px; border-radius:15px; overflow: hidden; }
.slider-for li img{width: 100%; border-radius:15px; overflow: hidden;  }
.slider-for .slick-prev,.slider-for .slick-next{  top:35%;}

.slider-nav{ width:100%; height: auto; margin:0px; padding: 0px;   }
.slider-nav li{ width: 100%; opacity:1; margin:auto;padding: 5px; border-radius:5px;   }
.slider-nav li img{ width:100%; margin:0px; padding:0px; border: solid 1px #eee;border-radius:5px;opacity: .5;  }
.slider-nav li.slick-current img,.slider-nav li:focus img{opacity: 1;  border: solid 2px #000d3e}
 .slider-nav .slick-prev,.slider-nav .slick-next{  }
.slider-nav .slick-prev{left:25%; top:-40px;transform: rotate(90deg)}
.slider-nav .slick-next{left:25%; top:98%; transform: rotate(90deg)}


@media (max-width:1024px) {
.slider-nav li{  margin:5px;padding:0px;  }
}

@media (max-width:767.98px) {
.slider-nav li{ margin:10px 5px;padding: 0px; display: flex;  }
.slider-for li{  padding:0px;}
.btn-box.download,.btn-box.inquiry{transform: scale(.85)}
.slider-nav .slick-prev,.slider-nav .slick-next{width: 30px; height: 30px;}
.slider-nav .slick-prev{left:-22px; top:25px;transform: none}
.slider-nav .slick-next{left:auto; right:-22px; top:25px; transform:none}
 }
 
/*----------------------------------------/
btn區塊
----------------------------------------*/
.product-group{width: 100%;  margin:10px 0px; border-radius:0px; }
.product-group .btn{ width: 100px; height: 100px; margin: 0px auto 10px auto; display: flex; flex-wrap: wrap;justify-content: center; align-items: center; border-radius:0px;  border: solid 1px  #010b3e;overflow: hidden; }
@media (max-width:840px) {
.product-group{  display: flex; flex-wrap: wrap;justify-content: center;}
.product-group .btn{  margin:10px; }	
 }

@media (max-width:420px) {
.product-group .btn{ width: 80px; height:80px; margin:10px; }
}

@media (max-width:320px) {
.product-group .btn{ width: 72px; height:72px;}
}

.product-btn{width: 100%; margin:10px 0px; padding: 0px;   display: flex; flex-wrap: wrap;  }
.product-btn .btn{width:calc(100%/2 - 20px); min-height:50px;margin: auto 20px auto auto; padding: 0px 20px;  display: flex; }
@media (max-width:420px) {
.product-btn .btn{  margin: auto 10px auto 0px;  }
}

/*----------------------------------------/
social-icons
----------------------------------------*/
.share-wrap{  width: 100%; color:#555;  display: flex; flex-wrap: nowrap; justify-content: flex-start; align-content: center; align-items: center; font-size:0.875rem;   }
.share-wrap span{width:auto;}
.share-wrap .share-icons{  width: 70%; margin: auto 0px; justify-content: flex-start;align-items: center; font-size: 0.875rem;}
.share-wrap .share-icons li{ width: 26px!important; height: 26px;  margin:5px; background-color: #555 }
.share-wrap .share-icons li a{ opacity:1;font-size:0!important;color:#0267a4!important;  }
.share-wrap .share-icons li i { background-size: 12px;  }
  
.btn-box {  background-color: transparent; border:none;  display: flex;  flex-wrap: wrap; justify-content: center; align-items: center;  box-shadow: 0px 8px 8px rgba(0,0,0,.3);}

.btn-box  span{ font-size:.95rem;color:#fff; font-weight:700; letter-spacing:-.1px  }
.btn-box:hover { color: #fff; background-color:#000;  }
.btn-box:hover.download,.btn-box:hover.inquiry{ color: #fff; background-color:#555; border: solid 2px #555; transform: scale(.95)}

.btn-box.download{ border-radius:0px; border: solid 2px rgba(255,255,255,.15); background-color:#352d2d;}
.btn-box.inquiry{ border-radius:0px;  border: solid 2px rgba(255,255,255,.15);background-color:#010c3d; }
 

.btn-box i{ width:36px; height:36px;margin:auto 5px;filter: brightness(200%) grayscale(1) }


.product-info{ width:100%; padding:0px 0px 0px 20px; display: flex; flex-wrap: wrap;  align-content: flex-start; align-items: flex-start;  }
.product-info-title { width: 100%;   padding:0px 0px 20px 0px; }
.product-info-title h1{ font-weight: 700; font-size:1.75rem;font-size: min(max(3.5vw, .1.375rem), 1.75rem);line-height: 2rem;  letter-spacing: 0.5px;  }
.product-info-title h2{  width: 100%; margin-bottom: 30px; font-size:1.15rem; font-weight: 700; color:#000;  word-spacing: normal; word-break:normal; }
.product-info-title p{  width: 100%; margin: 5px 0px; font-size:1.15rem; font-weight: 700; color:#727272;  word-spacing: normal; word-break:normal;  }
@media (min-width:1600px) {
.product-info-title h1{  font-size: 1.875rem;  }
}
@media (max-width:767.98px) {
.product-info{  padding:0px;  }    
}

 
.product-description{ width: 100%; padding:10px 0px; color:#888;   }
.product-description p {width: 100%; margin: 5px 0px; font-size:0.9rem; font-weight: 400; color:#333;  word-spacing: normal; word-break:normal;}
.product-description span {  word-spacing: normal; word-break:normal;}
.product-description p strong{color:#000;}
.way-delivery{ width: auto; font-size:1.125rem; font-weight: 700;  padding:2px 10px 2px 0px; color:#7c7d7d; }
.way-txt{ width:auto; font-size:1.125rem; font-weight: 700;  padding:2px 0px 2px 0px;  color:#000d3e;  }

@media (max-width:767.98px) {
.way-delivery{ width:100%; display:block; padding: 0px; text-align: left;  }
.way-txt{ width:100%; padding: 0px;   }
}

.btmline { border-bottom: 1px solid #e8e8e8; padding-bottom: 1.25rem; margin-bottom: 1.25rem; display: block;}

 
/*----------------------------------------/
tab
----------------------------------------*/
#cms-tabs-product{ background-color: rgba(255,255,255,.5) }
#cms-tabs-product .resp-tabs-list{ width: 100%; display: flex; justify-content: center; border-bottom: solid 1px rgba(0,0,0,.1); list-style: none;}
#cms-tabs-product .resp-tabs-list li { width:auto; padding: 10px 20px; margin: 0px 25px; font-size: 1.125rem;  font-size: min(max(3.5vw, 0.9rem),1.125rem);font-weight: 700; }
#cms-tabs-product .resp-tabs-list li a{ color: #000 }
#cms-tabs-product .resp-tabs-list li a:hover{ color:#e7364b }

@media (max-width: 767.98px) {
#cms-tabs-product .resp-tabs-list{ margin-top: 0px!important;}
#cms-tabs-product .resp-tabs-list li { margin: 0px 25px 0px 0px;}
}

@media (max-width: 320px) {
#cms-tabs-product .resp-tabs-list li { margin: 0px 5px 0px 0px;}
}

#cms-tabs-product .resp-tab-active { color:#000d3e;  position: relative; }
#cms-tabs-product .resp-tab-active:after { content: ""; position: absolute;left:0px;bottom:0px; width: 100%; height: 2px; background:#000d3e; }
#cms-tabs-product .resp-tab-active a { color:#000d3e!important;    }
#cms-tabs-product .resp-tab-content { padding:30px 0px ;}
 

.tab-content {padding: 40px 0px;}
@media (max-width:767.98px) {
.tab-content {padding:0px;}
}

.bg-tab{ 
	background-image: -moz-linear-gradient(90deg, rgb(221, 226, 232) 0%, rgb(234, 237, 240) 70%, rgb(246, 247, 248) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(221, 226, 232) 0%, rgb(234, 237, 240) 70%, rgb(246, 247, 248) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(221, 226, 232) 0%, rgb(234, 237, 240) 70%, rgb(246, 247, 248) 100%);
}
 

/*----------------------------------------/
自訂編輯區塊
----------------------------------------*/
.edit{width: 100%; max-width: 1160px; padding:30px 40px; margin: auto;}
@media (max-width:767.98px) {
.edit{ padding:30px 20px; }
}

.group-box { padding:30px;  display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; margin-bottom: 30px; background-color:#f0f0f0;border-radius:15px;  border: solid 1px #fff; box-shadow: 0px 0px 13px 0px #dbdee0;} 
.head-box{ padding: 40px 20px; max-width: 240px; width: 100%; text-align: center; border-right: 4px solid #003281; background-color: #f7f7f7; }    
.head-box .title { color: #003281; font-size: 24px; font-weight: 500;}
.head-box .list-box { padding: 35px 64px;}
.group-item{ display: flex; flex-wrap: wrap;  }
.group-item-box{ flex: 1 1 50%;display: flex; flex-wrap: wrap;  align-items: center }
.group-item-txt{ padding: 10px;margin: auto }
.group-item-txt p{font-size:1rem;font-size: min(max(3.5vw, .9rem), 1rem);line-height: 1.5rem; font-weight: 400; }

.group-item-pic{  flex: 1 1 31.333%; padding: 10px; }

@media (max-width:767.98px) {
.group-item-box{ flex: 1 1 100%; }	
}


.spec-list{ width: 100%;  display: flex;  flex-wrap: wrap; margin:0px;padding: 0px; position: relative; }
.spec-list li{ width: 100%;  padding: 2px 5px 2px 14px; margin:0px 30px 0px 0px;font-size:1rem;font-size: min(max(3.5vw, .95rem), 1rem);line-height: 1.5rem; font-weight: 400; color:#444; position: relative ; list-style: none; }
.spec-list li:before{ content: ''; width:6px; height:6px; background-color:#004098; border-radius: 99rem; position: absolute; top: 14px; left: 0px;  transition: all 0.5s ease 0s;}
.spec-list.half li{ width: calc(100%/2 - 30px);}
@media (max-width:767.98px) {
 .spec-list.half li{ width:100%;}   
}
 

.specbox { width: 100%; margin: 15px auto; padding: 0px;display: -webkit-box; display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap;  flex-wrap: wrap;  }
.specbox li{ width: calc(100%/3 - 30px); margin: 10px 15px ; padding:10px;  list-style: none; background-image: linear-gradient(125deg, #d6e8f3 0%, #fff 100%);  border: solid 1px #fff; border-radius:10px; box-shadow: -2px 2px 6px rgba(0,0,0,.1) }
.specbox li .item{display: -webkit-box; display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.specbox .name { margin-bottom: 10px; padding-bottom:5px; border-bottom: 1px solid #c5dae3;  color:#004297; font-weight:700; font-size:1.125rem;  }
.specbox .spec-txt {font-size:1rem;font-size: min(max(3.5vw, .9rem), 1rem);line-height: 1.5rem;  color:#464646;}
@media (max-width:840px) {
.specbox li{ width: calc(100%/2 - 15px); margin: 10px 15px 10px 0px; }
}

@media (max-width:767.98px) {
.specbox { margin: 10px auto auto auto;}	
.specbox li{ width: 100%; margin: 10px auto; }
}

/*table css*/
:root { --stickyBackground: #eee; --borderColor: #091b49;}
.table-wrapper { width: 100%; height: auto;  margin: 30px auto;  overflow: auto; }
  @media (max-width:767.98px) {
.table-wrapper { margin:0px auto 30px auto;  overflow: auto; }
 }


.datatable { width: 100%; border-spacing: 0; margin: auto;background-color:#fff;  box-shadow: 0px 0px 13px 0px #dbdee0;}
@media (max-width: 991.98px) {
.datatable { width: 100%;}
}

.datatable thead {  letter-spacing: 0.05em;  text-transform: uppercase;}
.datatable tbody { font-size: .9rem ;border: 2px solid var(--borderColor); }
.datatable th { font-size:1rem; font-weight: 700; color:#000d3e;  padding:10px; text-align: center; white-space: nowrap; border-right: 1px solid var(--borderColor); border-top: 2px solid var(--borderColor);  border-bottom: 2px solid var(--borderColor); background-color:#f0f0f0;}
.datatable td { font-size:1rem; font-weight: 400;padding: 10px; white-space: nowrap; border: 1px solid var(--borderColor);   }
.datatable thead td{ color: #000;  font-weight: 700; }
/*.datatable tr:nth-child(even) {background-color:#ededed; }*/
.datatable tr.sticky {color: #000; font-weight: 700; position: sticky;  top: 0;  z-index: 1;  background: #fff;box-shadow: 0 0 6px rgba(0,0,0,0.25);}
.datatable th.sticky,.datatable td.sticky {  color: #000; font-weight: 700;  position: sticky; left: 0; background: var(--stickyBackground);}
.datatable th.sticky::after,.datatable td.sticky::after {content: ""; position: absolute; right: -6px; top: 0; bottom: -1px;  width: 5px; border-left: 1px solid var(--borderColor); background: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%);}
.datatable th.sticky::before,.datatable td.sticky::before { content: ""; position: absolute; left: -6px; top: 0; bottom: -1px;  width: 5px; border-right: 1px solid var(--borderColor); background: linear-gradient(90deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0.08) 100%);}
.datatable td .wrap { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center}
.datatable span.txt-r{ display: flex; flex-wrap: wrap;text-align: right}
.datatable span.txt-name{ display: flex; flex-wrap: wrap;flex-direction: column;  }



@media (max-width:320px) {
.datatable tr.sticky {   position: relative;  }
.datatable th.sticky,.datatable td.sticky {  position: relative; }
}
.table-box{display: none}
 @media (max-width:767.98px) {
.table-box{display: block; background-color: #fff;}
.table-box .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center}
.table-box .wrap span{margin: auto 0; }
.table-box .txt-r{width: 30%;justify-content: flex-end; text-align: right}
.table-box .txt-name{width:70% }
.table-box .txt-center{text-align: center}

/*  Responsive2
------------------------------- */
.table-box{width: 100%; margin:auto ; padding:0px;}
.table-box .dl-row{ display: inline;}
.table-box dl{ display: flex; flex-wrap:wrap;align-items: center;position: relative; width: 100%; border-bottom: 1px solid #555; margin: 0; padding:3px 0;  letter-spacing: 1px;}
.table-box dl.noline{ border-bottom: none;}
.table-box dl.bottom-line{  border-bottom:2px solid #000; background-color:#eaeaea }
.table-box dl.mark img{ margin: 5px;}
.table-box dl.act dd{ color: #ce0000;}
.table-box dl dt{ width:65%; font-size: 0.875rem; font-weight:400;color:#575757;  padding: 1px 5px; }
.table-box dl dd{ width: calc(100% - 65%); font-size: 0.875rem; font-weight:700; text-align: center;}
.table-box .col.item {flex: 1 0 0; }
.table-box .full{ flex: 1 0 100%;}
.table-box .column{margin: auto 0; width: 100%;flex-direction: column}
.table-box .col {  padding: 0px 2px 0px 0px ;word-wrap: normal; word-break: keep-all; word-spacing: normal}
.table-box .item-half{margin: auto 0; width:50%;}
}





.w-list{ width: 100%; margin: auto; padding: 0px 20px; list-style: none}
.w-list li{ display: block; padding-left: 20px;  margin-bottom: 20px; font-size: 1.15rem;   font-size: min(max(3.5vw, .9rem), 1.15rem);font-weight:400; line-height: 1.5; letter-spacing: normal; color: #000;  position: relative; }
.w-list li:before { width: 10px; height:10px; content: "";  left:0px; top:10px;position: absolute; background-color:#49b232; border-radius: 2px;}
.w-list li p{font-size: 1rem;   font-size: min(max(3.5vw, .875rem), 1rem);}
 @media (max-width:767.98px) {
 .w-list{  padding: 0px; }    
}
 
.spec-box{position: relative}
.spec-box .title-left{  width: 100%!important;  display: block; margin: 0; padding:20px 0px 10px 0px;   cursor: pointer; position: relative; }
.spec-box .title-left::before {position: absolute;  right:0px; top:30px; margin-right: 10px; content: ""; display: inline-block; vertical-align: middle; margin-top:10px; width:16px; height:16px; background-color:transparent;  border-top: 4px solid #e60012; border-right: 4px solid #e60012; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: transform .5s; transition: transform .5s; }


.spec-box .spec-table {   height: auto; }
.spec-box.active .title-3::before { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.spec-box.active .spec-table { max-height: 0; overflow: hidden; padding:0px; }
 

.product{ width: 100%; margin: auto; padding: 0px; display: flex;  flex-wrap: wrap;justify-content: flex-start;}
.product li{ flex: 0 0 auto; width: 25%; text-align: center; max-width: 100%;  margin:50px 0; padding-right: 15px; padding-left: 15px; list-style: none;}
.product li .item { width: 100%; margin: auto; position: relative; transition: .3s ease-in-out;}
.product li .item:before { content: ""; width: 190px; height: 380px; background-color:#e7eaf0;  position: absolute; left: 50%; top: 50%;  transform: translate(-50%, -50%) skew(-20deg, 0deg);  z-index: -1; transition: .3s ease-in-out;}
.product li .item h3{  margin-bottom: 15px; margin-top: 50px; font-weight: 700; font-size: 1.75rem; line-height: 1.2;}
.product li .item a h3 { color:rgba(1,12,64,1);  text-decoration: none;}
.product li .item p{ margin-bottom: 30px;padding: 0px;  font-size:1rem; line-height: 1.5rem;  font-weight: 400;color: #555;  overflow: hidden; word-break: normal; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;} 
.product li .read-more-btn { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid; border-radius: 100%; margin: auto; background: #fff; transform: translateX(-10px);  opacity: 0; visibility: hidden;  border-color:rgba(0,65,152,1); transition: .3s ease-in-out; text-decoration: none;}
.product li .read-more-btn i{ width: 17px; height: 17px; color:rgba(1,12,64,1);  font-size: 12px;}
.product li figure{width: 200px;  height: 200px; position: relative; margin: auto; display: flex; align-items: center; justify-content: center; }
.product li figure img {  width: 50%; max-height: 50%;  position: relative;  }
.product li figure:before {  content: ""; position: absolute; top: 0; left: 0;  border: 1px solid;  width: 100%; height: 100%;  transform: skew(-20deg, 0deg); background: #fff; border-color: rgba(0,65,152,.25); transition: .3s ease-in-out;}
/* hover */
.product li .item:hover:before{ background-color: rgba(1,12,64,.2); }
.product li .item:hover figure:before{ background-color: rgba(1,12,64,1); }
.product li .item:hover .read-more-btn{ transform: translateX(0);  opacity: 1; visibility: visible;}
.product li .item:hover figure img { filter:invert(100%) brightness(5) grayscale(1)  }
.product li .item:hover a h3{ color:rgba(1,12,64,1);}
/* ============= Responsive Ipad ==================== */
@media (max-width: 1024px) {
.product  li { flex: 0 0 auto;  width: calc(100%/3); margin-bottom: 40px;}
}
@media (max-width: 992px) {
.product  li { flex: 0 0 auto;  width: 50%; margin-bottom: 40px;}
}

/* ============= Responsive Iphone ==================== */
@media (max-width: 480px) {
.product li { flex: 0 0 auto; width: 100%; margin-bottom: 20px;  }
.product li .item{  width: 100%;}
.read-more-btn{ transform: translateX(0px); opacity: 1; visibility: visible;}
}



/* ==== 底圖 === */
.bg-light{padding:50px 0px; background:linear-gradient(to bottom, rgba(196,196,196,1), rgba(232,232,232,1)); overflow: hidden; position: relative}
.bg-solution { width:50%; background-image: attr(src url); background-repeat: no-repeat; background-size: 100% auto; background-position:left top; position: absolute;z-index: 0; top:-17vw; left: -10%; right:0; bottom: 0; line-height: 0;}
 
.solution {width:90%; margin:auto;  padding: 0px;list-style: none; display:flex; flex-wrap: wrap; align-items: center;align-content: center;  justify-content: center; position: relative }
.solution:after{content: ""; width:100%; height:100%;position: absolute;z-index: -1; right:0; top:0; background: url("../images/index/a-line.svg") no-repeat right 45%; background-size: 90% auto;opacity: 0.7; }


.solution li {width:calc(100%/4 - 100px);  margin:50px; cursor: pointer; position: relative;  }
.solution li:after{ content: ""; width: 100%; height:30px; position: absolute;z-index: -1; right:-40%; top:12vh; background: url("../images/index/arrow-r.svg") no-repeat right center; }
.solution li:nth-child(4):after,.solution li:last-child:after{display: none;}
.solution li .item { width: 100%; padding: 10px;display:flex; flex-wrap: wrap; align-items: center;  justify-content: center; margin: auto; border-radius:25px;border:solid 2px #e8334a;background: #fff ;box-shadow: 1px 1px  8px 3px rgba(233, 51 ,74,.3); }
 
.solution li figure{  width:120px;height:120px;  margin: auto; padding: 10px;   }
.solution li span{  width:100%;min-height: 46px; font-size: clamp(.9rem, 2.3vw, 1.125rem); color:#000e3d;font-weight: 700; line-height: 1.275rem;text-align: center;  }
 
  
/*hover*/
.solution li .item:hover, .solution li .item:focus { background-color:rgba(233, 51 ,74,1);   animation: pulse 1s; box-shadow: 0 0 0 2em transparent;}
.solution li .item:hover figure img{ filter:invert(100%) brightness(5) grayscale(1) }
.solution li .item:hover span{color: #fff;}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(146, 148, 248, 0.4);  }
}


 
.service { width:100%; margin:30px auto; padding:0px;  display: flex; flex-wrap: wrap; position: relative; z-index: 99;}
.service li { width:calc(100%/2 - 30px); margin:50px 15px;padding:0px; list-style: none; transition: all 0.5s ease 0s; position: relative; z-index: 9; }
.service li .item{  display: flex; flex-wrap: wrap;  align-items: flex-start;}
.service li .photo{ width: 40%; margin:2.5% auto auto -10%; border-radius:15px; overflow: hidden;z-index: 9;box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3); }
.service li .photo figure{ width: 100%; padding-bottom:106%; height: 0; border-radius:15px; overflow: hidden; position: relative;  z-index: 1; transition: all 0.5s ease 0s;   }
.service li .photo figure img { max-width: 100%; height: auto; margin: auto; transition: all 0.5s ease 0s;   }
.service li .photo figure:hover img { transform: scale(1.1);  opacity: 1; }
.service li .inner{width:70%; margin: auto; padding:50px 30px ; position: relative;z-index: 1; border-radius:20px;background-image: linear-gradient(to top,  #d5d5d5 0%,  #f7f7f7 100%);  box-shadow: 0px 5px 10px rgba(0, 0, 0, .1); } 
.service li .inner .item-box{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between }
.service li .inner-txt{ width:90%; padding:0px;margin:0px;  position: relative;} 
.service li .nav-item p{ font-size:0.875rem; color: #fff; font-weight: 700; line-height: 1rem; }
.service li h3{ width:100%; min-height:66px; padding:0px 0px 0px 20px; margin:0px 0px 20px 0px; letter-spacing:2px; font-size: calc(1.3rem + 1.0416666667vw);  line-height:2.35rem;  font-weight:700;  color:#000d3e; word-break: normal;word-wrap: normal; position: relative }
.service li h3:before { width:8px;  height:8px;  content: ""; position: absolute; top: 12px; left: 0; background-color:#000d3e; border-radius: 50%;}
.service li p{ min-height:78px;  margin:5px 0px; padding: 0px; font-size: calc(1rem + 0vw);  line-height: 1.5rem;  font-weight: 400;color: #555;  overflow: hidden; word-break: normal; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;} 
.service li .more-icon{ width:70%; margin:30px 0 auto 0}
@media (max-width:1024px) {
.service li .photo{ width: 40%; margin:15% auto auto -10%; }
}

@media (max-width:840px) {
.service li { width:100%; margin:50px auto; }
.service li .photo{  margin:auto auto auto -10%; }	
}
@media (max-width:768px) {
.service li .more-icon{ width:100%;}

}
@media (max-width:767.98px) {
.service li { margin:10px auto;  }   
.service li .inner{width:100%; margin: 0px; padding:20px; background: none; box-shadow:none } 
.service li .item{ margin:30px auto;padding:0px; flex-direction: column-reverse; background-image: linear-gradient(to top,  #d5d5d5 0%,  #f7f7f7 100%);  box-shadow: 0px 5px 10px rgba(0, 0, 0, .1); border-radius:20px; }
.service li .photo{ width:100%; margin:auto; padding: 20px; box-shadow: none   }   
.service li .inner-txt{ width:100%;  } 
}
 

/*application*/
.application-list {padding: 0px;  margin-bottom: calc(20px + 5%); display: flex; flex-direction: row; flex-wrap: wrap; background: #000;}
.application-list li { width: 50%;background:#010c3f; border: solid 1px #fff; list-style: none}
.application-list li a{display: flex;flex-wrap: wrap;}
.application-list li figure { width: 50%; height: 354px;}
.application-list li figure img { object-fit: cover; width: 100%; height: 100%;}
.application-list li .inner {  width: 50%;  display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0 2%;}
.application-list li .inner h3 { font-size:clamp(18px, 1.5vw, 24px);  font-weight: 700; padding-bottom: 20px; text-transform: uppercase; text-align: center}
.btn-more { display: block; border-radius: 0 15px; width: 100px; line-height: 30px; text-align: center; border: 1px solid #fff; font-size: 16px; font-weight: 700; transition: all 0.4s ease-out 0s;}
.btn-more:hover { background: #fff; color: #000;}
.application-list li a { color:#fff}
 
.application-list li:hover > a { opacity: 0.2;}
.application-list li:hover { opacity: 1;}
.application-list li:hover .btn-more { background: #fff; color: #000;}




/*-------mapn-----------*/
.fullwidth-map { padding: 40px 0; position: relative; background: linear-gradient(to bottom, rgba(235, 241, 245, .5) 0%, rgba(1, 12, 61, .25) 70% , rgba(235, 241, 245, .25) 100%);} 
.map-wrapper-row { margin: 0 auto; padding:30px 0px 60px 0px; background: linear-gradient(to 45deg, rgba(235, 241, 245, .25) 0%, rgba(201, 208, 214, .25) 50% , rgba(235, 241, 245, .25) 100%); }
 @media (max-width:840px) {
.fullwidth-map { padding: 0px;  } 
  }
@media (max-width:540px) {
 .map-wrapper-row { transform: scale(0.75); margin-bottom: auto;  }	
 }
@media (max-width:320px) {
 .map-wrapper-row { transform: scale(0.62); margin-bottom: auto;  }	
 }

.map-pins-component .pin { position: absolute;  display: inline-block; text-align: center;  z-index: 10; transition: 0.5s; transform: scale(1) translateY(0); cursor: pointer; perspective: 300px; transform-origin: 50% 100%;}
.map-pins-component .pin:hover, .map-pins-component .pin.is-opened {  transition: 0.5s; transform: scale(1.3) translateY(0); z-index: 30;}
.map-pins-component .pin:hover .pin-label span { background: #FFF1C6; color: #000; transition: 0.5s;}
.map-pins-component .pin:active { transform: rotateX(25deg) scale(1.1); transition: 0.2s;}
.map-pins-component .pin-popup {position: absolute;  right: calc(100% - 20px); top: -10vh;  transition: 0.5s; width: 200px; max-height: 300px; padding:5px; text-align: left;  transform: scaleY(0); transform-origin: 0 0; overflow-y: auto;  border-radius:5px; overflow: hidden; z-index: 12; display: flex;flex-direction: column;align-items: center;}
.map-pins-component .pin.is-opened .pin-popup { transform: scaleY(1); transition: 0.5s; opacity: 1;}

.map-pins-component .pin-popup h3{margin:2px 0px; font-size:12px; font-weight: 700; color:#e7364b }
.map-pins-component .pin-popup p{margin:2px 0px; font-size:10px; font-weight: 600;line-height: 1rem;color:#1894ac }
.map-pins-component .pin-popup .txt{font-size:10px; font-weight: 400;line-height:0.75rem;color:#3b3b3b }
.circle-box{width: 120px; height: 120px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;  border-radius:99rem; overflow: hidden;  background: linear-gradient(to top, #878a98, #f5f6f6); border: solid 1px #c3c3c3;box-shadow: 0px 0px 5px 0px rgba(255, 124, 147, .5);  }
.circle-box img{ display: block; margin: auto; overflow: hidden }

 
/*-------scooter-----------*/
#scooter{}
#scooter.map-pins-component { width: 549px; margin:auto auto 60px auto; position: relative; }
#scooter.map-pins-component .map-image { width: 549px; max-width: 100%; opacity: 1;display:  block;margin: auto  }
#scooter.map-pins-component .pin-icon { width: 40px;}

/*座標*/
#scooter.map-pins-component .pin-location-1 {left:25%; top:22%;}
#scooter.map-pins-component .pin-location-2 {left:19%; top:55%;}
#scooter.map-pins-component .pin-location-3 {left:66%; top:56%;}
#scooter.map-pins-component .pin-location-3 .pin-popup {right: -8vw;top: -24vh;   }
#scooter.map-pins-component .pin-location-4 {left:75%; top:44%;}
#scooter.map-pins-component .pin-location-4 .pin-popup { right: -14vw; top: -10vh;   }
#scooter.map-pins-component .pin-location-5{left:75%; top:62%;}
#scooter.map-pins-component .pin-location-5 .pin-popup { right: -18vw; top: -10vh;   }

#scooter2.map-pins-component { width: 549px; margin:auto auto 60px auto; position: relative; }
#scooter2.map-pins-component .map-image { width: 549px; max-width: 100%; opacity: 1;display:  block;margin: auto  }
#scooter2.map-pins-component .pin-icon { width: 40px;}

#scooter2.map-pins-component .pin-location-1 {left:33%; top:38%;}
#scooter2.map-pins-component .pin-location-2 {left:21%; top:61%;}
#scooter2.map-pins-component .pin-location-3 {left:43%; top:76%;}
#scooter2.map-pins-component .pin-location-3 .pin-popup {right: -8vw;top: -24vh;   }
#scooter2.map-pins-component .pin-location-4 {left:62%; top:80%;}
#scooter2.map-pins-component .pin-location-4 .pin-popup { right: -14vw; top: -10vh;   }
#scooter2.map-pins-component .pin-location-5{left:74%; top:68%;}
#scooter2.map-pins-component .pin-location-5 .pin-popup { right: -16vw; top: -10vh;   }
@media (max-width:840px) {
#scooter.map-pins-component .pin-popup { left:-100px; top: -150px; }
#scooter2.map-pins-component .pin-popup { left:-100px; top: -150px; }
}
@media (max-width:767.98px) {
#scooter.map-pins-component .pin:active { transform: rotateX(25deg) scale(1); transition: 0.2s;}
#scooter2.map-pins-component .pin:active { transform: rotateX(25deg) scale(1); transition: 0.2s;}
}
@media (max-width:540px) {
#scooter.map-pins-component { margin:auto auto auto -15%;  }	
#scooter2.map-pins-component { margin:auto auto auto -15%;  }	
}
@media (max-width:320px) {
#scooter.map-pins-component { margin:auto auto auto -33%;  }	
#scooter2.map-pins-component { margin:auto auto auto -33%;  }	
}


/*-------scooter-----------*/
#gogoro{}
#gogoro.map-pins-component { width: 549px; margin:auto auto 60px auto; position: relative; }
#gogoro.map-pins-component .map-image { width: 549px; max-width: 100%; opacity: 1;display:  block;margin: auto  }
#gogoro.map-pins-component .pin-icon { width: 40px;}
#gogoro.map-pins-component .pin-popup {  right: calc(100% - 20px); top: -18vh;   }
 /*座標*/
#gogoro.map-pins-component .pin-location-1 {left:37%; top:37%;}
#gogoro.map-pins-component .pin-location-1 .pin-popup{  left:-10vw; top: -16vh;   }

#gogoro.map-pins-component .pin-location-2 {left:24%; top:59%;}
#gogoro.map-pins-component .pin-location-2 .pin-popup {left:-10vw;top: -12vh;   }

#gogoro.map-pins-component .pin-location-3 {left:42%; top:78%;}
#gogoro.map-pins-component .pin-location-3 .pin-popup {right: -13vw;top: -34vh;   }
#gogoro.map-pins-component .pin-location-4 {left:62%; top:75%;}
#gogoro.map-pins-component .pin-location-4 .pin-popup { right: -14vw; top: -30vh;   }
#gogoro.map-pins-component .pin-location-5{left:55%; top:82%;}
#gogoro.map-pins-component .pin-location-5 .pin-popup { right: -18vw; top: -30vh;   }
 @media (max-width:840px) {
 #gogoro.map-pins-component .pin-popup { left:-100px; top: -150px;    }
 }
@media (max-width:767.98px) {
#gogoro.map-pins-component .pin:active { transform: rotateX(25deg) scale(1); transition: 0.2s;}
}
@media (max-width:540px) {
#gogoro.map-pins-component { margin:auto auto auto -25%;  }	
#gogoro.map-pins-component .pin-location-2 .pin-popup {left:-20vw;top: -5vh;   }
}
@media (max-width:320px) {
#gogoro.map-pins-component { margin:auto auto auto -33%;  }	
}





.pin-dot { width: 16px; height: 16px;color: #fff; font-size: 1rem; font-weight: 700;  border-radius: 50%; background-image: linear-gradient(to right, #ff7c93 0%, #cf0004 100%);position: absolute;z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.pulse { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); width: 20px; height: 20px;}
.pulse:before { content: ""; position: relative; display: block; width: 300%; height: 300%; box-sizing: border-box; margin-left: -100%;  margin-top: -100%; border-radius: 45px; background-color: #cf0004; -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;}
.pulse:after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: white; border-radius: 15px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;}

@media (max-width:767.98px) {
.pin-dot{ width:10px; height: 10px;}
.pulse { width: 14px; height: 14px;}

}

@-webkit-keyframes pulse-ring {
  0% { transform: scale(0.33); }
  80%, 100% { opacity: 0;  }
}
@keyframes pulse-ring {
  0% { transform: scale(0.33); }
  80%, 100% { opacity: 0;  }
}
@-webkit-keyframes pulse-dot {
  0% { transform: scale(0.8); }
  50% { transform: scale(1); }
  100% { transform: scale(0.8); }
}
@keyframes pulse-dot {
  0% { transform: scale(0.8); }
  50% { transform: scale(1); }
  100% { transform: scale(0.8); }
}



 