@charset "UTF-8";
.right-sidebar li i, .category__item::after, .category__item .img img, .ind-news .news .slick-arrow::before, .ind-contact .wrapper .info .ul-icon li::after, .cart-list__td li img, .cart-list__td li .btn, .news__item .img img, .news__item .btnbox .date, .news__item .btnbox .btn, .product__item, .product__item .img img, .product__item .img::before, .add-cart .btn-minus, .add-cart .btn-plus, .product--slider .slick-arrow::before, .cart-wrap, .cart-wrap .cart-wrapbg, .cart-wrap .cart-wrapIn {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.title--italic {
	font-style: italic;
}

.title--xl {
	font-size: 48px;
}

.title--l {
	font-size: 40px;
}

.title--md {
	font-size: 36px;
}

.title--xs {
	font-size: 24px;
}

.title--ss {
	font-size: 20px;
}

.title--block {
	margin-bottom: 25px;
	position: relative;
	color: #415B2C;
	font-family: "Noto Serif TC", serif;
	font-weight: 700;
}

.title--block::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 80%;
	height: 1px;
	background: #415B2C;
}

@media only screen and (max-width: 1024px) {
	.title--xl {
		font-size: 40px;
	}
	.title--l {
		font-size: 30px;
	}
	.title--md {
		font-size: 24px;
	}
	.title--xs {
		font-size: 20px;
	}
	.title--ss {
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.title--block::after {
		width: 60%;
	}
}

.sectionBlock {
	margin-bottom: 50px;
}

.sectionWidth {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.sectionWidth {
		width: 95%;
	}
}

.banner-title {
	position: relative;
	z-index: 0;
}

.banner-title::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: -o-repeating-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 70%, transparent);
	background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 70%, transparent);
}

.banner-title .title {
	position: absolute;
	left: 40px;
	bottom: 60px;
	font-family: "Noto Serif TC", serif;
	color: #fff;
	z-index: 1;
}

.banner-title .title::after {
	position: absolute;
	left: -15px;
	bottom: -80px;
	content: "";
	width: 250px;
	height: 70px;
	background: rgba(201, 170, 77, 0.7);
	z-index: -1;
}

.banner-title .title span {
	margin-top: 20px;
	font-size: 20px;
	display: block;
}

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

@media only screen and (max-width: 1024px) {
	.banner-title {
		display: none;
	}
}

.ul-decimal {
	padding-left: 20px;
}

.ul-decimal li {
	margin-bottom: 10px;
	list-style-type: decimal;
}

