@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap");
@import url(textEditor.css);
@import url(contentbuilder.css);
[class*=col-], .prevArrow, .nextArrow, .slick-dots button, .radio + label span, .side_share a, input, *::before, *::after, * {
	box-sizing: border-box;
}

.hImgScale .Img img, .slick-dots button::before, .radio + label span::before, .radio + label span, .radio + label, .classLink > li > a::before, .tableList td, .shrinkBtn, .btn, .menu li > a svg, .menu li > a::before, header .menuBtn span::before, header .menuBtn span::after, a {
	transition: all 0.5s ease;
}

.shrinkBtn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mainArea .cloumBox > .centerBox::-webkit-scrollbar, .mainArea .cloumBox > .leftBox::-webkit-scrollbar, .mainArea > .contentBox > .wrap:not(.cloumBox)::-webkit-scrollbar, .mainArea > .classBox > .wrap::-webkit-scrollbar, .mainArea > .menuBox > .wrap::-webkit-scrollbar {
	-webkit-appearance: none;
}
.mainArea .cloumBox > .centerBox::-webkit-scrollbar:vertical, .mainArea .cloumBox > .leftBox::-webkit-scrollbar:vertical, .mainArea > .contentBox > .wrap:not(.cloumBox)::-webkit-scrollbar:vertical, .mainArea > .classBox > .wrap::-webkit-scrollbar:vertical, .mainArea > .menuBox > .wrap::-webkit-scrollbar:vertical {
	width: 5px;
}
.mainArea .cloumBox > .centerBox::-webkit-scrollbar:horizontal, .mainArea .cloumBox > .leftBox::-webkit-scrollbar:horizontal, .mainArea > .contentBox > .wrap:not(.cloumBox)::-webkit-scrollbar:horizontal, .mainArea > .classBox > .wrap::-webkit-scrollbar:horizontal, .mainArea > .menuBox > .wrap::-webkit-scrollbar:horizontal {
	height: 8px;
}
.mainArea .cloumBox > .centerBox::-webkit-scrollbar-thumb, .mainArea .cloumBox > .leftBox::-webkit-scrollbar-thumb, .mainArea > .contentBox > .wrap:not(.cloumBox)::-webkit-scrollbar-thumb, .mainArea > .classBox > .wrap::-webkit-scrollbar-thumb, .mainArea > .menuBox > .wrap::-webkit-scrollbar-thumb {
	background-color: #ffd79b;
	border-radius: 5px;
	border: 0;
}
.mainArea .cloumBox > .centerBox::-webkit-scrollbar-track, .mainArea .cloumBox > .leftBox::-webkit-scrollbar-track, .mainArea > .contentBox > .wrap:not(.cloumBox)::-webkit-scrollbar-track, .mainArea > .classBox > .wrap::-webkit-scrollbar-track, .mainArea > .menuBox > .wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fff3e1;
}

* {
	outline: none;
}
*::before, *::after {
	outline: none;
	pointer-events: none;
}

body {
	font-size: 14px;
	font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	color: #553817;
	letter-spacing: 0.6pt;
	background-color: #fff9f2;
}
body > svg {
	display: none;
}

/* loadingArea */
.loadingArea {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.loadingArea .loadingMask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff9f2;
	transition: all 0.3s ease-out;
}
.loadingArea.go {
	pointer-events: none;
}
.loadingArea.go .loadingMask {
	opacity: 0;
}

a {
	color: #553817;
	cursor: pointer;
}
a:hover {
	color: #ff9900;
}

div.titan {
	display: none;
}

a.btn_color1 {
	color: #fff;
	background-color: #ff9900;
}

a.btn_color1:hover {
	background-color: #cc7a00;
}

a.btn_color2 {
	color: #fff;
	background-color: #ff9900;
}

a.btn_color2:hover {
	background-color: #cc7a00;
}

input[type=text], textarea {
	-webkit-appearance: none;
}

.outerWrap {
	position: relative;
}
@media (min-width: 1181px) {
	.outerWrap {
		padding-top: 70px;
	}
}
@media (max-width: 1180px) {
	.outerWrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-direction: column;
		    flex-direction: column;
		min-height: 100vh;
		padding-top: 60px;
	}
	.outerWrap footer {
		margin-top: auto;
	}
}

