﻿.cms-product-arera{ padding:50px 0px 0px 0px;  width: 100%; display: flex; flex-wrap: wrap;    }
.cms-product-arera .cms-main-content {width:calc(100% - 300px);  padding-left:40px; position: relative;z-index: 1 }
.cms-bg{background-image: linear-gradient(to top, #fff 0%, #fbfdf6 90% ,#fff 100%);}
/*@media (min-width: 992px) and (max-width: 1199.98px) { 
.cms-product-arera{  padding:0px;}
.cms-product-arera .cms-main-content {width:calc(100% - 240px);  padding-left:20px;  }
}*/
 @media (max-width: 1001px) {
 .cms-product-arera .cms-main-content {width:100%;  padding-left:0px;  }
}
@media (max-width: 767.98px) {
.cms-product-arera{  padding:0px;}
.cms-product-arera .cms-main-content {width:100%;  padding:0px;}
}
/*  banner area*/
.cms-main-banner-img img  { width: 100%; height: auto; -o-object-fit: cover;  object-fit: cover; -webkit-backface-visibility: hidden;  backface-visibility: hidden; transition: all 0.3s; position: relative; z-index: 0;}
.text-content { flex: 1;  max-width:80%; padding: 20px 0px; transform: translateX(0); position: relative; z-index: 1;    }
@media (max-width:767.98px) {
.cms-main-banner-img{  width: 100%;  position: relative; order: 1; }
.cms-main-banner-txt {width: 100%; position: relative; top:auto; order:2; }
.text-content { min-width:320px;  max-width: 100%;  padding:15px 0px; transform: translateX(0px);}
}


/*font-size*/
.title { font-size: 1.5rem; font-weight: 700;width: 90%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-wrap: break-word; transition: 375ms cubic-bezier(0.7, 0, 0.3, 1); }

@media (min-width: 1100px) {
.title {font-size: 1.75rem; }
}
@media (min-width: 1300px) {
.title {font-size: 1.875rem; }
}
@media (min-width: 1600px) {
.title {font-size: 2rem; }
}


.text-stroke{ -webkit-text-stroke: 1px #a3d6bf;} 
.cms-main-wrap{width: 100%;padding: 0px; display: flex; flex-wrap: wrap; align-content:flex-start;}
.cms-product { width:100%; margin:0px auto;  padding: 50px 0px; display: flex; flex-wrap: wrap;  position: relative;z-index: 0;}
.cms-product li {display: block; position: relative; padding-top: 1.5rem; margin-top: 60px;    transition: all 0.3s linear 0s; counter-increment: index;}
.cms-product li:first-of-type {margin-top: 0  }
@media (min-width: 767px) {
.cms-product {  padding: 100px 0px; }
.cms-product li { width: 45%; margin-top: 60px;   }
.cms-product li:nth-of-type(2n+2) {margin-left: 55%; margin-top: -15% }
.cms-product li:nth-of-type(2n+1) {margin-top: -15% }
.cms-product li:first-of-type {margin-top: 0  }
}
@media (min-width: 1600px) {
.cms-product li { padding-top: 6rem}
}
.cms-product li a h3 { position: relative; z-index: 5; color: #2F3E47;  display: block; text-align: center}
@media (min-width: 767px) {
.cms-product li a h3 {padding-left: 20%;  }
}
 /*----------------------------------------/
產品總覽頁Product
---------------------------------------- */
.cms-product li:after,.cms-product li:before {pointer-events: none; content: ''; width: 100%; height: 100%;  box-sizing: border-box;  position: absolute; top: 0;  left: 0;  transform: scale(0); transition: 0.5s;z-index:9; }
.cms-product li:after { border-top: 2px solid #cc2621;  border-right:2px solid #cc2621;  transform-origin: 100% 0%;}
.cms-product li:before { border-bottom: 2px solid #cc2621; border-left: 2px solid #cc2621; transform-origin: 0 100%;}
.cms-product li:hover:after,.cms-product li:hover:before { transform: scale(1);}
.cms-product li figure {display: block; vertical-align: top;  width:100%; height:auto; margin: 0px;   white-space: normal; word-break: break-word; position: relative;z-index: 3;}
.cms-product li figure:before {  content: ""; display: block;  background-image: linear-gradient(to bottom, rgba(255,255,255,.0) 50%,  rgba(243, 152, 0, 0.4) 100%); opacity: 1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}
.cms-product li a img { position: relative;  transition: all 0.3s ease;z-index: 3}
.cms-product li a:before { content: counters(index, ".", decimal-leading-zero); font-variant-numeric: tabular-nums;  display: block; font-size: 4rem; font-weight: bold; color: #f2f2f2; position: absolute; line-height: 1.125em;  left: 20px;  top: 0px; text-align: left; z-index: 1; transition: all .4s ease;  }
@media (min-width: 768px) {
.cms-product li a:before { font-size: 8rem; padding-top: 0;left: 20px;  top: -50px;  }
}
@media (min-width: 1600px) {
.cms-product li a:before { padding-top: 0.05em; font-size: 14rem}
}
.cms-product li .inner-box { position: absolute; left: 0; bottom: 0;  background-color: #cc2621; padding: 25px 50px; z-index: 6; transition: all .4s ease; visibility: hidden; opacity: 0; transform: translateY(10px);width: 100%}
@media (min-width: 0) and (max-width: 1099px) {
.cms-product li .inner-box { display: none  }
}
.cms-product li .inner-box  h4 { margin-bottom: 0; color: #fff;}
.cms-product li .inner-box .desc { color: #fff;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-wrap: break-word; transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);}
@media (min-width: 1100px) {
.cms-product li .inner-box .desc { padding-right: 20% }
.cms-product li .inner-box .desc:after { content: "";  width: 30px; height: 30px; position: absolute;  right: 5%;  top: 50%; transform: translate(0, -50%); display: inline-block; vertical-align: middle; background-image: url("../images/icon/arrow-right.svg"); background-repeat: no-repeat;}
}
@media (min-width: 1300px) {
.cms-product li .inner-box .desc { padding-right: 30% }
}
@media (min-width: 1100px) {
.cms-product li:hover a:before { color:#cc2621; transform: translateY(-15px) }
.cms-product li:hover .inner-box { visibility: visible; opacity: 1; transform: translateY(0) }
}

/*----------------------------------------/
產品清單頁  cms-product-cate  
----------------------------------------*/
.cms-product-cate { width:100%; margin:0px auto;  padding:30px 0px 60px 0px; display: flex; flex-wrap: wrap; position: relative;z-index: 0;}
.cms-product-cate li {width:calc(100%/4 - 30px);height: auto; margin:20px 15px; padding:0px; position: relative; z-index: 1; list-style: none;  transition: all 0.3s linear 0s; overflow: hidden;}
.cms-product-cate li img { transition: all 0.3s ease;overflow: hidden; }
.cms-product-cate li:hover img {transform: scale(.95); opacity: .5;  }
.cms-product-cate li:after,.cms-product-cate li:before {pointer-events: none; content: ''; width:calc(100% - 2px); height:100%;  box-sizing: border-box;  position: absolute; top: 0;  left: 0;  transform: scale(0); transition: 0.5s;z-index:9; }
.cms-product-cate li:after { border-top: 2px solid #312927;  border-right:2px solid #312927;  transform-origin: 100% 0%;}
.cms-product-cate li:before { border-bottom: 2px solid #312927; border-left: 2px solid #312927; transform-origin: 0 100%;}
.cms-product-cate li:hover:after,.cms-product-cate li:hover:before { transform: scale(1);}
.cms-product-cate li figure {display: block; vertical-align: top;  width:100%; height:auto; margin: 0px; position: relative;z-index: 3; transition: all 0.3s linear 0s; overflow: hidden;} 
.cms-product-cate li figure:before {  content: ""; display: block;width:calc(100% - 0px);  background-image: linear-gradient(to bottom, rgba(255,255,255,.0) 50%, rgba(0,0,0,.75)  100%); opacity: 1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;}
.cms-product-cate li:hover figure:before {    background-image: linear-gradient(to bottom, rgba(255,255,255,.0) 20%, rgba(0,0,0,1)  100%); }
.cms-product-cate li .inner-body { position: absolute;bottom:20px; left:0px; width:100%; height: auto; padding:10px 20px;  display: block;z-index: 9; transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);}
.cms-product-cate li:hover .inner-body {  margin-top: -22px; -webkit-transform: translateY(-22px); transform: translateY(-22px)}
.cms-product-cate li a h3 { width: 100%; min-height: 70px;  font-size:2rem;  line-height: 2rem; font-weight:700;  letter-spacing: -1px; color:#fff;  word-wrap: normal;position: relative; z-index: 8;   }
.cms-product-cate li a span {  width: 100%;  font-size:0.75rem;  line-height: 2rem; font-weight:500; color:#fff;  position: relative;z-index: 8;}
@media (max-width: 979px) {
.cms-product-cate li {width:calc(100%/3 - 30px);height: auto; margin:20px 15px; padding:0px; position: relative; z-index: 1; list-style: none;  transition: all 0.3s linear 0s; overflow: hidden;}
}
@media (max-width: 768px) {
.cms-product-cate li .inner-body { bottom:0px;  padding:10px;  }
.cms-product-cate li a h3 { font-size:1.75rem; line-height: 1.75rem;}
}
@media (max-width: 767.98px) {
.cms-product-cate li{width:calc(100%/2 - 10px);height: auto; margin:10px 5px;}
.cms-product-cate li a h3 { font-size:1.35rem; line-height: 1.75rem;}
    
}

/*--分類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; z-index: 9; position: absolute; right:0px; top: 0px;  }
.new-tag a{color:#fff;}
.new-tag-01{ background:#db0632;}
 /*----------------------------------------/
產品清單頁  cms-main-product-item  
----------------------------------------*/
.CateDes-introduction--list{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap:wrap;}
.CateDes-introduction--item{width: 33.33%;padding: 0 20px;}
.CateDes-introduction--item_2{width: 50%;padding: 0 20px;}
.CateDes-introduction--img{text-align: center;}
.CateDes-introduction--description h3{margin-top: 0;margin-bottom: 30px;color: #221815;font-weight: bold;font-size: 22px;}
.table-pro-intro{width: 100%;line-height: 1.4em;}
.table-pro-intro th{background-color: #f2f2f2;}
.table-pro-intro td{padding-bottom: 20px;}
.table-pro-intro td, .table-pro-intro th{padding: 8px 15px;}
.table-pro-intro ul, .table-pro-intro ol{margin: 0;padding: 0;}
.table-pro-intro ul li, .table-pro-intro ol li{margin-left: 22px;}
.cms-product-item { width:100%; margin:0px auto;  padding:20px 0px; display: flex; flex-wrap: wrap; position: relative; }
.cms-product-item li { width: calc( 100%/4 - 20px); margin:40px 10px 40px 10px; padding:0px; display: flex; flex-wrap: wrap;align-self: flex-start;  align-content: flex-start; align-items: flex-start; z-index: 1; list-style: none;  transition: all 0.3s linear 0s;}
.cms-product-item li figure{ position: relative; width:100%; height: auto; margin-bottom:5px;   overflow: hidden; /*background: #eeeef0;*/ background-image: linear-gradient(to top, #d8e3eb 0%, #ebf1f5 100%); transition: all 0.5s ease 0s; }
.cms-product-item li img {  width: 100%; max-width: 100%;  transition: all .35s ease;}
.cms-product-item li:hover img { transform: scale(1.1);  opacity: 1; }
.cms-product-item li:hover figure{border:solid 1px #eee;}
.cms-product-item .inner{  width: 100%; /*display: flex;*/ flex-wrap: wrap; padding: 10px 0px;   position: relative;justify-content: center;align-items: center;flex-wrap: wrap;background: #F2F2F2;transition: all 0.3s ease-in-out;}
.cms-product-item .inner2{background: transparent!important;justify-content: flex-start;margin-top: 30px;}
.cms-product-item .inner .inner-link1{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.cms-product-item .inner:hover{transform: scale(0.9);}
.cms-product-item .inner2:hover{transform: scale(1);}
.cms-product-item .inner:hover h3{color: #cb2520!important;}
.cms-product-item .inner h3{ width: 100%;margin: 10px 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; }
.cms-product-item .inner a h3 {  color:#263f54; }
.cms-product-item .inner a p{ width: 100%; margin:5px 0px; font-size: .9rem; line-height: 1.5rem; font-weight: 600; color:#312927;  overflow: hidden; white-space:pre-wrap;
word-break: normal;word-wrap:break-word;text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;} 
.cms-product-item .inner-txt{min-height: 68px;  font-size: .875rem;  line-height: 1.35rem;color:#312927; 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;display: none;}
.cms-product-item li:hover a h3,.cms-product-item li:hover .inner-txt{color: #e7141a;}
.cms-product-note { position: absolute; top:0px; right: 0px; padding: 5px; width:auto; height:30px; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; align-items: center;  font-size:0.75rem; text-align: left; line-height: 1.5em; text-shadow:none; z-index: 11; }
.cms-product-note.note-red { color: #fff; background:#cf0004;  }
.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; }
.cms-product-item li:hover .btn-area { visibility: visible; opacity: 1; top: -35px; }
.btn-area { width: 100%; background-color:transparent; display: flex; position: absolute;  visibility: hidden;  opacity: 0; top: 0px;left: 0;  transition: all .35s ease;}
.btn-area .btn-link {  width: calc(100%/2);margin: 0px; text-align: center;  display: flex; flex-wrap: wrap; align-items: center;   padding: 5px;font-size:0.75rem;  font-weight: 500; color: #fff; justify-content: center;}
.btn-area .btn-link i { width: 20px;  height: 20px;  margin: 0px 5px;  display: inline-block;}
.btn-area .btn-link.more {background-color:#e7141a; }
.btn-area .btn-link.inquiry{ background-color:#312927; }
.btn-area .btn-link:hover{ opacity: .75; }
.product_text h3{width: 100%; padding: 10px 5%; font-weight: 700; font-size: 1.5rem; color: #e7141a; text-align: left;} 
.product_text h4{width: 100%; padding: 10px 5%; font-weight: 700; font-size: 1.2rem; color: #000; text-align: left;}
.product_text p{text-align: left; padding: 5px 5%;line-height: 1.5rem;}
.product_text .s-title{font-weight: 700;}
#html5lightbox-watermark{display: none !important;}
@media only screen and (max-width:1280px){
.cms-product-item li {width: calc(100% /3 - 20px); margin:30px 10px 0 10px; padding:0px; }
}
@media only screen and (max-width:980px){
.CateDes-introduction--item{width: 50%;}
.CateDes-introduction--item_2{width: 50%;}
}
@media (max-width: 767.98px) {
.cms-product-item li { width: calc(100% / 2 - 10px); margin: 10px 5px; height: auto; position: relative; transition: all 0.3s linear 0s; z-index: 1; background: #fff;  }
.cms-product-item li:nth-child(3n){margin-right: auto;}
.cms-product-item li:nth-child(2n){margin-right: auto;}
.cms-product-item li .cms-product-inner{width: 100%;margin: 0px; padding: 5px;display: flex; flex-wrap: wrap; } 
.cms-product-item .cms-product-inner h3{  margin: 0px auto; font-size: 0.9rem; line-height: 1.25rem;  -webkit-line-clamp: 3;  }
.cms-product-item li .cms-product-inner p{ font-size: 0.9rem;  }
.btn-area .btn-link {line-height: 1.15rem;   }  
.cms-spec-select{ width: 100%;}
.input-small{ width: 100%; height: 44px; background: #fff; }
	
}
@media (max-width: 576px) {
.CateDes-introduction--item{width: 100%;padding: 0;}
.CateDes-introduction--item_2{width: 100%;padding: 0;}
.cms-product-item li .btn-area > a{width: 100%;justify-content: center;}
.cms-product-item li .btn-area{flex-wrap: wrap;}
.btn-area .btn-link i{margin: 0;}
.cms-product-item .inner2{margin-top: 50px;}
.cms-product-item li:hover .btn-area{top: -55px;}
}
/*---------------------------------
best-wrap
----------------------------------------*/
.cms-best-wrap{  width: 100%; margin:0 auto; padding:20px 0px 0px 0px; /*background-color:#fafafa;*/ position: relative; }
.cms-best-wrap .cms-product-item { width:100%; height: auto; text-align: left;   padding:0px 15px 30px 0px;  margin: 0px auto;   }
.cms-best-wrap .btn-area .btn-link {  display: block;  width: calc(100%/2 - 10px);margin: 0px 5px; text-align: left;  padding:0; font-size: .875rem; font-weight: 500; color: #e7141a; border-radius: 0px;}
.cms-best-wrap .btn-area .btn-link.more {background:url("../images/icon/arrow-right-w.svg") right center no-repeat; background-size: 10px;}
.cms-best-wrap .slick-dots li button:before{ color: #2e2624; }
.cms-best-wrap .slick-dots li.slick-active button:before { opacity: .75; color: #2e2624; }
.cms-best-wrap .slick-dots {bottom:0px;}
.cms-best-wrap .slick-dots li{margin: 15px 2px;}
/* add btn */
.cms-best-wrap .slick-next{right: -20px;top:35%; width: 36px;height: 36px;   border-radius:50%; border:solid 1px #312927; }
.cms-best-wrap .slick-prev{left: -20px; top:35%;z-index: 99;width: 36px;height: 36px; border-radius:50%;  border:solid 1px #312927;}
.cms-best-wrap .slick-next:before,.cms-best-wrap .slick-prev:before { width: 16px; height: 16px; -webkit-filter:grayscale(1);} 
.cms-best-wrap .slick-prev:hover,.cms-best-wrap .slick-prev:focus,.cms-best-wrap .slick-next:hover,.cms-best-wrap .slick-next:focus{ background: #000; }
 @media (max-width: 767.98px) {
.cms-best-wrap .cms-product-item.slick-slider{max-height: 400px;  }
.cms-best-wrap .cms-product-item.slick-list{height: auto; }
}
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 =================================*/ 
.cms-more { width: auto;height: 35px; padding: 20px 2px 20px 15px;position: relative; display: -webkit-box;  display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; cursor: pointer;  border-radius:30px;  background-image: linear-gradient(120deg, #22559e 0%, #6fcccb 55%);  }
@media (max-width:767px) {
.cms-more { width: auto; height: 24px }
}
.cms-more:hover .cms-more-circle, .cms-more:hover i { -webkit-transform: scale(1.2); transform: scale(1.2)}
.cms-more:hover .cms-more-txt, .cms-more:hover i { -webkit-transform: translateX(5px); transform: translateX(5px)}
.cms-more:hover{background:#afd9d3; }
.cms-more-circle { width: 30px; height: 30px;  position: relative; display: block; margin-left: 20px; border:2px solid #fff;  border-radius: 50%;  -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
@media (max-width:767px) {
.cms-more-circle { width: 24px; height: 24px; margin-right: 15px}
}
.cms-more i { font-size: 1.875rem; color: #fff;  position: absolute; top: 0; bottom: 0; left: auto; margin: 5px auto auto 100px;   -webkit-transition: -webkit-transform .2s;  transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s}
.cms-more i.icon-check { font-size: 1.35rem; margin: 10px auto auto 86px;  }
.cms-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) {
.cms-more-txt { font-size: 14px; line-height: normal; letter-spacing: normal }
}
@media (max-width:768px) {
a.btn-view{ font-size: 0.875rem;}
}
/*----------------------------------------/
產品詳細內容區塊
----------------------------------------*/
.cms-main-product-wrapper { width: 100%; margin:auto; padding: 30px 0px;  display: flex;  flex-wrap: wrap; justify-content: space-between;align-self: flex-start;    position: relative;}
.cms-top .cms-main-breads { margin-top: 0px;  }
/*----------------------------------------/
圖片輪播區塊
----------------------------------------*/
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1}
.cms-main-product-left{width:calc(60% - 30px);  padding: 50px 15px;  position: sticky;  height: 80vh; overflow-y: scroll; display: flex; flex-wrap: wrap; z-index: 1;background-color: rgba(255,255,255,1.00);  order: 1; border-radius:20px;}
.cms-main-product-left::-webkit-scrollbar { display: none;-webkit-appearance: none;}
.cms-main-product-left::-webkit-scrollbar:vertical { width: 6px; }
.cms-main-product-left::-webkit-scrollbar:horizontal {  height: 12px;}
.cms-main-product-left::-webkit-scrollbar-thumb { background-color:#000; border-radius: 5px; border:solid 2px #dfe7eb;}
.cms-main-product-left::-webkit-scrollbar-track { border-radius: 0px;  background-color:#fff;}
.cms-main-product-right{ width:40%;  padding:50px 0px; margin:0px auto;  position: relative; z-index: 0;  }
.cms-main-product-left .cms-social-icons{justify-content: center;align-content: center; align-items: center; font-size: 0.875rem;}
.slider-for{  width: 100%; margin: 0px ; padding: 0px; list-style: none;}
.slider-for li{ position: relative; width: 100%;  margin:0px;padding:0px 10px;}
.slider-for li img{width: 100%;  }
.slider-nav{ width:100%;   height: auto; margin: 0px; padding:0px;  position: relative;  }
.slider-nav li{ width: 100px; opacity:.3; margin:10px;padding: 5px; background: #fff;   }
.slider-nav li img{ width:100%; margin:0px; padding:0px;  }
.slider-nav li.slick-current,.slider-nav li:focus{opacity: 1;}
.slider-nav .slick-dots {bottom:-20px;}
@media (max-width:820px) {
.cms-main-product-left{width:100%;padding: 5px 0px 0px 0px; order: 2;}  
.cms-main-product-right{ width:100%; margin: auto; padding: 10px 50px; order: 1;}
}
@media (max-width:767.98px) {
.cms-main-product-right{  padding: 10px;}
}
/*----------------------------------------/
產品規格
----------------------------------------*/
.cms-product-form-item{ width: 100%; display: flex; flex-wrap: wrap; padding-top: 15px; }
.cms-product-form-item label{font-size:.875rem;font-weight:700!important; color:#3a3a3c;   }
.cms-option-radio { width: 100%; border: 0;  padding: 0;  margin: 0;  position: relative; font-size: 0.9rem; }
/*----------------------------------------/
數量選擇
----------------------------------------*/
.cms-amount-value{ width:100%; max-width: 60%; min-height: 2rem; margin:0px; display: flex;  flex-direction: row; justify-content: space-between; align-content: center; align-items: center; }  
.cms-amount-value span{color: #333;}
.cms-amount {  width:100%;  height: 41px;  border:solid 1px #333; border-radius:0px; margin:8px 0; display: flex;  flex-direction: row; justify-content: space-between; align-content: center; }
.cms-amount a{ width: 40px;   border:none;  }
.cms-spec-group{width: 100%;}
.cms-spec-group-title {margin-bottom: 10px; font-size: 0.875rem; color:#333; font-weight: 500; }
.specbox-panel { width: calc(100%/2 - 20px); margin: 10px; display: flex; flex-wrap: wrap; align-items: flex-start; flex-direction: column;  }
.spec-panel button { width:auto;min-width: 3rem;  margin-bottom:2px; padding: 3px 5px!important; font-size: 0.875rem; color:#333; background-color:#fff; border: solid 1px #ededed; border-radius:5px;}
.spec-panel button.active { color:white; background-color:#000; }
.spec-panel button:disabled { color:#c9c9c9; background-color:#f4f4f4; }
.cms-amount-value input[type="text"] { width:100%;height: 36px; text-align:center;color:#000; background-color: #fff; border: solid 1px #ccc; border-radius:0px;}
.cms-amount-button { display: flex; justify-content: center;align-items: center; align-self: center; width: 60px; height:36px;   padding: 0 10px;  font-size:1.125rem; font-weight:700;color: #999;  background-color: #fff; border: solid 1px #999;}
.cms-button-panel{ width: calc(100%/2 - 20px); margin: 10px;}
.cms-button-panel button { max-width:260px; color:white; background-color:transparent;  border-radius:0px;}
.cms-button-panel button:disabled { color:gray; background-color:lightgray; }
 @media (max-width:767.98px) {
.specbox-panel { width: calc(100% - 10px); margin: 10px auto;  }
.cms-button-panel{ width: calc(100% - 20px); margin: 10px auto;}
.cms-button-panel button { max-width:100%;  }
.cms-amount-value{ width:100%; max-width: 100%;}    
}
/*----------------------------------------/
btn區塊
----------------------------------------*/
.cms-product-group{width: 100%; margin:10px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.cms-product-group .btn{ width: calc(100%/3 - 20px); margin: auto 10px auto 0px;  border-radius:5px;  }
.cms-product-info button {  border-radius:0px; }
.cms-btn-group{width: 100%; margin:10px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.cms-btn-group a{width:auto; margin:10px 0px; padding:0px 20px; }
.cms-product-info{ width:100%; padding:0px 0px 0px 20px; display: flex; flex-wrap: wrap;  align-content: flex-start; align-items: flex-start;  }
.cms-product-info h1{ width: 100%; display: flex; justify-content: flex-start; font-weight: 700; font-size: 26px; color:#333; letter-spacing: 1px;   }
.cms-product-info h2{  width: 100%; margin-bottom: 30px; font-size:1.15rem; font-weight: 700; color:#776b62;  word-spacing: normal; word-break:normal; }
.cms-product-info p{  width: 100%; margin: 5px 0px; font-size:0.875rem; font-weight: 700; color:#7a7a7a;  word-spacing: normal; word-break:normal;  }
 @media (min-width:1100px) {
.cms-product-info h1{  font-size: 2.5rem;  }
}
@media (min-width:1600px) {
.cms-product-info h1{  font-size: 3rem;  }
}
.cms-product-description{ width: 100%; padding:25px 0px 10px 0px;   color:#888;  }
.cms-product-description p {width: 100%; margin: 5px 0px; font-size:0.9rem; font-weight: 400; color:#333;  word-spacing: normal; word-break:normal;}
.cms-product-description span {width: 100%; margin: 5px 0px; font-size:0.85rem;  font-weight: 400; color:#888;  word-spacing: normal; word-break:normal;}
.cms-product-description ul li .cms-item-title{width:auto; justify-content: flex-start; padding:5px 5px 5px 0px;color:#98979d;  font-size:0.85rem;}
.cms-product-description p strong{color:#000;}
.cms-badge-tag{ padding: 5px; width: 100%;  display: flex; flex-wrap: wrap; transition: all .3s; cursor: pointer;}
a.a-tag { width: auto; height: 36px; margin-right: 5px; font-size: 14px;  font-weight: 700; line-height: 1.57; letter-spacing: normal; position: relative;  display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 6px 8px 5px 9px;  max-width: 100%; color: #1e88c9;  border: 1px solid #1e88c9;  border-radius:0px;  -webkit-transition: background-color .2s,color .2s,border-color .2s; transition: background-color .2s,color .2s,border-color .2s; -ms-flex-wrap: wrap; flex-wrap: wrap;}
a.a-tag:hover{color: #fff; background: #1e88c9;}
.cms-product-info-title{ width: calc(100%  - 20px);padding: 0px 10px; align-self: center; margin-bottom: 20px;}
.cms-product-info-title .btn{ width: 50%;  }

.specbox {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;width: auto;}
.item-title { width: 100%;padding: 0px 10px; margin-bottom: 10px;}
@media (max-width:767.98px) {
.item-title { width: 100%; }    
}

.item-title p{ font-size: .875rem; color: #666;}
.item-title-full { width: 100%;padding: 0px 10px; margin-bottom:30px;}
.specbox .name { margin-bottom: 10px; padding-bottom:5px; border-bottom: 1px solid rgba(0, 0, 0, 0.2);  color:#000; font-weight:700; font-size:1rem; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.specbox p {width: calc(100% - 20px);font-size:.9rem; color: #575757;}
.pdd-toggle-area{ position: relative;width: 100%;margin: 30px 0px 0px 0px; border: 1px solid #f2f2f2; display: flex;  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);z-index: 3 }
.pdd-toggle-area:before { content: ""; display: block; width: 1px; height: 100%; border-left: 1px solid #e5e5e5; position: absolute; left: 50%; pointer-events: none; z-index: 6; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) }
.pdd-toggle-area a { width: 50%;height:3vw; display: flex; align-items: center; text-align: center; justify-content: center; position: relative; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)}
.pdd-toggle-area a:after { content: ""; position: absolute;  width: 100%; height: 100%; background: linear-gradient(to right, #3676be, #292487); transform-origin: center bottom; transform: scaleY(0); left: 0;  top: 0;  z-index: 1; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)}
.pdd-toggle-area a .fz-C, .pdd-toggle-area a .icon { display: inline-block; margin-left: 10px; transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);  position: relative; z-index: 3;font-weight: 600; color: #000}
.pdd-toggle-area a:nth-child(1){background-color:#f2f2f2; }
.pdd-toggle-area a:nth-child(2){background-color:#e5e5e5; }
.pdd-toggle-area a .icon:before { width: 1rem; height: 1rem }
.pdd-toggle-area a:hover { color: #fff; background-color:#cc2621 }
.pdd-toggle-area a:hover span { color: #fff;  }
@media (min-width: 0) and (max-width: 979px) {
.pdd-toggle-area a { height: 52px }
.pdd-toggle-area a .fz-C { font-size: .875rem }
}
.icon-down{width: 12px; height: 12px; background: url("../images/icon/slick-down.svg") no-repeat left top;}
.sec1 { position: relative; display: -webkit-box; display: -ms-flexbox;  display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;  margin-bottom: 100%;  width: 100%;  min-height: 800px; height: calc(100vh - 130px); background-color: #fff;}
.sec1.unlock { margin-bottom: 0; }
.fixblk { position: fixed; top: 0; z-index: -1; margin-top: 250px;  width: 100%; background: #000; }
.fixblk.unlock { position: relative;  margin-top: 110px;  z-index: 5; }
.spec-edit{ width: 100%; max-width: 900px;  padding: 50px 0px;}
.spec-item { display: flex;flex-wrap: wrap; }
.spec-item span {  padding: 1em 0 }
@media (min-width: 1700px) {
.spec-item span { font-size: 1.125em }
}
.spec-item .fz-D { font-weight: 400;  line-height: 1.625}
@media (min-width: 740px) {
.spec-item .fz-D { font-size: 1.5em; font-weight: 700; }
}
@media (min-width: 980px) {
.spec-item .fz-D { padding-top: 1em  }
}
@media (min-width: 1700px) {
.spec-item .fz-D { font-size: 1.125em }
}
.spec-item .field { font-weight: 700; flex-shrink: 0; padding-left: 1em}
.spec-item .value { font-weight: 400; flex-shrink: 0;  padding-right: 1em;  padding-left: 0.5em}
.spec-item ul li {display: flex; background: #fff;}
.spec-item ul li.bg-gray { background-color: #efefef }
@media (min-width: 0) and (max-width: 979px) {
.spec-item {padding: 24px }
.spec-item span {font-size: .875em }
.spec-item .field {width: 45%}
.spec-item .value { width: 55%}
}
@media (min-width: 740px) and (max-width: 979px) {
.spec-item { padding: 0 100px }
}
@media (min-width: 980px) {
.spec-item .fz-D { width: 18%; display: block; flex-shrink: 0 }
.spec-item ul {  width: 82%;  display: block; flex-shrink: 0 }
.spec-item ul li { display: flex;  width: 100% }
.spec-item .field { width: 30%  }
.spec-item .value { width: 70%  }
}
.spec-table { display: block; margin:20px 0; border-collapse: separate; background:#fff; /* -webkit-border-vertical-spacing: 10px; -webkit-border-horizontal-spacing: 10px; */}
.spec-table th { padding:10px 5px; font-size: 1rem; background:#066CB7; color: #fff; }
.spec-table td { padding:10px 5px; font-size: 0.9rem; border-right:solid 1px #eee; border-bottom: solid 1px #eee;}
.spec-table td:last-child { border-right:none;}
@media (max-width: 991.98px) {
.cms-product-info{padding-left:0; }    
}
@media (max-width: 767.98px) {
.cms-product-info{  padding:0px; border:none; }    
}

/*----------------------------------------/
spec tab
----------------------------------------*/
.product-info {display: flex; flex-wrap: wrap;  width:100%; margin: auto;}
.attribute { line-height: 2}
.product-attribute-group { box-sizing: border-box; line-height: 1.6}
.product-attribute-group:not(:last-child) {  margin: 0 0 2rem}
.product-attribute-group h3 { font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; line-height: 1.2142857143; color: #222; margin-bottom: .5rem}
.product-attribute-group ul > li {  font-size: .875rem}
.product-attribute-group .attribute { color: #222; letter-spacing: .2px}
.product-attribute-group ul > li::marker {color:#abaaaa}
.product-attribute-group .attribute .label {padding-right:5px; color:#abaaaa;}
.attribute-values-wrapper {  -moz-columns: 1;  columns: 1 }
.product-info-content { width: 100%;  padding:0px 20px;}
.product-details-container{ width: 100%;  padding:20px;}


.cms-box-wrap{width: 100%; margin: 0px; padding:30px 0px; display: flex; flex-wrap: wrap; position: relative; background-color: transparent;}
.cms-box-wrap h3{ margin: 40px 0px 20px 0px; font-size: 2.25rem; font-weight: 700; position: relative; z-index: 2;}
.cms-box-wrap p{ margin: 0px 5px!important; font-size: 1.125rem;  line-height: 2.25rem;  position: relative; z-index: 2;}
.cms-box-left{ width: 60%; position: relative; z-index: 0;}
.cms-box-right{width: 40%; position: relative; left: 0px; top:0px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content:center;  z-index: 3; margin: 0px;padding: 20px 40px;   -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl;  }
.cms-main-txt{width: 100%; max-width: 960px; margin:0; padding: 30px 20px 0px 20px; display: flex; flex-wrap: wrap; position: relative; z-index: 1;}
.cms-main-txt p { width: 100%; font-size:0.9rem; line-height: 2rem; font-weight: 400;  padding:5px 0px; margin: 20px 0px; color: #333;}
.cms-main-txt p strong{  width: 100%; font-size: 1rem; line-height: 2rem; letter-spacing: 1.2px; font-weight:700;  padding:5px; margin-bottom: 10px;   }
.cms-box-item {width:50%; height: auto; margin:0 auto; padding:0px 10px;  display: flex; flex-wrap: wrap; align-content: flex-start; align-items: flex-start; }
.cms-box-card { width:50%;  margin:0px;   padding:0px; display: flex; flex-wrap: wrap; align-items: flex-start;position: relative; }
.cms-box-card .item-full{ width: 100%; max-width: 100%; margin:0px; padding: 30px 0px 40px 0px; height: auto }
.cms-box-card .item{ width: 50%; max-width: 100%; margin:0px; padding:100px 0px 40px 0px; height: auto }
.cms-box-card .item-2{ width: 50%; max-width: 100%; margin:0px; padding: 200px 0px 0px 0px;  display: flex; flex-wrap: wrap; align-items: center;}
.cms-box-card .item-2 img{ height: auto; margin: 0px; padding:10px; }
.cms-box-card.item img{ margin: 0px;  padding:10px; }

/*----------------------------------------/
social-icons
----------------------------------------*/
.cms-product-info .cms-social-wrap{color:#675952;  display: flex; flex-wrap: nowrap; justify-content: flex-start; align-content: center; align-items: center; font-size:0.875rem;   }
.cms-product-info .cms-social-icons{  }
.cms-product-info .cms-social-icons li{ width: 26px!important; height: 26px;  margin:5px;  }
.cms-product-info .cms-social-icons li a{ opacity:1;font-size:0!important;color:#675952!important;  }
/*----------------------------------------/
tab
----------------------------------------*/
#cms-tabs-product .resp-tabs-list{ width: 100%;   /*border-bottom: solid 1px #e9ebef;*/}
#cms-tabs-product .resp-tabs-list li { width:auto; margin: 0px; justify-content: center; border-bottom: solid 1px #ececec; font-size:1rem; background-color: #fff;  }
#cms-tabs-product .resp-tabs-list a:hover {  color: #a01f35!important; }
#cms-tabs-product .resp-tab-content { padding:30px 0px ;}
.resp-tab-content h4{ margin:2% 0;  font-size: 1.15rem; font-weight: 700; }
#cms-main .resp-tab-content p{ margin:1% auto; font-size: 1rem; font-weight: 400;  }
.edit{width: 100%; padding:15px 5px; margin: auto;   }
.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;}
.imgEditor { width:80%; height: auto; margin: auto; display: block;} 
.cms-main-item-title{ width: 50%; margin:0px 0px 60px 0px; padding:5px 0px; background:#016f89;  -ms-flex-align: center; align-items: center; }
.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;}
@media (max-width: 991.98px) {
.cms-main-item-title{ width: 100%;}  
.resp-tabs-list li { width: calc(100%/4 ); padding: 0px;  margin: 0px auto;   }
#cms-main .resp-tabs-list li a{ padding:5px;  }
}
.cms-spec-description{ padding:5px; }
.cms-spec-description p {margin-bottom: 15px; font-size:1rem; color: #98979d;}
 .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%;}
.datatable tr{ width: 100%; border-bottom: solid 1px #f5f5f5;}
.datatable th{font-size: 0.9rem;  color: #000;text-align: center; }
.datatable td{font-size: .875rem; font-weight: 300; line-height: 1.125rem; color: #333;text-align: center; }
.inner-link2 > .brands{ color: #263f54;font-weight: bold; }