 /*----------------------------------------/
product-show banner  
----------------------------------------*/
 .cms-product-banner { width:100%; height: 100%; padding: 0; margin:0px auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; flex-direction: row; z-index: 0; line-height: 2.5em; vertical-align: top;  overflow: hidden;position: relative; }
.cms-product-banner-img{width: 100%;  position: relative; top: 0%;  margin-top: 0px; z-index: 0;}
.cms-product-banner-img img{  display: block;width: 100%;  max-width: 100%;  margin: auto; -o-object-fit: cover;  object-fit: cover; -webkit-backface-visibility: hidden;  backface-visibility: hidden; transition: all 0.3s; position: relative; z-index: 1;  }

/***** bg *****/
/*------------------*/
.cms-bg-1 {   width: 100%; background: url("../images/about/about-02.jpg") no-repeat right bottom #fff; background-size: 100% auto;  }
.cms-bg-light{background:url("../images/product/banner-demo.jpg") no-repeat left bottom; background-size: 100% auto;  }
 
.cms-bg-2 { padding-top:10vh; padding-bottom: 10vh;  width: 100%; background: url("../images/product/banner-demo2.jpg") no-repeat right bottom #fff;  background-size:100% auto; }
.cms-bg-3 { width: 100%; background-image: url(../images/index/index-bg-2.svg),linear-gradient(180deg, #d5eafa 40%, #fff 100%);  background-position: right top ,left bottom; background-size: 100% auto ,100% auto; background-repeat: no-repeat;}
.cms-bg-4 { width: 100%; background-image: url(../images/index/index-bg-2.svg),url("../images/product/banner-demo-3.jpg");  background-position: right top ,right top; background-size: 100% auto ,100% auto; background-repeat: no-repeat;}
 @media (max-width: 768px) {
 .cms-bg-2 { padding-top:0vh; padding-bottom: 0vh;   }
       
}
      
.cms-about-box .cms-about-box-style{ padding:30px; background: #fff;  box-shadow: 0 55px 30px -30px rgba(125, 125, 125, 0.7);}
.cms-main-wrap{ width: 100%; max-width: 1200px; margin: auto; padding-left:20px; padding-right: 20px;  height: auto;  display: flex; flex-wrap: wrap; position: relative;  }
.cms-main-facility { width: 100%; padding:100px 0; margin:0; position: relative; display: flex; flex-wrap: wrap;  }
.cms-main-facility-item { width: 55%; display: flex; flex-wrap: wrap; padding-left:5%;align-content: flex-start; }
.cms-main-txt{width: 100%;  margin:5% 0; padding-top: 30px; display: flex; flex-wrap: wrap;position: relative;   }
#cms-main .cms-main-txt p { width: 100%; font-size: 0.9375rem; color: #000; font-weight: 400;  padding:5px;   }
.cms-main-card { width:45%;  margin:0px; padding:0px;  display: flex; flex-wrap: wrap;position: relative; z-index: 0; }
.cms-main-card figure { display: block;  width: 100%; max-width:100%; margin:0 auto;   }
.cms-main-card figure img {  width: 100%; max-width: 100%; transition: all 0.3s; position: relative; z-index: 1; }

@media (max-width: 991.98px) {
.cms-main-facility {  padding:100px 0 0px 0px; margin:0; position: relative; display: flex; flex-wrap: wrap;  }
.cms-main-card { width:45%;}
.cms-main-facility-item { width: 55%; padding-left: 0px; }
.cms-main-card figure:after{ width:100px; height:100px;bottom:80px; left:80%; right: auto; position:absolute;z-index:0; background: #e0e0e0; }
.cms-main-facility-item .cms-title-3 { margin:0 0 2% -10%; }
.cms-main-facility-item .cms-title-3:before{right: -10%; }
.cms-main-txt{ padding-left: 10%;}
}
@media (max-width: 768px) {
.cms-main-wrap{  padding-left:10px; padding-right: 10px; }
.cms-main-facility {  padding:25px;  }
.cms-main-facility-item { width: 100%; padding-top: 30px;}
.cms-main-card { width:100%; padding:0px 0px 0px 0px;}
.cms-main-card figure:after{display: none; }
.cms-title-3 { margin:0 0 2% 0;padding-left:50px;}
.cms-title-3:before{ left:10%; right: auto; width: 3px; height: 100px; -webkit-transform: skew(0deg); -ms-transform: skew(0deg); transform: skew(0deg); }    
.cms-main-txt{ padding-left: 0px; padding-top: 0px;}     
} 



.cms-item-list { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center;  width: 100%;}
.cms-item-list li { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; width: 33.3%;  margin: auto;}
.cms-item-list li figure{  width: 100%; height: auto;  display: flex; align-items: center; justify-content: center;}
.cms-item-list li figure img{  width: 100%; max-width: 80%; display: flex; align-items: center; justify-content: center;}
.cms-item-list li .desc { margin-top: 10px; font-size: 1rem; font-weight: 600;   text-align: center; }


.cms-pic-list { display: flex; flex-wrap: wrap;   width: 100%; max-width: 1160px; margin: auto ; padding: 0px;  }
.cms-pic-list li { width:calc( 50% - 20px); margin:10px; padding:5px 0px;   display: flex; flex-wrap: wrap; align-items:flex-start; justify-content: space-between; }
.cms-pic-list li h3{font-size: 1.35rem; font-weight: 600;}
.cms-pic-list li h2, .cms-pic-list li h3, .cms-pic-list li h4, .cms-pic-list li h5, .cms-pic-list li h6{width: 100%;}
.cms-pic-list li p{ margin: 10px 0px ; padding:0px 0px 15px 0px; font-size:0.9375rem; font-weight:400; text-align: left; width: 100%; }
.cms-pic-list li em{ margin: 10px 0px ; padding:0px 0px 15px 0px; font-size:0.8125rem; font-weight:300; text-align: left; }

.cms-pic-list li figure{width:20%; height: auto;  display: flex; align-items: center; justify-content: center;}
.cms-pic-list li figure img{width: 100%; max-width: 100%; display: flex; align-items: center; justify-content: center; border-radius:10px; }
.cms-pic-list li .desc-wrap{ width: 80%;  display: flex; flex-wrap: wrap; margin: 0px;padding-left: 15px; }
.cms-pic-list li .desc{  font-size: 0.9375rem; font-weight:400; text-align: left; }
 
.cms-pic-list .result_li > div { position: relative; padding-left: 15px;}
.cms-pic-list .result_li > div::before { content: ''; position: absolute; top: 14px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #000;}

.cms-pic-list li.full { width:100%; margin:5px 10px; padding:10px 0px;   display: flex; flex-wrap: wrap;  align-content: center; align-items: center;  justify-content: space-between; }
.cms-pic-list li.full figure{width:35%; height: auto;  display: flex; align-items: center; justify-content: center;}
.cms-pic-list li.full .desc-wrap{ width:65%;  display: flex; flex-wrap: wrap;margin: 0px;padding-left: 15px; }
 
@media (max-width: 768px) {
.cms-item-list { margin: auto;  justify-content: flex-start;}
.cms-item-list li { width: 100%; margin:10px auto; padding:5px 0px;  }   
.cms-pic-list li { width:calc( 100% - 20px); margin:10px; padding:5px 0px;}
    
.cms-pic-list li.full figure{width:100%;  }
.cms-pic-list li.full .desc-wrap{ width:100%; }
    
}


#cms-tabs-product .resp-tabs-list {  width:100%; padding:0px; margin: 0px; display: flex; align-items: center; flex-wrap: wrap; text-align: center; border-bottom: solid 2px  #184598;}
#cms-tabs-product .resp-tabs-list li { display: flex;  flex: 1 1 auto;  justify-content: center; padding:10px 20px;  margin:0px 8px; position: relative;  border-width: 1px;background-color:#fff;vertical-align: middle;  list-style: none; text-align: center; font-weight:400; font-size:1rem; line-height:1.5em; cursor: pointer;}
#cms-tabs-product .resp-tabs-list li a{color:#000!important;  }
#cms-tabs-product .resp-tabs-list li a:hover{color: #999;  }
#cms-tabs-product .resp-tabs-list li.resp-tab-active{background: #184598;}

@media (max-width: 768px) {
#cms-tabs-product .resp-tabs-list li {  flex: 0 0 31.333%;  padding:5px;  margin:0px 2px; }
}

@media (max-width: 430px) {
#cms-tabs-product .resp-tabs-list li {  flex: 0 0 49%;}
}


.cms-main-about{position: relative; z-index: 0; padding:0; margin: 0; background:url("../images/about/about-bg.jpg") left bottom no-repeat ; background-size:130% auto ;  }
.cms-main-about-box{width:100%; max-width: 1400px;  margin: 0 auto; padding:50px 20px 100px 20px; display: flex; flex-wrap: wrap;   align-content: center; align-items: center;position: relative;    }
.cms-main-about-txt{width: 50%; margin:0 ; padding:30px 60px; line-height:2.5rem;  color:#000; word-break: keep-all;  background: #fff;box-shadow: 0px 55px 30px -30px rgba(125, 125, 125, 0.7);}
.cms-main-about-pic{width:45%; margin-top:0px; padding:0px;position: relative; z-index:1;   }
.cms-main-about-pic img{position: relative; z-index: 1; }
.cms-main-about-pic::before{display: block; content: ''; background: linear-gradient(145deg, rgb(0, 0, 0), rgb(255, 255, 255));
 width:50px; height:50px; position: absolute; left:-20px; top: -1vh; z-index: 0; }
.cms-main-about-pic::after{display: block; content: ''; width:300px; height:200px; position: absolute; right:-20px; bottom: -20px; z-index: 0; background:rgba(255,255,255,.5);}
#cms-main .cms-main-about-txt p {margin-bottom: 15px; color: #000;font-size:1rem; line-height: 2rem; word-break: normal;  }
#cms-main .cms-main-about-txt h3 {margin-bottom: 15px;  line-height: 2.5rem;  font-weight: 700; }
@media (max-width: 1199.98px) {
.cms-main-about-txt{  padding:30px; }
}

@media (min-width: 1400px){
.cms-main-about::before{ position: absolute; left:0; top: 30vh;  }
.cms-main-about-content { max-width: 1400px;}
}
 @media (max-width: 991.98px) {
 .cms-main-about-box{  padding:20px;   }
}
@media (max-width: 767.98px) {
.cms-main-about-box{ flex-direction: column-reverse; padding-top: 0;}
.cms-main-about-txt{width: 100%; margin:0 ; padding:30px 15px; line-height:2.5rem;  color:#000; word-break: keep-all;  }
.cms-main-about-pic{width:100%; margin-top:0px; padding:0px;position: relative; z-index:1;   }
.cms-main-about-pic::after{  bottom: -30px; }
}
 
.cms-about { margin:0 auto;  padding:10vh 5vw; display: flex; flex-wrap: wrap; position: relative;  } 
.cms-about-box {width: 100%;  max-width: 1400px; margin:0 auto; padding:15px;  display: flex; flex-wrap: wrap; justify-content: space-between; }
.cms-about-box-left{ width:35%; padding: 35px;   display: flex; flex-wrap: wrap; align-content: center; align-items: center;    }
.cms-about-box-right{ width: 65%; justify-content: flex-end; padding:30px; }
.cms-about-box-right .cms-main-txt{ width: 80%;padding-top:0; padding-left:15%;}
.cms-about-wrap{width: 100%;  margin:0 auto; padding: 20px; display: flex; flex-wrap: wrap; justify-content: center;}

.Img::before { content: ''; position: absolute; top: 30px; left: 0; z-index: 1; width: 50%; height:80px; margin-left: -6px; background: #fff;}
.Img img { max-width: 100%;position: relative; height: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.maskL { width: 10px;height: 100%; position: absolute;  left: 48%;bottom: 0; z-index: 1; background-color:#fff;}
.maskR {  width: 50%;height:10%; position: absolute;  left: 48%;bottom: 0; z-index: 1; background-color:#fff;}

/*-------------------*/
 
@media (max-width: 991.98px) {
.cms-about{padding:1vh 5vw;}
.cms-about-box-left{ width:100%; }     
.cms-about.cms-bg-1 { margin:0px auto; padding:0px 2vw 300px 2vw!important;  }   
.cms-about-box-right{ width: 100%; justify-content: flex-start; }
.cms-bg-1 { padding-bottom: 300px; }
.cms-about-box-right .cms-main-txt{ width: 100%;padding-top:0; padding-left:5%;}
.Img::before {display: none;}
}
 @media (max-width: 767.98px) {
.cms-about-box .cms-about-box-style{ padding:0px; }
.cms-about.cms-bg-1 { margin:0px auto; padding:0px 1vw 182px 1vw!important;  } 
.maskL,.maskR{display: none;}
.cms-about-box-left{ padding: 15px;}  
.cms-title-h2 h2{padding-left: 0;}   
     
}
  /*about us*/
.cms-about-wrap .edit{ display: inline-block; margin:2% auto 2% 40%; max-width:100%; padding:2vh 0; text-align: right;}
.cms-about-wrap .edit-half{display: inline-block; width:70%; margin:0 auto; padding: 2rem; }


 
.cms-main-banner-img:after { position: absolute; z-index: 1; content: ''; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-image: url(../images/index/index-bg-2.svg), linear-gradient(180deg, #d5eafa 0%, #cde6f8 80%, #fff 100%); background-position:left top,left top; background-size:100% auto , 100% 100%; background-repeat: no-repeat;}
  
/*----------------------------------------/
產品詳細內容區塊
----------------------------------------*/
.cms-main-product-wrapper {  display: flex;  flex-wrap: wrap; justify-content: flex-end;  width: 100%; margin:auto auto auto;}
 @media (min-width: 1200px) {
.cms-main-product-wrapper {  padding-right: 40px; padding-left: 40px; max-width: 1200px; margin: auto; }
 }
@media (min-width: 1400px) {
.cms-main-product-wrapper { max-width: 1440px; }
 }

 

@media (max-width: 767.98px) {
.cms-main-product-left,.cms-main-product-right{width: 100%;padding:0px 15px;  }
}
.cms-main-product-info{ width:100%; padding:0px 50px 0px 0px;}
#cms-main .cms-main-product-info h2{   padding:0px 0px 15px 0px;width: 100%; display: flex; justify-content: flex-start; font-size:2rem; font-weight: 600; color:#184598; position: relative; word-spacing: normal; word-break:normal; }
#cms-main .cms-main-product-info p{  width: 100%; margin-bottom: 15px; font-size:0.9375rem; font-weight: 400; color:#404040;  word-spacing: normal; word-break:normal; }



.cms-product-description{ padding:15px 0px; border-bottom: solid 1px #eee;border-top: solid 1px #eee;}
#cms-main .cms-product-description p {margin-bottom: 15px; font-size:0.9375rem; color: #98979d;}
#cms-main .cms-product-description ul{width: 100%; margin: auto 0; padding: 0px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center; }
#cms-main .cms-product-description ul li{width: auto;margin:8px 10px; padding: 0px;font-size:0.85rem; line-height: 1rem; list-style: none;}
#cms-main .cms-product-description ul li span.cms-item-title{width:auto; justify-content: flex-start; padding:5px 5px 5px 0px;color:#98979d;  font-size:0.85rem;}
#cms-main .cms-product-description p strong{color:#000;}
.cms-main-product-info del{color: #98979d;} 
.cms-main-product-info .cms-sale { font-size:1.313rem;  font-weight:700; color:#000;  }
.cms-main-product-info .cms-sale b{ margin-left: 5px; font-size:1.313rem; font-weight:400;   }
.cms-badge-tag{ padding: 5px 15px;  font-size: 0.875rem;  color:#5b3932;; background: #eae6dd;  border-right: 1px dashed #5b3932; border-left: 1px dashed #5b3932; }
.cms-store { display:flex;  flex-wrap: wrap; }
.cms-store img{ display:flex;width: auto; height: 20px; margin: 5px; }
.cms-product-marker { margin:15px 0px; border-top: 1px solid #e2e2e2; width: 100%;}
 @media (max-width: 991.98px) {
.cms-main-product-info{padding-left:0; }    
}
@media (max-width: 767.98px) {
 .cms-main-product-info{  padding:0px; border:none; }    
   
}
/*----------------------------------------/
顏色規格
----------------------------------------*/
.cms-color-group{ width: 100%; display: flex; flex-wrap: wrap;color: #4a4e5c;}
.cms-item-color{ width: calc(100% / 5 - 40px); margin: 10px 5px; }
.cms-selected-color{color: #4a4e5c;}
#cms-main .cms-color-group p{width: 100%; display: block; color:#b5b6ba;}

 /*----------------------------------------/
social-icons
----------------------------------------*/
#cms-main .cms-main-product-info .cms-social-icons{color:#675952;  display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: center; align-items: center; font-size:0.75rem;   }
 #cms-main .cms-main-product-info .cms-social-icons li{ width: auto!important; margin:5px; padding-top: 8px;  }
#cms-main .cms-main-product-info .cms-social-icons li a{ opacity:1;font-size:0!important;color:#675952!important;  }
/*----------------------------------------/
tab
----------------------------------------*/

.resp-tabs{ width: 100%; background: #f5f5f5; }
.resp-tabs-navbar {  width: 100%; max-width:1300px; display: flex; flex-wrap: wrap;  justify-content: center;  align-items: center;   padding:0px; margin: auto; background: #f5f5f5; }
 
.resp-tabs-list-title {  width: 40%; overflow: hidden; color: #333; font-size: 24px;  white-space: nowrap; display: flex;}


.resp-tabs-list{  width: 60%;  margin: auto;   display: flex; flex-wrap: wrap; justify-content: flex-end;  align-items: center; }
.resp-tabs-list li { flex: 0 0 auto;  padding: 0px;  margin: 0px 10px; text-align: center; list-style: none;  background:#f3f5f8;  }
#cms-main .resp-tabs-list li a{ color: #404040; padding:5px 15px; margin: 0px; border-radius: 15px; }
#cms-main .resp-tabs-list li a:hover{ color: #fff; background: #184598; border-radius: 15px;     }
#cms-main .resp-tabs-list li.current a{color: #fff; background: #184598;}
#cms-tabs-product .resp-tab-content { padding:30px 0px ;}
.resp-tab-content h4{ margin:2% 0;  font-size: 1.15rem; font-weight: 700; }


.edit{ display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; max-width:960px;padding:15px 5px; margin: auto; border-bottom: dashed 1px #c5c5c5; }
#cms-main .edit h3{ display: flex; justify-content: center;width: 100%; max-width:680px;  margin:15px auto!important; color:#333;font-size:1.5rem;  font-weight: 700;  }
#cms-main .edit h4{  width: 100%;  margin:15px auto!important; color:#333;font-size:1.35rem;  font-weight: 400;  }
.edit h4 img{display: block; width: 100%; max-width:600px;  margin: 15px auto!important;}
.edit .description{display: block; width: 100%; max-width:680px;  margin: 15px auto!important;}

 
.cms-main-item-title{ width: 50%; margin:0px 0px 60px 0px; padding:5px 0px; background:#184598;  -ms-flex-align: center; align-items: center;/* -webkit-transform: skewY(-5deg); -ms-transform: skewY(-5deg); transform: skewY(-5deg); */ }
.cms-main-item-title h2{ margin-left: 15%; /*-webkit-transform: skewY(5deg); -ms-transform: skewY(5deg); transform: skewY(5deg);*/ font-size: 1.5rem;  font-weight: 700; color: #fff;}

.cms-spec-description{ padding:5px; }
#cms-main .cms-spec-description p {margin-bottom: 15px; font-size:1rem; color: #98979d;}
#cms-main .cms-spec-description ul{width: 100%; margin:0; padding: 0px; }

.cms-item-title{ color:#000;  font-size:1.188rem;}
.cms-item-title strong{color:#e60013; margin-right: 10px;}
 
 
.datatable{ width: 100%;border-spacing: 1px;border-collapse: collapse;background: #e2e2e2;}
.datatable tr{ width: 100%; border-bottom: solid 1px #f5f5f5;}
.datatable th{ color: #184598; }
.datatable td{ color: #404040; font-size: 0.875rem; font-weight: 400;vertical-align: top; }
.datatable td p{font-size: 0.875rem;  }
.datatable td  strong{color: #184598;}
   


 