.wrap {
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 1301px) {
	.wrap {
		max-width: 1920px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 1300px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1181px) {
	.pcHide {
		display: none !important;
	}
}

/*-moduleBox--*/
.moduleBox {
	position: fixed;
	left: 50%;
	top: 48%;
	z-index: 1005;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: top, opacity, visibility;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
.moduleBox.show {
	top: 50%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.moduleMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease-in-out;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*****網頁頭*****/
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	width: 100%;
	border-bottom: 1px solid #f4e9da;
	background-color: #fff;
}
header .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
@media (min-width: 1181px) {
	header .wrap {
		height: 70px;
	}
}
@media (max-width: 1180px) {
	header .wrap {
		height: 60px;
	}
}
header .logo {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 400px) {
	header .logo {
		width: 120px;
	}
}
header .rightBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	padding-left: 30px;
}
header .search {
	position: relative;
	top: 2px;
	display: block;
	padding: 0 10px;
}
header .search svg {
	width: 20px;
	height: 20px;
	fill: #ff9900;
}
header .cartToggle {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
header .cartToggle svg {
	width: 25px;
	height: 25px;
	fill: #ff9900;
}
header .cartToggle .cartQuantity {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	background-color: #ff9900;
}
@media (min-width: 481px) {
	header .cartToggle .cartQuantity {
		margin-left: 10px;
	}
}
@media (max-width: 480px) {
	header .cartToggle .cartQuantity {
		margin-left: 5px;
	}
}
header .cartToggle strong {
	margin-left: 10px;
	font-weight: 400;
}
@media (max-width: 1180px) {
	header .cartToggle strong {
		display: none;
	}
}
@media (max-width: 480px) {
	header .cartToggle + .search {
		margin-left: 8px;
	}
}
@media (min-width: 481px) {
	header .cartToggle + .search::before {
		content: "";
		display: inline-block;
		width: 2px;
		height: 20px;
		background-color: #f4e9da;
	}
}
@media (min-width: 1181px) {
	header .cartToggle + .search::before {
		margin-left: 25px;
		margin-right: 30px;
	}
}
@media (min-width: 481px) and (max-width: 1180px) {
	header .cartToggle + .search::before {
		margin-left: 5px;
		margin-right: 15px;
	}
}
header .menuBtn {
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
@media (min-width: 1181px) {
	header .menuBtn {
		display: none;
	}
}
@media (min-width: 481px) {
	header .menuBtn {
		margin-left: 10px;
	}
}
@media (max-width: 480px) {
	header .menuBtn {
		margin-left: 5px;
	}
}
header .menuBtn::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}
header .menuBtn span {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 12px);
	width: 24px;
	height: 2px;
	background-color: #ff9900;
}
header .menuBtn span::before, header .menuBtn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff9900;
}
header .menuBtn span::before {
	top: -7px;
}
header .menuBtn span::after {
	top: calc(100% + 5px);
}
header .menuBtn.open span {
	background-color: transparent;
}
header .menuBtn.open span::before {
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	transition: top 0.4s ease, -webkit-transform 0.4s 0.4s ease;
	transition: top 0.4s ease, transform 0.4s 0.4s ease;
	transition: top 0.4s ease, transform 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
}
header .menuBtn.open span::after {
	top: calc(50% - 1px);
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	transition: top 0.4s ease, -webkit-transform 0.4s 0.4s ease;
	transition: top 0.4s ease, transform 0.4s 0.4s ease;
	transition: top 0.4s ease, transform 0.4s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
}

