<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	border:0;
	font-size:100%;
	font-family:Noto Sans TC, Arial, 微軟正黑體, Microsoft JhengHei, 新細明體, sans-serif;
	vertical-align:baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
	}
html{height:100%;}
body{line-height:1; height:100%; background-color:unset;}
ol, ul{list-style:inherit;}
ul li{font-size:18px; line-height:1.8em;}

.decimalStyle ul li{list-style:decimal;}

blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:''; content:none;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:super;}

a{transition:all 0.5s ease 0s;}
a{color:#000000; font-size:16px; text-decoration:none;}
p{font-size:18px; color:#000000; line-height:1.8em;}
p a{color:#1c4c77; line-height:1.5em; text-decoration:none;}
p a:hover{color:#5eb1fd;}

img{max-width:100%; height:auto;}

.img-cover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
	}

.img-cover&gt;img{
    max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50% , 0) scale(1);
    transition:all 0.3s;
	}

button:focus{outline:none!important;}

/* Home Page */
.header-img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-logo {
    position: absolute;
    left: 90px;
    bottom: 70px;
    width: 120px;
    z-index: 2;
}

#header-bar .row{
    margin:0 auto;
    align-items:center;
	}

.sticky{
	position:fixed;
	top:0;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	}

#top-logo{display:none;}

#header-bar{
    padding:5px 0;
    z-index:890;
	}

.logo-img{width:110px;}

.logo{flex-basis:400px;}

.main-menu{flex:1; z-index:999;}

.navbar-quickBtnBlock{
	margin-right:20px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	}

.nav-memberList{
	padding-left:0;
	margin-right:20px;
	list-style:none;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	}

.nav-memberList li{margin-right:20px;}
.nav-memberList li:last-child{margin-right:0;}

.nav-memberList li a{
	font-family:"Noto Serif TC", "微軟正黑體", serif;
    font-size:12px;
    font-weight:600;
    color:#5d5124;
    letter-spacing:1px;
    padding:2px 10px 4px;
    border:1px solid rgba(93,81,36,0.35);
    border-radius:10px 0 10px 0;
	}

.nav-memberList li i{margin-right:5px;}

.nav-memberList li a:hover{
	color:#fff;
	background-color:#5b888b;
	border:1px solid #5b888b;
	}

.navbar-quickBtnBlock .lanBtnList li a{
	font-size:14px;
	padding:2px 15px 4px;
    border:1px solid rgba(93,81,36,0.35);
	}

.navbar-quickBtnBlock .lanBtnList li a:hover{
	background-color:#5b888b;
	border:1px solid #5b888b;
	}

.nav-navbar{
    height:100%;
    list-style:none;
    padding:0;
    margin:10px 0 0;
    display:flex;
	justify-content:flex-end;
	align-items:center;
    }

.nav-navbar&gt;li{padding-bottom:15px;}

.nav-a{
	font-family:"Noto Serif TC", "微軟正黑體", serif;
    font-size:16px;
    font-weight:600;
    color:#5d5124;
    letter-spacing:1px;
    padding:5px 20px 8px;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position:relative;
	}

.nav-navbar&gt;li:hover .nav-a{
	border-radius:15px 0 15px 0;
    background:#5b888b;
    color:#fff;
    -webkit-transform:translate(0, -3px);
    transform:translate(0, -3px);
	}

.nav-a:hover{background-size:85% 3px;}

.nav-navbar&gt;li.has-drop{position:relative;}

.nav-navbar&gt;li.has-drop:hover .dropdown-menu{display:block;}

.dropdown-menu{
    top:30px;
    left:auto;
    padding:0;
    min-width:12rem;
	}

.dropdown-menu li{border-bottom:1px solid rgba(91,136,139,0.5);}
.dropdown-menu li:last-child{border-bottom:none;}

.dropdown-menu li a{
    display:block;
    font-size:18px;
    font-weight:200;
    padding:10px 20px;
    word-break:keep-all;
	}

.dropdown-menu li:hover a{
	color:#ffffff;
	background-color:#5b888b;
	}

/*展開選單_start*/
.open-nav{
    display:none;
    position:absolute;
    top:15px;
    right:60px;
    font-size:32px;
    color:#80413a;
    z-index:999;
	}

.close-nav{
    position:absolute;
    top:15px;
    right:60px;
    font-size:32px;
    color:#80413a;
    z-index:999;
	}

.open-nav .openNav_btn,
.close-nav .closeNav_btn{
	display:flex;
	align-items:center;
	cursor:pointer;
	}

.open-nav .barText,
.close-nav .barText{
	font-size:16px;
	color:#5d5124;
	line-height:1em;
	margin:0 15px;
	}

.open-nav .bars,
.close-nav .bars{
	width:60px;
	height:60px;
	position:relative;
	}

.open-nav .bars span,
.close-nav .bars span{
	position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    margin-top:-0.5px;
    width:63px;
    height:1px;
    background-color:#111;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
	}

.open-nav .bars span::before,
.open-nav .bars span::after,
.close-nav .bars span::before,
.close-nav .bars span::after{
	content:"";
    position:absolute;
    left:0;
    width:100%;
    height:1px;
    background-color:#5d5124;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    }

.open-nav .bars span::before{top:-7px;}
.close-nav .bars span::before{top:-7px;}

.open-nav .bars span::after{bottom:-7px;}
.close-nav .bars span::after{bottom:-7px;}

.closeNav_btn .bars span{background-color:transparent;}

.closeNav_btn .bars span::before{
	top:0;
    -webkit-transform:rotate(20deg);
    transform:rotate(20deg);
	}


.closeNav_btn .bars span::after{
	bottom:0;
    -webkit-transform:rotate(-20deg);
    transform:rotate(-20deg);
	}

.navSlideArea{
	position:fixed;
    right:-960px;
    top:0;
    z-index:1000;
    width:960px;
    height:100vh;
    padding:90px 90px 0;
    overflow-y:auto;
    background-color:#e0daae;
    box-sizing:border-box;
    opacity:0;
    transition:right 0.8s, opacity 0.8s;
    -webkit-overflow-scrolling:touch;
    background-image:url(../images/bg/menu_bg.png);
    background-repeat:no-repeat;
    background-size:cover;
	}

.navSlideArea.show{
	right:0;
    opacity:1;
	}

.navMenuList{
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	}

.navMenuList&gt;li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(93,81,36,0.15);
	position:relative;
	}

.navMenuList&gt;li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
	}

.navMenuList&gt;li.is-open{padding-bottom:0;}

.navMenuList&gt;li&gt;a{
	display:block;
	font-size:28px;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	color:#5d5124;
	letter-spacing:3px;
	cursor:pointer;
	position:relative;
	}

.navMenuList&gt;li.has-navMenuDrop&gt;a::before{
	content:"";
	width:20px;
	height:1px;
    background-color:rgba(93,81,36, 0.5);
	position:absolute;
	top:14px;
	right:5px;
	}

.navMenuList&gt;li.has-navMenuDrop&gt;a::after{
	content:"";
	width:1px;
	height:20px;
    background-color:rgba(93,81,36, 0.5);
    transition:all 0.5s;
	position:absolute;
	top:5px;
	right:15px;
	}

.navMenuList&gt;li.is-open&gt;a::after{
	transform:rotate(90deg);
	}

.navSubMenuList{
	display:none;
	padding-left:0;
	margin-top:20px;
	list-style:none;
	}

.navSubMenuList li{
	display:inline-block;
	line-height:1em;
	margin-right:20px;
	margin-bottom:20px;
	}

.navSubMenuList li:last-child{margin-right:0;}

.navSubMenuList li a{
	font-size:22px;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	color:#5d5124;
	padding-left:20px;
	position:relative;
	}

.navSubMenuList li a::before{
	content:"\f105";
	font-family:'Font Awesome 6 Free';
	font-size:20px;
    font-weight:900;
    color:rgba(93,81,36, 0.5);
	position:absolute;
	top:8px;
	left:0;
	}
.navSubMenuList-child {
	margin-left: 20px;
}

.has-navMenuDrop.is-open .navSubMenuList{display:block;}

.lanBtnBox{margin-top:20px;}

.lanBtnList{padding-left:0; list-style:none;}

.lanBtnList li{
	line-height:1em;
	margin-right:25px;
	display:inline-block;
	}

.lanBtnList li:last-child{margin-right:0;}

.lanBtnList li a{
	display:block;
	font-size:18px;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	color:#5d5124;
	padding:10px 20px;
	border:1px solid #5d5124;
	border-radius:10px 0 10px 0;
	}

.lanBtnList li a:hover{
	color:#fff;
	background-color:#5d5124;
	}

.memberBtnBox{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid rgba(93,81,36,0.5);
	}

.memberBtnList{
	padding-left:0;
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
	}

.memberBtnList li{line-height:1em;}

.memberBtnList li a{
	display:block;
	font-size:14px;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	color:#5d5124;
	letter-spacing:1px;
	padding:7px 15px;
	margin:0 20px;
	border:1px solid #5d5124;
	border-radius:10px 0 10px 0;
	}

.memberBtnList li i{margin-right:5px;}

.memberBtnList li a:hover{
	color:#fff;
	background-color:#5d5124;
	}

.overlay{
    position:fixed;
    z-index:899;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(104,104,104,0.35);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity:0;
    visibility:hidden;
    transition:opacity 0.5s, visibility 0.5s;
	}

.nav-open .overlay{opacity:0.85; visibility:visible;}
/*展開選單_end*/

.main-body{padding-bottom:60px;}

.intro-item .row {
    position: relative;
    padding: 50px 0;
}
.intro-tit {
    padding-top:20px;
    padding-bottom:30px;
}

.intro-tit h2 {
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#5d5124;
    font-size:46px;
    font-weight:700;
    text-align:center;
}

.intro-item img {
    display: block;
    margin: 0 auto;
}
.intro-newsbox .text {
    width: 40%;
    position: absolute;
    top: 12%;
    right: 0;
    margin: auto;
}
.intro-item .text h3 {
    font-family: "Noto Serif TC", serif;
    color:#5d5124;
    font-size:28px;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #5d5124;
}

.intro-newsbox h4{
	font-size:16px;
	color:#bc8b6f;
}

.intro-box{width:33.333%; position:relative;}

.intro-box .txt{
    position:absolute;
    right:75px;
    bottom:38px;
    z-index:9;
	}

.intro-box h3{
    color:#fff;
    font-size:18px;
    font-weight:600;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    text-align:center;
    padding:10px 15px;
    border-radius:15px 0 15px 0;
    background-color:#8a5624;
    box-shadow:0px 0px 16px rgba(0, 0, 0, 0.5);
	}

