@charset "utf-8";
.headerStyle03 .subNavMenu > li > ul {
	display: none;
}

.headerStyle03 .subNavMenu > li:hover > ul {
	display: block;
}

/*自訂樣式===============================================*/

.noscroll {
	overflow-y: hidden;
}

/* 20220810 Q&A間距拿掉 */

/* .faqItem {
	margin-bottom: 80px;
} */

.shopdetail .prod_price .del {
	text-decoration: line-through;
}

.relatedPro {
	margin: 50px 0;
}

.relatedPro .hrTitle {
	position: relative;
	text-align: center;
}

.relatedPro .hrTitle::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: gray;
	z-index: -1;
}

.relatedPro .hrTitle span {
	padding: 0 15px;
	color: gray;
	background: #fff;
}

.relatedPro .proList.shop {
	margin-top: 50px;
}

.relatedPro .relate_pro_slid {
	padding-left: 57.6px;
	padding-right: 57.6px;
	overflow: visible;
}

.relatedPro .relate_pro_slid .item .itemImg {
	padding-bottom: 100%;
}

.relatedPro .relate_pro_slid .item .itemTitle {
	height: 73px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}

.relatedPro .relate_pro_slid .item .itemPrice {
	color: #ff5353;
}

.relatedPro .relate_pro_slid .item .itemPrice.del {
	color: gray;
	text-decoration: line-through;
	padding-right: 0.5em;
}

.shop_add .item {
	margin: 0 15px;
}

@media (min-width: 992px) {
	.proList .hamburger_hide {
		display: block !important;
	}
}

.proList .subBlockTitle,
.proList .shopCart,
.proList .shopCart_btn {
	text-align: center;
}



.proList .shopCart_btn .itemAddCart {
	width: auto;
	height: auto;
	font-size: 16px;
	padding: 5px 25px;
	border-radius: 0;
}

.proList .shopCart_btn .itemAddFavor {
	position: absolute;
	top: -10px;
	right: 5px;
	z-index: 3;
}

.indexList2 {
	padding: 15px;
	background-color: #0050a3;
}

/* 0919 test */

/* product 食譜右側清單 共用 */

.itemList.newsListType2.Bbox_in_1c.newsListType7 .itemImg {
	/* cursor: pointer; */
	cursor: default;
}

/* productdetail 食譜內頁詳細 共用 */

.productdetail section.sectionBlock input.tagbtn {
	cursor: pointer;
}

.productdetail section.sectionBlock ul.listTag {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	margin-bottom: 30px;
}

.productdetail section.sectionBlock ul.listTag li {
	margin: 0 6px;
}

.tabLink_area {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	margin-bottom: 0 !important;
}

.container a.tabLink {
	border: 1px solid #7995cc;
	padding: 10px 25px;
	margin: 10px;
	border-radius: 50px;
	background: #f2f6ff;
	color: #2d4d8d;
}

.abouttabLink_area {
	margin-right: 0;
	margin-left: 0;
	justify-content: center;
}

.abouttabLink {
	border: 1px solid #7995cc;
	padding: 10px 30px;
	margin: 10px;
	border-radius: 50px;
	background: #f2f6ff;
	color: #2d4d8d;
}

.productdetail .itemImg.square {
	padding-bottom: 100%;
}