.logo {
	width: 142px;
}
.logo a {
	display: block;
	width: 100%;
	height: 37px;
	background: url(../images/logo.png) no-repeat center center;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*****選單*****/
@media (max-width: 1180px) {
	.menuBox {
		position: fixed;
		top: 60px;
		left: 0;
		z-index: 50;
		width: 100%;
		height: calc(100vh - 60px);
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		overflow-y: auto;
		transition: all 0.5s ease;
	}
	.menuBox.show {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}
@media (min-width: 481px) and (max-width: 1180px) {
	.menuBox .wrap {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}
@media (max-width: 480px) {
	.menuBox .wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.menuBox .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
}
@media (min-width: 1181px) {
	.menuBox .btn {
		margin-top: 35px;
	}
}
@media (min-width: 641px) {
	.menuBox .btn {
		height: 55px;
		line-height: 55px;
		margin-bottom: 20px;
	}
}
@media (max-width: 640px) {
	.menuBox .btn {
		height: 45px;
		line-height: 45px;
		margin-bottom: 10px;
	}
}
.menuBox .btn::before {
	-ms-flex-order: 2;
	    order: 2;
	margin-left: auto;
	margin-right: 5px;
	font-family: FontAwesome;
}
.menuBox .btn svg {
	display: inline-block;
	width: 40px;
	height: 22px;
	padding-right: 10px;
	margin-right: 20px;
	border-right: 2px solid rgba(255, 255, 255, 0.4);
	fill: #fff;
}
@media (max-width: 1180px) {
	.menuBox .btn,
.menuBox .menu {
		opacity: 0;
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
		transition: all 0.4s 0.4s ease;
	}
	.menuBox.show .btn {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		transition: all 0.5s 0.1s ease;
	}
	.menuBox.show .menu {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		transition: all 0.5s 0.15s ease;
	}
}

.menu li {
	position: relative;
}
.menu li:not(:last-child) {
	border-bottom: 1px solid #f4e9da;
}
.menu li > a {
	position: relative;
	z-index: 1;
	display: block;
	padding-left: 10px;
	font-size: 15px;
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 500;
	color: #553817;
}
@media (min-width: 641px) {
	.menu li > a {
		height: 70px;
		line-height: 70px;
	}
}
@media (max-width: 640px) {
	.menu li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.menu li > a::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}
@media (min-width: 1181px) {
	.menu li > a::before {
		border-left: 4px solid #ff9900;
	}
}
@media (min-width: 1301px) {
	.menu li > a::before {
		left: -30px;
		width: calc(100% + 60px);
	}
}
@media (min-width: 1181px) and (max-width: 1300px) {
	.menu li > a::before {
		left: -20px;
		width: calc(100% + 40px);
	}
}
@media (max-width: 1180px) {
	.menu li > a::before {
		left: 0;
		width: 100%;
		border-bottom: 2px solid #ff9900;
	}
}
.menu li > a:hover, .menu li > a.current {
	color: #ff9900;
}
.menu li > a:hover::before, .menu li > a.current::before {
	opacity: 1;
}
.menu li > a:hover svg, .menu li > a.current svg {
	fill: #ff9900;
}
.menu li > a svg {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 20px;
	fill: #f1c481;
}

/*****頁尾資訊*****/
footer {
	background-color: #ff9900;
}
@media (min-width: 1181px) {
	footer {
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 1180px) {
	footer {
		padding: 13px 0;
	}
}

.copyrightBox {
	font-size: 12px;
	color: #fff6e8;
	text-align: center;
}
@media (max-width: 1180px) {
	.copyrightBox {
		line-height: 1.2;
	}
}

/*****內頁*****/
.mainArea {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
@media (min-width: 1181px) {
	.mainArea > .menuBox,
.mainArea > .classBox,
.mainArea > .contentBox {
		height: calc(100vh - 70px - 40px);
	}
}
@media (min-width: 1181px) {
	.mainArea > .menuBox {
		width: 260px;
	}
}
@media (min-width: 1181px) {
	.mainArea > .menuBox > .wrap {
		height: 100%;
		overflow-y: auto;
	}
}
@media (min-width: 1181px) {
	.mainArea > .classBox {
		width: 240px;
	}
}
@media (max-width: 1180px) {
	.mainArea > .classBox {
		width: 100%;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}
@media (min-width: 1181px) {
	.mainArea > .classBox > .wrap {
		height: 100%;
		overflow-y: auto;
	}
}
.mainArea > .contentBox {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	border-left: 1px solid #f4e9da;
}
@media (min-width: 1181px) {
	.mainArea > .contentBox {
		width: calc(100% - 260px - 240px);
	}
}
@media (max-width: 1180px) {
	.mainArea > .contentBox {
		width: 100%;
	}
}
@media (min-width: 641px) {
	.mainArea > .contentBox {
		padding: 30px;
	}
}
@media (min-width: 361px) and (max-width: 640px) {
	.mainArea > .contentBox {
		padding: 20px;
	}
}
@media (max-width: 360px) {
	.mainArea > .contentBox {
		padding: 12px 10px;
	}
}
.mainArea > .contentBox > .wrap:not(.cloumBox) {
	border: 1px solid #f4e9da;
	border-radius: 4px;
	background-color: #fff;
}
@media (min-width: 1181px) {
	.mainArea > .contentBox > .wrap:not(.cloumBox) {
		height: 100%;
		padding-left: 40px;
		overflow-y: auto;
	}
}
@media (min-width: 1301px) {
	.mainArea > .contentBox > .wrap:not(.cloumBox) .filterBox {
		margin-right: -30px;
		padding-right: 30px;
	}
}
@media (max-width: 1300px) {
	.mainArea > .contentBox > .wrap:not(.cloumBox) .filterBox {
		margin-right: -20px;
		padding-right: 20px;
	}
}
@media (min-width: 1181px) {
	.mainArea > .contentBox > .wrap:not(.cloumBox) .filterBox {
		margin-left: -40px;
		padding-left: 40px;
	}
}
@media (max-width: 1180px) {
	.mainArea > .contentBox > .wrap:not(.cloumBox) .filterBox {
		margin-left: -20px;
		padding-left: 20px;
	}
}
.mainArea > .contentBox > .wrap.cloumBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}
.mainArea > .contentBox > .filterBox {
	margin-left: -40px;
	margin-right: -30px;
	padding-left: 40px;
	padding-right: 30px;
}
@media (min-width: 961px) {
	.mainArea .cloumBox {
		height: 100%;
	}
}
@media (min-width: 1801px) {
	.mainArea .cloumBox > .leftBox {
		width: calc(100% - 360px);
	}
}
@media (min-width: 961px) and (max-width: 1800px) {
	.mainArea .cloumBox > .leftBox {
		width: calc(100% - 260px);
	}
}
@media (max-width: 960px) {
	.mainArea .cloumBox > .leftBox {
		width: 100%;
	}
}
@media (min-width: 961px) {
	.mainArea .cloumBox > .leftBox {
		max-height: 100%;
		padding-right: 30px;
		overflow-y: scroll;
	}
}
@media (min-width: 1801px) {
	.mainArea .cloumBox > .rightBox {
		width: 360px;
	}
}
@media (min-width: 961px) and (max-width: 1800px) {
	.mainArea .cloumBox > .rightBox {
		width: 260px;
	}
}
@media (max-width: 960px) {
	.mainArea .cloumBox > .rightBox {
		width: 100%;
	}
}
@media (min-width: 961px) {
	.mainArea .cloumBox > .rightBox {
		padding-left: 30px;
	}
}
@media (min-width: 961px) {
	.mainArea .cloumBox > .rightBox .btn {
		display: -ms-flexbox;
		display: flex;
		width: 200px;
		height: 50px;
		line-height: 50px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: left;
	}
	.mainArea .cloumBox > .rightBox .btn.fa::before {
		-ms-flex-order: 2;
		    order: 2;
		margin-left: auto;
		font-family: FontAwesome;
	}
	.mainArea .cloumBox > .rightBox .btn.fa-caret-right::before {
		font-size: 16px;
	}
	.mainArea .cloumBox > .rightBox .btn + .btn {
		margin-top: 15px;
	}
}
@media (max-width: 960px) {
	.mainArea .cloumBox > .rightBox .btn {
		margin-top: 15px;
		margin-right: 10px;
	}
	.mainArea .cloumBox > .rightBox .btn.fa::before {
		display: none;
	}
}
.mainArea .cloumBox > .centerBox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 961px) {
	.mainArea .cloumBox > .centerBox {
		max-height: 100%;
		overflow-y: auto;
	}
}

.titleBox {
	position: relative;
}
@media (min-width: 641px) {
	.titleBox {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 640px) {
	.titleBox {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.titleBox.brBottom {
	border-bottom: 1px solid #f4e9da;
}
.titleBox .shrinkBtn {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 641px) {
	.titleBox .stdSearchBox {
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@media (max-width: 640px) {
	.titleBox .stdSearchBox {
		margin-top: 20px;
	}
}

.articleTitle {
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 500;
	color: #553817;
}
@media (min-width: 641px) {
	.articleTitle {
		font-size: 19px;
	}
}
@media (max-width: 640px) {
	.articleTitle {
		font-size: 17px;
	}
}
.articleTitle span {
	display: inline-block;
	color: #ff9900;
}
.articleTitle span::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 20px;
	margin-left: 10px;
	margin-right: 15px;
	background-color: #f4e9da;
}

.subTitle {
	font-size: 16px;
	font-weight: 500;
}
.subTitle em {
	margin-left: 5px;
	color: #ff9900;
}

p.note {
	margin: 5px;
	font-size: 13px;
	color: red;
}

.bread {
	display: none;
}
.bread a, .bread span {
	display: inline-block;
}
.bread a + a::before, .bread a + span::before, .bread span + a::before, .bread span + span::before {
	content: "/";
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	color: #553817;
}

@media (min-width: 481px) and (max-width: 960px) {
	.btnBox {
		margin-top: 20px;
	}
}
@media (max-width: 960px) {
	.btnBox {
		text-align: center;
	}
}
@media (min-width: 961px) {
	.btnBox .btn {
		min-width: 180px;
		margin-left: 10px;
	}
}
@media (min-width: 481px) and (max-width: 960px) {
	.btnBox .btn {
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	.btnBox .btn {
		margin-top: 10px;
	}
}

.btn {
	display: inline-block;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #ff9900;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	background-color: #ff9900;
}
@media (min-width: 481px) and (max-width: 960px) {
	.btn {
		min-width: 180px;
	}
}
@media (max-width: 480px) {
	.btn {
		width: 100%;
	}
}
.btn.bdr {
	color: #ff9900;
	background-color: #fff;
}
.btn.middle {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
@media (min-width: 481px) and (max-width: 960px) {
	.btn.middle {
		min-width: 50px;
	}
}
.btn.middle.light {
	border-color: #fff3e1;
	color: #d7a46b;
	background-color: #fff3e1;
}
.btn:hover, .btn.middle:hover {
	border-color: #601986;
	color: #fff;
	background-color: #601986;
}

.moreBtn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: 0;
	color: #d7a46b;
	background-color: #fff3e1;
}
.moreBtn:hover {
	color: #fff;
	background-color: #ff9900;
}

.shrinkBtn {
	display: block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	border-radius: 4px;
	font-size: 12px;
	color: #d7a46b;
	text-align: center;
	background-color: #fff3e1;
	cursor: pointer;
}
.shrinkBtn.fa::before {
	display: inline-block;
	margin-right: 8px;
}
.shrinkBtn.close {
	color: #fff;
	background-color: #ff9900;
}
.shrinkBtn.close.fa::before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.bdrBox {
	margin-bottom: 10px;
	border: 1px solid #f4e9da;
	border-radius: 4px;
	box-shadow: 0 0 0 0.5px #f4e9da;
	background-color: #fff;
}
@media (min-width: 641px) {
	.bdrBox {
		padding-left: 30px;
		padding-right: 30px;
	}
	.bdrBox .filterBox {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 640px) {
	.bdrBox {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bdrBox .filterBox {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.txtExp {
	line-height: 20px;
	font-size: 14px;
	color: #ac9a85;
	overflow: hidden;
}

/*****篩選*****/
.filterBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 10px;
	background-color: #fff9f2;
}
@media (max-width: 1500px) {
	.filterBox {
		padding-top: 0;
	}
}
@media (min-width: 1501px) {
	.filterBox > .btnBox {
		margin-left: auto;
	}
}
@media (max-width: 1500px) {
	.filterBox > .btnBox {
		margin-top: 20px;
	}
}

.filterSelBox {
	position: relative;
	border-right: 1px solid #f4e9da;
}
@media (min-width: 1501px) {
	.filterSelBox {
		width: 25%;
	}
}
@media (min-width: 641px) and (max-width: 1500px) {
	.filterSelBox {
		width: 50%;
	}
}
@media (max-width: 640px) {
	.filterSelBox {
		width: 100%;
		padding: 0 15px;
		border-left: 1px solid #f4e9da;
	}
}
@media (min-width: 641px) {
	.filterSelBox {
		min-width: 200px;
		padding: 0 20px;
	}
}
@media (max-width: 1500px) {
	.filterSelBox {
		margin-top: 20px;
	}
}
@media (min-width: 641px) {
	.filterSelBox:first-child {
		border-left: 1px solid #f4e9da;
	}
}
.filterSelBox::before {
	content: "\f078";
	position: absolute;
	top: 5px;
	right: 15px;
	padding: 5px;
	font-family: FontAwesome;
	color: #e4caa2;
	background-color: #fff9f2;
}
.filterSelBox strong {
	position: absolute;
	top: 0;
	left: 22px;
	font-size: 13px;
	font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #ac9a85;
}
.filterSelBox strong em {
	margin-left: 5px;
	color: #ff9900;
}
.filterSelBox select, .filterSelBox input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	padding-top: 15px;
	border: 0;
	outline: none;
	font-size: 15px;
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 500;
	color: #553817;
	background: transparent;
}

/*****表格*****/
.tableList {
	width: 100%;
	margin-top: 15px;
	border: 0;
	border-spacing: 0;
}
.tableList tr:hover td {
	background-color: #fff9f2;
}
.tableList th {
	font-weight: 400;
	color: #ac9a85;
	text-align: left;
}
@media (min-width: 1601px) {
	.tableList th {
		padding: 15px 20px;
	}
}
@media (min-width: 961px) and (max-width: 1600px) {
	.tableList th {
		padding: 15px 10px;
	}
}
@media (min-width: 501px) and (max-width: 960px) {
	.tableList th {
		padding: 10px 10px 15px;
	}
}
@media (max-width: 500px) {
	.tableList th {
		padding: 10px 5px 15px;
	}
}
@media (max-width: 640px) {
	.tableList th {
		width: auto !important;
	}
}
.tableList td {
	vertical-align: middle;
	border-top: 1px solid #f4e9da;
	background-color: transparent;
}
@media (min-width: 1601px) {
	.tableList td {
		padding: 20px;
	}
}
@media (min-width: 961px) and (max-width: 1600px) {
	.tableList td {
		padding: 15px 10px;
	}
}
@media (min-width: 501px) and (max-width: 960px) {
	.tableList td {
		padding: 10px;
	}
}
@media (max-width: 500px) {
	.tableList td {
		padding: 10px 5px;
	}
}
.tableList th[align=center], .tableList td[align=center] {
	text-align: center;
}

.mainArea .footable.breakpoint > tbody > tr > td > span.footable-toggle {
	font-size: 12px;
	color: #ff9900;
}

/*****表單*****/
.formBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (min-width: 1181px) {
	.formBox {
		padding-top: 20px;
		padding-bottom: 30px;
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media (max-width: 640px) {
	.formBox {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.formBox > [class*=g-] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}
@media (min-width: 641px) {
	.formBox > [class*=g-] {
		-ms-flex-positive: 1;
		    flex-grow: 1;
		min-width: 300px;
	}
}
@media (max-width: 640px) {
	.formBox > [class*=g-] {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (min-width: 1181px) {
	.formBox > [class*=g-] {
		padding-left: 35px;
		padding-right: 35px;
	}
	.formBox > [class*=g-]:nth-of-type(odd) {
		border-right: 1px solid #f4e9da;
	}
}
@media (min-width: 641px) and (max-width: 1180px) {
	.formBox > [class*=g-] {
		padding: 25px 0;
	}
	.formBox > [class*=g-] + [class*=g-] {
		border-top: 1px solid #f4e9da;
	}
}
@media (max-width: 640px) {
	.formBox > [class*=g-] {
		padding: 10px 0;
	}
}
.formBox > [class*=g-] > .left {
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 640px) {
	.formBox > [class*=g-] > .left {
		margin-bottom: 10px;
		color: #ac9a85;
	}
}
@media (min-width: 641px) {
	.formBox > [class*=g-] > .left {
		padding-right: 20px;
	}
}
@media (min-width: 641px) {
	.formBox > [class*=g-] > .left::before {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 0;
		width: 1px;
		height: 20px;
		border-right: 1px solid #f4e9da;
	}
}
.formBox > [class*=g-] > .left em {
	position: relative;
	left: 5px;
	color: #ff9900;
}
@media (min-width: 641px) {
	.formBox > [class*=g-] > .right {
		-ms-flex-positive: 1;
		    flex-grow: 1;
		padding-left: 20px;
	}
}
@media (max-width: 640px) {
	.formBox > [class*=g-] > .right {
		width: 100%;
	}
}
@media (min-width: 1181px) {
	.formBox > [class*=g-] > .right input[type=text],
.formBox > [class*=g-] > .right input[type=password],
.formBox > [class*=g-] > .right select {
		width: 100%;
	}
}
@media (min-width: 641px) and (max-width: 1180px) {
	.formBox > [class*=g-] > .right input[type=text],
.formBox > [class*=g-] > .right input[type=password],
.formBox > [class*=g-] > .right select {
		max-width: 100%;
		min-width: 200px;
	}
}
@media (max-width: 640px) {
	.formBox > [class*=g-] > .right input[type=text],
.formBox > [class*=g-] > .right input[type=password],
.formBox > [class*=g-] > .right select {
		width: 100%;
	}
}
.formBox > [class*=g-] > .right input[type=checkbox] + input[type=text] {
	width: calc(100% - 45px);
	margin-left: 5px;
}
.formBox > [class*=g-] > .right label {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
@media (min-width: 641px) {
	.formBox label {
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 640px) {
	.formBox label {
		margin-bottom: 10px;
	}
}
.formBox select {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #f4e9da;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	color: #553817;
	background-color: transparent;
}
.formBox .inputTxt {
	font-size: 16px;
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 500;
}
@media (min-width: 641px) {
	.formBox .inputTxt {
		padding-top: 5px;
	}
}
.formBox .inputTxt strong {
	font-weight: 500;
	color: #ff9900;
}

input[type=text], input[type=password] {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #f4e9da;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	color: #553817;
	background-color: transparent;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
	/* Chrome */
	color: #ac9a85;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
	/* IE 10+ */
	color: #ac9a85;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
	/* Firefox 19+ */
	color: #ac9a85;
	opacity: 1;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #ac9a85;
	opacity: 1;
}
input[type=checkbox], input[type=radio] {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #f4e9da;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #f4e9da;
	background-color: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=checkbox]::before, input[type=radio]::before {
	content: "\f00c";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	font-size: 12px;
	font-family: FontAwesome;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
input[type=checkbox]:checked, input[type=radio]:checked {
	border-color: #ff9900;
	box-shadow: 0 0 0 1px #ff9900;
	background-color: #ff9900;
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
	opacity: 1;
}

input.error,
select.error {
	box-shadow: 0 0 5px red;
}

/*****類別*****/
@media (min-width: 1181px) {
	.classBox {
		background-color: #fff;
	}
}
@media (max-width: 1180px) {
	.classBox {
		position: relative;
		border-bottom: 1px solid #f4e9da;
		background-color: #ff9900;
	}
}

@media (max-width: 1180px) {
	.classLink {
		display: none;
	}
}
.classLink > li {
	border-top: 1px solid #f4e9da;
}
.classLink > li.dropDown > a::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 14px;
	font-weight: 700;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classLink > li > a {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 15px;
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 500;
}
@media (min-width: 1701px) {
	.classLink > li > a {
		padding: 20px 10px;
	}
}
@media (max-width: 1700px) {
	.classLink > li > a {
		padding: 17px 8px;
	}
}
.classLink > li > a.current, .classLink > li > a:hover {
	color: #ff9900;
}
.classLink > li > a.current::before, .classLink > li > a:hover::before {
	opacity: 1;
}
.classLink > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	height: 100%;
	background-color: #fff3e1;
	opacity: 0;
}
@media (min-width: 1301px) {
	.classLink > li > a::before {
		left: -30px;
		width: calc(100% + 60px);
	}
}
@media (max-width: 1300px) {
	.classLink > li > a::before {
		left: -20px;
		width: calc(100% + 40px);
	}
}
.classLink > li > a.current + dl {
	display: block;
}
.classLink dl {
	display: none;
	border-top: 1px solid #f4e9da;
}
.classLink dl dt:not(:first-child) {
	border-top: 1px solid #f4e9da;
}
.classLink dl a {
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
	font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	font-weight: 500;
	color: #ac9a85;
}
.classLink dl a.current {
	color: #ff9900;
}

@media (min-width: 1181px) {
	.m_classLink {
		display: none;
	}
}
.m_classLink .main {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #fff6e8;
	cursor: pointer;
}
@media (min-width: 641px) {
	.m_classLink .main {
		padding: 15px 10px;
	}
}
@media (max-width: 640px) {
	.m_classLink .main {
		padding: 15px 5px;
	}
}
.m_classLink .main::before {
	content: "\f078";
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	margin-top: -6px;
	font-family: FontAwesome;
}
@media (max-width: 640px) {
	.m_classLink .main::before {
		right: 0;
	}
}
.m_classLink ul {
	position: relative;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	padding-bottom: 10px;
}
.m_classLink ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.m_classLink ul li.dropDown > a {
	position: relative;
}
.m_classLink ul li.dropDown > a::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.m_classLink ul li.dropDown > a:hover::after, .m_classLink ul li.dropDown > a.current::after {
	color: #ff9900;
}
.m_classLink ul a {
	display: block;
	color: #fff;
}
@media (min-width: 641px) {
	.m_classLink ul a {
		padding: 12px 30px;
		font-size: 15px;
	}
}
@media (max-width: 640px) {
	.m_classLink ul a {
		padding: 8px 15px;
		font-size: 14px;
	}
}
.m_classLink ul a:hover, .m_classLink ul a.current {
	color: #ff9900;
	background-color: #fff3e1;
}
.m_classLink ul dl {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 641px) {
	.m_classLink ul dl a {
		padding: 5px 40px;
	}
}
@media (max-width: 640px) {
	.m_classLink ul dl a {
		padding: 5px 25px;
	}
}

/*****搜尋*****/
.stdSearchBox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
@media (min-width: 641px) {
	.stdSearchBox {
		max-width: 190px;
		padding: 0 20px;
	}
}
.stdSearchBox::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 1px;
	height: 20px;
	background-color: #f4e9da;
}
.stdSearchBox input[type=text] {
	width: calc(100% - 20px);
	height: 30px;
	line-height: 30px;
	border: 0;
	color: #e9be7d;
}
.stdSearchBox input[type=text]::-webkit-input-placeholder {
	/* Chrome */
	color: #e9be7d;
}
.stdSearchBox input[type=text]:-ms-input-placeholder {
	/* IE 10+ */
	color: #e9be7d;
}
.stdSearchBox input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #e9be7d;
	opacity: 1;
}
.stdSearchBox input[type=text]:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #e9be7d;
	opacity: 1;
}
.stdSearchBox .stdSearchBtn {
	display: inline-block;
	width: 20px;
}
.stdSearchBox .stdSearchBtn svg {
	width: 20px;
	height: 20px;
	fill: #e2bc91;
}

/*****頁籤*****/
.tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	border-bottom: 1px solid #ac9a85;
}
.tab a {
	position: relative;
	border: 1px solid #ac9a85;
	border-bottom: 0;
	font-weight: 500;
	color: #553817;
	text-align: center;
	background-color: #fff;
}
@media (min-width: 641px) {
	.tab a {
		min-width: 20%;
		padding: 8px 20px 10px;
		font-size: 15px;
	}
}
@media (max-width: 640px) {
	.tab a {
		min-width: 25%;
		padding: 8px 10px 10px;
		font-size: 14px;
		letter-spacing: 0;
	}
}
.tab a:first-child {
	border-radius: 5px 0 0;
}
.tab a:last-child {
	border-radius: 0 5px 0 0;
}
.tab a:hover {
	border-color: #ff9900;
	color: #fff;
	background-color: #ff9900;
}
.tab a.current {
	border-color: #553817;
	color: #fff;
	background-color: #553817;
}

.tabContent {
	margin-bottom: 30px;
	padding: 20px 5px;
}
.tabContent > li {
	display: none;
}
.tabContent li .textEditor {
	margin: 0;
}

/*****相簿*****/
.side_album {
	margin-left: -5px;
	margin-right: -5px;
	clear: both;
}
.side_album li {
	float: left;
	width: 16.6666666667%;
	padding: 5px;
}
@media (min-width: 1401px) and (max-width: 1600px) {
	.side_album li {
		width: 25%;
	}
}
.side_album a {
	display: block;
	border: 1px solid #f4e9da;
	border-radius: 4px;
	box-shadow: 0 0 0 0.5px #f4e9da;
	overflow: hidden;
}
.side_album a img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/*側邊_分享*/
.side_share {
	clear: both;
	display: none;
	margin-top: 30px;
}
.side_share a {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 15px 10px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.side_share i {
	padding-right: 5px;
	font-size: 18px;
}

/*****購物車*****/
.cartArea {
	width: 360px;
	max-width: 100%;
	border: 1px solid #f4e9da;
	background-color: #fff;
}
.cartArea .wrap {
	position: relative;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cartArea .cartNote {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0.025em;
}
.cartArea .cartNote i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	fill: #fff;
	background-color: #ff9900;
}
.cartArea .cartNote b {
	margin: 0 3px;
	font-size: 18px;
	font-weight: 700;
	color: #ff9900;
}
.cartArea .cartNote svg {
	width: 18px;
	height: 18px;
}
.cartArea .countBox {
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.025em;
}
.cartArea .countBox b {
	margin-left: 20px;
	font-weight: 500;
	font-size: 18px;
	color: #553817;
	letter-spacing: 0.075em;
}
.cartArea .cart {
	clear: both;
	max-height: 250px;
	overflow-y: auto;
}
.cartArea .cart li {
	position: relative;
	margin-bottom: 20px;
}
.cartArea .cart li i {
	cursor: pointer;
	display: block;
	float: right;
	font-size: 18px;
	color: #949494;
}
.cartArea .cart .Img {
	float: left;
	margin-right: 15px;
	width: 65px;
	height: 65px;
	overflow: hidden;
}
.cartArea .cart .Img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cartArea .cart .Txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
}
.cartArea .cart h3 {
	width: 100%;
	display: block;
	margin-bottom: 3px;
}
.cartArea .cart h3 a {
	display: block;
	font-weight: 400;
}
.cartArea .cart h3 a, .cartArea .cart .spec {
	font-size: 13px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cartArea .cart .spec {
	width: 100%;
	margin-bottom: 10px;
}
.cartArea .cart .num, .cartArea .cart .price {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.cartArea .cart .num {
	margin-right: 12px;
}
.cartArea .cart .del {
	margin-left: auto;
	width: 16px;
	height: 20px;
	background: url("../images/icon-garbage.svg") no-repeat;
	background-size: contain;
}
.cartArea .btn01 {
	text-align: center;
}
.cartArea .btn01 a {
	min-width: 185px;
	padding: 15px 30px;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry, #closeLogin, #closeSearch {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 30px;
	height: 30px;
}
#closeOrder:before, #closeOrder:after, #closeCart:before, #closeCart:after, #closePrice:before, #closePrice:after, #closeInquiry:before, #closeInquiry:after, #closeLogin:before, #closeLogin:after, #closeSearch:before, #closeSearch:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -0.5px;
	width: 20px;
	height: 1px;
	background-color: #553817;
	transition: all 0.5s;
}
#closeOrder:before, #closeCart:before, #closePrice:before, #closeInquiry:before, #closeLogin:before, #closeSearch:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#closeOrder:after, #closeCart:after, #closePrice:after, #closeInquiry:after, #closeLogin:after, #closeSearch:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
	.cartArea, .orderCheckArea, .searchArea {
		width: calc(100% - 30px) !important;
	}
	.cartArea .wrap, .orderCheckArea .wrap, .searchArea .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	#closeOrder, #closeCart, #closePrice, #closeInquiry {
		top: 5px;
		font-size: 25px;
	}
}
/*****產品搜尋*****/
.searchArea {
	width: 360px;
	max-width: 100%;
	border: 1px solid #f4e9da;
	background-color: #fff;
}
.searchArea .wrap {
	position: relative;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.searchArea .itemTitleBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 20px;
	font-size: 15px;
	letter-spacing: 0.025em;
}
.searchArea .itemTitleBox i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	fill: #fff;
	background-color: #ff9900;
}
.searchArea .itemTitleBox b {
	margin: 0 3px;
	font-size: 18px;
	font-weight: 700;
	color: #ff9900;
}
.searchArea .itemTitleBox svg {
	width: 14px;
	height: 14px;
}

.searchBox {
	position: relative;
	border: 1px solid #f4e9da;
}
.searchBox input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 50px 0 10px;
	border: none;
	font-size: 14px;
}
.searchBox .searchBtn {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.searchBox .searchBtn svg {
	fill: #553817;
}

/*****滑動解鎖*****/
.captchaArea {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 40px;
	margin-right: 10px;
	border-radius: 4px;
	background-color: #f2f2f2;
}
.captchaArea.unlocking .sliderBtn {
	transition: none;
}
.captchaArea .note {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 1;
	font-size: 14px;
	font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
	color: #553817;
	text-align: center;
	pointer-events: none;
}

.sliderBtn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 4px;
	outline: none;
	background-color: #ff9900;
	cursor: pointer;
	transition: all 0.3s linear;
}
.sliderBtn::before {
	content: "\f105";
	position: absolute;
	top: 8px;
	left: 18px;
	color: #fff;
	font-size: 24px;
	font-family: FontAwesome;
	pointer-events: none;
}

.radio {
	display: none;
	position: relative;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.radio + label {
	position: relative;
	cursor: pointer;
}
.radio + label span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	background-color: #fff;
}
.radio + label span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 13px;
	height: 13px;
	margin-left: -6.5px;
	margin-top: -6.5px;
	border-radius: 50%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	background-color: #ff9900;
}
.radio:checked + label span:before {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.slick-dots {
	margin-top: 20px;
	text-align: center;
}
.slick-dots .slick-active button::before {
	background-color: #a56d2d;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li + li {
	margin-left: 3px;
}
.slick-dots button {
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	color: transparent;
	background-color: transparent;
}
.slick-dots button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 50%;
	background-color: #ff9900;
}

.prevArrow, .nextArrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #553817;
}
.prevArrow svg, .nextArrow svg {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 44px;
	height: 9px;
	margin-top: -4.5px;
	fill: #636363;
}

@media (min-width: 1181px) {
	.prevArrow:hover svg {
		-webkit-animation: 2s arrowLeft ease-out infinite;
		        animation: 2s arrowLeft ease-out infinite;
	}
}
.prevArrow svg {
	left: 14px;
}

@media (min-width: 1181px) {
	.nextArrow:hover svg {
		-webkit-animation: 2s arrowRight ease-out infinite;
		        animation: 2s arrowRight ease-out infinite;
	}
}
.nextArrow svg {
	right: 14px;
}

@-webkit-keyframes arrowRight {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-20%);
		        transform: translateX(-20%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
}

@keyframes arrowRight {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-20%);
		        transform: translateX(-20%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
}
@-webkit-keyframes arrowLeft {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(20%);
		        transform: translateX(20%);
	}
	60% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
}
@keyframes arrowLeft {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(20%);
		        transform: translateX(20%);
	}
	60% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
}
@media (min-width: 1181px) {
	.hImgScale:hover .Img img {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
.hImgScale .Img {
	overflow: hidden;
}
.hImgScale .Img img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.quickBackBox {
	clear: both;
	margin-top: 10px;
	font-size: 14px;
	color: #434343;
	text-align: right;
}
.quickBackBox a {
	position: relative;
	display: inline-block;
}
.quickBackBox a:nth-child(2) {
	padding-left: 8px;
}
.quickBackBox a:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 1px;
	height: 15px;
	background-color: #707070;
}
.quickBackBox a + a {
	margin-left: 5px;
}

[class*=col-] {
	float: left;
}

.col-1 {
	width: 100%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33%;
}

.col-4 {
	width: 25%;
}

.col-5 {
	width: 20%;
}

@media (max-width: 480px) {
	.col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}
.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.ui-datepicker {
	display: none;
}

table.breakpoint > tbody > tr > td.expand {
	cursor: pointer;
	background: url("../images/plus.png") no-repeat 5px center;
	padding-left: 40px;
}