.intro-item .text p {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 1em;
}
.intro-item .text a {
    font-size: 14px;
}
.intro-item .text a:hover {
    text-decoration: underline #bc8b6f dotted 2px;
}

/*首頁輪播圖_start*/
.banner-section{padding-top:100px;}

#banner-S{display:none;}

.paginationBox{
	position:absolute;
	right:50px;
	bottom:0;
	}

.paginationBox .swiper-pagination-bullet{border-radius:inherit;}

.paginationBox span.swiper-pagination-bullet-active{
	background:#339933;
	}
/*首頁輪播圖_end*/

.index-proType-section{
	background-image:url(../img/index-proType-section-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	}

.index-about-section{
	background-image:url(../img/bg.jpg);
	position:relative;
	}

.index-about-container{
	max-width:1080px;
	padding:80px 0 100px;
	}

.index-about-row{
	display:flex;
	position:relative;
	}

.index-aboutCoverBox{flex-basis:500px;}

.index-aboutTextBox{flex:1;}

.moving-path{width:100%; max-width:500px; margin:0 auto; position:relative;}

.index-about-logo{
	width:200px;
	position:absolute;
	top:25%;
	left:50%;
	margin-left:-100px;
	}

.index-aboutTextBox{
	padding:30px 40px 40px;
	border:2px solid #fdffdd;
	border-radius:40px 0 40px 0;
	background-color:#f4f6d8;
	/*background-image:url(../img/aboutTextBox_bg.png);*/
	box-shadow:5px 5px 20px 0 rgba(93, 81, 36, 0.25);
	}

.index-aboutTextBox h3{
	font-size:28px;
	font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#5a878a;
    display:inline-block;
    }

.index-aboutTextBox h3.title-en{
	font-family:"Yellowtail", cursive;
	font-size:66px;
    font-weight:400;
    font-style:normal;
    color:#5a878a;
    line-height:1.2em;
    margin-right:20px;
	}

.index-aboutTextBox h3.title-en span{
	font-family:"Yellowtail", cursive;
	font-size:72px;
    font-weight:400;
    font-style:normal;
    color:#5a878a;
    line-height:1.2em;
	}

.index-aboutTextBox p{
	display:-webkit-box;
    width:100%;
    height:5.5em;
    line-height:1.7em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    font-size:18px;
	padding-top:15px;
    margin:0;
	border-top:1px solid rgba(93,81,36,0.5);
	}

.moreBtn{
    margin-top:30px;
    margin-left:20px;
	}

.moreBtn a{
    display:block;
    max-width:220px;
    color:#5a878a;
    line-height:1;
    padding:20px 60px;
    border:1px solid #5a878a;
    position:relative;
	}

.moreBtn a span{
    position:relative;
    z-index:5;
	}

.moreBtn a i{margin-left:10px;}

.moreBtn a::before{
    content:"";
    width:0%;
    height:101%;
    background:rgba(90, 135, 138, 0.7);
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    position:absolute;
    left:0;
    top:0;
	}

.moreBtn a:hover{color:#fff;}
.moreBtn a:hover::before{width:100%;}

.index-quickLink-section{
	background-image:url(../img/bg.jpg);
	position:relative;
	}

.index-quickLink-section .container{padding-bottom:100px;}

.quickLink-row{}

.quickLinkBox{
    width:33.333%;
    margin:0 auto 30px;
    position:relative;
	}

.quickLinkBox&gt;a{display:block;}

.quickLinkBox .box-inner{
    padding:20px;
    height:300px;
    border-radius:30px 0 30px 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
}

.quickLinkBox .box-inner::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:30px 0 30px 0;
	transition:all 1s;
	}

.quickLinkBox:hover .box-inner::before{
	background-color:rgba(0,0,0,0.6);
	}

.quickLinkBox .box-inner::after{
	font-family:"Yellowtail", cursive;
    font-size:66px;
    font-weight:400;
    color:#fff;
    text-shadow:rgba(0,0,0,0.7) 3px 3px 8px;
    -webkit-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
	position:absolute;
	top:40%;
	left:50%;
	}

.quickLinkBox:nth-child(1) .box-inner::after{content:"Process"; margin-left:-100px;}
.quickLinkBox:nth-child(2) .box-inner::after{content:"Quality"; margin-left:-86px;}
.quickLinkBox:nth-child(3) .box-inner::after{content:"Column"; margin-left:-87px;}
.quickLinkBox:nth-child(4) .box-inner::after{content:"Recipe"; margin-left:-83px;}
.quickLinkBox:nth-child(5) .box-inner::after{content:"News"; margin-left:-65px;}
.quickLinkBox:nth-child(6) .box-inner::after{content:"Contact"; margin-left:-86px;}

.quickLinkBox:hover .box-inner::after{content:"";}

.quickLinkBox .box-liner span::before,
.quickLinkBox .box-liner span::after,
.quickLinkBox .box-liner::before,
.quickLinkBox .box-liner::after{
	position:absolute;
	content:"";
	display:block;
	transition:all 1s;
	background-color:#c2c2c2;
	opacity:0;
	}

.quickLinkBox .box-liner span::before,
.quickLinkBox .box-liner span::after{
	width:1px;
	height:0;
	}

.quickLinkBox:hover .box-liner span::before,
.quickLinkBox:hover .box-liner span::after{
	width:1px;
	height:100%;
	}

.quickLinkBox .box-liner{
	position:absolute;
	left:15px;
	right:15px;
	top:15px;
	bottom:15px;
	margin:auto;
	z-index:1;
	}

.quickLinkBox .box-liner::before{left:0; top:0;}

.quickLinkBox .box-liner::after{right:0; bottom:0;}

.quickLinkBox .box-liner::before,
.quickLinkBox .box-liner::after{
	width:0;
	height:1px;
	}

.quickLinkBox:hover .box-liner::after,
.quickLinkBox:hover .box-liner::before{
	width:100%;
	height:1px;
	}

.quickLinkBox .box-liner span{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	}

.quickLinkBox .box-liner span::before{left:0; top:0;}

.quickLinkBox .box-liner span::after{right:0; bottom:0;}

.quickLinkBox:hover .box-liner::before,
.quickLinkBox:hover .box-liner::after{opacity:1;}

.quickLinkBox:hover .box-liner span::before,
.quickLinkBox:hover .box-liner span::after{opacity:1;}

.linkBoxTitle{
	width:100%;
	margin:0 auto;
	padding-top:31%;
	text-align:center;
	opacity:0;
	-webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    position:relative;
    z-index:5;
	}

.quickLinkBox:hover .linkBoxTitle{opacity:1;}

.linkBoxTitle h3{
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	font-family: "Noto Serif TC", serif;
	color:#fff;
	letter-spacing:1px;
	padding:10px 15px;
	background-color:rgba(158,175,89,0);
	border-radius:15px 0 15px 0;
	-webkit-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
	}

.quickLinkBox:hover .linkBoxTitle h3{
	background-color:rgba(158,175,89,1);
	}

.pageBannerBlock {
    margin-top:60px;
    position: relative;
}

.pageBannerCoverBox {
    width: 100%;
    height: 300px;
    background-image: url(../img/page-banner-01.jpg);
    background-position: center;
    position: relative;
}

.pageSpiritTitle{
    width:100%;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    position:absolute;
    top:0;
	}

.pageBannerTitle {
    padding-top:110px;
    padding-left: 150px;
    position: relative;
    z-index: 3;
}

.pageBannerTitle h3 {
    color:#5d5124;
    font-size: 46px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    position: relative;
    z-index: 5;
}

.fixedBtnBox{
    width:50px;
    height:50px;
    background-color:#03c302;
    border:3px solid #fff;
    border-radius:999em;
    box-shadow:1px 1px 10px rgba(0, 0, 0, 0.2);
    transition:all 0.4s ease;
	position:fixed;
	right:25px;
	bottom:90px;
    z-index:999;
	}

.fixedBtn{
	height:100%;
    font-size:28px;
    color:#fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-direction:column;
    flex-direction:column;
	}

.fixedBtnBox:hover{
	background-color:#01aa00;
	box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);
	}

.gotop{
    width:50px;
    height:50px;
    background-color:#336600;
    border:3px solid #fff;
    border-radius:999em;
    transition:all 0.5s ease;
    position:fixed;
    bottom:30px;
    z-index:999;
	}

#gotop{
    height:100%;
    font-size:14px;
    color:#fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-direction:column;
    flex-direction:column;
    position:relative;
	}

