@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span, .classBox a,
.classBox span, .privacyArea, .commentArea .userBox .productTitle, .commentArea .topBox .Txt:after, .commentArea .topBox .title, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .funBox .icon, header .menu .submenu a span:after, header, .urlBox a, .funBox .icon, .loadingArea, .moduleMask, .moduleBox.comment .userBox .productTitle, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .arrowBox .arrow, .btnBox .btn:after, .btnBox .btn:before, .btnBox .btn, .textEditor.list, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.formBox .formList {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 10px;
	position: relative;
}
.formBox .formColumn.select {
	position: relative;
}
.formBox .formColumn.select::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	pointer-events: none;
	position: absolute;
	top: 46%;
	right: 30px;
	z-index: 1;
	-webkit-transform: rotate(45deg) translateY(-50%);
	        transform: rotate(45deg) translateY(-50%);
}
.formBox .formColumn.comment {
	padding: 0;
	width: 176px;
}
.formBox .formColumn.comment .columnSelect {
	font-weight: bold;
	color: #000;
}
.formBox .formColumn.pt0 {
	padding-top: 0;
}
.formBox .formColumn.pb0 {
	padding-bottom: 0;
}
@media (max-width: 1180px) {
	.formBox .formColumn {
		padding: 10px;
	}
}
.formBox .columnTitle {
	width: 100%;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1.25;
	margin-bottom: 12px;
	position: relative;
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 10px;
	margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
	padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
	content: "*";
	color: #f00;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
}
.formBox .columnCheckBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #cecece;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
	opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
	color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
	border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
	border-color: #1a73e8;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.02rem;
	margin-left: 4px;
}
.formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 5px 25px 5px 10px;
	margin: 0;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnInput {
	padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnArea {
	height: 200px;
	padding: 10px;
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 120px;
		padding: 5px 10px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #737373;
	font-weight: 500;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	border-color: #1a73e8;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 45px;
}
.formBox .btnBox {
	width: 100%;
}
.formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1180px) {
	.formBox .noteTxt {
		font-size: 14px;
	}
}
.formBox .error {
	border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
	20% {
		background-color: rgba(26, 115, 232, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}

@keyframes btnAni {
	20% {
		background-color: rgba(26, 115, 232, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}
@-webkit-keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes message {
	0% {
		-webkit-transform: rotate(12deg);
		        transform: rotate(12deg);
	}
	50% {
		-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg);
	}
	100% {
		-webkit-transform: rotate(12deg);
		        transform: rotate(12deg);
	}
}
@keyframes message {
	0% {
		-webkit-transform: rotate(12deg);
		        transform: rotate(12deg);
	}
	50% {
		-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg);
	}
	100% {
		-webkit-transform: rotate(12deg);
		        transform: rotate(12deg);
	}
}
@-webkit-keyframes arrow {
	0% {
		-webkit-transform: rotate(0deg) scaleX(1);
		        transform: rotate(0deg) scaleX(1);
	}
	25% {
		-webkit-transform: rotate(10deg) scaleX(1.1);
		        transform: rotate(10deg) scaleX(1.1);
	}
	50% {
		-webkit-transform: rotate(0deg) scaleX(1);
		        transform: rotate(0deg) scaleX(1);
	}
	75% {
		-webkit-transform: rotate(-10deg) scaleX(1.1);
		        transform: rotate(-10deg) scaleX(1.1);
	}
	100% {
		-webkit-transform: rotate(0deg) scaleX(1);
		        transform: rotate(0deg) scaleX(1);
	}
}
@keyframes arrow {
	0% {
		-webkit-transform: rotate(0deg) scaleX(1);
		        transform: rotate(0deg) scaleX(1);
	}
	25% {
		-webkit-transform: rotate(10deg) scaleX(1.1);
		        transform: rotate(10deg) scaleX(1.1);
	}
	50% {
		-webkit-transform: rotate(0deg) scaleX(1);
		        transform: rotate(0deg) scaleX(1);
	}
	75% {
		-webkit-transform: rotate(-10deg) scaleX(1.1);
		        transform: rotate(-10deg) scaleX(1.1);
	}
	100% {
		-webkit-transform: rotate(0deg) scaleX(1);
		        transform: rotate(0deg) scaleX(1);
	}
}
body {
	background-color: #fff;
	font-size: 15px;
	font-family: "Alegreya Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
	body {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.errorPage .mainArea {
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.errorPage .mainArea .top {
	max-width: 380px;
	color: #1a73e8;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

address {
	font-style: normal;
}

a {
	color: #000;
	cursor: pointer;
}
@media (min-width: 1201px) {
	a:hover {
		color: #1a73e8;
	}
}

input[type=text],
input[type=password],
textarea,
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
}

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
	/* chromes and blink button */
	cursor: pointer;
}

.Img img {
	height: auto;
}

.link.cover {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

div.titan {
	display: none;
}

[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-1, .col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}

/* 共用的樣式 */
.textEditor.list {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	font-weight: 500;
	font-size: 17px;
	line-height: 2.2;
	letter-spacing: 0.85px;
}
@media (max-width: 1180px) {
	.textEditor.list {
		line-height: 1.8;
		font-size: 16px;
	}
}
@media (max-width: 540px) {
	.textEditor.list {
		font-size: 15px;
	}
}

.topTitleBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	row-gap: 20px;
}
@media (max-width: 1180px) {
	.topTitleBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.titleBox {
	position: relative;
}
.titleBox.center {
	text-align: center;
}
.titleBox .decoTitle {
	color: #000;
	font-size: 16px;
	line-height: normal;
	padding-bottom: 4px;
}
@media (max-width: 1180px) {
	.titleBox .decoTitle {
		font-size: 14px;
	}
}
@media (max-width: 540px) {
	.titleBox .decoTitle {
		font-size: 12px;
		padding-bottom: 0;
	}
}
.titleBox .title {
	color: #000;
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.4px;
}
@media (max-width: 1180px) {
	.titleBox .title {
		font-size: 36px;
	}
}
@media (max-width: 540px) {
	.titleBox .title {
		font-size: 30px;
	}
}
.titleBox .subtitle {
	color: #000;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 4px;
}
@media (max-width: 1180px) {
	.titleBox .subtitle {
		font-size: 19px;
	}
}
@media (max-width: 540px) {
	.titleBox .subtitle {
		font-size: 17px;
		padding-top: 0;
	}
}
.titleBox .text {
	color: #8b8b8b;
	font-size: 15px;
	line-height: normal;
	padding-top: 30px;
}
@media (max-width: 1180px) {
	.titleBox .text {
		font-size: 14px;
		padding-top: 20px;
	}
}
@media (max-width: 540px) {
	.titleBox .text {
		font-size: 14px;
		padding-top: 15px;
	}
}
.titleBox.home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 38px;
	   -moz-column-gap: 38px;
	        column-gap: 38px;
	row-gap: 20px;
}
.titleBox.home .subtitle {
	padding: 0;
	white-space: pre-wrap;
	max-width: 100%;
}
@media (max-width: 540px) {
	.titleBox.home {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

.btnBox.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -6px;
}
.btnBox.flex .btn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 6px;
}
@media (max-width: 380px) {
	.btnBox.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 8px;
	}
	.btnBox.flex .btn {
		width: 100%;
	}
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 173px;
}
@media (max-width: 380px) {
	.btnBox.single .btn {
		max-width: 100%;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	overflow: hidden;
	min-width: 173px;
	font-weight: 700;
	padding: 6px 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: #fff;
	text-align: left;
}
.btnBox .btn:before {
	content: "";
	width: 32px;
	height: 1.5px;
	position: absolute;
	left: calc(100% - 43px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
.btnBox .btn:after {
	content: "";
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
}
.btnBox .btn span {
	display: inline-block;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.3px;
}
@media (min-width: 1201px) {
	.btnBox .btn:hover:after {
		left: 0;
		right: auto;
		width: 100%;
	}
}
.btnBox .btn.bgMain {
	color: #000;
	border: 1px solid #000;
}
.btnBox .btn.bgMain:before {
	background-color: #000;
}
.btnBox .btn.bgMain:after {
	background-color: #2443c6;
}
@media (min-width: 1201px) {
	.btnBox .btn.bgMain:hover {
		color: #fff;
		border: 1px solid #2443c6;
	}
	.btnBox .btn.bgMain:hover:before {
		background-color: #fff;
	}
}
.btnBox .btn.bgSecond {
	color: #1a73e8;
	border: 1px solid #1a73e8;
}
.btnBox .btn.bgSecond:before {
	background-color: #1a73e8;
}
.btnBox .btn.bgSecond:after {
	background-color: #2443c6;
}
@media (min-width: 1201px) {
	.btnBox .btn.bgSecond:hover {
		color: #fff;
		border: 1px solid #2443c6;
	}
	.btnBox .btn.bgSecond:hover:before {
		background-color: #fff;
	}
}
.btnBox .btn.rounded {
	border-radius: 22.5px;
}
.btnBox .btn.roundedSlightly {
	border-radius: 4px;
}

.arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.arrowBox .arrow {
	pointer-events: auto;
	cursor: pointer;
	width: 38px;
	height: 38px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	position: relative;
}
@media (min-width: 1201px) {
	.arrowBox .arrow:hover {
		border-color: #1a73e8;
	}
}
.arrowBox .arrow.prev {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.arrowBox .arrow.next {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
@media (max-width: 1400px) {
	.arrowBox .arrow {
		width: 33px;
		height: 33px;
	}
}
@media (max-width: 1180px) {
	.arrowBox .arrow {
		width: 28px;
		height: 28px;
	}
}
.arrowBox.center {
	width: 100%;
	z-index: 10;
	position: absolute;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: calc(100% + 110px);
}
@media (max-width: 1400px) {
	.arrowBox.center {
		width: calc(100% + 70px);
	}
}
@media (max-width: 1180px) {
	.arrowBox.center {
		width: calc(100% + 50px);
	}
}
@media (max-width: 400px) {
	.arrowBox.center {
		display: none;
	}
}

/* 共用的樣式 END */
.outerWrap {
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 97px;
	position: relative;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-top: 68px;
		padding-bottom: env(safe-area-inset-bottom);
	}
}

.wrap {
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
	padding-left: 85px;
	padding-right: 85px;
}
@media (max-width: 1400px) {
	.wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 1180px) {
	.wrap {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media (max-width: 400px) {
	.wrap {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*module*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	/*洽詢車&購物車*/
	/*訂單查詢*/
	/*搜尋*/
	/*提醒使用cookie彈窗*/
}
@media (max-width: 540px) {
	.moduleBox {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	pointer-events: auto;
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	height: 90%;
	max-height: 628px;
	max-width: 1110px;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moduleBox .moduleTitle {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
.moduleBox .moduleContent {
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	overflow-y: auto;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #1a73e8;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: none;
	background-color: #ffbc0d;
	border: none;
	cursor: pointer;
	position: absolute;
	right: -25px;
	top: -25px;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -0.5px;
	width: 20px;
	height: 1px;
	background-color: #000;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.moduleBox .moduleClose:hover {
		background-color: #1a73e8;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	padding-top: 50px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	margin-top: 20px;
	text-align: center;
}
@media (max-width: 540px) {
	.moduleBox.privacy .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 8px;
	}
}
.moduleBox.privacy .btnBox .btn {
	max-width: 173px;
}
.moduleBox.privacy .btnBox .btn.textLink {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #1a73e8;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1201px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
	padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.moduleBox.privacy .customList .topBox::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	        transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
	-webkit-transform: translateY(-100%) rotate(45deg);
	        transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
	color: #1a73e8;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.35;
	padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
	cursor: pointer;
	display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
	cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	outline: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
	background-color: #6da6f0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #3181ea;
	-webkit-transform: translate(75%, -50%);
	        transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
	width: 38px;
	height: 14px;
	border-radius: 30px;
	background-color: #d9d9d9;
	display: block;
	margin-left: auto;
	position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #b5b5b5;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 1201px) {
	.moduleBox.privacy .customList .topBox:hover .subtitle {
		color: #1a73e8;
	}
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .topBox {
		margin-bottom: 5px;
	}
}
.moduleBox.privacy .customList .text {
	background-color: #e1e1e1;
	padding: 18px 15px;
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .text {
		padding: 15px 12px;
	}
}
.moduleBox.cart .moduleWrap {
	max-width: 480px;
}
.moduleBox.cart .btnBox.flex .btn {
	max-width: 173px;
}
@media (max-width: 540px) {
	.moduleBox.cart .btnBox.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 8px;
	}
}
.moduleBox.cart .text {
	color: #373737;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
}
.moduleBox.cart .text b {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #1a73e8;
}
.moduleBox.cart .cartBox {
	max-height: 50vh;
	border-top: 2px solid #1a73e8;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #1a73e8;
	}
}
.moduleBox.cart .cartList .spec {
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
}
.moduleBox.cart .cartList .del {
	width: 35px;
	height: 35px;
	border: none;
	background-color: #eee;
	border-radius: 50%;
	color: #5f5f5f;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .del:hover {
		background-color: #1a73e8;
		color: #fff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
.moduleBox.orderCheck .formBox {
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.moduleBox.search .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.search .searchBox {
	margin: 30px 0;
	position: relative;
}
.moduleBox.search .searchBox input[type=text] {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #1a73e8;
	color: #fff;
	display: block;
	font-size: 16px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	line-height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
@media (min-width: 1201px) {
	.moduleBox.search .searchBox button:hover {
		background-color: #000;
	}
}
.moduleBox.cookie .moduleWrap {
	max-width: 480px;
}
.moduleBox.cookie .text {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}
@media (max-width: 1200px) {
	.moduleBox.comment .moduleWrap {
		max-height: 580px;
	}
}
@media (max-width: 1180px) {
	.moduleBox.comment .moduleWrap {
		max-height: 100%;
		max-width: 670px;
	}
}
.moduleBox.comment .moduleContent {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1180px) {
	.moduleBox.comment .moduleContent {
		-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;
		padding: 0 30px;
		padding-top: 30px;
	}
}
@media (max-width: 400px) {
	.moduleBox.comment .moduleContent {
		padding: 20px;
	}
}
.moduleBox.comment .imgListBox {
	position: relative;
	width: 100%;
	max-width: 655px;
}
.moduleBox.comment .imgListBox .imgList {
	margin-bottom: 0;
}
.moduleBox.comment .imgListBox .slick-slide {
	height: auto;
}
.moduleBox.comment .imgListBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.comment .imgListBox .slick-dots {
	bottom: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1200px) {
	.moduleBox.comment .imgListBox {
		max-width: 605px;
	}
}
.moduleBox.comment .rightBox {
	padding: 16px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (min-width: 1181px) {
	.moduleBox.comment .rightBox {
		padding: 16px 28px;
		height: 100%;
		overflow-y: auto;
	}
	.moduleBox.comment .rightBox::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
		background-color: #f1f1f1;
	}
	.moduleBox.comment .rightBox::-webkit-scrollbar {
		width: 3px;
		height: 3px;
		background-color: #f1f1f1;
	}
	.moduleBox.comment .rightBox::-webkit-scrollbar-thumb {
		background: #1a73e8;
	}
}
.moduleBox.comment .userBox {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
}
.moduleBox.comment .userBox .imgBox {
	min-width: 88px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
}
.moduleBox.comment .userBox .imgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.comment .userBox .imgBox .Img .default {
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 840px) {
	.moduleBox.comment .userBox .imgBox {
		min-width: 55px;
		width: 55px;
		height: 55px;
	}
}
.moduleBox.comment .userBox .Txt {
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.moduleBox.comment .userBox .productTitle {
	font-weight: 700;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.7px;
}
@media (min-width: 1201px) {
	.moduleBox.comment .userBox .productTitle:hover {
		color: #1a73e8;
	}
}
.moduleBox.comment .userBox .scoreTitle {
	font-weight: 500;
	color: #404040;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	position: relative;
}
.moduleBox.comment .userBox .scoreTitle:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background-color: #ccc;
}
.moduleBox.comment .userBox .scoreBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 22px;
	   -moz-column-gap: 22px;
	        column-gap: 22px;
}
.moduleBox.comment .userBox .scoreList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 5.5px;
	   -moz-column-gap: 5.5px;
	        column-gap: 5.5px;
}
.moduleBox.comment .userBox .scoreList svg {
	fill: #d9d9d9;
	width: 14px;
	height: 14px;
}
.moduleBox.comment .userBox .scoreList .light svg {
	fill: #ffbc0d;
}
.moduleBox.comment .commentTitle {
	margin-top: 34px;
	font-weight: 500;
	color: #000;
	font-size: 17px;
	line-height: 1.7647058824;
	letter-spacing: 0.85px;
	word-break: break-word;
}
.moduleBox.comment .answerBox {
	margin-top: 35px;
	padding: 24px 28px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.moduleBox.comment .answerBox .title {
	font-weight: 500;
	color: #1a73e8;
	font-size: 17px;
	line-height: 1.7647058824;
	letter-spacing: 0.85px;
}
.moduleBox.comment .answerBox .info {
	margin-top: 6px;
	color: #000;
	font-size: 16px;
	line-height: 1.6875;
	letter-spacing: 0.8px;
}
@media (max-width: 1180px) {
	.moduleBox.comment .answerBox {
		padding: 20px;
	}
}
@media (max-width: 540px) {
	.moduleBox.comment .answerBox {
		padding: 14px;
	}
	.moduleBox.comment .answerBox .title {
		font-size: 15px;
	}
	.moduleBox.comment .answerBox .info {
		font-size: 14px;
	}
}

.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;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*loading*/
.loadingArea {
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.loadingArea .loadLogo {
	width: 180px;
	height: auto;
}
.loadingArea .loadLogo img {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.loadingArea.show {
	opacity: 1;
	pointer-events: auto;
}
.loadingArea.show .loadLogo img {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.loadingArea.hide {
	opacity: 0;
}

/* 彈窗 & 其他功能 */
.funBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.funBox .funItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.funBox .funItem:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 48px;
	background-color: #ccc;
}
.funBox .funItem > a {
	display: inline-block;
	padding: 10px;
	position: relative;
}
.funBox .icon {
	display: block;
	text-align: center;
	background: no-repeat center center/contain;
}
.funBox .icon.order {
	width: 26px;
	height: 26px;
	background-image: url("../images/icon/menu_burger.png");
}
.funBox .icon.member {
	width: 24px;
	height: 24px;
	background-image: url("../images/icon/menu_member.png");
}
.funBox .icon.cart {
	width: 20px;
	height: 24px;
	background-image: url("../images/icon/menu_cart.png");
}
@media (min-width: 1201px) {
	.funBox .icon:hover {
		opacity: 0.7;
	}
}
.funBox .shopCartCount {
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-weight: 600;
}

.loginBox {
	position: relative;
	z-index: 1;
}
.loginBox .submenu {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 130%;
	width: 160px;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.loginBox .submenu a {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}
.loginBox .submenu a:not(:last-child) {
	border-bottom: 1px solid #eee;
}
@media (min-width: 1201px) {
	.loginBox:hover .submenu {
		top: 100%;
		opacity: 1;
		pointer-events: auto;
	}
}

.urlBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}
.urlBox .urlItem {
	position: relative;
}
.urlBox .urlItem:first-child:before {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #4c4c4c;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.urlBox a {
	color: #4c4c4c;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.5294117647;
	letter-spacing: 0.85px;
}
@media (min-width: 1201px) {
	.urlBox a:hover {
		color: #1a73e8;
	}
}

.socialBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
}
@media (max-width: 470px) {
	.socialBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: 8px;
	}
}
.socialBox .socialTitle {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.5294117647;
	letter-spacing: 0px;
}
.socialBox .socialList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
	row-gap: 16px;
}
.socialBox .socialList a {
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat center center/cover;
}
@media (min-width: 1201px) {
	.socialBox .socialList a:hover {
		opacity: 0.7;
	}
}
.socialBox .socialList a.shopee {
	background-image: url("../images/icon/social_shopee.png");
}
.socialBox .socialList a.fb {
	background-image: url("../images/icon/social_fb.png");
}
.socialBox .socialList a.ig {
	background-image: url("../images/icon/social_ig.png");
}
.socialBox .socialList a.yt {
	background-image: url("../images/icon/social_yt.png");
}
.socialBox .socialList a.tiktok {
	background-image: url("../images/icon/social_tiktok.png");
}
.socialBox .socialList a.line {
	background-image: url("../images/icon/social_line.png");
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 51;
	background-color: #fff;
	/*menu*/
}
header.scroll {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .wrap {
	padding-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
header .logo {
	padding: 5px 0;
}
header .logo a {
	display: block;
	width: 80px;
	height: 84px;
	background: url("../images/logo.png") no-repeat center center/contain;
}
@media (max-width: 1180px) {
	header .logo a {
		width: 51px;
		height: 55px;
	}
}
header .menuBox {
	width: 51%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 1400px) {
	header .menuBox {
		width: 55%;
	}
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 6.5%;
	   -moz-column-gap: 6.5%;
	        column-gap: 6.5%;
}
@media (max-width: 1400px) {
	header .menu {
		-webkit-column-gap: 4%;
		   -moz-column-gap: 4%;
		        column-gap: 4%;
	}
}
header .menu > .menuItem {
	position: relative;
	display: inline-block;
}
header .menu > .menuItem:nth-child(2) .mainLink {
	color: red;
}
header .menu > .menuItem a {
	color: #000;
	display: block;
	font-weight: 700;
	padding: 35px 10px;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 1.7px;
}
header .menu > .menuItem a.current {
	color: #1a73e8;
}
@media (min-width: 1201px) {
	header .menu > .menuItem a:hover {
		color: #1a73e8;
	}
}
header .menu .submenu {
	width: 150px;
	display: none;
	position: absolute;
	top: 110%;
	left: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
}
header .menu .submenu .submenuItem {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
}
header .menu .submenu a {
	background-color: #fff;
	color: #666;
	display: block;
	position: relative;
	padding: 10px;
}
header .menu .submenu a span {
	position: relative;
}
header .menu .submenu a span:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1a73e8;
}
header .menu .submenu a.current span:after {
	width: 100%;
}
@media (min-width: 1201px) {
	header .menu .submenu a:hover {
		color: #1a73e8;
	}
	header .menu .submenu a:hover span:after {
		width: 100%;
	}
}
header .menu .submenu .thirdMenuItem {
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
}
header .menu .submenu .thirdMenuItem a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 1.5;
}
header .menu .submenu.fullSubmenu {
	width: 100%;
	background-color: #f7f7f7;
	position: fixed;
	left: 0;
	top: 120px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
	height: auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
	display: block;
}
header .menu .submenu.fullSubmenu a {
	background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
	color: #1a73e8;
}
@media (min-width: 1201px) {
	header .menu .submenu.fullSubmenu a:hover {
		color: #1a73e8;
	}
}
header .menu .submenu.fullSubmenu .submenuItem {
	width: 100%;
	max-width: 220px;
	padding: 0 20px;
	text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
header .menu .submenu.twoLayers .submenuItem {
	position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
	padding-left: 6px;
	width: 150px;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
header .menu .submenu.twoLayers .thirdMenuItem {
	width: 100%;
}
header .funBox {
	width: 18%;
	max-width: 264px;
}
@media (max-width: 1180px) {
	header .funBox {
		margin-left: auto;
		margin-right: 10px;
		width: auto;
		position: relative;
	}
	header .funBox:after {
		content: "";
		position: absolute;
		right: -18px;
		width: 1px;
		height: 48px;
		background-color: #ccc;
	}
}
@media (max-width: 1180px) {
	header .funBox .funItem:not(:last-child) {
		display: none;
	}
}
header .funBox .icon {
	display: block;
	text-align: center;
	background: no-repeat center center/contain;
}
header .funBox .icon.order {
	width: 26px;
	height: 26px;
	background-image: url("../images/icon/menu_burger.png");
}
header .funBox .icon.member {
	width: 24px;
	height: 24px;
	background-image: url("../images/icon/menu_member.png");
}
header .funBox .icon.cart {
	width: 20px;
	height: 24px;
	background-image: url("../images/icon/menu_cart.png");
}
@media (min-width: 1201px) {
	header .funBox .icon:hover {
		opacity: 0.7;
	}
}
header .funBox .shopCartCount {
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-weight: 600;
}

/*slideMenu*/
.slideMenuTrigger {
	width: 50px;
	height: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 20px;
	margin-right: -16px;
	position: relative;
}
.slideMenuTrigger .line {
	width: 20px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
	.slideMenuTrigger.close:hover span {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #fff;
	}
	.slideMenuTrigger:hover span {
		background-color: transparent;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #1a73e8;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	}
	.slideMenuTrigger:hover span::before {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.slideMenuTrigger:hover span::after {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuArea {
	width: 100%;
	height: 100vh;
	opacity: 0;
	overflow-x: hidden;
	padding-bottom: calc(40px + env(safe-area-inset-bottom));
	pointer-events: none;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
	background: #1a73e8;
}
@media (min-width: 1181px) {
	.slideMenuArea {
		display: none;
	}
}
.slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.slideMenuArea.show .topBox {
	-webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funBox {
	-webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .urlBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea.show .socialBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
}
@media (min-width: 1181px) {
	.slideMenuArea.show {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
.slideMenuArea .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 3px;
}
.slideMenuArea .topBox .slideMenuLogo {
	padding: 5px 0;
}
.slideMenuArea .topBox .slideMenuLogo a {
	display: block;
	width: 51px;
	height: 55px;
	background: url("../images/logo.png") no-repeat center center/contain;
}
.slideMenuArea .funBox {
	width: 100%;
	max-width: 285px;
	margin-left: -35px;
	margin-top: 40px;
}
@media (max-width: 400px) {
	.slideMenuArea .funBox {
		margin-left: -25px;
	}
}
.slideMenuArea .menuBox {
	width: 100%;
	padding: 30px 40px 40px 30px;
	position: relative;
}
.slideMenuArea .menuBox:after {
	content: "";
	width: 130%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.slideMenuArea .menuBox .nav > .menuItem {
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem:nth-child(2) a {
	color: #db0007;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #1a73e8;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
	background-color: #1a73e8;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
	-webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
	        animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 2.375;
	letter-spacing: 2.4px;
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
	color: #1a73e8;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav > .menuItem a:hover {
		color: #1a73e8;
	}
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	display: none;
	padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
	padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
	color: #1a73e8;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
		color: #1a73e8;
	}
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
	position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #1a73e8;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
	background-color: #1a73e8;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
	padding: 5px 0px 5px 15px;
	display: none;
}
.slideMenuArea .urlBox {
	margin-top: 50px;
}
.slideMenuArea .socialBox {
	margin-top: 30px;
}
.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 1181px) {
	.slideMenuMask.show {
		opacity: 0;
		pointer-events: none;
	}
}

/*手機menu*/
.m_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	        box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
	/*手機menu內容*/
}
@media (min-width: 1181px) {
	.m_menu {
		display: none;
	}
}
.m_menu .mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
}
.m_menu .m_logo {
	float: left;
	margin-left: 70px;
}
.m_menu .m_logo img {
	display: block;
	width: 150px;
	padding-top: 8px;
}
.m_menu .controlBox {
	position: relative;
	z-index: 99;
	height: 60px;
	background-color: #fff;
}
.m_menu .controlBox a.main {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
.m_menu .controlBox a.main span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: -0.5px;
	width: 26px;
	height: 1px;
	background-color: #111;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
	top: -7px;
}
.m_menu .controlBox a.main span:after {
	bottom: -7px;
}
.m_menu .controlBox a.main.show span {
	background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
	display: inline-block;
	vertical-align: middle;
}
.m_menu .controlBox .right {
	float: right;
	line-height: 60px;
	margin-right: 10px;
}
.m_menu .controlBox .right a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 13px;
	color: #fff;
}
.m_menu .controlBox .right a em {
	display: none;
}
.m_menu .controlBox .right i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: #799a1b;
}
.m_menu .controlBox .right b {
	position: absolute;
	top: 6px;
	right: -5px;
	display: block;
	border-radius: 5px;
	line-height: normal;
	padding: 3px 5px;
	font-size: 13px;
	color: #fff;
	background-color: #c40000;
}
.m_menu .controlBox .language:hover .submenu {
	display: block;
}
.m_menu .hideBox {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	display: none;
	width: 100%;
	padding: 60px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
	background: rgb(101, 14, 19);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
	background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
	/* IE6-9 */
}
.m_menu .hideBox .sp {
	display: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	background-color: #c80303;
}
.m_menu .searchBox {
	padding: 20px 0;
	text-align: center;
}
.m_menu .searchBox input[type=text] {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 30px;
	border: 1px solid #ccc;
}
.m_menu .searchBox button {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #9cc720;
}
.m_menu .m_trans {
	text-align: center;
	padding-top: 30px;
}
.m_menu .m_trans > a {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #fff;
	color: #fff;
}
.m_menu .m_trans > a i {
	margin-left: 5px;
}
.m_menu .loginBox {
	padding: 30px 0;
	text-align: center;
}
.m_menu .loginBox a {
	display: inline-block;
	margin: 0 3px;
	font-size: 15px;
	color: #fff;
}
.m_menu .loginBox a i {
	margin-right: 3px;
}
.m_menu .loginBox .submenu {
	margin-top: 10px;
	color: #ccc;
}
.m_menu .loginBox .submenu span {
	margin: 0 5px;
}
.m_menu .mfun {
	padding: 30px 0;
	text-align: center;
}
.m_menu .mfun a {
	display: inline-block;
	margin: 0 1px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #b21d26;
}
.m_menu .nav li {
	border-top: 1px solid #af6568;
}
.m_menu .nav a {
	position: relative;
	display: block;
	padding: 20px 10px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
@media (min-width: 1201px) {
	.m_menu .nav a:hover {
		background-color: #d12127;
	}
}
.m_menu .nav a i {
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 20px;
	font-family: FontAwesome;
}
.m_menu .nav .submenu {
	display: none;
}
.m_menu .nav .submenu a {
	padding: 10px 20px;
}
@media (min-width: 1201px) {
	.m_menu .nav .submenu a:hover {
		background-color: #999;
	}
}

/*banner*/
.bannerArea {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bannerArea .bannerBox {
	margin: 0 auto;
	max-width: 1480px;
	width: calc(100% - 170px);
}
@media (max-width: 1400px) {
	.bannerArea .bannerBox {
		width: calc(100% - 100px);
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerBox {
		width: calc(100% - 70px);
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerBox {
		width: calc(100% - 50px);
	}
}
.bannerArea .wrap {
	max-width: 100%;
	padding: 0;
}
.bannerArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
	padding: 15px 0;
	background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
	float: left;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
@media (max-width: 640px) {
	.marqueeArea .title {
		display: none;
	}
}
.marqueeArea .title em {
	margin-left: 5px;
}
.marqueeArea .marqueeBox {
	max-height: 30px;
	overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
	overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
	line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 13px;
	color: #dbdbdb;
}
@media (max-width: 640px) {
	.marqueeArea .marqueeBox .marqueeTxtItem .date {
		display: none;
	}
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
	color: #fff;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
		color: #1a73e8;
	}
}

.commentArea {
	margin-top: 32px;
	padding: 50px 0;
}
.commentArea .titleBox .title {
	position: relative;
	padding-right: 59px;
}
.commentArea .titleBox .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: -6px;
	width: 41px;
	height: 52px;
	background: url("../images/icon/icon_fire.png") no-repeat center center/contain;
}
@media (max-width: 1180px) {
	.commentArea .titleBox .title:after {
		width: 35px;
		height: 45px;
	}
}
.commentArea .commentBox {
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 29px;
}
.commentArea .imgListBox {
	position: relative;
}
.commentArea .imgListBox .imgList {
	margin-bottom: 0;
}
.commentArea .imgListBox .slick-slide {
	height: auto;
}
.commentArea .imgListBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.commentArea .imgListBox .slick-dots {
	bottom: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.commentArea .topBox {
	position: relative;
}
@media (min-width: 1201px) {
	.commentArea .topBox:hover .title {
		color: #1a73e8;
	}
	.commentArea .topBox:hover .Txt:after {
		width: 100%;
	}
}
.commentArea .topBox .title {
	margin-top: 25px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 0.68px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}
@media (max-width: 840px) {
	.commentArea .topBox .title {
		margin-top: 10px;
		font-size: 15px;
	}
}
.commentArea .topBox .Txt {
	padding: 9px 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	border-bottom: 2px solid #eee;
	position: relative;
}
.commentArea .topBox .Txt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #1a73e8;
	width: 30%;
	height: 2px;
}
@media (max-width: 840px) {
	.commentArea .topBox .Txt {
		padding-bottom: 5px;
	}
}
.commentArea .userBox {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
}
.commentArea .userBox .imgBox {
	min-width: 73px;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
}
.commentArea .userBox .imgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.commentArea .userBox .imgBox .Img .default {
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 840px) {
	.commentArea .userBox .imgBox {
		min-width: 55px;
		width: 55px;
		height: 55px;
	}
}
.commentArea .userBox .Txt {
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.commentArea .userBox .productTitle {
	font-weight: 700;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.7px;
}
@media (min-width: 1201px) {
	.commentArea .userBox .productTitle:hover {
		color: #1a73e8;
	}
}
.commentArea .userBox .scoreTitle {
	font-weight: 500;
	color: #404040;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.6px;
	position: relative;
}
.commentArea .userBox .scoreTitle:after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 12px;
	width: 1px;
	background-color: #ccc;
}
.commentArea .userBox .scoreBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 22px;
	   -moz-column-gap: 22px;
	        column-gap: 22px;
}
.commentArea .userBox .scoreList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 5.5px;
	   -moz-column-gap: 5.5px;
	        column-gap: 5.5px;
}
.commentArea .userBox .scoreList svg {
	fill: #d9d9d9;
	width: 14px;
	height: 14px;
}
.commentArea .userBox .scoreList .light svg {
	fill: #ffbc0d;
}
.commentArea.home .topTitleBox {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.commentArea.home .titleBox {
	margin-right: auto;
}
.commentArea.home .commentList {
	margin: 0 -16px;
	position: relative;
}
.commentArea.home .commentList:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.commentArea.home .commentList:not(.slick-slider) .commentItem {
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 650px) {
	.commentArea.home .commentList {
		margin: 0 0px;
	}
}
.commentArea.home .commentList .item {
	position: relative;
	overflow: hidden;
	padding: 0 16px;
	margin-bottom: 57px;
}
@media (max-width: 640px) {
	.commentArea.home .commentList .item {
		padding: 0;
	}
}
.commentArea.comment .formBox {
	margin-bottom: 40px;
}
.commentArea.comment .formBox .formColumn {
	margin-left: auto;
}
@media (max-width: 640px) {
	.commentArea.comment .formBox .formColumn {
		margin-left: 0;
	}
}
.commentArea.comment .commentList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	margin: 0 -16px;
}
@media (max-width: 840px) {
	.commentArea.comment .commentList {
		margin: 0 -8px;
	}
}
.commentArea.comment .commentList .item {
	position: relative;
	overflow: hidden;
	padding: 0 16px;
	margin-bottom: 57px;
}
@media (max-width: 840px) {
	.commentArea.comment .commentList .item {
		padding: 0 8px;
	}
}
.commentArea.comment .commentItem {
	width: 20%;
}
@media (max-width: 1600px) {
	.commentArea.comment .commentItem {
		width: 25%;
	}
}
@media (max-width: 1180px) {
	.commentArea.comment .commentItem {
		width: 33.3333333333%;
	}
}
@media (max-width: 840px) {
	.commentArea.comment .commentItem {
		width: 50%;
	}
}
@media (max-width: 540px) {
	.commentArea.comment .commentItem {
		width: 100%;
	}
}
.commentArea.product .topTitleBox {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.commentArea.product .commentList {
	margin: 0 -16px;
	position: relative;
}
.commentArea.product .commentList:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.commentArea.product .commentList:not(.slick-slider) .commentItem {
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 650px) {
	.commentArea.product .commentList {
		margin: 0 0px;
	}
}
.commentArea.product .commentList .item {
	position: relative;
	overflow: hidden;
	padding: 0 16px;
	margin-bottom: 57px;
}
@media (max-width: 640px) {
	.commentArea.product .commentList .item {
		padding: 0;
	}
}

/*footer*/
footer {
	margin-top: 42px;
}
footer .textEditor .infoTitle {
	font-weight: 700;
	font-size: 19px;
	line-height: 1.3684210526;
	letter-spacing: 0.95px;
	color: #000;
	padding-bottom: 13px;
	border-bottom: 1px solid #bebebe;
}
footer .textEditor .infoSubtitle {
	font-weight: 500;
	font-size: 17px;
	line-height: 1.5294117647;
	letter-spacing: 0.85px;
	color: #000;
	padding-top: 15px;
}
footer .textEditor .infoList {
	padding: 0;
	margin: 0;
	padding-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
footer .textEditor .infoList li {
	list-style: none;
	color: #404040;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.75px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
footer .top {
	padding-top: 77px;
	padding-bottom: 62px;
	background-color: #eeeeee;
	position: relative;
}
footer .top:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 1px;
	height: calc(100% - 120px);
	background-color: #fff;
}
@media (max-width: 1400px) {
	footer .top:after {
		display: none;
	}
}
@media (max-width: 1180px) {
	footer .top {
		padding: 50px 0;
	}
}
footer .top .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 60px;
}
@media (max-width: 840px) {
	footer .top .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
footer .top .left,
footer .top .right {
	width: 35%;
	max-width: 548px;
}
footer .top .left .btnBox,
footer .top .right .btnBox {
	margin-top: 70px;
	max-width: 382px;
}
footer .top .left .btnBox.flex,
footer .top .right .btnBox.flex {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media (max-width: 1400px) {
	footer .top .left,
	footer .top .right {
		width: 50%;
	}
}
@media (max-width: 840px) {
	footer .top .left,
	footer .top .right {
		width: 100%;
	}
}
footer .top .left {
	padding-right: 6.2%;
}
@media (max-width: 1180px) {
	footer .top .left {
		padding-right: 15px;
	}
}
@media (max-width: 840px) {
	footer .top .left {
		padding-right: 0;
	}
}
footer .top .right {
	padding-left: 6.2%;
}
footer .top .right .btnBox {
	position: relative;
}
footer .top .right .infoList {
	margin-top: 6px;
}
@media (max-width: 1180px) {
	footer .top .right {
		padding-left: 15px;
	}
}
@media (max-width: 840px) {
	footer .top .right {
		padding-left: 0;
	}
}
@media (max-width: 400px) {
	footer .top .right .btnBox {
		max-width: 173px;
	}
}
footer .top .messageBox {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 5;
	position: absolute;
	left: 33%;
	top: 0;
	margin-top: -16.5%;
	width: 113px;
	height: 76px;
	background: url("../images/icon/icon_message.png") no-repeat center center/contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
	padding-top: 22px;
	-webkit-animation: message 5s infinite ease-in-out;
	        animation: message 5s infinite ease-in-out;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
}
footer .top .messageBox .mail {
	width: 22px;
	height: 16px;
	background: url("../images/icon/icon_mail.png") no-repeat center center/contain;
}
footer .top .messageBox .text {
	margin-top: 2px;
	font-weight: 700;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0px;
}
@media (max-width: 400px) {
	footer .top .messageBox {
		left: 67%;
		margin-top: -38%;
	}
}
footer .bottom {
	position: relative;
	padding: 17px 0;
}
footer .bottom .wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1400px) {
	footer .bottom .wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		        column-gap: 60px;
		row-gap: 10px;
	}
}
footer .copyrightBox {
	color: #999;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 -5px;
}
@media (min-width: 1401px) {
	footer .copyrightBox {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
footer .copyrightBox .copyright {
	padding: 5px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.65px;
}
footer .copyrightBox .ibestLink {
	padding: 5px;
}
footer .copyrightBox .ibestLink a {
	color: #999;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.65px;
}
@media (min-width: 1201px) {
	footer .copyrightBox .ibestLink a:hover {
		color: #1a73e8;
	}
}
@media (max-width: 1400px) {
	footer .copyrightBox {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 1400px) {
	footer .socialBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
@media (max-width: 470px) {
	footer .socialBox {
		-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;
	}
	footer .socialBox .socialList {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
footer .qrcodeBox {
	max-width: 155px;
}
footer .qrcodeBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1401px) {
	footer .qrcodeBox {
		position: absolute;
		right: 85px;
		top: -12px;
	}
}
@media (max-width: 1700px) {
	footer .qrcodeBox {
		right: 35px;
	}
}
@media (max-width: 840px) {
	footer .qrcodeBox {
		right: auto;
		margin: 0 auto;
	}
}
footer .goTop {
	pointer-events: auto;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 74px;
	height: 74px;
	background-color: #fff;
	border-left: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
footer .goTop .arrow {
	margin-top: 10px;
	display: inline-block;
	width: 23px;
	height: 23px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media (max-width: 1400px) {
	footer .goTop {
		right: 20px;
		border: 1px solid #eee;
	}
}
@media (max-width: 840px) {
	footer .goTop {
		top: 0;
		-webkit-transform: translateY(calc(-100% - 20px));
		        transform: translateY(calc(-100% - 20px));
	}
}
@media (max-width: 470px) {
	footer .goTop {
		width: 55px;
		height: 55px;
		right: 10px;
		-webkit-transform: translateY(calc(-100% - 10px));
		        transform: translateY(calc(-100% - 10px));
	}
	footer .goTop .arrow {
		width: 18px;
		height: 18px;
	}
}

.privacyArea {
	width: 100%;
	max-width: 760px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
}
.privacyArea.check {
	opacity: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.privacyArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}
.privacyArea .text {
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
}
.privacyArea .text a {
	color: #1a73e8;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
@media (min-width: 1201px) {
	.privacyArea .text a:hover {
		color: #1a73e8;
	}
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 360px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 25px;
}
@media (max-width: 540px) {
	.privacyArea .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 8px;
	}
}

.translateIbest {
	display: inline-block;
	vertical-align: middle;
}
.translateIbest .design {
	/*網頁設計‧愛貝斯*/
	display: block;
	line-height: 22px;
	font-size: 9pt;
	color: #000;
}
.translateIbest .design a {
	/*網頁設計‧愛貝斯*/
	color: #000;
	text-decoration: none;
}
@media (min-width: 1201px) {
	.translateIbest .design a:hover {
		text-decoration: underline;
	}
}

/*手機快捷選單*/
.fixedQuickLink {
	width: 100%;
	background-color: #000;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
}
@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}
.fixedQuickLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixedQuickLink li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.fixedQuickLink li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 55px;
	font-size: 13px;
	color: #fff;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
	max-width: 320px;
	border: 4px solid #ffe2e2;
	border-radius: 5px;
	background: #fdc9c9;
	color: #000;
	padding: 20px;
	position: fixed;
	top: 15px;
	right: 0;
	z-index: 99999;
}
.adminPreviewArea button {
	text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
	width: 100%;
	background-color: rgba(180, 0, 0, 0.85);
	color: #fff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	text-align: center;
}
.adminLoginArea p {
	padding: 20px 15px;
}

/*booking*/
.bookingArea {
	margin-top: -85px;
	position: relative;
	z-index: 2;
}
@media (max-width: 960px) {
	.bookingArea {
		margin-top: 0;
	}
}
.bookingArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	background-color: #fff;
}
@media (max-width: 960px) {
	.bookingArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 15px 20px;
	}
}
.bookingArea .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
	font-size: 15px;
	border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
	.bookingArea .title {
		display: none;
	}
}
.bookingArea .title i {
	margin-right: 15px;
	font-size: 20px;
}
.bookingArea .bookingList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 6;
	    -ms-flex: 6;
	        flex: 6;
	padding: 20px;
}
@media (max-width: 960px) {
	.bookingArea .bookingList {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
	}
}
@media (max-width: 960px) {
	.bookingArea .bookingList li {
		margin-bottom: 15px;
	}
}
.bookingArea .bookingList li:not(:first-child) {
	margin-left: 10px;
}
@media (max-width: 960px) {
	.bookingArea .bookingList li:not(:first-child) {
		margin-left: 0;
	}
}
.bookingArea .btn {
	-webkit-box-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}
.bookingArea .btn button {
	width: 100%;
	height: 100%;
	background-color: #1a73e8;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
	.bookingArea .btn button:hover {
		background-color: #1a73e8;
	}
}
@media (max-width: 960px) {
	.bookingArea .btn {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.bookingArea .btn button {
		padding: 12px;
	}
}
.bookingArea input,
.bookingArea select {
	height: 45px;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	font-family: "微軟正黑體";
}
@media (max-width: 960px) {
	.bookingArea input,
	.bookingArea select {
		width: 100%;
	}
}

/*********內頁**********/
.mainArea {
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.mainArea {
		padding-top: 30px;
	}
}
.mainArea .contentBox {
	clear: both;
	margin-top: 20px;
}

/*bread*/
.bread {
	background-color: #fff;
	margin-top: 38px;
	margin-bottom: 60px;
	padding: 20px 0;
}
.bread .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.bread .wrap a {
	color: #a9a9a9;
}
@media (min-width: 1201px) {
	.bread .wrap a:hover {
		color: #1a73e8;
	}
}
.bread .wrap a.home {
	font-weight: bold;
	color: #000;
}
.bread .wrap span {
	color: #666;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
	position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
	padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #a9a9a9;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #232323;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
}

/*側邊標題字*/
.sectionTitle {
	border-bottom: 1px solid #d6d6d6;
	color: #232323;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
}
.sectionTitle strong {
	display: block;
	position: relative;
	font-weight: 400;
}
.sectionTitle a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

/*類別*/
.classBox {
	position: relative;
	z-index: 4;
}
.classBox .classCurrent {
	background-color: #1a73e8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 30px 10px 10px;
	position: relative;
}
.classBox .classCurrent::before {
	content: "\f107";
	color: #fff;
	font-size: 15px;
	font-family: FontAwesome;
	line-height: 1;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
}
@media (min-width: 1024px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a,
.classBox span {
	cursor: pointer;
}
.classBoxRow {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (min-width: 1024px) {
	.classBoxRow .classLink {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.classBoxRow .classLink li {
		margin-bottom: 10px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span {
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.2);
		color: #000;
		display: block;
		padding: 15px;
		letter-spacing: 0.02rem;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.classBoxRow .classLink a:after,
	.classBoxRow .classLink span:after {
		content: "";
		z-index: -1;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		background-color: #1a73e8;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.classBoxRow .classLink a.current,
	.classBoxRow .classLink span.current {
		background-color: #ffbc0d;
		color: #fff;
	}
}
@media (min-width: 1024px) and (min-width: 1201px) {
	.classBoxRow .classLink a:hover,
	.classBoxRow .classLink span:hover {
		color: #fff;
	}
	.classBoxRow .classLink a:hover:after,
	.classBoxRow .classLink span:hover:after {
		left: 0;
		right: auto;
		width: 100%;
	}
}
.classBoxColumn {
	margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems.open {
	color: #1a73e8;
}
.classBoxColumn .classLink .linkHasItems.open::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-color: #1a73e8;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
	-webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
	        animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
	padding-left: 25px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open span {
	color: #1a73e8 !important;
}
@media (min-width: 1201px) {
	.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover span {
		color: #ffbc0d;
	}
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
	padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current span {
	color: #ffbc0d;
}
@media (min-width: 1201px) {
	.classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover span {
		color: #ffbc0d;
	}
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink .linkHasItems.open + ul > li {
		-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
		        animation: aniSlideLeft 0.5s 0.3s ease-out both;
	}
	.classBoxColumn .classLink .linkHasItems.open + ul > li a {
		padding-left: 25px;
	}
	.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
		padding-left: 35px;
	}
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.classBoxColumn .classLink a {
		color: #000;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.2rem;
		padding: 10px 15px;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.classBoxColumn .classLink a.current {
		color: #1a73e8;
	}
	.classBoxColumn .classLink a.current::before {
		border-color: #1a73e8;
	}
}
@media (min-width: 1024px) and (min-width: 1201px) {
	.classBoxColumn .classLink a:hover {
		color: #ffbc0d;
	}
	.classBoxColumn .classLink a:hover::before {
		border-color: #ffbc0d;
	}
}
@media (max-width: 1023px) {
	.classBoxRow .classLink, .classBoxColumn .classLink {
		width: 100%;
		max-height: 90vh;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		overflow-y: auto;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
	}
	.classBoxRow .classLink.open, .classBoxColumn .classLink.open {
		display: block;
	}
	.classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.classBoxRow .classLink > li > a.current,
	.classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
	.classBoxColumn .classLink > li span.current {
		color: #1a73e8;
	}
	.classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
		display: none;
	}
	.classBoxRow .classLink a, .classBoxColumn .classLink a {
		color: #000;
		background-color: #fff;
		display: block;
		padding: 14px 15px;
		position: relative;
	}
	.classBoxRow .classLink a.current, .classBoxColumn .classLink a.current {
		color: #1a73e8;
	}
}

.pageBox .pageList {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pageBox .pageList a {
	color: #000;
	display: block;
	font-size: 15px;
}
.pageBox .pageList a:not(.prevBtn):not(.nextBtn) {
	background-color: #eee;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	display: block;
	position: absolute;
	width: 52px;
	height: 34px;
	background: no-repeat center center/contain;
}
.pageBox .pageList a.prevBtn::before {
	background-image: url("../images/icon/prev.png");
}
.pageBox .pageList a.nextBtn::before {
	background-image: url("../images/icon/next.png");
}
@media (min-width: 1201px) {
	.pageBox .pageList a:hover:not(.prevBtn):not(.nextBtn) {
		background-color: #ffbc0d;
	}
	.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
		-webkit-transform: scaleX(1.1);
		        transform: scaleX(1.1);
	}
}
.pageBox .pageList.number {
	position: relative;
	padding-top: 65px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: calc(100vw - 17px);
	height: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	pointer-events: none;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number li {
	margin: 5px;
}
.pageBox .pageList.number a {
	font-weight: 400;
	font-size: 18px;
	line-height: 2.1666666667;
	letter-spacing: 0px;
	border-radius: 50%;
	position: relative;
	text-align: center;
}
.pageBox .pageList.number a:not(.prevBtn):not(.nextBtn) {
	width: 39px;
	height: 39px;
}
.pageBox .pageList.number a.prevBtn, .pageBox .pageList.number a.nextBtn {
	width: 52px;
	height: 34px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn {
	margin-right: 24px;
}
.pageBox .pageList.number a.nextBtn {
	margin-left: 24px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
	left: -2px;
	right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
	left: 12px;
	right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
	left: 0;
	right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
	left: 0;
	right: 12px;
}
.pageBox .pageList.number a.current {
	background-color: #ffbc0d;
	color: #fff;
}
@media (min-width: 1201px) {
	.pageBox .pageList.number a:hover {
		color: #fff;
	}
	.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.pageBox .pageList.prevnext li.prev {
	margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
	margin-left: auto;
}
.pageBox .pageList.prevnext a {
	width: 150px;
	font-weight: 500;
	font-size: 20px;
	padding: 20px;
	position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	top: 50%;
	margin-top: -17px;
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
	left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
	right: 15px;
}
@media (max-width: 640px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 15px);
		max-width: 150px;
	}
	.pageBox .pageList.prevnext a {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pageBox .pageList.prevnext span {
		display: none;
	}
}
.pageBox .pageList.prevnext.circle a {
	width: 45px;
	padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
	display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
	left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
	right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
	border-radius: 50%;
	overflow: hidden;
}
.pageBox .pageList.oval a {
	border-radius: 30px;
	overflow: hidden;
}

/*標籤*/
.tagBox {
	padding: 20px 0;
}
.tagBox b {
	display: inline-block;
	margin-right: 10px;
}
.tagBox ul {
	display: inline-block;
}
.tagBox li {
	display: inline-block;
	margin-bottom: 5px;
}
.tagBox a {
	position: relative;
	display: block;
	margin: 0 3px;
	padding: 5px 10px;
	border: 1px solid #1a73e8;
	font-size: 13px;
	color: #1a73e8;
}
@media (min-width: 1201px) {
	.tagBox a:hover {
		color: #fff;
		background-color: #1a73e8;
	}
}
.tagBox a.current {
	color: #fff;
	background-color: #1a73e8;
}
.tagBox a.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}

/*頁籤*/
.tab {
	border-top: 1px solid #d6d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.tab .tabItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	word-break: break-word;
	z-index: 2;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6875;
	letter-spacing: 0.8px;
}
.tab a::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #1a73e8;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media (min-width: 1201px) {
	.tab a:hover {
		color: #ffbc0d;
	}
}
.tab a.current {
	color: #1a73e8;
}
.tab a.current:after {
	width: 66px;
}

/*頁籤內容*/
.tabContent {
	margin-top: -1px;
	padding: 20px 5px;
	border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
	display: none;
}

.albumBox {
	width: 50%;
	margin-right: 30px;
}
@media (max-width: 767px) {
	.albumBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.albumBox .albumList .albumItem {
	cursor: pointer;
}
.albumBox .albumList .albumItem img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
	height: 320px;
}
.albumBox .albumListMain .albumItem img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
.albumBox .albumListNav {
	margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
	padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
	margin-bottom: 50px;
}
.side_menu li {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.side_menu li > a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
}
.side_menu li > a.current {
	background-color: #8c8c8c;
	color: #fff;
}
.side_menu li > a b {
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	margin-left: 10px;
}
.side_menu dl {
	padding-left: 25px;
}
.side_menu dl a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}
.side_menu dl a.current {
	color: #000;
	text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -10px;
}
.side_album li {
	float: left;
	width: 33.33%;
	padding: 0 10px 10px 0;
}
.side_album a {
	display: block;
	-webkit-box-shadow: 2px 2px 5px #c3c3c3;
	        box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
	margin-bottom: 30px;
}
.side_booking a {
	display: block;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #8d2121;
	        box-shadow: 0 1px 1px #8d2121;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	background-color: #f05b8f;
}
.side_booking a i {
	display: inline-block;
	font-size: 28px;
	padding: 10px 15px;
	margin-right: 15px;
	border-right: 1px solid #d33434;
	-webkit-box-shadow: 1px 0 #f38a8a;
	        box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1201px) {
	.side_booking a:hover {
		-webkit-box-shadow: inset 0 3px 3px #8d2121;
		        box-shadow: inset 0 3px 3px #8d2121;
	}
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
	margin-bottom: 20px;
}
.side_contactInfo a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	color: #414141;
}
.side_contactInfo i {
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 8px;
	border: 2px solid #a5a5a5;
	border-radius: 50%;
	font-size: 20px;
	color: #a5a5a5;
	text-align: center;
}
.side_contactInfo b {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

/*側邊_房型*/
.side_room {
	margin-bottom: 50px;
}
.side_room .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.side_room .Txt {
	margin-top: 5px;
}
.side_room .Txt .title a {
	font-size: 16px;
	font-weight: 400;
}
.side_room .Txt .text {
	max-height: 100px;
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	overflow: hidden;
}

/*對應&相關*/
.sideDataArea {
	margin: 30px 0;
}
.sideDataArea.news .Txt {
	padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
	text-align: center;
}
.sideDataArea.catalog .Img::before {
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 8px 25px;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	text-align: center;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
	content: "NEW";
	background-color: #1a73e8;
	border: 1px solid #1a73e8;
}
.sideDataArea.catalog .Img.statusHot::before {
	content: "HOT";
	background-color: #1a73e8;
	border: 1px solid #1a73e8;
}
.sideDataArea .sideDataList {
	margin: 0 -15px;
}
.sideDataArea .sideDataItem {
	padding: 0 15px;
}
.sideDataArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.sideDataArea .Txt {
	padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #8b8b8b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
	margin-left: 11px;
	padding-left: 11px;
	position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sideDataArea .Txt .title {
	max-height: 65px;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sideDataArea .Txt .text {
	max-height: 60px;
	color: #8b8b8b;
	font-size: 15px;
	padding-top: 10px;
}
@media (max-width: 1180px) {
	.sideDataArea .Txt .text {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.sideDataArea .sideDataList {
		margin: 0 -10px;
	}
	.sideDataArea .sideDataItem {
		padding: 0 10px;
	}
	.sideDataArea .Txt .newsInfoBox .classTitle + .date {
		margin-left: 8px;
		padding-left: 8px;
	}
}
@media (max-width: 640px) {
	.sideDataArea .sideDataList {
		margin: 0;
	}
	.sideDataArea .sideDataItem {
		padding: 0;
	}
}

/*社群分享*/
.sideShare {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.sideShare .shareList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sideShare .shareList .shareTitle {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
	color: #666;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 5px 6px;
	text-align: center;
}
@media (min-width: 1201px) {
	.sideShare .shareList .shareItem a:hover,
	.sideShare .shareList .shareItem button:hover {
		opacity: 0.8;
	}
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
	fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
	width: 14px;
	height: 14px;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
	background-color: #000;
	overflow: hidden;
}
.imh_opacity img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1201px) {
	.imh_opacity:hover img {
		opacity: 0.8;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.imh_detail img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.imh_detail a:before {
	content: "Details+";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	margin-left: -45px;
	margin-top: -80px;
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 1201px) {
	.imh_detail:hover a:before {
		opacity: 1;
		margin-top: -20px;
	}
	.imh_detail:hover img {
		opacity: 0.3;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.imh_zoom img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
	content: "\f002";
	display: block;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 99;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
	background-color: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (min-width: 1201px) {
	.imh_zoom:hover a:before {
		top: 50%;
	}
	.imh_zoom:hover img {
		opacity: 0.3;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff !important;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
	content: "";
	border-style: solid;
	display: block;
	opacity: 1;
	pointer-events: none;
	z-index: 2;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
	border-width: 5px 9px 5px 0;
	border-color: transparent #1a73e8 transparent transparent;
	-webkit-transform: translateX(-2px);
	        transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #1a73e8;
	-webkit-transform: translateX(2px);
	        transform: translateX(2px);
}
@media (min-width: 1201px) {
	.slick-slider .slick-arrow:hover,
	.controlBox .slick-arrow:hover {
		background-color: #1a73e8 !important;
	}
	.slick-slider .slick-arrow:hover.slick-prev::before,
	.controlBox .slick-arrow:hover.slick-prev::before {
		border-color: transparent #fff transparent transparent;
	}
	.slick-slider .slick-arrow:hover.slick-next::before,
	.controlBox .slick-arrow:hover.slick-next::before {
		border-color: transparent transparent transparent #fff;
	}
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
	width: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
	margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
	margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
	width: 16px;
	height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
	background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
	color: transparent;
	display: block;
	padding: 0;
	position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border: none;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
	background-color: #1a73e8;
	opacity: 1;
}
@media (min-width: 1201px) {
	.slick-slider .slick-dots li:hover button::before,
	.controlBox .slick-dots li:hover button::before {
		background-color: #1a73e8;
		opacity: 1;
	}
}

.slickClsList:not(.slick-slider) {
	overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
	display: none;
}

.Img {
	position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
	-webkit-animation: imgLoading 0.9s ease infinite;
	        animation: imgLoading 0.9s ease infinite;
	background-size: 400% 100%;
	background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
	background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
	opacity: 0 !important;
	-webkit-transition: all 1.2s ease !important;
	transition: all 1.2s ease !important;
}
/*# sourceMappingURL=master.css.map */