.side{position:fixed; width:54px; height:275px; right:0; top:214px; z-index:100;}
.side ul li{width:54px; height:54px; float:left; line-height:54px; position:relative; background:rgba(65, 91, 44, 0.8);}
.side ul li a{color:#fff;}
.side ul li i{font-size:2em; padding:0 10px; float:left;line-height:54px; }
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;  overflow:hidden;}
.side ul li .sidebox:hover{width:140px; transition: width 0.5s; background: #C9AA4D; }

.side ul li.sidetop:hover{background:#C9AA4D; opacity:1;}
/*.right-sidebar {
	position: fixed;
	right: 0;
	top: 55%;
	width: 76px;
	padding: 10px 0;
	background: rgba(65, 91, 44, 0.8);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 101;
}

.right-sidebar li {
	height: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.right-sidebar li i {
	font-size: 30px;
	color: #fff;
}

.right-sidebar li:last-child i {
	font-size: 36px;
}*/



/*@media only screen and (min-width: 1281px) {
	.right-sidebar li:hover i {
		color: #C9AA4D;
	}
}*/

@media only screen and (max-width: 640px) {
	.side {
		display: none;
	}
}

.category {
	position: relative;
	margin-top: -50px;
	z-index: 10;
}

.category__item {
	width: 50%;
	position: relative;
	z-index: 0;
}

.category__item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 75%;
	height: 1px;
	background: #fff;
}

.category__item .img {
	width: 400px;
	margin-bottom: 0;
	overflow: hidden;
}

.category__item .img img {
	width: 100%;
	height: auto;
	display: block;
}

.category__item .info {
	width: calc(100% - 400px);
	padding: 30px 20px;
	background: #D3BB70;
	position: relative;
}

.category__item .info .title {
	font-family: "Noto Serif TC", serif;
	font-weight: 900;
	margin-bottom: 20px;
}

.category__item .info .more {
	position: absolute;
	bottom: 60px;
	left: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Noto Serif TC", serif;
}

.category__item:nth-child(2) .info, .category__item:nth-child(3) .info {
	background: #E9D9A7;
}

.category__item:nth-child(3)::after, .category__item:nth-child(4)::after {
	left: 0;
	right: inherit;
}

.category__item:nth-child(3) .img, .category__item:nth-child(4) .img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.category__item:nth-child(3) .info, .category__item:nth-child(4) .info {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	text-align: right;
}

.category__item:nth-child(3) .info .more, .category__item:nth-child(4) .info .more {
	left: inherit;
	right: 20px;
}

@media only screen and (min-width: 1281px) {
	.category__item:hover::after {
		width: calc(100% - 400px);
	}
	.category__item:hover .img img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media only screen and (max-width: 1024px) {
	.category__item::after {
		bottom: 25px;
	}
	.category__item .img {
		width: 260px;
	}
	.category__item .info {
		width: calc(100% - 260px);
	}
	.category__item .info .more {
		bottom: 30px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.category {
		margin-top: 20px;
	}
	.category__item {
		width: 100%;
	}
	.category__item .img {
		width: 60%;
	}
	.category__item .info {
		width: 40%;
	}
	.category__item:nth-child(4) .info {
		background: #E9D9A7;
	}
	.category__item:nth-child(3) .info {
		background: #D3BB70;
	}
	.category__item:nth-child(3)::after, .category__item:nth-child(4)::after {
		left: inherit;
		right: 0;
	}
	.category__item:nth-child(3) .img, .category__item:nth-child(4) .img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.category__item:nth-child(3) .info, .category__item:nth-child(4) .info {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		text-align: left;
	}
	.category__item:nth-child(3) .info .more, .category__item:nth-child(4) .info .more {
		left: 20px;
		right: inherit;
	}
}

@media only screen and (max-width: 640px) {
	.category__item .img, .category__item .info {
		width: 100%;
	}
	.category__item .info {
		padding: 20px 20px 60px;
	}
	.category__item .info .title {
		margin-bottom: 10px;
	}
}

.ind-news > .title {
	padding: 0 20px 15px;
	margin-bottom: 25px;
	border-bottom: 1px #415B2C solid;
	font-family: "Noto Serif TC", serif;
	color: #415B2C;
	position: relative;
}

.ind-news > .title .en {
	margin-left: 15px;
	font-family: "Cinzel Decorative", cursive;
	font-weight: 700;
}

.ind-news > .title .more {
	position: absolute;
	right: 20px;
	top: 0;
	color: #415B2C;
	font-family: "Noto Serif TC", serif;
	font-size: 16px;
	text-transform: uppercase;
}

.ind-news .news {
	margin: 0 50px;
}

.ind-news .news .slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	width: 36px;
	height: 60px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ind-news .news .slick-arrow::before {
	font-family: 'icomoon';
	color: #54822E;
	font-size: 80px;
}

.ind-news .news .prev {
	left: -50px;
}

.ind-news .news .prev::before {
	content: "\f104";
}

.ind-news .news .next {
	right: -50px;
}

.ind-news .news .next::before {
	content: "\f105";
}

@media only screen and (min-width: 1281px) {
	.ind-news > .title .more:hover {
		color: #999;
	}
	.ind-news .news .slick-arrow:hover::before {
		color: #999;
	}
}

@media only screen and (max-width: 640px) {
	.ind-news .news {
		margin: 0 20px;
	}
	.ind-news .news .prev {
		left: -35px;
	}
	.ind-news .news .next {
		right: -35px;
	}
}

.ind-about .info {
	width: calc(6px + ((100% - 20px) / 10 * 4));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-bottom: 0;
	padding: 80px 50px 0 0;
}

.ind-about .info .titleBox {
	color: #415B2C;
	margin-bottom: 40px;
}

.ind-about .info .titleBox .title--xl {
	font-family: "Cinzel Decorative", cursive;
	font-weight: 900;
	letter-spacing: 0.2rem;
}

.ind-about .info .titleBox span {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

.ind-about .info .titleBox span::after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 200px;
	height: 1px;
	background: #415B2C;
	content: "";
}

.ind-about .info p {
	line-height: 32px;
}

.ind-about .info .btnbox {
	margin-top: 60px;
}

.ind-about .img {
	width: calc(10px + ((100% - 20px) / 10 * 6));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-bottom: 0;
}

.ind-about .img img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.ind-about .info {
		width: calc(8px + ((100% - 20px) / 10 * 5));
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 2px;
	}
	.ind-about .info .btnbox {
		margin-top: 0;
	}
	.ind-about .img {
		width: calc(8px + ((100% - 20px) / 10 * 5));
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 2px;
	}
}

@media only screen and (max-width: 768px) {
	.ind-about .info, .ind-about .img {
		width: 100%;
	}
	.ind-about .img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.ind-about .info {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 40px 0 0 0;
	}
}

.ind-contact {
	padding: 50px 0 100px;
	background-image: url("../../images/contact-bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.ind-contact .wrapper .map {
	width: calc(6px + ((100% - 20px) / 10 * 4));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding: 15px;
	margin-bottom: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.ind-contact .wrapper .map iframe {
	width: 100%;
}

.ind-contact .wrapper .info {
	width: calc(10px + ((100% - 20px) / 10 * 6));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-bottom: 0;
	padding: 30px 0 0 70px;
}

.ind-contact .wrapper .info .title {
	letter-spacing: 0.2rem;
}

.ind-contact .wrapper .info .title span {
	font-size: 20px;
	font-family: "Cinzel Decorative", cursive;
	font-weight: 700;
	margin-right: 15px;
}

.ind-contact .wrapper .info .ul-icon {
	margin: 40px 0;
}

.ind-contact .wrapper .info .ul-icon li {
	width: calc(33.3333333333% - 50px);
	height: 210px;
	margin: 0 25px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
}

.ind-contact .wrapper .info .ul-icon li::after {
	position: absolute;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	content: "";
	width: 200px;
	height: 200px;
	border-radius: 50%;
	z-index: -1;
}

.ind-contact .wrapper .info .ul-icon li img {
	display: block;
	margin-bottom: 20px;
	max-width: 40px;
}

.ind-contact .wrapper .info .ul-icon li:nth-child(1)::after {
	background: #C9AA4D;
}

.ind-contact .wrapper .info .ul-icon li:nth-child(2)::after {
	background: #FF9100;
}

.ind-contact .wrapper .info .ul-icon li:nth-child(3)::after {
	background: #BF67B6;
}

.ind-contact .wrapper .info .info-text li {
	margin-bottom: 15px;
}

.ind-contact .wrapper .info .info-text li:last-child {
	margin-bottom: 0;
}

.ind-contact .wrapper .info .info-text li::before {
	font-family: 'icomoon';
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.ind-contact .wrapper .info .info-text li:nth-child(1)::before {
	content: "\e912";
}

.ind-contact .wrapper .info .info-text li:nth-child(2)::before {
	content: "\e908";
}

.ind-contact .wrapper .info .info-text li:nth-child(3)::before {
	content: "\e909";
}

@media only screen and (min-width: 1281px) {
	.ind-contact .wrapper .info .ul-icon li:hover::after {
		background: #bababa;
	}
}

@media only screen and (max-width: 1024px) {
	.ind-contact .wrapper .info .ul-icon li {
		width: calc(33.3333333333% - 30px);
		height: 150px;
		margin: 0 15px;
	}
	.ind-contact .wrapper .info .ul-icon li::after {
		left: calc(50% - 75px);
		top: calc(50% - 75px);
		width: 150px;
		height: 150px;
	}
}

@media only screen and (max-width: 768px) {
	.ind-contact .wrapper .map, .ind-contact .wrapper .info {
		width: 100%;
	}
	.ind-contact .wrapper .info {
		padding-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.ind-contact {
		padding-bottom: 20px;
	}
	.ind-contact .wrapper .info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.ind-contact .wrapper .info .title {
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.ind-contact .wrapper .info .ul-icon {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.ind-contact .wrapper .info .ul-icon li {
		width: 100%;
		height: auto;
		padding: 20px 15px;
		margin-bottom: 15px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
	.ind-contact .wrapper .info .ul-icon li::after {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		border-radius: 10px;
	}
	.ind-contact .wrapper .info .ul-icon li:last-child {
		margin-bottom: 0;
	}
	.ind-contact .wrapper .info .ul-icon li img {
		margin: 0 20px 0 50px;
	}
	.ind-contact .wrapper .info .info-text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

.custom-step {
	margin-bottom: 50px;
}

.custom-step__item {
	width: calc(((100% - 10px) / 5 * 1));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.custom-step__item::after {
	position: absolute;
	top: calc(50% - 20px);
	right: -20px;
	content: "\e919";
	font-family: 'icomoon';
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.custom-step__item:last-child::after {
	display: none;
}

.custom-step__item .img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
	border: 6px #54822E solid;
}

.custom-step__item .img img {
	width: 50px;
	height: auto;
}

.custom-step__item span {
	display: block;
	color: #415B2C;
}

@media only screen and (max-width: 640px) {
	.custom-step__item {
		width: calc(((100% - 4px) / 2 * 1));
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 2px;
		margin-bottom: 10px;
	}
}

.form__field--link {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.form__field--link a {
	color: #54822E;
}

@media only screen and (min-width: 1281px) {
	.form__field--link a:hover {
		color: #666;
	}
}

.cart-list__th {
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

.cart-list__th::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #415B2C;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cart-list__th li {
	padding: 0 12px;
	font-weight: 500;
}

.cart-list__td li {
	padding: 12px;
	-ms-flex-line-pack: center;
	    align-content: center;
	position: relative;
	overflow: hidden;
}

.cart-list__td li::before {
	width: 100%;
	color: #000;
	font-weight: 600;
	content: attr(data-name);
	padding: 10px;
	margin-bottom: 10px;
	background: #F1F2F4;
	display: none;
}

.cart-list__td li::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #415B2C;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cart-list__td li img {
	width: 80%;
	height: auto;
}

.cart-list__td li.img::before, .cart-list__td li.delete::before {
	display: none !important;
}

.cart-list__td li.name a {
	color: #415B2C;
}

.cart-list__td li .price::before {
	content: "NT$";
	margin-right: 7px;
}

.cart-list__td li .form__control {
	width: 85%;
	background: none;
	border-color: #415B2C;
}

.cart-list__td li .btn {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.cart-list__td li .btn .btn__icon {
	margin: 0;
	font-size: 30px;
}

.subtotal {
	padding: 20px 20px 50px;
}

.subtotal .fare, .subtotal .total, .subtotal .discount {
	color: #444444;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.subtotal .fare span {
	color: #FF0000;
}

.subtotal .fare span::before {
	content: "運費：NT$";
	color: #444444;
	margin-right: 10px;
}

.subtotal .total {
	padding-top: 20px;
}

.subtotal .total .price {
	color: #000;
}

.subtotal .total .price::before {
	content: "NT$";
	font-size: 16px;
	font-weight: 600;
}

.subtotal .total .price.special-offer {
	color: #FF0000;
	font-size: 24px;
	font-weight: 800;
}

.subtotal .total .price.special-offer::before {
	color: #000;
}

.subtotal .discount {
	padding-top: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.subtotal .discount .form__control {
	width: 120px;
	margin: 0 10px;
}

.subtotal .discount span {
	color: #FF0000;
	font-size: 14px;
}

.subtotal .discount span::before {
	content: "折扣 -";
}

.status li {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.status li span {
	margin: 0 6px;
	color: #54822E;
}

.cart-a {
	margin-left: 20px;
	color: #415B2C;
}

@media only screen and (min-width: 1281px) {
	.cart-a:hover {
		color: #999;
	}
}

.btn--freight {
	margin: 0;
}

.tips-note {
	color: #FF0000;
}

.cart-confirm .form__group .form__label .form__title {
	padding-top: 0;
}

.cart-confirm .form__group .form__label .form__title::before {
	top: 0;
}

.payment .method {
	margin-bottom: 10px;
	padding-left: 10px;
}

.payment .form__group .form__label .form__title {
	padding-left: 0;
}

.payment .form__group .form__field .btn {
	margin: 0;
}

@media only screen and (min-width: 1281px) {
	.cart-list__td li.img:hover img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.cart-list__td li.name a:hover {
		color: #999;
	}
	.cart-list__td li .btn:hover {
		background: none;
		color: #D3BB70;
	}
}

@media only screen and (max-width: 1280px) {
	.subtotal {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {
	.cart-list__th {
		display: none;
	}
	.cart-list__td {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px #999 solid;
	}
	.cart-list__td li::before {
		display: block;
	}
	.cart-list__td li::after {
		display: none;
	}
	.cart-list__td li .form__control {
		width: 100%;
	}
	.cart-list__td li .classification, .cart-list__td li .name {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
		padding: 0 10px;
	}
	.cart-list__subtotal {
		margin-top: 20px;
	}
	.cart-list__subtotal .btnbox {
		padding: 15px 0;
	}
	.cart-list__subtotal .btnbox .btn {
		width: 100%;
		margin: 5px 0;
	}
}

.news__item {
	padding: 15px;
	border: 1px #D3BB70 solid;
	position: relative;
}

.news__item .img {
	margin-bottom: 15px;
	overflow: hidden;
}

.news__item .img img {
	width: 100%;
	height: auto;
}

.news__item .info {
	margin-bottom: 20px;
	min-height:4.5em;
}

.news__item .info > .title {
	margin-bottom: 20px;
	color: #415B2C;
}

.news__item .info p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news__item .btnbox {
	padding: 0;
}

.news__item .btnbox .date, .news__item .btnbox .btn {
	width: 46%;
	font-family: "Noto Serif TC", serif;
	font-weight: 700;
	margin:0 2%;
}

.news__item .btnbox .date {
	height: 50px;
	padding: 12px 10px;
	border-radius: 6px;
	background: #D3BB70;
	color: #fff;
	text-align: center;
}

.news__item .btnbox .btn {
	margin: 0;
}

@media only screen and (min-width: 1281px) {
	.news__item:hover {
		background: rgba(233, 217, 167, 0.15);
	}
	.news__item:hover .btnbox .date {
		background: rgba(211, 187, 112, 0.6);
	}
	.news__item:hover .btnbox .btn {
		background: #fff;
		color: #D3BB70;
	}
}

.contact__info, .contact__form {
	width: 50%;
}

.contact__info {
	padding-right: 30px;
}

.contact__info .title {
	font-weight: 800;
	font-family: "Cinzel Decorative", cursive;
	color: #D3BB70;
	margin-bottom: 30px;
}

.contact__info .map {
	margin-bottom: 20px;
}

.contact__info .map iframe {
	width: 100%;
}

.contact__info .information {
	padding: 0 10px;
	margin-bottom: 40px;
}

.contact__info .information li {
	margin-bottom: 10px;
	color: #415B2C;
}

.contact__info .information li:first-child {
	font-weight: 600;
}

.contact__info .information li a {
	color: #415B2C;
}

.contact__form {
	padding-left: 30px;
}

.contact__form .title {
	margin-bottom: 15px;
	color: #415B2C;
}

@media only screen and (min-width: 1281px) {
	.contact__info .information li a:hover {
		color: #999;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 1024px) {
	.contact__info, .contact__form {
		width: 100%;
	}
	.contact__info {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.contact__info .map {
		margin-bottom: 20px;
	}
	.contact__form {
		padding-left: 0;
	}
}

.news--list .news__item {
	width: calc(((100% - 120px) / 4 * 1));
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.news--detail {
	padding: 0 30px;
}

.news--detail .titleBox {
	margin-bottom: 40px;
	padding: 20px 30px;
	border-bottom: 1px #415B2C solid;
	background: rgba(233, 217, 167, 0.2);
}

.news--detail .titleBox .date {
	width: 70px;
	height: 120px;
	margin-top: -60px;
	-ms-flex-line-pack: center;
	    align-content: center;
	border-radius: 6px;
	background: #54822E;
	color: #fff;
	font-family: "Cinzel Decorative", cursive;
	font-weight: 600;
}

.news--detail .titleBox .date .yy {
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.news--detail .titleBox .date .mm, .news--detail .titleBox .date .dd {
	width: calc(((100% - 20px) / 2 * 1));
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.news--detail .titleBox .date .mm {
	position: relative;
}

.news--detail .titleBox .date .mm::after {
	position: absolute;
	top: 2px;
	right: -5px;
	content: "/";
}

.news--detail .titleBox .title {
	width: calc(100% - 80px);
}

.news--detail .edit {
	padding: 0 40px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 1281px) {
	.news--list .news__item:hover .img img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media only screen and (max-width: 1280px) {
	.news--list .news__item {
		width: calc(((100% - 90px) / 3 * 1));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.news--list .news__item {
		width: calc(((100% - 60px) / 2 * 1));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.news--list .news__item {
		width: calc((100% - 30px));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.news--detail {
		padding: 0;
	}
	.news--detail .titleBox {
		padding: 15px;
	}
	.news--detail .titleBox .title {
		width: 100%;
	}
	.news--detail .titleBox .date {
		width: 100%;
		height: auto;
		padding: 10px;
		margin-top: 10px;
	}
	.news--detail .titleBox .date .mm, .news--detail .titleBox .date .dd, .news--detail .titleBox .date .yy {
		width: 33.33333333%;
		margin: 0;
	}
	.news--detail .titleBox .date .dd {
		position: relative;
	}
	.news--detail .titleBox .date .dd::after {
		position: absolute;
		top: 2px;
		right: -5px;
		content: "/";
	}
	.news--detail .edit {
		padding: 0;
	}
}

.edit .table, .freight .table {
	width: 100%;
	margin-bottom: 20px;
}

.edit .table th, .edit .table td, .freight .table th, .freight .table td {
	padding: 10px 20px;
}

.edit .table thead th, .freight .table thead th {
	background: rgba(84, 130, 46, 0.9);
	color: #fff;
	letter-spacing: .3rem;
}

.edit .table tbody tr:nth-child(even) td, .freight .table tbody tr:nth-child(even) td {
	background: #F1F2F4;
}

.edit .note .title, .freight .note .title {
	color: #415B2C;
	margin-bottom: 15px;
}

.edit .note .ul-decimal li, .freight .note .ul-decimal li {
	padding: 0;
	margin-bottom: 10px;
}

.edit .title--color, .freight .title--color {
	color: #415B2C;
}

.edit .payment, .freight .payment {
	margin-top: 12px;
}

.edit .payment dt, .freight .payment dt {
	font-weight: 500;
}

.freight {
	width: 90%;
	margin: 0 auto 40px;
}

.freight .title {
	color: #415B2C;
	margin-bottom: 15px;
}

.freight .table tbody tr td.bg-color {
	background: #F1F2F4;
}

.product__item {
	padding: 15px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	position: relative;
}

.product__item .img {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.product__item .img img {
	width: 100%;
	height: auto;
}

.product__item .img::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	opacity: 1;
}

.product__item .titleBox .title {
	width: calc(2px + ((100% - 6px) / 3 * 2));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	color: #415B2C;
	font-weight: 500;
	margin-bottom: 10px;
}

.product__item .titleBox .price {
	width: calc(((100% - 6px) / 3 * 1));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	text-align:right;
}

.product__item .titleBox .price::before {
	content: "NT$ ";
}

.add-cart {
	width: 100%;
	border-radius: 5px;
	border: 1px #e5e5e5 solid;
}

.add-cart .btn-minus, .add-cart .btn-plus {
	width: 48px;
	height: 48px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.add-cart .btn-minus::before, .add-cart .btn-plus::before {
	font-family: 'icomoon';
	font-size: 24px;
	color: #999;
}

.add-cart .btn-minus {
	border-right: 1px #e5e5e5 solid;
}

.add-cart .btn-minus::before {
	content: "\e91a";
}

.add-cart .btn-plus {
	border-left: 1px #e5e5e5 solid;
}

.add-cart .btn-plus::before {
	content: "\e91b";
}

.add-cart .input-number {
	width: calc(100% - 98px);
	border: none;
	text-align: center;
}

.addBlock .spec {
	width: 100%;
	margin: 0 5px 15px;
}

.addBlock .add-cart {
	width: calc(16px + ((100% - 40px) / 5 * 3));
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-bottom: 0;
	z-index: 100;
}

.addBlock .btn {
	width: calc(8px + ((100% - 40px) / 5 * 2));
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-bottom: 0;
	margin-top: 0;
	z-index: 100;
}

.addBlock--list .btn {
	width: 100% !important;
	margin-top: 10px;
}

.sticky-div.fixed {
	position: fixed;
	margin-top: 20px;
	padding: 10px;
	width: 528px;
	background: #fff;
	z-index: 1;
}

.sticky-div.footstick {
	position: absolute;
	bottom: 0;
	top: inherit !important;
}

@media only screen and (min-width: 1281px) {
	.product__item:hover {
		-webkit-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	.product__item:hover .img::before {
		opacity: 0;
	}
	.product__item:hover .img img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.add-cart .btn-minus:hover, .add-cart .btn-plus:hover {
		background: #F1F2F4;
	}
}

@media only screen and (max-width: 1024px) {
	.sticky-div.fixed {
		right: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.addBlock .add-cart {
		width: 100%;
	}
	.addBlock .btn {
		width: calc(((100% - 16px) / 2 * 1));
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 8px;
	}
	.sticky-div.fixed {
		right: 10px;
		width: 300px;
	}
}

.product--list .product__item {
	width: calc(((100% - 90px) / 3 * 1));
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.product--list .product__edit {
	width: 100%;
	margin-bottom: 100px;
	padding: 15px 30px 0;
}

.product--detail > .sectionBlock > .img {
	width: calc(12px + ((100% - 24px) / 12 * 7));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding: 100px 140px;
	background: rgba(233, 217, 167, 0.5);
	border-radius: 50px 0 50px 0;
	position: relative;
}

.product--detail > .sectionBlock > .img::before, .product--detail > .sectionBlock > .img::after {
	position: absolute;
}

.product--detail > .sectionBlock > .img::before {
	right: -30px;
	bottom: 130px;
	content: "Victoria";
	font-size: 48px;
	font-family: "Cinzel Decorative", cursive;
	font-weight: 700;
	color: #E9D9A7;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.product--detail > .sectionBlock > .img::after {
	right: 40px;
	bottom: -30px;
	content: "";
	width: 1px;
	height: 250px;
	background: #E9D9A7;
}

.product--detail > .sectionBlock > .img img {
	width: 100%;
	height: auto;
	border: 9px #fff solid;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.product--detail > .sectionBlock .infoBox {
	width: calc(8px + ((100% - 24px) / 12 * 5));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding-left: 70px;
}

.product--detail > .sectionBlock .infoBox .title {
	margin: 35px 0;
	color: #415B2C;
	letter-spacing: 0.2rem;
	font-weight: 500;
}

.product--detail > .sectionBlock .infoBox .info {
	margin: 20px 0 40px;
}

.product--detail > .sectionBlock .infoBox .info__row {
	margin-bottom: 10px;
}

.product--detail > .sectionBlock .infoBox .info__row .heading, .product--detail > .sectionBlock .infoBox .info__row .text-info {
	padding: 7px 12px;
}

.product--detail > .sectionBlock .infoBox .info__row .heading {
	width: calc(6px + ((100% - 24px) / 12 * 4));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	background: #E9D9A7;
	text-align: center;
}

.product--detail > .sectionBlock .infoBox .info__row .text-info {
	width: calc(14px + ((100% - 24px) / 12 * 8));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
}

.product--detail > .sectionBlock .infoBox .addBlock .add-cart {
	width: calc(40px + ((100% - 96px) / 12 * 6));
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-bottom: 0;
}

.product--detail > .sectionBlock .infoBox .addBlock .btn {
	width: calc(16px + ((100% - 96px) / 12 * 3));
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-bottom: 0;
}

.product--detail > .sectionBlock .edit {
	padding: 30px;
}

.product--slider .slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	width: 36px;
	height: 60px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.product--slider .slick-arrow::before {
	font-family: 'icomoon';
	color: #54822E;
	font-size: 80px;
}

.product--slider .prev {
	left: -50px;
}

.product--slider .prev::before {
	content: "\f104";
}

.product--slider .next {
	right: -50px;
}

.product--slider .next::before {
	content: "\f105";
}

@media only screen and (min-width: 1281px) {
	.product--slider .slick-arrow:hover::before {
		color: #999;
	}
}

@media only screen and (max-width: 1440px) {
	.product--detail > .sectionBlock > .img {
		width: calc(10px + ((100% - 24px) / 12 * 6));
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 2px;
		padding: 80px 100px;
	}
	.product--detail > .sectionBlock .infoBox {
		width: calc(10px + ((100% - 24px) / 12 * 6));
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 2px;
		padding-left: 30px;
	}
	.product--detail > .sectionBlock .edit {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.product--detail > .sectionBlock > .img {
		padding: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.product--detail > .sectionBlock > .img, .product--detail > .sectionBlock .infoBox {
		width: 100%;
	}
	.product--detail > .sectionBlock .infoBox {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.product--list .product__item {
		width: calc(((100% - 60px) / 2 * 1));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.product--list .product__item {
		width: calc((100% - 30px));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.product--list .product__edit {
		margin-bottom: 40px;
	}
	.product--detail > .sectionBlock > .img {
		padding: 0;
		background: none;
	}
	.product--detail > .sectionBlock > .img::before, .product--detail > .sectionBlock > .img::after {
		display: none;
	}
	.product--detail > .sectionBlock .infoBox {
		padding: 0;
	}
	.product--detail > .sectionBlock .infoBox .title {
		margin: 20px 0 0;
	}
	.product--detail > .sectionBlock .infoBox .info__row .heading, .product--detail > .sectionBlock .infoBox .info__row .text-info {
		width: 100%;
		margin: 0;
	}
	.product--detail > .sectionBlock .infoBox .addBlock .add-cart {
		width: 100%;
		margin-bottom: 10px;
	}
	.product--detail > .sectionBlock .infoBox .addBlock .btn {
		width: calc(((100% - 16px) / 2 * 1));
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 8px;
	}
	.product--detail > .sectionBlock .edit {
		padding: 10px 0;
	}
}

.edit-note .note-title {
	color: #415B2C;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #54822E solid;
}

.edit-note .note-block {
	margin-bottom: 30px;
}

.edit-note .note-block:last-child {
	margin-bottom: 0;
}

.edit-note .note-block .ul-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.edit-note .note-block .ul-img li {
	width: calc(((100% - 48px) / 4 * 1));
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	list-style: none;
}

.edit-note .note-block .ul-img li img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.edit-note .note-block .ul-img li {
		width: calc(((100% - 36px) / 3 * 1));
		margin-left: 6px;
		margin-right: 6px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 640px) {
	.edit-note .note-block .ul-img li {
		width: calc(((100% - 24px) / 2 * 1));
		margin-left: 6px;
		margin-right: 6px;
		margin-bottom: 12px;
	}
}

.about {
	margin-bottom: 40px;
}

.about__info {
	width: calc(2px + ((100% - 10px) / 5 * 2));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	padding: 60px 90px 0 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.about__info .title {
	font-weight: 700;
	color: #415B2C;
	font-family: "Noto Serif TC", serif;
	margin-bottom: 40px;
	position: relative;
}

.about__info .title span {
	color: #C9AA4D;
	font-family: "Cinzel Decorative", cursive;
	font-size: 40px;
	margin-top: 20px;
	display: block;
}

.about__info .title::after {
	position: absolute;
	left: 0;
	bottom: -25px;
	content: "";
	width: 15em;
	height: 1px;
	background: #D3BB70;
	z-index: 1;
}

.about__info p {
	margin: 0 30px 0 0;
	line-height: 30px;
	text-align: center;
	font-family: "Noto Serif TC", serif;
}

.about__img {
	width: calc(4px + ((100% - 10px) / 5 * 3));
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-top: -80px;
	position: relative;
}

.about__img img {
	width: 100%;
	height: auto;
}

.about__info, .about__img {
	margin-bottom: 60px;
}

.about__other {
	width: 100%;
	padding: 0 5%;
	margin-bottom: 50px;
	line-height: 30px;
}

.about__other br {
	display: none;
}

.about__other .img {
	margin-top: 30px;
}

.about__other .img img {
	width: 100%;
	height: auto;
}

.about__service {
	width: 100%;
	padding: 7% 5% 4%;
	background: #F1F2F4;
}

.about__service .title {
	font-weight: 700;
	color: #415B2C;
	font-family: "Noto Serif TC", serif;
	margin-bottom: 20px;
	position: relative;
}

.about__service .title span {
	color: #C9AA4D;
	font-family: "Cinzel Decorative", cursive;
	font-size: 40px;
	margin-top: 20px;
	display: block;
}

.about__service .service {
	margin: 0 -15px;
}

.about__service .service__item {
	width: calc(((100% - 90px) / 3 * 1));
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	text-align: center;
}

.about__service .service__item img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1280px) {
	.about__info {
		padding: 30px 50px 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.about__info, .about__img {
		width: 100%;
	}
	.about__img {
		margin-top: 0;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.about__info {
		margin-top: 15px;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.about__info .title, .about__info p {
		width: 100%;
	}
	.about__info .title {
		margin-bottom: 30px;
	}
	.about__info p {
		text-align: left;
		padding-right: 0;
	}
	.about__other {
		padding: 0;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.about__service {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.about__service .service__item {
		width: calc(((100% - 60px) / 2 * 1));
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.about__info {
		margin-bottom: 10px;
	}
	.about .title span {
		font-size: 30px;
		line-height: 36px;
	}
	.about .title::after {
		width: 300px;
	}
	.about__service .service__item {
		width: 100%;
	}
}

.parallax {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.parallax img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}

.finished {
	min-height: 600px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.finished__info {
	width: calc(100% - 350px);
	padding-left: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.finished__info h3 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.375rem;
	font-weight: 800;
	margin-bottom: 20px;
}

.finished__info .information {
	margin: 20px 0;
}

.finished__info .information li {
	margin-bottom: 10px;
}

.finished__info .information li img {
	display: inline-block;
	margin-right: 15px;
}

.finished__info .btnbox .btn {
	width: auto;
}

.checkmark {
	width: 350px;
	margin: 0 auto;
	padding: 30px;
}

.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash 2s ease-in-out;
	-webkit-animation: dash 2s ease-in-out;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

.spin {
	animation: spin 2s;
	-webkit-animation: spin 2s;
	-ms-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media only screen and (max-width: 1280px) {
	.finished__info {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.finished__info h3 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 2.625rem;
	}
	.finished__info .information li img {
		margin: auto;
	}
	.checkmark {
		width: 100%;
		text-align: center;
	}
	.checkmark svg {
		max-width: 300px;
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.finished {
		padding: 30px;
	}
	.checkmark {
		padding: 20px 40px;
	}
}

.cart-wrap.current {
	visibility: visible;
	opacity: 1;
}

.cart-wrap.current .cart-wrapbg {
	visibility: visible;
	opacity: 1;
}

.cart-wrap.current .cart-wrapIn {
	visibility: visible;
	opacity: 1;
}

.cart-wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 104;
	visibility: hidden;
	opacity: 0;
}

.cart-wrap .cart-wrapbg {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 102;
	background: rgba(0, 0, 0, 0.5);
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
}

.cart-wrap .cart-wrapIn {
	padding: 40px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 480px;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 103;
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width: 1280px) {
	.cart-wrap .cart-wrapIn {
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.cart-wrap .cart-wrapIn {
		width: 100%;
	}
}

.cart-wrap .cart-wrapClose {
	width: 40px;
	height: 40px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	right: 25px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.cart-wrap .cart-wrapClose::before {
	font-family: 'icomoon';
	content: "\e907";
	font-size: 30px;
}

.cart-wrap .cart-wrap-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.25rem;
	font-weight: bold;
}

.cart-wrap .cart-wrap-title span {
	display: inline-block;
	padding-left: 15px;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
}

@media only screen and (max-width: 1280px) {
	.cart-wrap .cart-wrap-title {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
	.cart-wrap .cart-wrap-title span {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.313rem;
	}
}

.cart-wrap .cart-wrap-list {
	overflow-x: hidden;
	overflow-y: auto;
	height: calc( 100vh - 235px);
}

@media only screen and (max-width: 1280px) {
	.cart-wrap .cart-wrap-list {
		height: calc( 100% - 170px);
	}
}

.cart-wrap .cart-wrap-list li {
	padding: 25px 0;
	border-bottom: solid 1px #e1e1e1;
}

.cart-wrap .cart-wrap-list li .cart-img {
	width: 155px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.cart-wrap .cart-wrap-list li .cart-img img {
	width: 100%;
	height: auto;
	display: block;
	min-height: 100%;
	position: absolute;
	z-index: 1;
}

.cart-wrap .cart-wrap-list li .cart-info {
	width: calc(100% - 155px);
	padding-left: 12px;
}

.cart-wrap .cart-wrap-list li .cart-info .nameBox {
	min-height: 70px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.cart-wrap .cart-wrap-list li .cart-info .name {
	width: calc(100% - 24px);
	padding-right: 20px;
}

.cart-wrap .cart-wrap-list li .cart-info .delete {
	width: 24px;
	height: 24px;
}

.cart-wrap .cart-wrap-list li .cart-info .delete::before {
	font-family: 'icomoon';
	content: "\e906";
	font-size: 24px;
}

.cart-wrap .cart-wrap-list li .cart-info .price {
	color: #FF0000;
	font-weight: 500;
}

.cart-wrap .cart-wrap-list li .cart-info .price::before {
	content: "NT$ ";
}

.cart-wrap .cart-submit {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: calc( 100% - 80px);
	height: 58px;
	border-radius: 60px;
	border: solid 1px #D3BB70;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
	font-weight: bold;
	color: #D3BB70;
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
}

.cart-wrap .cart-submit:hover {
	background: #D3BB70;
	color: #fff;
}

@media only screen and (max-width: 480px) {
	.cart-wrap .cart-submit {
		width: calc( 100% - 40px);
		bottom: 20px;
		left: 20px;
		right: 20px;
		background: #D3BB70;
		color: #fff;
	}
}

.process {
	width: 100%;
	max-width: 1110px;
	margin: 10px auto;
}
.download li{margin:0 auto 20px auto;}
.download li img{width:100%;}