.gotop:hover{background-color:#009966;}

footer{position:relative;}

img.footer-arc{
	position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    z-index:11;
    min-width:100%;
    width:1920px;
	}

.footer{
	background-image:url(../img/foot-background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
	}

.footer .foot-row{
    width:90%;
    max-width:1200px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:50px;
    display:flex;
	}

.footerLogo{flex-basis:300px; position:relative;}

.footInfoArea{
	flex:1;
	padding:0 50px;
    display:flex;
    justify-content:space-between;
	}

.footInfoBlock{width:40%; position:relative;}

.siteMapBlock{width:55%; position:relative;}

.footInfoList, .siteMapList{padding-left:0; list-style:none;}

.footInfoList li{margin-bottom:10px; line-height:1em;}
.footInfoList li:last-child{margin-bottom:0;}

.footInfoList li a{
	display:inline-block;
	color:#5d5124;
	padding:5px 0;
	}

.footInfoList li a i,
.siteMapList li a i{
	margin-right:5px;
	}

.siteMapList{display:flex; flex-wrap:wrap;}

.siteMapList li{margin-right:15px; margin-bottom:15px; line-height:1em;}
.siteMapList li:last-child{margin-right:0;}

.siteMapList li a{color:#5d5124;}

.ccinBlock{background-color:#5d5124;}

.ccinBlock .foot-row{
	width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:25px;
    display:flex;
    justify-content:space-between;
    flex-direction:row-reverse;
	}

.privacyList{
	padding-left:0;
	list-style:none;
	display:flex;
	}

.privacyList li a{font-size:14px; color:#fff;}

.ccinInfo{
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	}

.ccinInfo a{font-size:12px; color:#9eaf59;}

.copyright a img{padding:0; max-width:20px;}

.iconLinkList{
	padding-left:0;
	list-style:none;
	display:flex;
	align-items:center;
	}

.iconLinkList li{margin:0 10px;}

.iconLinkList li a{
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
	-webkit-transition:0.6s;
    transition:0.6s;
    display:flex;
	align-items:center;
	}

.iconLinkList li a i{
    width:36px;
    height:36px;
	font-size:16px;
	color:#5d5124;
    padding:5px;
    margin:0 5px;
	background:#fff;
    border-radius:99em;
    -webkit-transition:0.6s;
    transition:0.6s;
    display:flex;
    justify-content:center;
	align-items:center;
	}

.iconLinkList li:hover a{color:#9eaf59;}
.iconLinkList li:hover a i{color:#fff; background:#9eaf59;}

/* 隱私政策_start */
.privacy-block h5{
    font-size:22px;
    font-weight:bold;
    font-family:"Noto Serif TC", serif;
    color:#5d5124;
    line-height:1.5em;
    padding-bottom:10px;
	}

.privacy-block ul{list-style:none; padding-left:0;}

.privacy-block ul li{
    font-size:17px;
    line-height:1.8em;
    position:relative;
    padding-left:20px;
	}

.privacy-block ul li::before{
    content:'';
    position:absolute;
    top:11px;
    left:5px;
    height:5px;
    width:5px;
    border-radius:50%;
    background:#5d5124;
	}

/* 隱私政策_end */

/* Breadcrumbs */
.breadcrumbs{background-color: #fff4d6;}

.with-noPageHeader{margin-top:110px;}

.path-link {
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
.path-link li {
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 1.5px;
}
.path-link li:not(:first-child)::before {
    content: "&gt;";
    color: #aaa;
    margin: 0 10px;
}

.pageContentSection{
	min-height:600px;
	padding-bottom:100px;
	position:relative;
	}

.pageContent-container{
	width:95%;
	max-width:1280px;
	margin:0 auto;
	padding-bottom:80px;
	position:relative;
	}

.backBtnBox{margin-bottom:20px;}

.backBtn{
	width:145px;
	margin-right:15px;
	margin-left:auto;
	padding:10px 20px;
	border:1px solid #ccc;
	border-radius:999em;
	background-color:#336600;
	transition:all 0.3s;
	position:relative;
	}

.backBtn a{color:#fff;}
.backBtn i{margin-right:5px;}

.backBtn:hover{background-color:#009966;}

/*關於我們_start*/
.aboutContentBlock{position:relative;}

.about-row{overflow:hidden; justify-content:center;}

.aboutContentBlock h4{
	font-family:"Noto Serif TC", serif;
    font-size:28px;
    font-weight:700;
    color:#5d5124;
    letter-spacing:1px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(93, 81, 36, 0.35);
	}

/*關於我們_end*/

/*產品介紹_start*/
.proTypeBox{width:33.333%;}

.proTypeBox&gt;.box-inner{margin:15px; position:relative;}

.proTypeBox a{
	display:block;
	position:relative;
	}

.proType-coverBox{
	border:7px solid rgba(153, 204, 0, 0.5);
	border-radius:30px 0 30px 0;
	overflow:hidden;
    box-shadow:0px 0px 20px 0px rgb(0 0 0 / 10%);
    transition:all 0.3s;
	}

.proType-cover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    background-color:#fff;
    overflow:hidden;
    position:relative;
	}

.proType-cover&gt;img{
    height:100%!important;
    max-width:100%;
    min-width:100%;
    object-fit:contain;
    -moz-object-fit:contain;
    -ms-object-fit:contain;
    -o-object-fit:contain;
    -webkit-object-fit:contain;
    position:absolute;
    transform:translate(-50%, 0) scale(1);
    transition:all 0.3s;
	}

.proType-title{margin-top:15px; text-align:center;}

.proType-title h4{
	font-family: "Noto Serif TC", serif;
    font-size:24px;
    font-weight:700;
    color:#5d5124;
    letter-spacing:1px;
	}

.pageContent-title{
	text-align:center;
	padding-top:50px;
	padding-bottom:20px;
	margin-bottom:50px;
	position:relative;
	}

.pageContent-title h3{
	font-family: "Noto Serif TC", serif;
    font-size:36px;
    font-weight:700;
    color:#5d5124;
    letter-spacing:1px;
	}

.pageContent-title::after{
	content:"";
	width:300px;
	height:3px;
	margin-left:-150px;
	background:linear-gradient(90deg, #99cc00 0%, #99cc00 50%, #336600 50%, #336600 100%);
	position:absolute;
	left:50%;
	bottom:0;
	}

.pageContent-subtitle{
	text-align:center;
	padding-bottom:20px;
	margin-bottom:10px;
	position:relative;
	}

.pageContent-subtitle h4{
	font-family:"Noto Serif TC", serif;
    font-size:30px;
    font-weight:700;
    color:#336600;
    letter-spacing:1px;
	}

.proDetial-container{max-width:1100px;}

.proDetial-row{display:flex; margin-top:20px;}

.detail-main-pic{
    flex-basis:600px;
    position:relative;
	}

.detail-profile-content{flex:1; padding:10px 30px 0;}

.big-pic-box{
    width:100%;
    height:500px;
    text-align:center;
    vertical-align:middle;
    margin-bottom:10px;
    border:1px solid rgba(204,204,204,0.3);
	}

.detail-main-pic img{
    max-width:100%;
    object-fit:contain;
    height:100%!important;
	}

.small-pic-box{
    width:100%;
    max-width:600px;
    position:relative;
	}

.small-pic-box .swiper-container-detail{
	width:85%;
    overflow:hidden;
    margin:0 auto;
	}

.small-pic-box .swiper-wrapper{align-items:center;}

.profileTitleBox h4{
	font-family: "Noto Serif TC", serif;
    font-weight:700;
    letter-spacing:1px;
    padding-top:5px;
	}

h4.profileTitle-cate{font-size:22px; color:#9eaf59;}

h4.profileTitle{font-size:32px; color:#5d5124;}

.profileContent{
	padding:15px 0;
	margin:15px 0 20px;
	border-top:1px solid rgba(93, 81, 36, 0.35);
	border-bottom:1px solid rgba(93, 81, 36, 0.35);
	}

.price{
	font-size:24px;
	/*display:none;*/
	color: red;
}
.market-price {
	color: #ccc;
	font-size: 12px;
   	text-decoration: line-through;
}

.price span{font-size:16px; letter-spacing:1px;}

span.currency{margin-right:10px;}

.qtyBlock{
	margin-top:20px;
	display:flex;
	align-items:center;
	/*display:none;*/
	}

.qty-title{font-size:18px; margin-right:15px;}

.qty-box{
    width:130px;
    display:flex;
    justify-content:center;
    align-items:center;
	}

.qty-box .qty{
	width:40%;
    height:40px;
    font-size:18px;
    text-align:center;
    border:1px solid #aaa;
	}

.qty-box input.qtyplus,
.qty-box input.qtyminus,.cartqtyminus,.cartqtyplus{
	background-color:#fff;
    border:1px solid #aaa;
    width:30%;
    height:40px;
    font-size:24px;
    font-weight:400;
    cursor:pointer;
	}

.prodeta-btn{
	display:flex; 
	margin-top:30px;
	/*display:none;*/
}

.prodeta-btn a{
    font-size:14px;
    color:#fff;
    margin-right:13px;
    padding:12px 18px;
    border-radius:999em;
    border:1px solid #9eaf59;
    background-color:#9eaf59;
	}

.prodeta-btn a:last-child{
    margin-right:0;
    border:1px solid #336600;
    background-color:#336600;
	}

.prodeta-btn a:hover{
	border:1px solid #009966;
	background-color:#009966;
	}

.detailDescContent{
	padding:50px 0;
	border-top:1px solid rgba(93, 81, 36, 0.35);
	}
/*產品介紹_end*/

/*流程介紹_start*/
.process-container{max-width:1100px;}

.processListBlock{position:relative;}

.processList{
	padding-top:60px;
	padding-left:0;
	list-style:none;
	position:relative;
	}

.processList li{
	margin-bottom:80px;
	padding:0 60px 10px;
	background-color:#fff;
	-webkit-box-shadow:0 10px 88.2px 1.8px rgba(19,19,19,.1);
    box-shadow:0 10px 88.2px 1.8px rgba(19,19,19,.1);
	position:relative;
	}

.processList li:last-child{margin-bottom:0;}

.processListItem__in{
	display:flex;
	-webkit-justify-content:space-between;
    -ms-flex-pack: justify;
    justify-content:space-between;
	}

.processList li:nth-child(odd) .processListItem__in{
	flex-direction:row-reverse;
	}

.processListCover{flex-basis:450px; margin-right:20px;}
.processListInfo{flex:1; padding-top:60px;}

.processList li:nth-child(odd) .processListCover{
	margin-right:0;
	margin-left:20px;
	}

.processListCover{
	position:relative;
	-webkit-transition:0.4s;
    transition:0.4s;
	}

.processListCover .img-cover{padding-bottom:65%;}

.processListTitle{
	font-size:26px;
	font-weight:bold;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid rgba(93, 81, 36, 0.35);
	}

.processNarrative p{
    display:-webkit-box;
    width:100%;
    height:4.8em;
    line-height:1.6em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    margin:0;
	}

.processMoreBtn{margin-top:15px;}

.processSubtitleBox{
	-webkit-writing-mode:vertical-rl;
    -ms-writing-mode:tb-rl;
    writing-mode:vertical-rl;
	position:absolute;
	top:-40px;
	left:15px;
	}

.processList li:nth-child(odd) .processSubtitleBox{
	left:unset;
	right:15px;
	}

.processSubtitle{position:relative;}

.processSubtitle::before{
	content:"";
    display:block;
    position:absolute;
    height:80px;
    width:1px;
    background:#a6a6a6;
    top:0;
    left:50%;
    -webkit-transition:height .4s,top .4s;
    transition:height .4s,top .4s;
	}

.processSubtitle span{
	font-family:'Noto Serif', serif;
	text-transform:uppercase;
	color:#a6a6a6;
	font-size:12px;
    font-weight:700;
    letter-spacing:0.05em;
	padding-top:90px;
	-webkit-transition: 0.4s;
    transition: 0.4s;
	}

.processList li:hover .processSubtitle::before{height:125px;}
.processList li:hover .processSubtitle span{padding-top:135px;}

/*流程介紹_end*/

/*流程步驟圖_start*/
.flowStep-container{max-width:1000px;}

.flowStepArea-inner{padding-left:30px;}

.flowStepBlock{
	width:100%;
	border-left:2px dotted #ccc;
	}

.flowStepBox{
	margin-bottom:30px;
	display:flex;
	justify-content:right;
	align-items:center;
	position:relative;
	}

.flowStepBox:last-child{margin-bottom:0;}

.flowStepBox::before{
	content:"";
    transform:translateY(-43%);
    background-color:#336600;
    border:solid 3px #fff;
    width:18px;
    height:18px;
    box-shadow:0 0 0 2px #ccc;
    border-radius:100vh;
    position:absolute;
    top:43%;
    left:-10px;
    z-index:2;
	}

.flowStepBox:nth-child(1)::after{
	content:"";
    width:26px;
    height:43%;
    background-color:#fff;
    position:absolute;
    top:0;
    left:-14px;
    z-index:1;
	}

.flowStepInfo{width:45%;}

.flowStepPic{
	width:50%;
	border-radius:30px 0 30px 0;
	overflow:hidden;
	}

.flowStepInfo{
	padding-right:50px;
	display:flex;
	flex-direction:column;
	}

.flowStepTitle{
	color:#5d5124;
	padding-bottom:10px;
	border-bottom:1px solid rgba(64,131,145,0.5);
	display:flex;
	align-items:flex-end;
	}

p.flowStepNum{
	font-size:56px;
    font-family:'Oswald', sans-serif;
    font-weight:bold;
    color:#336600;
	text-align:center;
	line-height:1em;
	display:flex;
	flex-direction:column;
	}

p.flowStepNum span{
	font-size:24px;
    font-family:"Playfair Display", serif;
    font-weight:bold;
    color:#336600;
	line-height:1em;
	}

.flowStepTitle h4{
	font-size:26px;
	font-weight:bold;
	padding-left:10px;
	}

p.flowStepNarrative{
	font-size:18px;
	font-weight:500;
	line-height:1.5em;
	margin-top:10px;
	}

.flowStepPic&gt;.img-cover{padding-bottom:60%;}

.flowGoal{
	width:65px;
	height:65px;
	color:#fff;
	background-color:#336600;
    border:solid 3px #fff;
    border-radius:100vh;
    box-shadow:0 0 0 2px #ccc;
	display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
	}

.flowGoal p{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	}

/*流程步驟圖_end*/

/*品質管理_start*/
.quality-container{max-width:1000px;}

.qualityContentBlock{margin:0 auto;}

.qualityItemBox{
	padding:30px;
	margin-bottom:50px;
	background-color:#fdffcd;
    border-radius:30px 0 30px 0;
    box-shadow: 1px 1px 15px #cacaca;
	}

.qualityItemBox:nth-child(even){background-color:#f1ffe3;}

.qualityItemBox&gt;.box-inner{
	display:flex;
    align-items:center;
	}

.qualityItemBox:nth-child(even)&gt;.box-inner{
	flex-direction:row-reverse;
	}

.quality-coverBox{
	flex-basis:450px;
	border-radius:25px 0 25px 0;
	overflow:hidden;
	}

.quality-infoBox{flex:1; padding:0 30px;}

.quality-infoBox h5{
	font-size:28px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color: #5a878a;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid rgba(93, 81, 36, 0.35);
	}

/*品質管理_end*/

/*最新消息_start*/
.newsList-row{display:flex; justify-content:space-between;}

.newsTitleListBlock{width:25%; position:relative;}
.newsDescListBlock{width:73%;}

.newsTitleList, .newsDescList{padding-left:0; list-style:none;}

.newsTitleList{
	padding:10px 20px;
	border:1px solid rgba(93, 81, 36, 0.35);
	border-radius:15px;
	}

.newsTitleList li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed rgba(93, 81, 36, 0.2);
	line-height:1.3em;
	}

.newsTitleList li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
	}

.newsDescList li{
	position:relative;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px dashed rgba(93, 81, 36, 0.35);
	}
.newsDescList li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
	}

.newsDescItemConent{display:flex; align-items:center;}

.newsItemCoverBox{flex-basis:300px;}
.newsItemInfoBox{flex:1; padding:0 20px;}

.newsItemCoverBox{border-radius:30px 0 30px 0; overflow:hidden;}

.newsItemInfoBox h4{
	font-size:22px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color: #5a878a;
    padding-bottom:10px;
    margin-bottom:5px;
    border-bottom:1px solid rgba(93, 81, 36, 0.35);
	}

.newsItemInfoBox a:hover h4{color:#5d5124;}

.date{
	font-size:18px;
    font-family:"Playfair Display", serif;
    font-weight:bold;
    font-style:italic;
    color:rgba(93, 81, 36, 0.6);
    line-height:1.3em;
    padding-bottom:5px;
	}

.news-narrative p{
    display:-webkit-box;
    width:100%;
    height:3.2em;
    line-height:1.6em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    margin:0;
	}

.newsMoreBtnBox{margin-top:10px;}

.newsMoreBtnBox a{display:block;}

.newsMoreBtn{
	width:120px;
	text-align:center;
	margin-right:15px;
	margin-left:auto;
	padding:10px 20px;
	line-height:1em;
	border:1px solid #ccc;
	border-radius:999em;
	transition:all 0.3s;
	cursor:pointer;
	position:relative;
	}

.newsMoreBtn::before{
	content:"";
    width:0;
    height:0;
    border-right:1px solid #fff;
    border-top:1px solid #fff;
    position:absolute;
    top:calc(50% - 1px);
    right:0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    opacity:0;
	}

.newsMoreBtn:hover{background-color:#336600;}

.newsMoreBtn:hover::before{
	width:10px;
    height:10px;
    top:calc(50% - 6px);
    left:20px;
    opacity:1;
	}

.newsMoreBtn:hover span{color:#fff;}

.news-container{max-width:1000px;}

.newsDetailCoverBox{
	width:90%;
	max-width:600px;
	margin:50px auto;
	}

.newsDetailCover{
	border-radius:30px 0 30px 0;
	overflow:hidden;
	}

.newsDetailContentBlock{position:relative;}

.newsDetailTtile{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(93, 81, 36, 0.35);
	}

.newsDetailTtile h4{
	font-size:28px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color: #5a878a;
    padding-bottom:10px;
	}

.newsDetailContent{
	min-height:350px;
	margin-bottom:20px;
	}

.artcileImg img{width:33.333%;}

/*最新消息_end*/

/*食譜頁面_start*/
.recipeListBlock{position:relative;}

.recipeList{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	}

.recipeList li{position:relative;}

.recipeList li:nth-child(4n+1){width:66.667%;}
.recipeList li:nth-child(4n+2){width:33.333%;}
.recipeList li:nth-child(4n+3){width:33.333%;}
.recipeList li:nth-child(4n){width:66.667%;}

.recipeList li a{display:block;}

.recipeList li .box-inner{
    height:450px;
    padding:20px;
    margin:10px;
    border-radius:50px 0 50px 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
	}

.recipeList li .box-inner::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50px 0 50px 0;
	transition:all 1s;
	}

.recipeList li:hover .box-inner::before{
	background-color:rgba(0,0,0,0.6);
	}

.recipeList li .box-liner span::before,
.recipeList li .box-liner span::after,
.recipeList li .box-liner::before,
.recipeList li .box-liner::after{
	position:absolute;
	content:"";
	display:block;
	transition:all 1s;
	background-color:#c2c2c2;
	opacity:0;
	}

.recipeList li .box-liner span::before,
.recipeList li .box-liner span::after{
	width:1px;
	height:0;
	}

.recipeList li:hover .box-liner span::before,
.recipeList li:hover .box-liner span::after{
	width:1px;
	height:100%;
	}

.recipeList li .box-liner{
	position:absolute;
	left:25px;
	right:25px;
	top:25px;
	bottom:25px;
	margin:auto;
	z-index:1;
	}

.recipeList li .box-liner::before{left:0; top:0;}

.recipeList li .box-liner::after{right:0; bottom:0;}

.recipeList li .box-liner::before,
.recipeList li .box-liner::after{
	width:0;
	height:1px;
	}

.recipeList li:hover .box-liner::after,
.recipeList li:hover .box-liner::before{
	width:100%;
	height:1px;
	}

.recipeList li .box-liner span{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	}

.recipeList li .box-liner span::before{left:0; top:0;}

.recipeList li .box-liner span::after{right:0; bottom:0;}

.recipeList li:hover .box-liner::before,
.recipeList li:hover .box-liner::after{opacity:1;}

.recipeList li:hover .box-liner span::before,
.recipeList li:hover .box-liner span::after{opacity:1;}

.recipeListBoxInfo{
	padding-top:120px;
	text-align:center;
	opacity:0;
	transition:all 1s;
	position:relative;
	z-index:5;
	}

.recipeListBoxInfo h4{
	font-size:28px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#fff;
    padding:5px 20px 8px;
    background-color:rgba(158, 175, 89, 1);
    border-radius:7px;
    display:inline-block;
	}

.recipeListBoxInfo p{
	display:-webkit-box;
    width:70%;
    max-width:500px;
    height:3.2em;
    line-height:1.6em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    color:#fff;
    margin:20px auto 0;
	}

.recipeMoreBtn{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	letter-spacing:1px;
	padding:2px 25px;
	margin-top:20px;
	background-color:#336600;
	border-radius:999em;
	display:inline-block;
	}

.recipeList li:hover .recipeListBoxInfo{opacity:1;}

.recipe-container{max-width:1000px;}

.recipe-row{position:relative;}

.recipeDetailCoverBox{
	width:95%;
	max-width:600px;
	margin-left:auto;
	}

.recipeDetailTitleBox{
	max-width:600px;
	padding:15px;
	background-color:rgba(255,255,204,0.8);
	border-radius:30px 0 30px 0;
	position:absolute;
	left:0;
	bottom:0;
	}

.recipeDetailTitleBox&gt;.box-inner{
	padding:20px 25px;
	border:1px solid rgba(90, 135, 138, 0.5);
	border-radius:25px 0 25px 0;
	}

.recipeDetailTitle h4{
	font-size:28px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#5a878a;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(90, 135, 138, 0.5);
	}

.recipeDetailNarrative p{
	font-size:16px;
	}

.recipeDetailContentBlock{
    position:relative;
    padding-top:30px;
	}

.cooking-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}

.cooking-prepare{width:45%;}
.cooking-step{width:50%;}

.cooking-prepare{
	padding:20px 25px;
	background-color:#f7f7f7;
	border-radius:10px;
	}

.cooking-prepare h5, .cooking-step h5{
	font-size:22px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#5a878a;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(90, 135, 138, 0.5);
	}

.cooking-row ul{list-style:decimal; padding-bottom:20px;}

.cooking-row ul li{
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px dashed rgba(90, 135, 138, 0.25);
	}

.cooking-row ul li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
	}

/*食譜頁面_end*/

/*聯絡我們_start*/
.contact-part{width:50%; position:relative;}

.contactInfoBox{
	width:100%;
	max-width:400px;
	padding:20px 30px;
	border:1px solid rgba(93, 81, 36, 0.35);
	border-radius:30px 0 30px 0;
	}

.contactInfoBox h4{
	font-size:28px;
    font-weight:700;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#5a878a;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid rgba(90, 135, 138, 0.5);
	}

.mapBox{margin-top:30px; position:relative;}

.mapBox iframe{width:100%; height:300px;}

.contactFormBlock{
	padding:30px 25px;
	border:1px solid rgba(93, 81, 36, 0.35);
	border-radius:30px 0 30px 0;
	}

.contactFormBox{margin-bottom:25px;}

.contactFormBox&gt;.box-inner{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
	}

.contactFormBox label{
    font-size:18px;
    font-weight:bold;
    padding-left:5px;
    width:28%;
	}

.remark{margin-bottom:20px;}

.remark span{font-weight:bold; color:#ea0000; margin-right:3px;}

.contactFormBox .formBoxContent{width:70%;}

label.required::before{
    content:"※";
    color:#ea0000;
    display:inline-block;
    vertical-align:middle;
    line-height:1;
    margin:0px 4px 4px 0px;
	}

.contactTextareaBox&gt;.box-inner{align-items:flex-start;}

.contactTextareaBox label{margin-top:10px;}

.formBoxContent textarea{min-height:180px;}

.verify-pic{display:inline-block;}

input#contact-yzm{
    width:150px;
    height:38px;
    display:inline-block;
    margin:0 0 0 10px;
    vertical-align:top;
	}

.contactBtnBlock{text-align:center;}

.contact-btn{
    font-size:16px;
    font-weight:bold;
    color:#5a878a;
    letter-spacing:2px;
	padding:12px 40px;
    border-radius:999em;
    border:1px solid #5a878a;
	}

.btn-submit{margin-left:20px;}

.contact-btn:hover{
	color:#fff;
	background-color:#5a878a;
	}

/*聯絡我們_end*/

/*登入註冊_start*/
.login-container{max-width:800px;}

.loginBlock{
    width:100%;
    margin:80px auto 0;
    background-color:#ffffff;
    border-radius:30px 0;
    box-shadow:1px 1px 3px 1px rgb(0 0 0 / 40%);
	}

.loginBlock .tab{display:flex;}

.loginBlock .tab .tablinks{
    width:50%;
    color:#000;
    background-color:rgba(93, 81, 36, 0.35);
    border:none;
    padding:15px 25px;
    font-size:18px;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    text-align:center;
    cursor:pointer;
	}

.loginBlock .tab .tablinks#defaultOpen{
	border-top-left-radius:30px;
	}

.loginBlock .tab .active{background-color:#fff;}

.tabcontent{padding:50px;}

.loginTitle{text-align:center;}

.loginTitle h3{
	font-family:"Noto Serif TC", "微軟正黑體", serif;
    font-size:32px;
    font-weight:600;
    color:#5d5124;
	}

.loginContentBlock{
	padding:0 80px;
	margin:30px 0;
	}

.loginFormBox{margin-bottom:15px;}

.loginFormBox&gt;.box-inner{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
	}

.loginFormBox label{
    width:32%;
    font-size:16px;
    font-weight:bold;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#fff;
    letter-spacing:1px;
    padding:9px 12px 10px;
    margin:3px;
    border:1px solid #336600;
    border-radius:15px 0;
    background-color:#336600;
	}

.loginFormBox:nth-child(even) label{
	border:1px solid #009966;
    background-color:#009966;
	}

.loginFormBox label i{margin-right:5px;}

.loginFormBox .formBoxContent{width:65%;}

.login-agree{
	padding-left:15px;
	margin:20px 0 30px;
	display:flex;
	}

.login-agree input{margin-right:8px;}

.checkBtnBox{text-align:center; margin-top:30px;}

.checkBtn{
	border:1px solid #5d5124;
    border-radius:15px 0;
    background-color:#5d5124;
	}

.checkBtn a{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	padding:10px 20px;
	}

.otherBtn{
	border:1px solid #5d5124;
	border-radius:15px 0;
	margin-right:10px;
	}

.otherBtn a{
	font-size:20px;
	color:#5d5124;
	font-weight:bold;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	padding:10px 20px;
	}

/*登入註冊_end*/

/*會員專區_start*/
.member-container{margin:60px auto 0;}

.memberCateBlock{width:20%;}
.memeberContentBlock{width:80%;}

.menuCateDropBtn{
    display:none;
    width:100%;
    padding:15px;
    font-size:15px;
    color:#fff;
    border-bottom:1px solid rgba(255, 255, 255, 0.35);
    background-color:#336600;
    cursor:pointer;
	}

.menuCateDropBtn .bars{
    display:inline-block;
    margin-right:7px;
    position:relative;
    top:3px;
	}

.menuCateDropBtn .bars span{
    display:block;
    width:15px;
    height: 2px;
    border-radius:6px;
    background:#fff;
    margin:0 0 3px;
	}

.menuCateList{
	padding-left:0;
	list-style:none;
	}

.memberCateList li{padding-bottom:10px;}

.memberCateList li:last-child{padding-bottom:0;}

.menuCateList li a{
	display:block;
	color:#fff;
	padding:5px 15px;
	border:1px solid #808a6e;
    background-color:#808a6e;
    transition:all 0.5s ease 0s;
	}

.menuCateList li a i{margin-right:10px;}

.menuCateList li:hover a{
	border:1px solid #5d5124;
    background-color:#5d5124;
	}

.memberCateList li a{border-radius:15px 0;}

.memeberContentBlock&gt;.box-inner{
	padding:20px 30px;
	background-color:#ffffff;
    border-radius:30px 0;
    box-shadow:1px 1px 3px 1px rgb(0 0 0 / 40%);
	}

.blockTitle{margin-bottom:20px;}

.blockTitle h3{
	font-size:28px;
	font-weight:bold;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	}

.member-nav{
	padding:20px 0;
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid rgba(104,104,104,0.5);
	border-bottom:1px solid rgba(104,104,104,0.5);
	}

.member-nav ul{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	}

.member-nav ul li{width:25%; padding:10px;}

.member-nav ul li a{
	display:block;
	color:#808a6e;
	padding:10px 20px;
	border:1px solid #808a6e;
    border-radius:15px 0;
    transition:all 0.5s ease 0s;
	}

.member-nav ul li a i{margin-right:10px;}

.member-nav ul li:hover a{
	color:#fff;
	background-color:#808a6e;
	}

.member-table{
    width:100%;
    margin:10px auto 30px;
    border:1px solid #808a6e;
    text-align:center !important;
    background-color:#fff;
	}

.member-table tr:nth-child(odd){
    background-color: rgba(128,138,110,0.1);
}

.member-table td, .member-table th{
    text-align:left;
    padding:15px;
    border:1px solid #585858;
	}

.member-table tr td.td-bg{
	width:150px;
	text-align:center;
	background-color:rgba(128,138,110,0.35);
	}

/*會員專區_end*/

/*購物車_start*/
.shopping-container{max-width:900px; margin:60px auto 0;}

.shoppingcart-item{
    width:95%;
    margin:20px auto;
    padding:20px;
    border:1px solid #ccc;
    position:relative;
	}

.order-tab .shoppingcart-item.completed{display:flex;}
.order-tab .shoppingcart-item.cancel{display:flex;}

.order-tab .shoppingcart-item&gt;.item-pic{flex:0 0; flex-basis:100px;}
.order-tab .shoppingcart-item&gt;.item-detail{flex:1;}

.comb-main{width:100%; margin:20px auto 0;}
.comb-sub{width:100%; margin:0 auto; padding:20px 20px 20px 10%;}

.item-name-box, .item-specs{width:100%; display:flex;}

.item-name-box .item-detail{width:80%;}

.item-specs{justify-content:space-between;}

.shoppingcart-item .cart-price{width:180px; text-align:right;}

.shoppingcart-item .item-quantity{width:120px; justify-content:center;}

.shoppingcart-item .item-quantity form{
	display:flex;
	justify-content:center;
    align-items:center;
	}

.add_on-cart-wrapper{max-width:1200px;}

.add_on-cart-wrapper .comb-main{width:95%; padding:10px 20px;}

.add_on-cart-wrapper .shoppingcart-item{margin:0 auto 20px;}

.add_on-cart-wrapper input[type="checkbox"]{
	opacity:0;
    top:0;
    left:0;
    position:absolute;
    }

.add_on-cart-checkbox{
	position:relative;
	display:flex;
    align-items:center;
	}

.add_on-cart-checkbox__box{
	position:relative;
    width:16px;
    height:16px;
    border-radius:2px;
    border:1px solid rgba(0,0,0,.14);
    text-align:center;
    box-shadow:inset 0 2px 0 0 rgb(0 0 0 / 2%);
    margin-right:8px;
	}

.add_on-cart-checkbox__box::before{
	position:absolute;
    content:"";
    height:5px;
    width:9px;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    left:3px;
    top:3px;
	}

.checkbox--checked .add_on-cart-checkbox__box{background-color:#ff6464;}
.checkbox--checked .add_on-cart-checkbox__box::before{border-color:#fff;}

.add_on_main_header{
	width:95%;
	margin:0 auto;
	padding:20px;
	background-color:rgba(255,100,100,0.1);
	border:1px solid rgba(255,100,100,0.1);
	}

.add_on-cart-wrapper .item-name-box&gt;.item-pic{flex-basis:100px;}
.add_on-cart-wrapper .item-pic img{padding:10px;}

.add_on-cart-wrapper .add_on-detail{
	display:flex;
	flex-grow:1;
	width:auto;
	justify-content:space-between;
	align-items:center;
	}

.add_on-cart-wrapper .add_on-detail .item-spec-inner{
	display:flex;
    flex-direction:column;
    justify-content:center;
	cursor:pointer;
	}

.item-spec-inner p{
	font-size:14px;
	font-weight:400;
	line-height:1.5em;
	position:relative;
	letter-spacing:unset;
	}

.item-spec-inner i{margin-left:5px; position:absolute; top:2px;}

.item-spec-inner p.light-color{color:#ccc;}

.add_on-cart-wrapper .add_on-detail .tit{
	font-size:14px;
    display:-webkit-box;
    width:100%;
    max-width:250px;
    height:3.2em;
    line-height:1.6em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	}

.add_on_main li{border-bottom:1px solid rgba(204,204,204,0.5);}

.add_on_main li:last-child{border-bottom:none;}

.add_on-detail .pop-qty-block{display:none;}

.remit-block{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}

.remit-search{
    width:70%;
    box-sizing:border-box;
    height:40px;
    padding:5px 10px;
    border:1px solid #ddd;
    border-radius:5px;
    background-color:#fff;
	}

.remit-search&gt;input{width:100%; height:100%; border:0;}

.remit-block button{
	font-size:15px;
    color:#fff;
    background-color:#ff6464;
    text-align:center;
    box-sizing:border-box;
    border:1px solid #ff6464;
    border-radius:5px;
    width:76px;
    height:40px;
    cursor:pointer;
	}

.delete-btn{
	position:absolute;
	top:15px;
	right:15px;
	}

.delete-btn a{
	color:#ccc;
	width:30px;
	height:30px;
	text-align:center;
	line-height:32px;
	}

.delete-btn:hover a{color:#ff6464;}

.order-btn{position:absolute; top:20px; right:20px;}

.order-btn a{padding:5px; border:1px solid #ccc;}

.remit-btn{position:absolute; top:60px; right:20px;}

.remit-btn a{padding:5px; border:1px solid #ccc;}


.channel-btn {
	position: absolute;
    top: 100px;
    right: 20px;
}

.channel-btn a{padding:5px; border:1px solid #ccc;}

.order-detail-box,.order-bank-box{
	display:none;
	width:100%;
	border-top:1px solid #dcdcdc;
	}

.order-detail-open .order-detail-box,.order-bank-open .order-bank-box{display:block;}

.order-detail-box&gt;.box-inner,.order-bank-box&gt;.box-inner{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border:1px solid #ccc;
	margin-top:15px;
	padding:10px 0;
	}

.order-detail-box&gt;.box-inner.has-promotion,.order-bank-box&gt;.box-inner.has-promotion{margin-top:0; border-top:none;}

.order-detail-box .box-inner&gt;.item-pic,.order-bank-box .box-inner&gt;.item-pic{flex:0 0; flex-basis:130px;}
.order-detail-box .box-inner&gt;.item-detail,.order-bank-box .box-inner&gt;.item-detail{flex-grow:1; width:auto;}

.item-name-box&gt;.item-pic{flex:0 0; flex-basis:100px;}
.item-name-box&gt;.item-detail{flex-grow:1; width:auto; padding:0 10px;}

.order-detail-info{line-height:25px; flex:1;}

.order-detail-info .tit{font-size:16px;}

.order-detail-info .options{
    font-size:14px;
    font-weight:200;
    padding-top:0px;
	}

.order-detail-info .options.check-price{font-weight:bold;}

.item-detail{
	line-height:25px;
	margin: 2px;
	
}
.item-detail .tit {
    font-size:18px;
    font-weight:bold;
}
.item-detail .model {
    font-size: 14px;
    font-weight: 200;
    color: #aaa;
}
.item-detail .options {
    font-size: 14px;
    font-weight: 200;
    padding-top: 10px;
}
.item-detail .discount {
    font-size: 19px;
    font-weight: 400;
}
.item-detail h12{
	font-weight: 800;
	font-size: 20px;
}

.add-on-box{margin-top:10px;}

.add-on-box a{color:#ff6464;}

.add-on-tag{
	border-radius:3px 0 0 3px;
    display:inline-block;
    font-size:12px;
    float:left;
    height:20px;
    line-height:20px;
    margin-top:2px;
    margin-right:5px;
    position:relative;
    padding:0 10px 0 15px;
    transition:color .2s;
    background-color:#ff6464;
    color:#fff;
	}

.add-on-tag::before{
    border-radius:10px;
    box-shadow:inset 0 1px rgb(0 0 0 / 25%);
    content:'';
    height:5px;
    left:5px;
    position:absolute;
    top:7px;
    width:5px;
    background-color:#fff;
	}

.add-on-tag::after{
    border-bottom:10px solid;
    border-left:10px solid;
    border-top:10px solid;
    content:'';
    position:absolute;
    right:0;
    top:0;
    border-left-color:#ff6464;
	}

.item-pic img{padding:10px;}

.item-quantity{
	font-size: 20px;
	font-weight: 500;
    display: flex;
}
.item-quantity .quantity{
	margin-right: 20px;
}
.item-price{
	margin:60px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	
}

.qty{
	width:40%;
    height:32px;
    font-size:18px;
    text-align:center;
    border:1px solid #aaa;
	}

.qtyminus, .qtyplus,.cartqtyminus, .cartqtyplus{
    background-color:#fff;
    border:1px solid #aaa;
    width:30%;
    height:32px;
    font-size:24px;
    font-weight:400;
    cursor:pointer;
}

.qtyminus:hover, .qtyplus:hover,.cartqtyminus:hover, .cartqtyplus:hover{
    background-color: #eee;
}

.cart-price .price{
    display:block;
    color: #ccc;
    text-decoration: line-through; 
	font-size: 14px;
	padding-top: 10px;
}
.cart-price .discount {
	letter-spacing:2px;
	line-height:30px;
	font-size: 18px;
	font-weight:800;
	color: #ff6464;
}
.cart-price .uniprice {
	font-size: 16px;
	line-height: 30px;
}
.fee-prefix-text{font-size:14px; color:#ff6464;}

.save_money{font-size:14px; color:#868686;}

.shop .tit{
	display:-webkit-box;
    width:100%;
    height:2.4em;
    line-height:1.2em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	}

.cart-total{
	width:100%;
	border:1px solid #f1f1f1;
	background-color:#f1f1f1;
	flex-wrap:wrap;
	}

.conclusion-block{display:flex; justify-content:flex-end;}

.conclusion-box{width:100%; padding:10px 5px;}

.conclusion_for_discount{background-color:#fff; margin:10px;}

.conclusion-row{
	display:flex;
	padding:5px;
	font-size:16px;
	font-weight:lighter;
	}

.conclusion-block .conclusion-li_left{flex:2; text-align:left;}
.conclusion-block .conclusion-li_right{flex:1; text-align:right;}

.has-top-border{
	border-top:1px solid #ccc;
	padding-bottom:0;
	}

.conclusion-total{
	letter-spacing:2px;
    line-height:30px;
    font-size:20px;
    font-weight:800;
	color:#ff0000;
	padding-top:7px;
	}

.free-delivery{
	width:100%;
	margin:10px 5px;
	padding:5px;
	text-align:right;
	background-color:#fff;
	}

.free-delivery p{font-size:14px; font-weight:lighter;}

.question-tag{position:relative; cursor:pointer;}

.question-tag i{color:#9b9b9b; margin-left:5px;}

.question-note{
	display:none;
	position:absolute;
	top:20px;
	right:0;
	}

.question-note p{
	width:270px;
	font-size:12px;
	text-align:left;
	line-height:1.5em;
	padding:5px 10px;
	color:#fff;
	background-color:#666;
	border-radius:3px;
	}

.question-tag:hover .question-note{display:block;}

.checkout-item {
    margin-bottom:40px;
    border:1px solid #ccc;
}

.checkout-item-header{
	padding:20px;
	border-bottom:1px solid #ccc;
	background-color:#dcdcdc;
	position:relative;
	}

.checkout-order-btn{
	position:absolute;
	top:60px;
	right:30px;
	cursor:pointer;
	}

.checkout-order-btn .fa-down-left-and-up-right-to-center{display:none;}

.checkout-order-open .fa-up-right-and-down-left-from-center{display:none;}
.checkout-order-open .fa-down-left-and-up-right-to-center{display:block;}

.checkout-item-content{display:none;}

.checkout-item-header.total-amount{
	border-bottom:1px solid #a0645f;
	background-color:#a0645f;
	}

.checkout-item-header h2 {
    font-size:20px;
    font-weight:400;
    line-height:1.5em;
}

.checkout-item-header.total-amount h2{color:#fff;}

.checkout-list{padding-left:0;}

.checkout-list li{
	display:block;
	cursor:pointer;
	border-bottom:1px solid #ccc;
	}

.checkout-list li:last-child{border-bottom:none;}

.checkout-list li input[type=radio]{display:none;}

.checkout-list li label{
	display:block;
	padding:20px 20px 20px 40px;
	cursor:pointer;
	position:relative;
	}

.checkout-list li label::before, .checkout-list li label::after{
	content:"";
    position:absolute;
    top:50%;
    left:15px;
    -webkit-transform:translate(0,-50%) scale(1);
    transform:translate(0,-50%) scale(1);
    display:inline-block;
    width:16px;
    height:16px;
    box-sizing:border-box;
    transition:0.15s ease-in-out;
    transition-property:background-color,border-color,-webkit-transform;
    transition-property:background-color,border-color,transform;
    transition-property:background-color,border-color,transform,-webkit-transform;
	}

.checkout-list li input[type=radio]+label::before,
.checkout-list li input[type=radio]+label::after{
    border-radius:50%;
    border:1px solid #c3c3c3;
    background-color:#fff;
    }

.checkout-list li input[type=radio]:checked+label::before,
.checkout-list li input[type=radio]:checked+label::after{
	border-color:#ff6464;
	}

.checkout-list li input[type=radio]:checked+label::after{
	-webkit-transform:translate(0,-50%) scale(.5);
    transform:translate(0,-50%) scale(.5);
    background-color:#ff6464;
	}

.checkout-total{padding:20px; text-align:right;}

.checkout-total p{
	letter-spacing:2px;
    line-height:30px;
    font-size:20px;
    font-weight:800;
    color:#ff0000;
	}
.checkout-total span{font-size:28px;}


.checkout-wrapper select {
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    width: 20%;
    border: 1px solid #aaa;
}
.checkout-item .form-row {
    display:flex;
    padding:10px 10px 10px 0;
}
.checkout-item .form-row .col-l {
    width: 15%;
    display: flex;
    justify-content: right;
    padding-top:15px;
    padding-right: 30px;
}
.checkout-item .form-row .col-r {
    width: 85%;
}
.checkout-item .input {
    border: 1px solid #aaa;
    padding: 10px;
}

.ecoupon-list li{padding:20px;}

.sum-item{display:flex; border-top:1px solid #ccc; position:relative;}
.sum-item .item-detail{padding:10px;}

.sum-item.has-remark{padding-top:35px;}

.item-remark{position:absolute; top:10px; left:15px;}

.item-remark h5{
	font-size:14px;
    color:#ff6464;
    padding:4px 6px;
    border:1px solid #ff6464;
    border-radius:3px;
    }

.checkout-item-order{font-size:16px; font-weight:bold;}
.checkout-item-order span{font-size:22px; color:#ff0000; padding-left:5px;}

.confirm-item-content{display:flex; flex-wrap:wrap;}

.confirm-item-block{width:50%; padding:20px 20px 0;}
.confirm-item-block.confirm-remark{width:100%; padding:0 20px 20px;}

.confirm-item-box{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	}

.confirm-item-block .confirm-item-box .col-l{
	flex-basis:115px;
	padding:10px 5px 10px 0;
	text-align:right;
	}
.confirm-item-block .confirm-item-box .col-r{flex:1; padding:10px 0 10px 5px;}

.confirm-item-box.confirm-statement{padding:0 30px 20px;}

.confirm-statement h3{font-size:20px; font-weight:bold;}

.confirm-statement ul{padding:20px;}

.confirm-statement ul li{
	font-size:16px;
	padding:5px 0;
	line-height:1.5em;
	list-style:decimal;
	}

.confirm-statement ul li a{display:inline-block; color:#9b9b9b;}

.vat-content{display:none; padding:5px 20px;}

.vat-open .vat-content{display:block;}

.vat-block{
	display:flex;
	flex-wrap:wrap;
	border-top:1px solid #dbdbdb;
	}

.vat-box{
	width:50%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	}

.vat-box label{
	flex-basis:120px;
	text-align:right;
	padding:20px 5px 20px 20px!important;
	}

.vat-box input{
	flex:1;
	padding:10px 12px;
    border-radius:5px;
    border:1px solid #aaaaaa;
    margin:15px 10px 12px;
	}

.sum-item .item-detail .tit{
	display:-webkit-box;
    width:100%;
    height:3.2em;
    line-height:1.6em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	}

.sum-item .item-detail .options{padding-top:0;}
.sum-item .item-detail .check-price{font-weight:bold;}

.sum-item .conclusion-block{width:100%;}

.sum-item table {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.sum-item tr {
    display: flex;
    border-top: 1px solid #ddd;
}
.sum-item td{padding:15px;}

.sum-item .td-l{width:20%; border-right:1px solid #ddd;}

.sum-item .td-r{width:80%; padding-left:40px;}

.sum-item img{width:100px;}

.sum-proname {
    font-size: 20px;
    font-weight: 400;
    margin: auto 0;
}
.check-btn {
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding: 12px;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 200px;
}

.check-btn:hover{background-color:#333; color:#fff;}

/*購物車_end*/

/*訂單查詢_start*/
.order-tab .tab{border-bottom:1px solid #aaa;}

.order-tab .tablinks {
    background-color: #fff;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    margin: 0 20px;
}
.order-tab .active {
    color: #29ABE2;
    border-bottom: 3px solid #29ABE2;
}
.order-num {
    color: #29ABE2;
    padding-bottom: 10px;
}
.cancel-order {
    font-size: 20px;
    color: #aaa;
    border-bottom: 1px solid #ccc;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-block{padding-top:30px;}

.order-block h8{
	font-weight: 500;
	font-size: 30px;
	display: block;
    width: 150px;
}

.order-info{display:flex; line-height:50px; margin-top:30px;}

.order-info li{padding-left:20px;}

.info-blank{
	border-bottom:1px solid #000000;
	width:200px;
	margin-bottom:15px;
	margin-left:10px;
}

.sort{letter-spacing:1px; padding:10px;}

.promotion-tag{
	width:100%;
	padding:10px 30px;
	background-color:#f8e8e3;
	margin-top:-10px;
	}

.promotion-tag.color-blue{background-color:#bfc8ea;}

.form-detail{
	width:100%;
	border:1px solid #e1e1e1;
	margin:10px;
	}

.form-detail li{display:flex; border-bottom:1px solid #e1e1e1;}

.form-detail li:last-child{border-bottom:none;}

.form-detail .form-title{width:30%; padding:10px;}
.form-detail .form-desc{width:70%; padding:10px; border-left:1px solid #e1e1e1;}

.progress-bar{
	width:100%;
	margin-top:30px;
	padding-bottom:20px;
	background-color:unset;
	display:flex;
	flex-direction:row;
	}

.progress-box{
	width:25%;
	position:relative;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    flex-direction:column;
    -webkit-box-pack:start;
    justify-content:start;
    flex:1 1 0%;
    font-size:15px;
	}

.bjQtgs{
    background-color:rgb(239, 239, 239);
    position:absolute;
    height:6px;
    width:100%;
    top:47px;
    left:-50%;
	}

.progress-box:first-child .bjQtgs{display:none;}

.progress-date{
	color:rgb(153, 153, 153);
    font-weight:600;
    line-height:1.2em;
    width:100px;
    height:35px;
    margin-bottom:5px;
    text-align:center;
    }

.progress-circle{
	background-color:rgb(255, 255, 255);
    border:4px solid rgb(239, 239, 239);
    border-radius:10px;
    display:inline-block;
    height:20px;
    width:20px;
    margin:0px 10px;
    position:relative;
    z-index:10;
    }

.progress-state{
	color:rgb(153, 153, 153);
    line-height:16px;
    margin-top:5px;
    font-weight:400;
    text-align:center;
    }

.progress-box.checked .progress-date,
.progress-box.checked .progress-state{
	color:rgb(0, 0, 0);
	}

.progress-box.checked .progress-circle{
	border: 4px solid rgb(25, 130, 191);
	}

.progress-box.checked .bjQtgs{
	background-color:rgb(25, 130, 191);
	}

/*訂單查詢_end*/

.youtubecontent{
	position:relative;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}

.youtubecontent{padding-bottom:56.25%;}

.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

.video-item-box h4{
	margin-bottom:0;
	padding-top:10px;
	text-align:center;
	font-size:22px;
	}

 /* 隐藏所有子菜单 */
.drop-item-tree {
    display: none;
    position: absolute;
    left: 100%;  /* 子菜单显示在右侧 */
    top: 0;
}

/* 一级菜单的子菜单显示 */
.nav-item.has-drop:hover &gt; .dropdown-menu {
    display: block;
}

/* 二级菜单的子菜单显示 */
.drop-item:hover &gt; .drop-item-tree {
    display: block;
}

/* 菜单样式 */
.nav-a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #333;
}

.dropdown-menu, .drop-item-tree {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 200px; /* 控制菜单宽度 */
}

.drop-item {
    position: relative;
}

.drop-item a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #333;
}

.drop-item a:hover {
    background-color: #f1f1f1;
}
.stocks {
	font-size: 18px;
	margin-top: 20px;
	color: #9e9e9e;
}
.stocks span{
	margin-right: 5px;
}

.tr-item {
    display: table;
    width: 100%;
}
.tr-item-rows {
	margin-top: 20px;
}
.label {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 10px;
}

.value {
    display: table-cell;
    vertical-align: middle;
}

.goods-spec-text {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* 如果li项过多，自动换行 */
}

.goods-spec-text li {
    margin-right: 5px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.goods-spec-text li:hover {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.goods-spec-text li a {
    text-decoration: none;
    color: #333;
}

.goods-spec-text li.active {
    border-color: #007bff;
    background-color: #e7f1ff;
}

.goods-spec-text li.active a {
    color: #007bff;
}
.goods-spec-text li.selected{
	border-color: #007bff;
}


.pager .pagination{
	margin: 0;
}

.pager li{
	margin: 0 0.4em;
    display: inline-block;
}

.pager li &gt; a, .pager li &gt; span{
	background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: 0.5em 0.93em;
    font-size: 14px;
    display: block;
}
.channel-order-btn {
	padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    top: 45px;
    right: 10px;
}


#custom-modal {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
}

.radio {
    display: flex;
    align-items: center;
    gap: 20px; /* 调整按钮间距 */
}

.radio label {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.radio label input {
    margin-right: 5px;
}

.info-text {
    font-size: 16px;
    color: #f00;
}

textarea.form-control {
    width: 100%;
    min-height: 120px;
    resize: vertical;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group .form-control {
    flex-grow: 1;
}

.input-group-addon {
    padding: 0;
}

.input-group .btn {
    font-size: 14px;
}

#p-images {
    margin-top: 10px;
    padding: 0;
}

#p-images li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

#p-images img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.btn {
    font-size: 14px;
    padding: 6px 12px;
}

.hidden {
    display: none;
}

.custom-modal-skin .layui-layer-content {
    padding-bottom: 60px;  /* 确保 modal 内容与按钮之间有足够的空间 */
}

.custom-modal-skin .layui-layer-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}



/* Responsive */
@media only screen and (max-width:1480px){
	.navbar-quickBtnBlock{display:none;}
    .nav-navbar{display:none;}
    .open-nav{display:block;}
	}

@media only screen and (max-width:1200px){
	.navSlideArea{width:100%; right:-100%; padding:90px 20px 0;}
    .header-masthead {padding-top:20px;}
    .swiper{width:100%;}
    #top-bar .row, #header-bar .row{width:100%;}
    .main-body{padding-top:60px;}
    .illust img {width: 100px;}
    .path-link{width:100%; padding:15px 40px;}
    .fixed-icon{right:20px;}
    .footer .row, .copyright .row{width:90%;}
    .pro-item{width:50%;}
    .video-item-box{width:50%;}
    .ccinBlock .foot-row{flex-wrap:wrap; justify-content:inherit;}
    .ccinBlock .foot-row{flex-direction:column; align-items:center;}
    .ccin{margin-top:20px;}
    .privacyList{justify-content:center;}
    .intro-box .txt{right:20px; bottom:30px;}
	}

@media only screen and (max-width:1080px){
    .header-logo {left: 70px; bottom: 60px; width: 120px;}
    #top-bar {border-top: none !important;}
    .product-category {display: none;}
    .product-content {width: 100% !important;}
    .pro-item{width:33.3333%;}
    .quickLinkBox{width:50%;}
    .newsTitleListBlock{display:none;}
	.newsDescListBlock{width:100%;}
	.products .pageContent-container .row{max-width:800px; margin:0 auto;}
	.proTypeBox{width:50%;}
	.contact-container .row{max-width:800px; margin:0 auto;}
	.contact-part{width:100%;}
	.contactFormBlock{margin-top:50px;}
	.member-nav ul li{width:33.333%;}
}

@media only screen and (max-width:991px){
    .header-logo {left: 65px; bottom: 55px; width: 110px;}
    .logo-img {width: 100px;}
    .col-xs-6 { width: 50% !important;}
    .intro-item .row {padding: 30px 0;}
    .intro-newsbox h3 {font-size: 18px;}
    .illust img{width:80px;}
    .content-img {height: 120px;}
    .content-main-img {height: 320px;}
    .content-box .date {font-size: 12px;}
    .history-back {font-size: 12px;}
    .sa-btn{padding-top:30px;}
    .detail-main-pic{flex-basis:450px;}
    .big-pic-box{height:400px;}
	}

@media only screen and (max-width: 980px){
    .header-logo{left:40px; bottom:40px; width:140px;}
    .main-body{padding-top:30px;}
    .fixed-icon{right:10px;}
    .link-btn li{padding-right:30px;}
    .link-btn a{font-size:36px;}
    .login-block{width:100%;}
    .reserve-block{width:100%;}
    .footer .foot-row{padding-top:20px; padding-bottom:30px; flex-wrap:wrap;}
    .footerLogo{flex-basis:100%;}
    .footerLogo img{max-width:300px;}
    .footInfoArea{padding:0; margin-top:20px;}
    .process-container{max-width:600px;}
	.processListItem__in{flex-wrap:wrap;}
	.processListCover{flex-basis:100%; margin-right:0; top:10px;}
	.processListInfo{padding-top:0; margin-bottom:30px;}
	.processSubtitleBox{top:20px;}
	.processList li:nth-child(even) .processSubtitleBox{left:15px; right:unset;}
	.processList li:nth-child(even) .processListCover{margin-left:0;}
	.flowStepArea{max-width:600px; margin:0 auto;}
	.flowStepBlock{padding-bottom:30px;}
	.flowStepBox{flex-wrap:wrap;}
	.flowStepBox::before{top:8%;}
	.flowStepBox:nth-child(1)::after{height:6%;}
	.flowStepInfo, .flowStepPic{width:95%;}
	.qualityContentBlock{max-width:600px;}
	.qualityItemBox&gt;.box-inner{flex-wrap:wrap;}
	.quality-coverBox{flex-basis:100%;}
	.quality-infoBox{margin-top:20px;}
	.recipeList li:nth-child(4n+1){width:60%;}
	.recipeList li:nth-child(4n+2){width:40%;}
	.recipeList li:nth-child(4n+3){width:40%;}
	.recipeList li:nth-child(4n){width:60%;}
	.memberCateBlock{width:90%; max-width:400px; margin:0 auto;}
	.memeberContentBlock{width:90%; margin:30px auto 0;}
	.menuCateDropBtn{display:inline-block;}
	.menuCateList{display:none;}
	.memberCateBlock.is-open .menuCateList{display:block;}
	.menuCateList&gt;li{border-bottom:1px solid rgba(51, 102, 0, 0.35);}
	.memberCateList li{padding-bottom:0;}
	.memberCateList li a{border-radius:0;}
}

@media only screen and (max-width:840px){
	.index-about-container{padding:30px 0 100px;}
	.index-about-row{flex-wrap:wrap;}
	.index-aboutCoverBox{flex-basis:100%;}
	.index-aboutTextBox{flex:unset; width:90%; margin:0 auto; padding:20px 25px 30px;}
	.index-aboutTextBox h3.title-en{font-size:58px;}
	.index-aboutTextBox h3.title-en span{font-size:64px;}
	.proDetial-row{flex-wrap:wrap;}
	.detail-main-pic{flex-basis:100%;}
	.recipeList{width:90%; max-width:600px; margin:0 auto;}
	.recipeList li{margin-bottom:30px;}
	.recipeList li .box-inner{height:350px;}
	.recipeList li:nth-child(4n+1){width:100%;}
	.recipeList li:nth-child(4n+2){width:100%;}
	.recipeList li:nth-child(4n+3){width:100%;}
	.recipeList li:nth-child(4n){width:100%;}
	.recipeListBoxInfo{padding-top:75px;}
	.recipeDetailTitleBox{position:relative; left:inherit; bottom:inherit;}
	.cooking-prepare{width:100%;}
	.cooking-step{width:100%; margin-top:20px;}
	}

@media only screen and (max-width:830px){
	#conference-timeline .conference-center-line{height:88%;}
	#conference-timeline .conference-center-line{margin-left:0; left:64px;}
	.conference-timeline-box{margin:20px 0 30px;}
	.conference-timeline-box .step-box{margin-left:0; left:20px;}
	.conference-timeline-box .timeline-box-left{max-width:100%; width:auto; float:none;}
	.conference-timeline-box .timeline-box-left{margin-left:50px; min-height:53px;}
	.conference-timeline-box .timeline-box-left{margin-bottom:10px;}
	.conference-timeline-box .timeline-box-right{max-width:100%; width:auto; float:none;}
	.conference-timeline-box .timeline-box-right{margin-left:50px; min-height:53px;}
	.conference-timeline-box .timeline-box-right{padding-top:0;}
	.conference-timeline-box .content-left{margin-left:50px;}
	.conference-timeline-box .content-left{padding:10px 25px; max-width:350px;}
	.conference-timeline-box .content-right{padding:0 35px 20px; min-height:65px;}
    .pro-item{width:50%;}
}

@media only screen and (min-width:768px){
	.conclusion-box{width:50%;}
	}

@media only screen and (max-width:768px){
	.banner-section{padding-top:82px;}
	#banner-L{display:none;}
	#banner-S{display:block;}
    .header-logo{left:40px; bottom:40px; width:100px;}
    .logo-img {width: 90px;}
    .open-nav, .close-nav{right:30px;}
    .pageBannerBlock, .with-noPageHeader{margin-top:95px;}
    .index-about-container{padding:20px 0 100px;}
    .quickLinkBox{width:100%;}
    .quickLinkBox .box-inner{height:200px;}
    .quickLinkBox .box-inner::after{top:32%;}
    .linkBoxTitle{padding-top:12%;}
    .breadcrumbs-header{padding-bottom:30px;}
    .member-container{margin:0 auto;}
    .pageBannerCoverBox{height:180px;}
    .pageBannerTitle{padding-top:70px; padding-left:80px;}
    .pageBannerTitle h3{font-size:36px;}
    .form-row .col-l label {font-size: 14px;}
    .intro-item .text{padding-top:0;}
    .login-rows .col-l{width:25%;}
    .login-rows .col-r{width:75%;}
    .reserve-rows .col-l{width:25%;}
    .reserve-rows .col-r{width:75%;}
    .member-rows .col-l{width:25%;}
    .member-rows .col-r{width:75%;}
    .promotion-box{width:95%; margin:0 auto;}
    .promotion-text-box{width:100%; top:auto; bottom:45px; transform:translate(0, 0);}
    .promotion-text{padding-left:0;}
    .promotion-text h3, .promotion-text h4{text-align:center;}
    .banner-button{max-width:200px; margin:35px auto 0;}
    .gradient{
		background:linear-gradient(bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.65), rgba(255,255,255,0));
    	background:-moz-linear-gradient(bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.65), rgba(255,255,255,0));
    	background:-o-linear-gradient(bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.65), rgba(255,255,255,0));
    	background:-webkit-linear-gradient(bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.65), rgba(255,255,255,0));
	}
	.faq-box-content{width:90%;}
	.faq-list{padding-left:1.3rem;}
	.faq-sublist{padding-left:0.6rem;}
	.step-list{padding-left:0;}
    .product-title h2 {font-size: 18px; padding-top: 20px;}
	.category-box{width:90%!important; margin:0 auto;}
	.content-box{width:90%!important; margin:0 auto;}
	.iconLinkList li b{display:none;}
	.index-proType-section .container{max-width:600px;}
	.index-proType-section .row{margin:0 auto; justify-content:center;}
	.intro-box{width:50%;}
	.products .pageContent-container .row{max-width:450px;}
	.proTypeBox{width:100%;}
	.detail-profile-content{margin-top:30px;}
	.artcileImg img{width:50%;}
	.tabcontent{padding:15px;}
	.loginFormBox label{width:100%; max-width:200px;}
	.loginFormBox .formBoxContent{width:100%; margin-top:5px;}
	.member-nav ul li{width:50%;}
	.order-tab .tablinks {padding: 10px 5px;}
	}

@media only screen and (max-width:640px){
    .header-logo {left: 30px; bottom: 30px; width: 90px;}
	.conference-timeline-box .content-left{margin-left:20px;}
	.conference-timeline-box .content-right{padding:0 45px 20px 15px;}
    .pro-item{width:100%; max-width:350px; margin:0 auto 50px;}
    .footInfoArea{flex-wrap:wrap;}
    .footInfoBlock, .siteMapBlock{width:100%;}
    .siteMapBlock{margin-top:30px;}
    .newsDescList{width:95%; max-width:400px; margin:0 auto;}
    .newsDescItemConent{flex-wrap:wrap;}
    .newsItemCoverBox{flex-basis:100%;}
    .newsItemInfoBox{padding:0 10px; margin-top:20px;}
    .loginContentBlock{padding:0 20px;}
    .order-tab .tablinks {padding: 10px 5px;}
	}

@media only screen and (max-width: 580px){
    .logo{flex-basis:320px;}
    .open-nav{top:5px; right:20px;}
    .index-proType-section .row{max-width:300px;}
    .intro-box{width:100%;}
    .contactFormBox .formBoxContent{width:100%; margin-top:10px;}
	.memberBtnList li a{margin:0 10px;}
	.member-nav ul li{width:100%;}
	.memeberContentBlock&gt;.box-inner{padding:20px 15px;}
	.member-table tr td.td-bg{width:100px;}
	.order-tab .tablinks {padding: 10px 5px;}
}

@media only screen and (max-width:480px){
	.logo{flex-basis:200px; padding-top:5px;}
	.open-nav{top:10px;}
	.open-nav .bars, .close-nav .bars{width:40px; height:40px;}
	.open-nav .bars span{width:43px;}
	.close-nav .bars span{width:43px;}
	.navSlideArea{padding:70px 20px 0;}
	.navMenuList&gt;li&gt;a{font-size:26px;}
	.pageBannerBlock {margin-top:75px;}
	.index-about-logo{width:150px; margin-left:-75px;}
	.memberBtnList li a{font-size:12px; padding:7px;}
	.index-aboutTextBox h3.title-en{font-size:42px;}
	.index-aboutTextBox h3.title-en span{font-size:52px;}
	.otherBtn a, .checkBtn a{font-size:18px; padding:10px 15px;}
	.order-tab .tablinks {padding: 10px 5px;}
	}



.toast-error{
	background-color: red; /* 红色背景 */
	color: #fff; /* 文字颜色 */
	/*padding: 10px; !* 内边距 *!*/
	/*border: 1px solid #d8000c; !* 边框 *!*/
	/*border-radius: 5px; !* 边框圆角 *!*/
}
.order-item{
	display:flex;
}</pre></body></html>