.prod_slider_title {
	color: #7995cc;
	font-size: 40px;
	font-weight: bold;
	/* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.productdetail .title_style {
	margin-top: 0;
}

.tagbox .subBlockTitle {
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	height: 100%;
}

.tagbox a.tabLink.light {
	background: #3c5d9f;
	color: #fff;
}

.aboutlight {
	background: #3c5d9f;
	color: #fff;
}

/* productdetail 食譜內頁右側表格步驟詳細 共用 */

.outboxtopic {
	background-color: #7995cc;
	padding: 10px 15px;
	color: #fff;
}

.mgb5.outbox {
	border: 1px solid #7995cc;
	margin-bottom: 30px;
	background: #fff;
}

.mgb5.outbox .col-6 {
	padding: 5px 10px;
}

.widgetSocial {
	top: 40%;
	right: 1.5%;
}

.slick-slider .slick-arrow:hover {
	background-color: #3c5d9f;
}

.newsListType2 .item.process a:hover .itemTitle {
	color: #2d4d8d;
	cursor: default;
}

/* 2023-08-08 修改指標要有手指 */
/* .newsListType2 .item.process a .itemImg,
.newsListType2 .item a {
    cursor: default;
} */

.indexBox03 .proItemBorder:hover .itemImg img,
.newsListType2 .item a:hover .itemImg img {
	transition: all 1s;
	width: 130%;
	height: 130%;
}

.itemImg img {
	transition: all 1s;
}

.tagbtn {
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* pageLoading */
.pageLoading {
	background: var(--text-linear);
	background: url(/images_v4/pageLoading.jpg) no-repeat center / cover #e9e8e6;
	height: 100vh;
}

.pageLoading .logo {
	width: 35vw;
	min-width: 250px;
	opacity: 0;
	transform: translate(-50%, 40px);
	transition: all 0.3s, opacity 0.2s ease-out, transform 0.4s ease-out,
	-webkit-transform 0.4s ease-out;
}
.pageLoading .logo.in {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pageLoading .pc{
    display: block;
}
.pageLoading .mb{
    display: none;
}
@media (max-width: 768px) {
    .pageLoading .pc{
        display: none;
    }
    .pageLoading .mb{
        display: block;
    }
    .pageLoading .logo {
        min-width: 180px;
    }
}
/* common */
:root{
	--cis1:#009f8d;
	--cis2:#0064b4;
	--cis3:#0099ff;
	--text-linear: linear-gradient(45deg, #009f8d 25%, #0064b4 50%);
}
body{
	font-family: 'Montserrat','微軟正黑體', sans-serif;
	color: #333;
}
sup{
    margin-right: 4px;
}
span.infinity{
    font-size: 22px;
    padding-left: 5px;
}
.overlapBox article p {
    color: #333;
}
.moreBtn6.desktop:hover{
	color: #ffdc12;
}
/* title */
.title-box .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 40px 0;
    font-weight: bold;
	color: var(--cis2)!important;
    white-space: nowrap;
}
.title-box .title,.sectionBlock_111 .title-box .title {
    margin-top: 16px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    letter-spacing: 0;
}
.title-box .sub-title:after {
    content: "";
    display: inline-block;
    width: 110px;
    height: 1px;
    margin-left: 24px;
    background: rgba(26,26,26,0.2);
}
@media (min-width: 768px){
	.title-box .sub-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0 40px 0;
		font-weight: bold;
		white-space: nowrap;
	}
	.title-box .title,.sectionBlock_111 .title-box .title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 100px;
		font-size: clamp(60px,5.2083333333vw,100px);
		line-height: 1.2;
	}
	.sectionBlock_111 .title-box .sub-title:after {
		width: 146px;
		width: clamp(110px,7.6041666667vw,146px);
	}

}
.cmpTop-bar-box{
	display: none;
}
/* header */
.headerStyle03 .subNavMenu {
    justify-content: flex-end;
}
.headerStyle03_4 .subNavMenu li:nth-child(odd) a {
    background-color: var(--cis2);
}
header .navBar .navBarContent .logo .intro{
	display: block;
}
header .navBar .navBarContent .logo .normal{
	display: none;
}
header.scroll .navBar .navBarContent .logo .intro{
	display: none;
}
header.scroll .navBar .navBarContent .logo .normal{
	display: block;
}
.headerStyle03_4 .subNavMenu li:nth-child(2n) a {
    background-color: var(--cis1);
        margin: 0;
}
.headerStyle03_4 .subNavMenu .arrow-item a:after {
    width: 180%;
}
.cowboy_mbPanel_6 .cmpBottom.open2 {
    opacity: 0;
}
.cowboy_mbPanel_6 .cmpContent .btn-introduce a:after {
    width: 2.5em;
    height: 2.5em;
    border-radius: 0;
}
/* header .navBar .navMenu-flip>li>a:hover .main-title span {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
} */
.headerStyle03_4 .navBar .navMenu li a,header .navBar .navMenu-flip>li>a .main-title span{
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
header .navBar .navMenu.navMenuStyle01>li.moreMenu>ul:before, header .navBar .navMenu.navMenuStyle01>li>ul:before {
    left: 10px;
    top: -7px;
    border-radius: 0;
    width: 22px;
    height: 14px;
    background: #009f8d;
    border:none;
    z-index: 9;
    clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
}
header .navBar .navMenu>li.moreMenu>ul li.moreMenu>ul {
    max-width: 230px;
    min-width: 230px;
}
header .navBar .navMenu>li.moreMenu>ul>li:first-child {
    border-top: 3px solid #009f8d;
}
header .navBar .navMenu>li.moreMenu>ul li:nth-child(2n) {
    border-bottom: none;
}
header .navBar .navMenu>li:hover >ul {
    margin-top: -3px;
}
header .navBar .navMenu.navMenuStyle01>li.moreMenu>ul, header .navBar .navMenu.navMenuStyle01>li>ul {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
header .navBar .navMenu>li.moreMenu>ul li:hover>a {
    background-color: rgba(82, 207, 193, 0.2);
}
header .navBar .navMenu>li.moreMenu>ul li>ul li:hover>a {
    background-color: rgba(81, 158, 221, 0.2);
}
header .navBar .navMenu.currentStyle05>li.current>a {
    color: #00ddc4;
}
header .navBar .navMenu.currentStyle05>li:before {
    background-color: #00ddc4;
}
header.scroll .navBar .navMenu.currentStyle05>li.current>a {
    color: var(--cis1);
}
header.scroll .navBar .navMenu.currentStyle05>li:before {
    background-color: var(--cis1);
}
.headerStyle03_4 .subNavMenu .arrow-item a {
    width: clamp(130px, 10vw, 150px);
}
.headerStyle03_4 {
    background-color: rgb(0 0 0 / 40%);
}
@media (max-width: 1600px) {
    .headerStyle03 .navBar .navBarContent>div:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }
    .headerStyle03_4 .subNavMenu .arrow-item a {
        width: clamp(100px, 10vw, 140px);
    }
    .headerStyle03_4 .subNavMenu .arrow-item a .inner-container .inner-box span ,.headerStyle03_4 .subNavMenu .arrow-item a{
        font-size: 16px;
    }
}
@media (max-width: 1299px) {
    .headerStyle03 .navBar .navBarContent>div:last-child {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }
    .headerStyle03_4 .subNavMenu .arrow-item a {
        width: clamp(90px, 8vw, 120px);
    }
    .headerStyle03 .navBar .container_full {
        padding-left: 0;
}

}
/* footer */
.footerStyle14 {
    background: #45464b;
}
.footerStyle14 .sitMapTitle .en,.footerStyle14 .ftMenu_list li:before {
    color: #04cdb6;
}
.footerStyle14 .ft_logo img {
    opacity: 0;
}
.footerStyle14 .Designed a{
    color: #fff;
}
@media (max-width: 991px) {
    .footerStyle14 .ft_logo img {
        display: none;
    }
}
/* .index */
.index_Bigtit{
    text-transform: uppercase;
    color: transparent!important;
    background: var(--text-linear);
    -webkit-background-clip: text;
}
/* .overlap2 article {
    border-radius: 50% 50% 0 0;
} */

.overlap2 article {
	background: url(/images_v4/bg_1.png) center / 500px #eee;
    background-blend-mode: darken;
}
.twoBox_1-11 .imgBox{
	background-image:url(/images_v4/index/brand_1.jpg)
}
.twoBox_1-12 .imgBox{
	background-image:url(/images_v4/index/brand_2.jpg)
}
.twoBox_1-13 .imgBox{
	background-image:url(/images_v4/index/brand_3.jpg)
}
.twoBox_1-14 .imgBox{
	background-image:url(/images_v4/index/brand_4.jpg)
}
/* @media (min-width: 993px){
	.twoBox_1-11 .imgBox{
		background-image:linear-gradient(-90deg, white 0%, #ffffff00 40%),url(/images_v4/index/brand_1.jpg)
	}
	.twoBox_1-12 .imgBox{
		background-image:linear-gradient(-90deg, white 0%, #ffffff00 40%),url(/images_v4/index/brand_2.jpg)
	}
	.twoBox_1-13 .imgBox{
		background-image:linear-gradient(-90deg, white 0%, #ffffff00 40%),url(/images_v4/index/brand_3.jpg)
	}

	.overlap2 .imgBox {
		width: 80%;
		height: 650px;
	}
	.overlap2 .textBox {
		width: 20%;
	}
} */
.blockTitle span,.sectionBlock_aboutUs26 .content .blockTitle span.secondTitle {
    font-weight: 400;
}
.sectionBlock_aboutUs33 .about_banner {
    background-image: url(../images_v4/index_intro.jpg);
	background-position: center top;
}
.overlap2 .blockTitle span {
    line-height: 1.5;
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner {
    border-radius: 50% 50% 0 0;
}

.sectionBlock_111 {
	background: url(../images_v4/about/aboutUs33/pointBg1.png) repeat center;
    padding: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.sectionBlock_111 .items-box .item:before {
		background:linear-gradient(45deg, #00efd3 30%, #008cff 70%);
	}
	.sectionBlock_aboutUs33 .about_banner {
		padding-bottom: 50vh;
		bottom: 10vh;
	}
}

/* 
@media screen and (max-width: 640px) and (min-width: 768px){
	.sectionBlock_aboutUs33 .iconBox .icon {
		min-width: 270px;
	}
} */

@media screen and (max-width: 1440px) and (min-width: 992px){
	.sectionBlock_aboutUs33 .iconBox .icon {
		min-width: 270px;
	}
}
.sectionBlock_aboutUs33 .iconBox .icon .iconInner .imgBox img{
	width: 80%;
}

.sectionBlock_81:before {
    content: "";
    display: inline-block;
    position: absolute;
    margin: auto;
    z-index: -2;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 85%;
    opacity: 0.8;
    background-image: url(../images_v4/about/aboutUs33/pointBg1.png);
}
.sectionBlock_81:after {
	content: "";
    display: inline-block;
    position: absolute;
    margin: auto;
    z-index: -2;
    right: 0;
    top: 0px;
    width: 100%;
    height: 40%;
    min-height: 200px;
    background: url(../images_v4/bg_1.png) center / 1000px #eee;
    background-blend-mode: darken;
}

.sectionBlock_81>.container>.row{
	align-items: center;
}

.sectionBlock_81 .secondContent_items>.item{
	display: flex;
}
.sectionBlock_81 .secondContent_items .num{
	font-size: 56px;
	color: var(--cis2);
}
.sectionBlock_81 .secondContent_items .item .img-inner {
    margin-right: 30px;
	justify-content: flex-start;
}
@media (min-width: 768px) {
    .sectionBlock_81 .mainContent {
        padding-left: 0rem;
    }
}
@media (min-width: 1200px) {
    .sectionBlock_81 .secondContent {
        padding-left: 0rem;
    }
}
@media (min-width: 1400px) {
    .sectionBlock_81 .secondContent {
        margin-left: 0rem;
		padding-left: 0rem;
    }
}

.overlap2.brush .imgBox{
    -webkit-mask: url(../images_v4/brush.svg) no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}
@media (max-width: 992px){
	.overlap2.brush .imgBox{
		-webkit-mask-position: center;
		mask-position: center;
	}
}

.iso_box{
	display: flex;
    width: 100%;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.iso_box img{
	width: auto;
	height: 40px;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav>li>a.open{
	background: var(--cis1);
	color: #fff;
}
.cowboy_mbPanel_6 .cmpContent .cmpMenu .cmpNav .moremenu>a.open:after {
    color: #ffffff;
}

/* page_banner */
.bannerMoveStyle01:before {
    height: 40px;
	z-index: 2;
}
.bannerMoveStyle01:after {
    height: 40px;
}


/* about */
@media (min-width: 769px) {
	.overlap1.sectionBlock_67 .overlapBox .textBox {
		width: 55%;
	}
	.overlap1.sectionBlock_67 .overlapBox .imgBox {
		width: 45%;
	}
}
.overlap1 .textBox {
    padding: 6% 3%;
}
.overlapBox article p {
    -webkit-line-clamp: 13;
}
.sectionBlock.overlap1.sectionBlock_67:before {
    height: 82%;
}
.overlap1.sectionBlock_67 .overlapBox:last-child {
    margin-bottom: 80px;
}
.twoBox_1-36{
	margin-top: 0;
}
.historyType10{
	background: #f3f7f9;
	padding: 80px 0;
	margin: 0;
}
.sectionBlock_aboutUs27 .blockTitle {
    margin-bottom: 30px;
}

.sectionBlock_aboutUs27.looben .imgBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.twoBox_2-26{
	padding: 100px 0 30px;
	margin: 0;
}
.twoBox_2-26:nth-child(even){
	border-top: solid 1px var(--cis2);
}

.sectionBlock_aboutUs26 .aboutUs26-bg {
    background: url(../images_v4/about/aboutUs26/company2.jpg) left top no-repeat;
    padding-bottom: 170px;
}
.sectionBlock_aboutUs26 .content .content_txt .txt {
    margin: 0;
}
.sectionBlock_aboutUs26 .content .blockTitle span.secondTitle {
    color: var(--cis1);
}
.sectionBlock_aboutUs26 .content .blockTitle:after {
    display: none;
}
@media (max-width: 768px) {
	.sectionBlock_aboutUs26 .aboutUs26-bg {
		background: url(../images_v4/about/aboutUs26/company2.jpg) left bottom no-repeat;
		padding-bottom: 150px;
	}
}
.sectionBlock_98 {
    background: url(../images_v4/about/about_1_5.jpg) 0% 40% no-repeat;
    margin: 0;
}
.sectionBlock_98 .bottom {
    max-width: 650px;
    margin: -60px 0 0 270px;
}
.about_1 .overlap3 {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}
@media (max-width: 992px) {
    .sectionBlock_98 .bottom {
        width: 90%;
        margin: -30px auto 0;
    }
}
.sectionBlock_aboutUs36 .historyBox .item .itemBox p {
    color: #333333;
    line-height: 1.6;
}

/* about_2 */
.sectionBlock_aboutUs36 .historyBox .item .Img img{
    border-radius: 50%;
}
.historyType10 .item.history_tit{
    color: var(--cis2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.historyType10 .item.history_tit:before {
    display: none;
}
@media (max-width: 640px) {
    .historyType10 .item.history_tit{
        margin-bottom: 20px;
        margin-top: 50px;
    }
}


/* contact */
.contMapStyle02 .list_faicon li i {
    color: var(--cis3);
}
.contMapStyle02 .cont_companyInfo .boxTitle span {
    color: #fff;
}
.contMapStyle02 .list_faicon li i {
    color: #00e9cf;
}
.contMapStyle02 .cont_companyInfo {
    border: 1px solid #00e9cf;
}
.contMapStyle02 .cont_companyInfo .blockTitle span {
    color: #7ec5ff;
    line-height: 1.4;
    margin-bottom: 10px;
}
.contMapStyle02 .list_faicon li a:hover,.contMapStyle02 .contSocial_list li a:hover span:before {
    color: #7ec5ff;
}
hr{
	border-top: none;
    border-bottom: solid 1px #dbdada;
    width: 100%;
}
/* 產品列表 */
.prod_blk-revise  .prod_slider>.col-lg-5,.prod_blk-revise .prod_slider>.col-lg-1{
	margin-top: 50px;
}
@media (max-width: 991px) {
    .prod_blk-revise .prod_slider>.col-lg-5, .prod_blk-revise .prod_slider>.col-lg-1 {
        margin-top: 0px;
    }
}
.productFilterBar,.productFilterBar Form{width: 100%;}
.productFilterBar{
	margin-top: 50px;
	padding-top: 20px;
    background: #efefef;
    border-radius: 25px;
}
.filterbtn{
	margin-left: 20px;
	color: var(--cis3);
	font-weight: bold;
}
.FilterFlex{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.productFilterBar .filter{
    width: calc((100% - 25px) / 5);
    display: inline-block;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    padding: 0 15px;
    margin-right: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}
.productFilterBar .filter select{
    width: 100%;
    border-radius: 2px;
    box-shadow: none;
    line-height: 45px;
    height: 45px;
    padding: 0 1em;
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
	border-radius: 24px;
}
.productFilterBar .filter option{
    width: 100%;
}
.productFilterBar .filter i{
    pointer-events: none !important;
    position: absolute;
    top: 39%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    background-color: #fff;
    font-size: 18px;
}
.productFilterBar .search{
    position: relative;
    margin-bottom: 15px;
    width: 248px;
    height: 48px;
    margin-right: 5px;
    overflow: hidden;
}
.productFilterBar .search input{
    border: 1px solid #ebebeb;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    padding: 0 1em;
    appearance: none;
    -webkit-appearance: none;
}
.productFilterBar .search i{
    pointer-events: none !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    background-color: #fff;
}
.productFilterBar .search-btn{
    width: 150px;
    margin-bottom: 15px;
}
.productFilterBar .search-btn input{
    width: 100%;
    height: 50px;
    background-color: #EA6519;
    color: #fff;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}
.productFilterBar .search-btn a{
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #EA6519;
    color: #fff;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}
.productFilterBar .search-btn:hover{cursor: pointer;}
.productFilterBar .search-btn:hover input{cursor: pointer;}
@media (max-width: 991px){
    .productFilterBar .filter{width: 33.33333%;}
}
@media (max-width: 648px){
    .productFilterBar .filter{width: 49%;}
    .productFilterBar .search{width: 49%;}
}
@media (max-width: 530px){
    .productFilterBar .filter{width: 100%;}
    .productFilterBar .search{width: 100%;padding: 0 15px;}
}
.productdetail .slick-slider .itemImg {
    padding-bottom: 100%;
}
.productListStyle21 .proItem .productFeature li .proTit {
	list-style-type: none;
    margin-left: 5px;
    white-space: nowrap;
    letter-spacing: 2px;
    color: var(--cis1);
    font-weight: bold;
	flex: 0;
}
.productListStyle21 .proItem .productFeature {
	/* background: #efefef; */
    padding: 5px 15px;
}
.productFilterBar .search-btn a{
	background-color: #666;
}
.productFilterBar .search-btn.main_btn{
	margin-right: 5px;
}
.productFilterBar .search-btn.main_btn a{
	background-color: var(--cis2);
}
.productFilterBar .search-btn a:hover{
	opacity: .8;
}
.itemImgHover:after {
    content: "\f002";
}


.itemImgHover.hoverEffect1:hover:after {
    top: 50%;
}
.menuListStyle_6 li.active>ul>li>a.active{
	color: var(--cis2);
}
/* 產品內頁 */
.prod_slider img:hover {
    cursor: default;
}
.prod_slider .itemImg img:hover {
    cursor: pointer;
}
.pro_info dl{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.pro_info dl dt{
    white-space: nowrap;
	color: var(--cis2);
	font-weight: bold;
}
.pro_info dl dt>.small{
	font-size: 12px;
    width: 64px;
    display: block;
    white-space: break-spaces;
    line-height: 1.5;
	color: #666;
	font-weight: normal;
}
.pro_info dl .colorItem_box{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	gap: 15px 0;
}
.pro_info dl .colorItem_box .colorItem{
	width: calc(20% - 5px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.pro_info dl .colorItem_box .colorItem .colorText{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;
}
.pro_info dl .colorItem_box .colorItem .colorText .colorText-top{
	font-size: 14px;
	color: var(--cis2);
	font-weight: bold;
	line-height: 1;
}
.pro_info dl .colorItem_box .colorItem .colorText .colorText-bottom{
	font-size: 12px;
}
.btn-cis1:hover{
    border-color: #02d4bc;
    background-color: #02d4bc;
}
.prod_btn a{
	background: var(--cis2);
}
.prod_btn a:hover{
    border-color: #0083eb;
    background-color: #0083eb;
}
@media (max-width: 768px) {
    .pro_info dl .colorItem_box .colorItem {
        width: calc(50% - 5px);
    }
}

@media (max-width: 991px) {
    .productFilterBar .filter {
        display: none;
    }
	.productFilterBar .filter.item_open {
        display: block;
    }
	.productFilterBar{
		margin-bottom: 30px;
	}
	.filterbtn{
		border-radius: 24px;
        appearance: none;
        -webkit-appearance: none;
        width: calc(100% - 30px);
        height: 50px;
        line-height: 50px;
        background-color: var(--cis3);
        color: #fff;
        border-radius: 25px;
        line-height: 50px;
        text-align: center;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        MARGIN: 0 15px 20px;
        padding: 0 15px;
	}
}
.download .spaceList .subBlockTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 80px;
}

/* google翻譯 */
.goog-te-gadget-simple img{
    display: none;
}
@media (min-width: 1025px) {
.goog-te-gadget-simple{
    border: none;
}
.goog-te-gadget{
    height: 100%;
}
#google_translate_element_pc{
    height: 100%;
}
.headerStyle03_4 .subNavMenu li:nth-child(3) a {
    height: 100%;
    margin: 0;
}
.headerStyle03_4 .subNavMenu li:last-child a span:nth-of-type(3),.headerStyle03_4 .subNavMenu li:last-child a span:nth-of-type(2) {
    display: none;
}

.goog-te-gadget-simple {
    height: 100%;
    border-left: none!important;
    border-top: none!important;
    border-bottom: none!important;
    border-right: none!important;
    padding: 0!important;
    margin: 0!important;
}
.goog-te-gadget > div {
    margin-right: 0;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    line-height: 90px;
    letter-spacing: 1px;
    font-weight: normal;
}
}

/* about_4 */
.about_4 .pageTitleStyle-2 h2, .about_4 .pageTitleStyle-2 span {
    color: #8b9c93;
}
.about_4 .sectionBlock_aboutUs26 .content .blockTitle span.secondTitle {
    color: #8b9c93;
}
.about_4 .blockTitle span,.about_4 .subBlockTitle {
    color: #8b9c93;
}
.about_4 .sectionBlock_67-hr {
    border: 1px dotted #8b9c93;
}
.about_4 .twoBox_1-5 {
    background: #f5f1f0;
}
.about_4 .itemImgHover:before {
    background-color: rgba(102, 94, 97, 0.5);
}
.about_4 .special-2 .a:focus, .about_4 .special-2 a:hover{
    color: #665f61;
}
.slick-slider .slick-arrow {
    background-color: #8b9c93;
}
.slick-slider .slick-arrow:hover {
    background-color: #665f61;
}

.about_4 .sectionBlock_aboutUs26 .aboutUs26-bg {
    background: url(../images_v4/about/about_4_bg.png) 75% top no-repeat;
    padding-bottom: 50px;
}
@media (max-width: 576px) {
.about_4 .sectionBlock_aboutUs26 .aboutUs26-bg {
    background: url(../images_v4/about/about_4_bg.png) no-repeat 75% bottom / 50%;
}
}
.sectionBlock_77-5{
    margin: 0;
}
.sectionBlock_77-5 .bgImg .bg {
    background: url(../images_v4/about/about_4_1.jpg) no-repeat center / cover;
}

.sectionBlock_77-5 .menu ul li .content .txt {
    text-align: right;
}
.sectionBlock_77-5 .menu {
    padding-bottom: 50px;
}
.sectionBlock_77-5 .menu ul li .content .txt {
    font-weight: normal;
    font-size: 16px;
}
.about_4 .twoBox_1-6 {
    background: #8b9c93;
    margin: 0;
    padding: 50px 0;
}
.about_4 .twoBox_1-6 .blockTitle span,.about_4 .twoBox_1-6 p{
    color: #fff;
}
.sectionBlock_67-hr-wt {
    border: 1px dotted rgba(255, 255, 255, 0.3);
}
.list_1 li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    line-height: 1.5;
}
.list_1 li i{
    position: absolute;
    left: 0px;
    top: 5px;
}
.twoBox_1-5{
    background: #e6efee;
    margin: 0;
    padding: 50px 0;
}
@media (max-width: 912px) {


    }
@media (max-width: 576px) {
    .sectionBlock_77-5.show .menu {
        -webkit-transform: skewX(0deg) translateX(-50%);
        -ms-transform: skewX(0deg) translateX(-50%);
        transform: skewX(0deg) translateX(-50%);
    }
    .sectionBlock_77-5.show .menu ul li .bigCircle {
        right: auto;
        top: 0;
        left: 100%;
        transform: translateX(-50%);
    }
    .sectionBlock_77-5.show .menu ul li .content .txt {
        width: 100%;
        text-align: left;
    }
    .sectionBlock_77-5 .menu ul li .content a {
        text-align: left;
    }
    .sectionBlock_77-5.show .menu ul li {
        width: 100%;
        margin: 0px 20px;
        padding: 60px 20px 70px;
    }
    .sectionBlock_77-5.show .menu {
        margin-top: 30px;
    }
}

/* about_5 */
.about_5{
    background: url(../images_v4/about/about_3_bg.jpg) repeat center;
}
.about_5 .pageTitleStyle-2 h2, .about_5 .pageTitleStyle-2 span {
    color: #b17b31;
}
.about_5 .blockTitle span,.about_5 .subBlockTitle {
    color: #b17b31;
}
.about_5 .sectionBlock_67-hr {
    border: 1px dotted rgba(176, 123, 48, 0.5);
}
.halfBgBlock.halfBgBlock_rBlk_angle>div:nth-child(2):before,.halfBgBlock.halfBgBlock_rBlk_angle {
    background-color: #b17b31;
}
.halfBgBlock.halfBgBlock_lBlk_angle>div:first-child:before,.halfBgBlock.halfBgBlock_lBlk_angle{
    background-color: #464543;
}
@media (min-width: 768px) {
    .twoBox_2-35 {
        align-items: center;
    }
}
.sectionBlock_1-5 .img-item .txt {
    color: var(--cis1);
    text-align: center;
}
.sectionBlock_1-5 {
    background-image: url(/images_v4/about/bgParallax.jpg);
    margin-bottom: 250px;
    min-height: 300px;
    padding: 120px 15px 300px;
}
.about_5 .sectionBlock_89{
    background: url(../images_v4/about/about_5_bg.jpg) repeat center;
    padding-top: 80px;
    margin: 0;
    color: #fff;
}
.about_5 .sectionBlock_89 a{
    color: #fff;
}
.about_5 .sectionBlock_89 .blockTitle small {
    color: #ffffff;
}
.sectionBlock_89 .imgContent img {
    height: auto;
}

@media (max-width: 576px) {
    .sectionBlock_1-5 {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}
.about_5 .sectionBlock_89 .blockTitle span, .about_5 .sectionBlock_89 .subBlockTitle {
    color: #e1b764;
}
/* about_tw_6 */
.fourBox-13 .itemImg{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.fourBox-13 .itemImg img{
    width: 100%;
    height: auto;
}
.fourBox-13{
    background: #f3f7f9;
    margin-bottom: 70px;
}
/* about_tw_3 */
.sectionBlock_aboutUs29 {
    margin: 0;
}
.sectionBlock_aboutUs29 {
    background: url(../images_v4/about/dlub_2.jpg) rgba(0, 0, 0, 0) no-repeat center / cover;
}
.sectionBlock_aboutUs29 .boxArea {
    background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 499px) {
    .classification_menu ul li a{
        font-size: 13px;
        margin: 0;
    }
}

/* 產品YT */
.faqItem_body iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
@media (max-width: 768px) {
    .faqItemStyle-1-productdetail.faqItemStyle-1 .content-box {
        padding: 0;
    }
}

.copyRightTxt {
    font-size: 12px;
}
.copyRightTxt a{
    color: #fff;
}
.pageTitleStyle-2 h1{
    font-size: 2.666667rem;
    display: block;
    line-height: 1.3;
    color: #009f8d;
    font-weight: bold;
}
/* 產品輪播問題 */
#relateProSlid .slick-slide {
    height: auto;
}