@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;700&Barlow:wght@400;500&display=swap");
.side_news .Img img, .tab a:after, .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, .classBox a,
.classBox span, .bread .wrap a:after, .privacyArea, .slideMenuArea .imgBox, .slideMenuArea .menuBox .nav > li a:after, .slideMenuArea .languageBox .languageList li a:after, .slideMenuArea .languageBox .languageList li a, .slideMenuArea .languageBox .languageList, .slideMenuArea .languageBox, .slideMenuArea:after, .slideMenuTrigger .line, .slideMenuTrigger, header .languageBox .languageList li a:after, header .languageBox .languageList li a, header .languageBox .languageList, header .languageBox .languageCurrent::before, header .languageBox, header .menu > li a:after, header .menu > li a, header .wrap, header, .loadingArea, .moduleMask, .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, .btnBox .btn.animation::after, .btnBox .btn_color_sec span:before, .btnBox .btn_color_main span:before, .arrowBox .prev,
.arrowBox .next, button, a, .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 {
	color: #2f2f2f;
	-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;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin: 10px 0;
}
.formBox .formColumn.select {
	position: relative;
}
.formBox .formColumn.select .columnTitle {
	margin-right: 50px;
}
.formBox .formColumn.select::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #626262;
	border-bottom: 2px solid #626262;
	pointer-events: none;
	position: absolute;
	bottom: 35px;
	right: 20px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
	padding-top: 0;
}
.formBox .formColumn.pb0 {
	padding-bottom: 0;
}
.formBox .formColumn.formStyle {
	border-radius: 36px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #b4b3b3;
	padding: 15px 5%;
}

.formBox .formColumn.formStyle.aaa {
	padding: 24px 5%;
}

.formBox .formColumn.formStyle.bbb {
	border-radius: 36px;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	padding: 15px 5%;
}

.formBox .formColumn.formStyle.g-6 {
	max-width: 49.389%;
}
@media (max-width: 960px) {
	.formBox .formColumn.formStyle.g-6 {
		max-width: 100%;
	}
}
.formBox .formColumn.formStyle1 {
	padding: 21px 5%;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #b4b3b3;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 1180px) {
	.formBox .formColumn {
		padding: 10px;
	}
}
.formBox .columnTitle {
	white-space: nowrap;
	position: relative;
	color: #252525;
	font-weight: 400;
	margin-right: 20px;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.9px;
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 10px;
	margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
	padding-right: 10px;
}
.formBox .columnTitle.requireStyle::after {
	content: "*";
	color: #f00;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: -4px;
	z-index: 1;
}
.formBox .columnCheckBox {
	margin: 0 -5px;
	/*width: 205px;
	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-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media (min-width: 992px) {
	.formBox .columnCheckBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
}

@media (max-width: 991px) {
	.formBox .columnCheckBox {
	width: 100%;
	}
}


.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;
	min-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;
	margin-right: 9px;
	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: #a7a7a7;
	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.bbb::before {
	border-radius: 10%;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.bbb::after {
	border-radius: 10%;
}


.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: #1f7c81;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	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;
	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 .columnCheckBox .columnCheckLabel.aaa {
	padding: 2px 0px;
	width: 50%;
}

.formBox .columnCheckBox .columnCheckLabel.bbb {
	padding: 2px 5px;
	width: 100%;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	color: #737373;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.9px;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 40px;
}
.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 textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

@keyframes textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes textSlideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes textSlideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes textSlideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideUpAnimation {
	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 op0to1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes op0to1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
body {
	/*background-color: #fff;*/
	background: url('../images/bgbg.jpg') no-repeat;
	background-size: cover;
	font-size: 14px;
	letter-spacing: 0.15em !important;
	font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
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: #1f7c81;
	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 {
	padding-top: 80px;
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea {
	padding-top: 0px;
	}
}

body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 640px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
		/*padding-bottom: 56.25%;*/
	}
}

address {
	font-style: normal;
}

a {
	color: #000;
	cursor: pointer;
}
a:hover {
	color: #1f7c81;
}

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;
}

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%;
	}
}

.arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 14px;
	   -moz-column-gap: 14px;
	        column-gap: 14px;
}
.arrowBox .prev,
.arrowBox .next {
	cursor: pointer;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	background-color: #1f7c81;
}
.arrowBox .prev:after,
.arrowBox .next:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 38%;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.arrowBox .prev:hover,
.arrowBox .next:hover {
	-webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.arrowBox .prev:after {
	left: 44%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (max-width: 1180px) {
	.arrowBox .prev,
	.arrowBox .next {
		width: 40px;
		height: 40px;
	}
	.arrowBox .prev:after,
	.arrowBox .next:after {
		top: 30%;
	}
	.arrowBox .prev:after {
		left: 40%;
	}
	.arrowBox .next:after {
		left: 25%;
	}
}
.arrowBox.dark .prev,
.arrowBox.dark .next {
	border-color: #4a4a4a;
}
.arrowBox.dark .prev:after,
.arrowBox.dark .next:after {
	border-color: #4a4a4a;
}

.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;
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 279px;
}
@media (max-width: 480px) {
	.btnBox.single .btn {
		max-width: 100%;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 1px;
	border-radius: 35px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.7px;
	width: 279px;
	height: 70px;
}
@media (max-width: 450px) {
	.btnBox .btn {
		width: 240px;
		height: 66px;
	}
}
.btnBox .btn span {
	display: block;
	margin-right: 20px;
	padding: 27px 0;
	width: 100%;
}
.btnBox .btn span:after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	right: 17%;
	top: 50%;
	-webkit-transform: translate(8px, -50%) rotate(45deg);
	        transform: translate(8px, -50%) rotate(45deg);
	margin-left: 10px;
}
@-webkit-keyframes btn_arrow {
	0% {
		-webkit-transform: translate(0, -50%) rotate(45deg);
		        transform: translate(0, -50%) rotate(45deg);
	}
	50% {
		-webkit-transform: translate(4px, -50%) rotate(45deg);
		        transform: translate(4px, -50%) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(0, -50%) rotate(45deg);
		        transform: translate(0, -50%) rotate(45deg);
	}
}
@keyframes btn_arrow {
	0% {
		-webkit-transform: translate(0, -50%) rotate(45deg);
		        transform: translate(0, -50%) rotate(45deg);
	}
	50% {
		-webkit-transform: translate(4px, -50%) rotate(45deg);
		        transform: translate(4px, -50%) rotate(45deg);
	}
	100% {
		-webkit-transform: translate(0, -50%) rotate(45deg);
		        transform: translate(0, -50%) rotate(45deg);
	}
}
.btnBox .btn_color_main span {
	background-color: #1f7c81;
	border-radius: 35px;
}
.btnBox .btn_color_main span:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, #f7f7f7 0%, transparent 100%);
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@-webkit-keyframes borderAni {
	0% {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0turn, #f7f7f7 0%, transparent 100%);
	}
	5% {
		background-image: linear-gradient(0.05turn, #f7f7f7 0%, transparent 100%);
	}
	10% {
		background-image: linear-gradient(0.1turn, #f7f7f7 0%, transparent 100%);
	}
	15% {
		background-image: linear-gradient(0.15turn, #f7f7f7 0%, transparent 100%);
	}
	20% {
		background-image: linear-gradient(0.2turn, #f7f7f7 0%, transparent 100%);
	}
	25% {
		background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0.25turn, #f7f7f7 0%, transparent 100%);
	}
	30% {
		background-image: linear-gradient(0.3turn, #f7f7f7 0%, transparent 100%);
	}
	35% {
		background-image: linear-gradient(0.35turn, #f7f7f7 0%, transparent 100%);
	}
	40% {
		background-image: linear-gradient(0.4turn, #f7f7f7 0%, transparent 100%);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0.5turn, #f7f7f7 0%, transparent 100%);
	}
	55% {
		background-image: linear-gradient(0.55turn, #f7f7f7 0%, transparent 100%);
	}
	60% {
		background-image: linear-gradient(0.6turn, #f7f7f7 0%, transparent 100%);
	}
	65% {
		background-image: linear-gradient(0.65turn, #f7f7f7 0%, transparent 100%);
	}
	70% {
		background-image: linear-gradient(0.7turn, #f7f7f7 0%, transparent 100%);
	}
	75% {
		background-image: -webkit-gradient(linear, right top, left top, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0.75turn, #f7f7f7 0%, transparent 100%);
	}
	80% {
		background-image: linear-gradient(0.8turn, #f7f7f7 0%, transparent 100%);
	}
	85% {
		background-image: linear-gradient(0.85turn, #f7f7f7 0%, transparent 100%);
	}
	90% {
		background-image: linear-gradient(0.9turn, #f7f7f7 0%, transparent 100%);
	}
	95% {
		background-image: linear-gradient(0.95turn, #f7f7f7 0%, transparent 100%);
	}
	100% {
		background-image: linear-gradient(1turn, #f7f7f7 0%, transparent 100%);
	}
}
@keyframes borderAni {
	0% {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0turn, #f7f7f7 0%, transparent 100%);
	}
	5% {
		background-image: linear-gradient(0.05turn, #f7f7f7 0%, transparent 100%);
	}
	10% {
		background-image: linear-gradient(0.1turn, #f7f7f7 0%, transparent 100%);
	}
	15% {
		background-image: linear-gradient(0.15turn, #f7f7f7 0%, transparent 100%);
	}
	20% {
		background-image: linear-gradient(0.2turn, #f7f7f7 0%, transparent 100%);
	}
	25% {
		background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0.25turn, #f7f7f7 0%, transparent 100%);
	}
	30% {
		background-image: linear-gradient(0.3turn, #f7f7f7 0%, transparent 100%);
	}
	35% {
		background-image: linear-gradient(0.35turn, #f7f7f7 0%, transparent 100%);
	}
	40% {
		background-image: linear-gradient(0.4turn, #f7f7f7 0%, transparent 100%);
	}
	50% {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0.5turn, #f7f7f7 0%, transparent 100%);
	}
	55% {
		background-image: linear-gradient(0.55turn, #f7f7f7 0%, transparent 100%);
	}
	60% {
		background-image: linear-gradient(0.6turn, #f7f7f7 0%, transparent 100%);
	}
	65% {
		background-image: linear-gradient(0.65turn, #f7f7f7 0%, transparent 100%);
	}
	70% {
		background-image: linear-gradient(0.7turn, #f7f7f7 0%, transparent 100%);
	}
	75% {
		background-image: -webkit-gradient(linear, right top, left top, from(#f7f7f7), to(transparent));
		background-image: linear-gradient(0.75turn, #f7f7f7 0%, transparent 100%);
	}
	80% {
		background-image: linear-gradient(0.8turn, #f7f7f7 0%, transparent 100%);
	}
	85% {
		background-image: linear-gradient(0.85turn, #f7f7f7 0%, transparent 100%);
	}
	90% {
		background-image: linear-gradient(0.9turn, #f7f7f7 0%, transparent 100%);
	}
	95% {
		background-image: linear-gradient(0.95turn, #f7f7f7 0%, transparent 100%);
	}
	100% {
		background-image: linear-gradient(1turn, #f7f7f7 0%, transparent 100%);
	}
}
@media (min-width: 1201px) {
	.btnBox .btn_color_main:hover span:after {
		-webkit-animation: btn_arrow 1s infinite linear;
		        animation: btn_arrow 1s infinite linear;
	}
	.btnBox .btn_color_main:hover span:before {
		-webkit-animation: borderAni 1.4s infinite linear;
		        animation: borderAni 1.4s infinite linear;
	}
}
.btnBox .btn_color_sec {
	background-color: transparent;
	background-size: cover;
	background-image: url("../images/btn_bg.png");
	border: 1px solid rgba(247, 247, 247, 0.5);
}
.btnBox .btn_color_sec span:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(247, 247, 247, 0.2);
}
@media (min-width: 1201px) {
	.btnBox .btn_color_sec:hover {
		-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
		        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	}
	.btnBox .btn_color_sec:hover span:after {
		-webkit-animation: btn_arrow 1s infinite linear;
		        animation: btn_arrow 1s infinite linear;
	}
}
.btnBox .btn.animation::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #000;
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover {
		border-color: #000;
	}
	.btnBox .btn.animation:hover::after {
		width: 100%;
		left: 0;
		right: auto;
	}
}

.outerWrap {
	position: relative;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-top: 60px;
		padding-bottom: env(safe-area-inset-bottom);
	}
}

.wrap {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*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: 20px;
	padding-right: 20px;
	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彈窗*/
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	background-color: #fff;
	pointer-events: auto;
	padding-top: 60px;
	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;
	padding-bottom: 10px;
	text-align: center;
}
.moduleBox .moduleContent {
	width: 100%;
	max-height: calc(90vh - 50px);
	overflow-y: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.moduleBox .moduleContent::-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: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #1f7c81;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	background: none;
	background-color: #1f7c81;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
	background-color: #000;
}
.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 .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 {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
.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: #1f7c81;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1201px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
@media (max-width: 540px) {
	.moduleBox.privacy .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
		text-align: center;
	}
}
.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: #1f7c81;
	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: #4147b8;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #303487;
	-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: #1f7c81;
	}
}
@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 .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: #1f7c81;
}
.moduleBox.cart .cartBox {
	border-top: 2px solid #1f7c81;
	border-bottom: 2px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	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 #ccc;
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	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: #1f7c81;
	}
}
.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: #1f7c81;
		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.search .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .searchBox {
	margin: 30px 0;
	position: relative;
}
.moduleBox.search .searchBox input {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #1f7c81;
	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;
}

.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: #fff;
	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 img {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	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;
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	/*menu*/
}

header .wrap {
	opacity: 0 !important;
}

@media (max-width: 1700px) {
	header {
		padding: 0 40px;
	}
}
@media (max-width: 1180px) {
	header {
		display: none;
	}
}
header.open {
	background-color: #fff;
	background: url("../images/bn_h.jpg");
	-webkit-box-shadow: 0 0 5px rgba(74, 74, 74, 0.2);
	        box-shadow: 0 0 5px rgba(74, 74, 74, 0.2);
}
header.open .wrap {
	border-color: transparent;
	opacity: 1 !important;
}
header.open .menu a {
	color: #4a4a4a;
}
header.open .menu a:after {
	background-color: #4a4a4a;
}
header.open .languageBox {
	color: #4a4a4a;
}
header.open .languageBox .languageCurrent:before {
	-webkit-filter: contrast(0);
	        filter: contrast(0);
}
header.open .languageBox .languageList a {
	color: #4a4a4a;
}
header.open .languageBox .languageList a.current {
	border-color: rgba(74, 74, 74, 0.5);
}
header.open .languageBox .languageList a:after {
	background-color: rgba(74, 74, 74, 0.5);
}
header .wrap {
	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;
	color: #fff;
	padding: 0;
	max-width: 1600px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1180px) {
	header .wrap {
		padding: 11px 20px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
header .logo a {
	display: block;
}
header .logo img {
	width: 100%;
	max-width: 300px;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
header .menu {
	margin: 0 -29px;
}
header .menu > li {
	position: relative;
	display: inline-block;
	padding: 11px 19px;
}
@media (max-width: 1400px) {
	header .menu > li {
		padding: 11px 6px;
	}
}
header .menu > li a {
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 20px 10px;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
header .menu > li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 20px;
	height: 1px;
	width: 0;
	background-color: #fff;
	opacity: 0;
}
header .menu > li a.current:after, header .menu > li a:hover:after {
	width: calc(100% - 40px);
	opacity: 1;
}
header .languageBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 25px;
	   -moz-column-gap: 25px;
	        column-gap: 25px;
	font-weight: 400;
	color: #fff;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.7px;
}

header .languageBox .languageCurrent {
	pointer-events: none;
	position: relative;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
}
header .languageBox .languageCurrent::before {
	content: "";
	width: 17px;
	height: 17px;
	background-size: contain;
	background-image: url("../images/iconLINE.png");
}
header .languageBox .languageList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .languageBox .languageList li {
	margin: 0 5px;
}

header .languageBox .languageList li a {
	padding: 4px 11.5px;
	border: 1px solid transparent;
	border-radius: 12.5px;
	display: block;
	color: #fff;
	position: relative;
}
header .languageBox .languageList li a:after {
	content: "";
	position: absolute;
	left: 11.5px;
	bottom: -1px;
	height: 1px;
	width: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
header .languageBox .languageList li a:hover:after {
	width: 50%;
}
header .languageBox .languageList li a.current {
	border: 1px solid rgba(255, 255, 255, 0.5);
}
header .languageBox .languageList li a.current:after {
	width: 0;
}

/*slideMenu*/
.slideMenuTrigger {
	width: 22px;
	height: 22px;
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 12px;
	position: relative;
}
.slideMenuTrigger .line {
	width: 4px;
	height: 4px;
	background-color: #000;
	position: absolute;
	z-index: 1;
}
.slideMenuTrigger .line:nth-child(1) {
	top: 0;
	left: 0;
}
.slideMenuTrigger .line:nth-child(2) {
	top: 0;
	left: 9px;
}
.slideMenuTrigger .line:nth-child(3) {
	top: 0;
	right: 0;
}
.slideMenuTrigger .line:nth-child(4) {
	top: 9px;
	left: 0;
}
.slideMenuTrigger .line:nth-child(5) {
	top: 9px;
	right: 0;
}
.slideMenuTrigger .line:nth-child(6) {
	bottom: 0;
	left: 0;
}
.slideMenuTrigger .line:nth-child(7) {
	bottom: 0;
	left: 9px;
}
.slideMenuTrigger .line:nth-child(8) {
	bottom: 0;
	right: 0;
}
.slideMenuTrigger .line:nth-child(1) {
	top: 0;
	left: 0;
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
}
.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);
}
.slideMenuTrigger.show .line:nth-child(2) {
	-webkit-transform: translateY(9px);
	        transform: translateY(9px);
}
.slideMenuTrigger.show .line:nth-child(4) {
	-webkit-transform: translateX(9px);
	        transform: translateX(9px);
}
.slideMenuTrigger.show .line:nth-child(5) {
	-webkit-transform: translateX(-9px);
	        transform: translateX(-9px);
}
.slideMenuTrigger.show .line:nth-child(7) {
	-webkit-transform: translateY(-9px);
	        transform: translateY(-9px);
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #fff;
	}
	.slideMenuTrigger:hover span {
		background-color: #1f7c81;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #1f7c81;
	}
}
.slideMenuArea {
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	padding-bottom: calc(40px + env(safe-area-inset-bottom));
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
}
.slideMenuArea:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: -1;
	background-color: #1f7c81;
}
@media (min-width: 1181px) {
	.slideMenuArea {
		display: none;
	}
}
.slideMenuArea.show:after {
	height: 100%;
}
.slideMenuArea.show .menuBox {
	opacity: 1;
	pointer-events: auto;
}
.slideMenuArea.show .imgBox {
	opacity: 1;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: textSlideDownAnimation 0.5s 0.2s ease-in-out both;
	        animation: textSlideDownAnimation 0.5s 0.2s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li:nth-child(1) {
	-webkit-animation: textSlideDownAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: textSlideDownAnimation 0.8s 0.4s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav li:nth-child(2) {
	-webkit-animation: textSlideDownAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: textSlideDownAnimation 0.8s 0.8s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav li:nth-child(3) {
	-webkit-animation: textSlideDownAnimation 0.8s 1.2s ease-in-out forwards;
	        animation: textSlideDownAnimation 0.8s 1.2s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav li:nth-child(4) {
	-webkit-animation: textSlideDownAnimation 0.8s 1.6s ease-in-out forwards;
	        animation: textSlideDownAnimation 0.8s 1.6s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav li:nth-child(5) {
	-webkit-animation: textSlideDownAnimation 0.8s 2s ease-in-out forwards;
	        animation: textSlideDownAnimation 0.8s 2s ease-in-out forwards;
}
.slideMenuArea.show .menuBox .nav li:nth-child(6) {
	-webkit-animation: textSlideDownAnimation 0.8s 2.4s ease-in-out forwards;
	        animation: textSlideDownAnimation 0.8s 2.4s ease-in-out forwards;
}
.slideMenuArea.show .imgBox .Img.tl img {
	-webkit-animation: op0to1 0.5s 0.4s ease-in-out both;
	        animation: op0to1 0.5s 0.4s ease-in-out both;
}
.slideMenuArea.show .imgBox .Img.tr img {
	-webkit-animation: op0to1 0.5s 0.6s ease-in-out both;
	        animation: op0to1 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .imgBox .Img.bl img {
	-webkit-animation: op0to1 0.5s 0.8s ease-in-out both;
	        animation: op0to1 0.5s 0.8s ease-in-out both;
}
.slideMenuArea.show .imgBox .Img.br img {
	-webkit-animation: op0to1 0.5s 1s ease-in-out both;
	        animation: op0to1 0.5s 1s ease-in-out both;
}
.slideMenuArea .topBox {
	pointer-events: auto;
	background-color: #fff;
	height: 60px;
	padding: 0 20px;
	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;
}
.slideMenuArea .slideMenuLogo {
	max-width: 185px;
}
.slideMenuArea .slideMenuLogo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slideMenuArea .languageBox {
	margin-left: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 25px;
	   -moz-column-gap: 25px;
	        column-gap: 25px;
	font-weight: 400;
	color: #4a4a4a;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.7px;
}
.slideMenuArea .languageBox .languageCurrent {
	display: none;
}
.slideMenuArea .languageBox .languageList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.slideMenuArea .languageBox .languageList li a {
	padding: 4px 11.5px;
	border: 1px solid transparent;
	border-radius: 12.5px;
	display: block;
	color: #4a4a4a;
	position: relative;
}
.slideMenuArea .languageBox .languageList li a:after {
	content: "";
	position: absolute;
	left: 11.5px;
	bottom: -1px;
	height: 1px;
	width: 0;
	background-color: rgba(74, 74, 74, 0.5);
}
.slideMenuArea .languageBox .languageList li a:hover:after {
	width: 50%;
}
.slideMenuArea .languageBox .languageList li a.current {
	border: 1px solid rgba(74, 74, 74, 0.5);
}
.slideMenuArea .languageBox .languageList li a.current:after {
	width: 0;
}
.slideMenuArea .menuBox {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	margin-top: 7%;
	position: relative;
	z-index: 2;
}
.slideMenuArea .menuBox .nav li {
	opacity: 0;
}
.slideMenuArea .menuBox .nav > li {
	position: relative;
	padding: 13px 0;
}
.slideMenuArea .menuBox .nav > li a {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 14px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.9px;
}
.slideMenuArea .menuBox .nav > li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #fff;
	opacity: 0;
}
.slideMenuArea .menuBox .nav > li a.current:after, .slideMenuArea .menuBox .nav > li a:hover:after {
	width: 100px;
	opacity: 1;
}
.slideMenuArea .imgBox {
	pointer-events: none;
	width: 100%;
	height: calc(100% - 60px);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.slideMenuArea .imgBox .Img {
	position: absolute;
}
.slideMenuArea .imgBox .Img img {
	vertical-align: middle;
	width: 100%;
	opacity: 0;
}
.slideMenuArea .imgBox .Img.tl {
	top: 5%;
	left: -10%;
}
.slideMenuArea .imgBox .Img.tr {
	top: 18%;
	right: 0;
	max-width: 104px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.slideMenuArea .imgBox .Img.bl {
	bottom: -15%;
	left: -6%;
	width: 280px;
	opacity: 0.5;
	-webkit-transform: rotate(-80deg);
	        transform: rotate(-80deg);
	-webkit-filter: blur(3px);
	        filter: blur(3px);
}
.slideMenuArea .imgBox .Img.br {
	bottom: -8%;
	right: 10%;
	opacity: 0.5;
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}
@media (max-width: 650px) {
	.slideMenuArea .imgBox .Img.bl {
		left: -14%;
	}
}
@media (max-width: 450px) {
	.slideMenuArea .imgBox .Img.tl {
		left: -25%;
	}
	.slideMenuArea .imgBox .Img.tr {
		right: -10%;
	}
	.slideMenuArea .imgBox .Img.br {
		display: none;
	}
}
@media (max-width: 400px) {
	.slideMenuArea .imgBox .Img.tl {
		left: -30%;
	}
	.slideMenuArea .imgBox .Img.tr {
		right: -20%;
	}
}
.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;
}

/*手機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.6);
	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_m {
	padding: 20px 0;
	text-align: center;
}
.m_menu .searchBox_m input[type=text] {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 30px;
	border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
	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;
}
.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;
}
.m_menu .nav .submenu a:hover {
	background-color: #999;
}

/*banner*/
.bannerArea {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.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%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*aboutArea*/
.aboutArea {
	padding: 50px 0;
	height: 942px;
	/*background-image: url("../images/bn.jpg");*//*背景背景*/
	background-position: center;
	background-size: cover;
	overflow: hidden;
}


.aboutArea.aboutIndex {
	height: 909px;
	padding: 155px 0;
	background-image: url("../images/bn_inner.jpg");
}
.aboutArea.aboutIndex .right {
	width: 44.45%;
}
.aboutArea.aboutIndex .right .Txt .textEditor {
	padding-left: 0;
}
@media (max-width: 1180px) {
	.aboutArea.aboutIndex {
		height: auto;
		padding: 50px 0;
	}
	.aboutArea.aboutIndex .right .Txt .textEditor {
		height: 210px;
	}
}
@media (max-width: 991px) {
	.aboutArea {
		height: auto;
	}
}
@media (max-width: 768px) {
	.aboutArea {
		padding: 20px 0 40px 0;
		background-position: center 30%;
		background-image: url("../images/bn_sm.jpg");
	}
	.aboutArea.aboutIndex {
		padding-top: 20px;
		padding-bottom: 40px;
		background-position: center 30%;
		background-image: url("../images/bn_sm.jpg");
	}
	.aboutArea.aboutIndex .right {
		width: 100%;
		padding: 0 20px;
	}
	.aboutArea.aboutIndex .right .Txt .textEditor {
		height: auto;
	}
}
.aboutArea .wrap {
	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;
	max-width: 100%;
}
@media (max-width: 768px) {
	.aboutArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
	}
}
.aboutArea .left {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	/*width: 55%;*/
	width: 100%;
}
@media (max-width: 1200px) {
	.aboutArea .left {
		/*width: 50%;*/
	}
}
@media (max-width: 768px) {
	.aboutArea .left {
		width: 100%;
		/*height: 360px;*/
	}
}
.aboutArea .imgBox {
	margin-top: 1.5%;
	/*margin-left: 12.2%;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	width: 908px;
	height: 630px;
	pointer-events: none;
}
.aboutArea .imgBox .Img {
	position: absolute;
}
.aboutArea .imgBox .Img img {
	max-width: 100%;
}
.aboutArea .imgBox .ball,
.aboutArea .imgBox .text {
	left: 50%;
	bottom: -50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
/*
.aboutArea .imgBox .ball {
	-webkit-animation: ball 80s linear infinite;
	        animation: ball 80s linear infinite;
}
@-webkit-keyframes ball {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		        transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@keyframes ball {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		        transform: translate(-50%, -50%) rotate(-360deg);
	}
}
*/
.aboutArea .imgBox .line {
	left: 1.5%;
	top: 14%;
	z-index: 1;
	-webkit-transform-origin: 56.5% 54%;
	        transform-origin: 56.5% 54%;
	-webkit-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
	-webkit-animation: line 40s linear infinite;
	        animation: line 40s linear infinite;
}
@-webkit-keyframes line {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		        transform: scale(1) rotate(0deg);
	}
	25% {
		-webkit-transform: scale(1.15) rotate(72deg);
		        transform: scale(1.15) rotate(72deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(144deg);
		        transform: scale(1) rotate(144deg);
	}
	75% {
		-webkit-transform: scale(1.2) rotate(216deg);
		        transform: scale(1.2) rotate(216deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
		        transform: scale(1) rotate(360deg);
	}
}
@keyframes line {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		        transform: scale(1) rotate(0deg);
	}
	25% {
		-webkit-transform: scale(1.15) rotate(72deg);
		        transform: scale(1.15) rotate(72deg);
	}
	50% {
		-webkit-transform: scale(1) rotate(144deg);
		        transform: scale(1) rotate(144deg);
	}
	75% {
		-webkit-transform: scale(1.2) rotate(216deg);
		        transform: scale(1.2) rotate(216deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
		        transform: scale(1) rotate(360deg);
	}
}
.aboutArea .imgBox .ball_t1 {
	left: 46.6%;
	top: 20.5%;
	-webkit-animation: ball_opacity 10s linear infinite;
	        animation: ball_opacity 10s linear infinite;
	        z-index: -1;
}
.aboutArea .imgBox .ball_t2 {
	right: 30%;
	top: 7%;
	-webkit-animation: ball_opacity 7s linear infinite;
	        animation: ball_opacity 7s linear infinite;
	        z-index: -1;
}
.aboutArea .imgBox .ball_t3 {
	right: 17%;
	bottom: 40.5%;
	-webkit-animation: ball_opacity 10s linear infinite;
	        animation: ball_opacity 10s linear infinite;
	        z-index: -1;
}
.aboutArea .imgBox .ball_b1 {
	left: 10%;
	top: 10.5%;
	-webkit-animation: ball_opacity 7s 1s linear infinite;
	        animation: ball_opacity 7s 1s linear infinite;
	        z-index: -1;
}
.aboutArea .imgBox .ball_b2 {
	left: 30.5%;
	bottom: 18%;
	        z-index: -1;
}
.aboutArea .imgBox .ball_b3 {
	right: 1%;
	bottom: 0.5%;
	-webkit-animation: ball_opacity 7s 0.5s linear infinite;
	        animation: ball_opacity 7s 0.5s linear infinite;
	        z-index: -1;
}
@-webkit-keyframes ball_opacity {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		opacity: 0.6;
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes ball_opacity {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		opacity: 0.6;
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}


.aboutArea .imgBox .glass_l {
		max-width: 186px;
	left: 10%;
	top: 10%;
	z-index: -1;
}

.aboutArea .imgBox .glass_l2 {
		max-width: 186px;
	left: -10%;
	top: 35%;
	z-index: -1;
}

.aboutArea .imgBox .glass_b {
	max-width: 186px;
	bottom: 1%;
	left: 2%;
	z-index: 1;
}
.aboutArea .imgBox .glass_r {
	max-width: 216px;
	right: 10%;
	top: 10%;
	z-index: -1;
}
.aboutArea .imgBox .glass_r2 {
	max-width: 216px;
	right: 3%;
	bottom: 5%;
	z-index: -1;
}
.aboutArea .imgBox .light {
	left: 8%;
	top: 30%;
}
.aboutArea .imgBox .light img {
	mix-blend-mode: lighten;
	-webkit-animation: light 5s ease-in-out infinite;
	        animation: light 5s ease-in-out infinite;
}
@-webkit-keyframes light {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes light {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 1700px) {
	.aboutArea .imgBox {
		/*margin-left: 10%;*/
	}
}
@media (max-width: 1600px) {
	.aboutArea .imgBox {
		/*margin-left: 5%;*/
	}
}
@media (max-width: 1400px) {
	.aboutArea .imgBox {
		/*margin-left: -15%;*/
	}
}
@media (max-width: 1200px) {
	.aboutArea .imgBox {
		/*margin-left: -28%;*/
	}
}
@media (max-width: 1050px) {
	.aboutArea .imgBox {
		/*margin-left: -34%;*/
	}
}
@media (max-width: 991px) {
	.aboutArea .imgBox {
		/*margin-left: -10%;*/
		width: 680px;
		max-width: 100%;
		height: 431px;
	}
	.aboutArea .imgBox .ball {
		max-width: 250px;
		bottom: -35%;
		z-index: -1;
	}
	.aboutArea .imgBox .text {
		max-width: 265px;
	}
	.aboutArea .imgBox .line {
		max-width: 469px;
	}
	.aboutArea .imgBox .ball_t1 {
		max-width: 18px;
	}
	.aboutArea .imgBox .ball_t2 {
		max-width: 80px;
	}
	.aboutArea .imgBox .ball_t3 {
		max-width: 47px;
	}
	.aboutArea .imgBox .ball_b1 {
		max-width: 75px;
	}
	.aboutArea .imgBox .ball_b2 {
		max-width: 18px;
	}
	.aboutArea .imgBox .ball_b3 {
		max-width: 123px;
		right: 12%;
		display: none;
	}
	.aboutArea .imgBox .glass_l {
		max-width: 126px;
		left: 20%;
		top: 10%;
	}
	.aboutArea .imgBox .glass_l2 {
		max-width: 126px;
		left: 5%;
		top: 35%;
	}
	.aboutArea .imgBox .glass_r {
		max-width: 141px;
		right: 13.5%;
		top: 15%;
		z-index: 1;
	}
	.aboutArea .imgBox .glass_r2 {
		max-width: 141px;
		right: 5%;
		bottom: 5%;
		z-index: 1;
	}
	.aboutArea .imgBox .glass_b {
		max-width: 124px;
		bottom: 1%;
		left: 10%;
		z-index: 1;
	}
	.aboutArea .imgBox .light {
		max-width: 250px;
		left: 13%;
		top: 33%;
	}
}


@media (max-width: 840px) {
	.aboutArea .imgBox {
		/*margin-left: -25%;*/
	}
}
@media (max-width: 768px) {
	.aboutArea .imgBox {
		margin: 0;
		height: 360px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		overflow: hidden;
	}
}





@media (max-width: 480px) {
	.aboutArea .imgBox {
		max-width: 100%;
	}
	.aboutArea .imgBox .ball {
		max-width: 250px;
		bottom: -30%;
	}
	.aboutArea .imgBox .glass_l {
		max-width: 106px;
		left: 20%;
		top: 10%;
	}
	.aboutArea .imgBox .glass_l2 {
		max-width: 106px;
		left: 5%;
		top: 35%;
	}
	.aboutArea .imgBox .glass_r {
		max-width: 121px;
		right: 8%;
		top: 15%;
		z-index: 1;
	}
	.aboutArea .imgBox .glass_r2 {
		max-width: 111px;
		right: 1%;
		bottom: 8%;
		z-index: 1;
	}
	.aboutArea .imgBox .glass_b {
		max-width: 104px;
		bottom: 1%;
		left: 7%;
		z-index: 1;
	}
}



.aboutArea .right {
	width: 43.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	/*padding-top: 5.5%;*/
	position: relative;
	z-index: 2;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@media (max-width: 1800px) {
	.aboutArea .right {
		width: 36%;
		padding: 0;
		padding-right: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 1400px) {
	.aboutArea .right {
		width: 40%;
	}
}
@media (max-width: 1200px) {
	.aboutArea .right {
		width: 50%;
	}
}
@media (max-width: 991px) {
	.aboutArea .right {
		width: 45%;
	}
}
@media (max-width: 840px) {
	.aboutArea .right {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.aboutArea .right {
		width: 100%;
		padding: 0 20px;
	}
}
.aboutArea .right .Txt {
	color: #fff;
}
.aboutArea .right .Txt .titleBox .titleTw {
	padding-top: 12px;
	padding-left: 8px;
}
.aboutArea .right .Txt .textEditor {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.15em;
	padding-left: 10px;
	padding-top: 10px;
	max-width: 70%;
}
@media (max-width: 1800px) {
	.aboutArea .right .Txt .textEditor {
		max-width: 90%;
	}
}
@media (max-width: 1600px) {
	.aboutArea .right .Txt .textEditor {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.aboutArea .right .Txt .titleBox .titleTw {
		padding-left: 0;
	}
	.aboutArea .right .Txt .textEditor {
		font-size: 15px;
		padding-left: 0;
	}
}
@media (max-width: 400px) {
	.aboutArea .right .Txt .textEditor {
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.aboutArea .right .btnBox {
	margin-left: 8px;
	margin-top: 56px;
}
@media (max-width: 991px) {
	.aboutArea .right .btnBox {
		margin-top: 35px;
	}
}
@media (max-width: 768px) {
	.aboutArea .right .btnBox {
		margin-bottom: 60px;
	}
}

/*文字跑馬燈*/
.marqueeArea {
	padding: 15px 0;
	background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
	float: left;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
@media (max-width: 640px) {
	.marqueeArea h2 {
		display: none;
	}
}
.marqueeArea h2 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: #1f7c81;
	}
}

/*footer*/
footer {
	position: relative;
	z-index: 1;
	padding-top: 124px;
	/*background-image: url("../images/footer_bg.jpg");*//*背景背景*/
	background-size: cover;
}
@media (max-width: 1180px) {
	footer {
		padding-top: 54px;
	}
}
footer .wrap {
	max-width: 1440px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 64px;
	overflow: hidden;
}
@media (max-width: 1180px) {
	footer .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
footer .left {
	width: 35%;
}
@media (max-width: 1180px) {
	footer .left {
		width: 100%;
	}
}
footer .left .thankInfo {
	margin-top: 24px;
	color: #4a4a4a;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
footer .left .side_contactInfo {
	margin-top: 47px;
}
footer .right {
	width: 58.286%;
}
footer .right .formBox .btnBox {
	text-align: right;
}
@media (max-width: 1180px) {
	footer .right {
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 650px) {
	footer .right .formBox .btnBox {
		text-align: center;
	}
}
footer .imgBox {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 13%;
	overflow: hidden;
	pointer-events: none;
}

@media (max-width: 1800px) {
	footer .imgBox {
		left: 8%;
	}
}

@media (max-width: 1600px) {
	footer .imgBox {
		max-width: 70%;
		left: 5%;
	}
}
@media (max-width: 1180px) {
	footer .imgBox {
		max-width: 100%;
		left: -40%;
		display: none;
	}
}
@media (max-width: 768px) {
	footer .imgBox {
		max-width: 800px;
	}
}
@media (max-width: 650px) {
	footer .imgBox {
		left: -60%;
	}
}
@media (max-width: 450px) {
	footer .imgBox {
		bottom: 40px;
	}
}
footer .imgBox .Img img {
	max-width: 95%;
	object-fit: contain;
	height: 400px;
}

@media (max-width: 1600px) {
	footer .imgBox .Img img {
	height: 350px;
	}
}


footer .imgBox .earth {
	position: absolute;
	bottom: 0;
	-webkit-animation: footer_scale 1.9s ease-in-out infinite;
	        animation: footer_scale 1.9s ease-in-out infinite;
}
@media (max-width: 1180px) {
	footer .imgBox .earth {
		-webkit-animation-duration: 2.2s;
		        animation-duration: 2.2s;
	}
}
footer .imgBox .line {
	-webkit-animation: footer_scale 1.9s ease-in-out infinite;
	        animation: footer_scale 1.9s ease-in-out infinite;
}
@media (max-width: 1180px) {
	footer .imgBox .line {
		-webkit-animation-duration: 2.2s;
		        animation-duration: 2.2s;
	}
}
@-webkit-keyframes footer_scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.02);
		        transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes footer_scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.02);
		        transform: scale(1.02);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
footer .copyrightBox {
	width: 100%;
	color: #fff;
	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-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	background-color: #1f7c81;
	font-family: "Plus Jakarta Sans";
	padding: 6px 20px;
}
footer .copyrightBox .copyright {
	text-align: center;
	padding: 5px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0;
}
@media (max-width: 650px) {
	footer .copyrightBox .copyright {
		font-size: 13px;
	}
}
@media (max-width: 1024px) {
	footer .copyrightBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

.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 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.privacyArea .text {
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
}
.privacyArea .text a {
	color: #1f7c81;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
.privacyArea .text a:hover {
	color: #1f7c81;
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 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;
	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: 20px;
	}
}
@media (max-width: 480px) {
	.privacyArea .btnBox {
		max-width: 100%;
	}
}

/*手機快捷選單*/
.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: #1f7c81;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
	.bookingArea .btn button:hover {
		background-color: #000;
	}
}
@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: 768px) {
	.mainArea {
		padding-top: 30px;
	}
}
.mainArea .contentBox {
	clear: both;
}


.titleBox .ttt {
  position: relative;
  padding: .5em 1.5em;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
  width: 350px;
  max-width: 100%;
  letter-spacing: 0.15em;
  text-align: center;
}

@media (max-width: 767px) {

	.titleBox .ttt {
  padding: .5em .5em;
  font-size: 1.2em;
  margin: auto;
	}

}

.titleBox .ttt::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* 背景色設在偽元素上 */
    background: #1f7c81;
    transform: skew(-30deg);
}

.titleBox .ttt2::before {
    background: #a65897;
}

.titleBox .ttt.cc {
  margin: auto;
}

@media (max-width: 480px) {
	.titleBox .ttt {
  max-width: 90%;
	}
	.titleBox .ttt.t80 {
  max-width: 80%;
	}
}



.titleBox {
	color: #333;
}
.titleBox .titleTw {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	font-weight: 400;
}
.titleBox .titleEn {
	font-weight: 500;
	font-family: "Plus Jakarta Sans";
	font-size: 48px;
	line-height: 1.05;
	letter-spacing: 0.48px;
}
.titleBox.gray {
	color: #404040;
}
.titleBox.gray .titleEn {
	/*background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 64, 64, 0.9)), color-stop(rgba(64, 64, 64, 0.7)), color-stop(50%, rgba(64, 64, 64, 0.5)), color-stop(50%, #fff));
	background-image: linear-gradient(to right, rgba(64, 64, 64, 0.9), rgba(64, 64, 64, 0.7), rgba(64, 64, 64, 0.5) 50%, #fff 50%);
	background-position: 0% 100%;
	background-size: 200% 100%;
	position: relative;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color: #1f7c81;
}
@media (max-width: 1600px) {
	.titleBox .titleEn {
		font-size: 45px;
	}
}
@media (max-width: 991px) {
	.titleBox .titleEn {
		font-size: 40px;
	}
	.titleBox .titleTw {
		font-size: 26px;
	}
}
@media (max-width: 400px) {
	.titleBox .titleEn {
		font-size: 36px;
	}
	.titleBox .titleTw {
		font-size: 24px;
		padding-left: 0;
	}
}

/*bread*/
.bread {
	z-index: 10;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 120px;
	width: 100%;
}
@media (max-width: 1180px) {
	.bread {
		top: 90px;
	}
}
.bread .wrap {
	-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;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 130px;
}
@media (max-width: 1180px) {
	.bread .wrap {
		padding-right: 20px;
	}
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.bread .wrap a {
	color: #1f7c81;
	position: relative;
}
.bread .wrap a:after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: rgba(31, 124, 129, 0.8);
}
.bread .wrap a:hover:after {
	width: 100%;
}
.bread .wrap span {
	color: #1f7c81;
}
.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 {
	margin-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: 1px;
	height: 15px;
	background-color: #1f7c81;
	position: absolute;
	top: 50%;
	left: -12px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(20deg);
	        transform: translateY(-50%) rotate(20deg);
}
.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 dashed #d6d6d6;
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
}

/*側邊標題字*/
.sectionTitle {
	border-bottom: 1px solid #1f7c81;
	color: #1f7c81;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
	text-align: center;
}
.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;
}

@-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;
	}
}
/*類別*/
.classBox {
	position: relative;
	z-index: 4;
}
.classBox .classCurrent {
	background-color: #1f7c81;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 30px 10px 10px;
	position: relative;
	border-radius: 5px;
}
.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: 20px;
	margin-bottom: 50px;
}
@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;
	}
	.classBoxRow .classLink li {
		margin-bottom: 10px;
		margin-right: 15px;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span {
		background-color: #f0f0f0;
		color: #000;
		display: block;
		padding: 10px 15px;
		letter-spacing: 0.02rem;
		text-align: center;
	}
	.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover,
	.classBoxRow .classLink span.current,
	.classBoxRow .classLink span:hover {
		background-color: #1f7c81;
		color: #fff;
	}
}
.classBoxColumn {
	margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
	content: "";
	width: 13px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
	background-color: #1f7c81;
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
	display: block;
}
.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,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
	background-color: #f1f1f1;
	color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
	background-color: #e8e8e8;
	color: #1f7c81;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
	background-color: #1f7c81;
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink > li {
		border-radius: 40px;
		border: 1px solid #4a4a4a;
		margin-bottom: 12px;
		overflow: hidden;
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #4a4a4a;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.2rem;
		padding: 18px 15px;
		position: relative;
		text-align: center;
	}
	.classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover,
	.classBoxColumn .classLink span.current,
	.classBoxColumn .classLink span:hover {
		background-color: #1f7c81;
		color: #fff;
	}
	.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
	.classBoxColumn .classLink span.current::before,
	.classBoxColumn .classLink span.current::after,
	.classBoxColumn .classLink span:hover::before,
	.classBoxColumn .classLink span:hover::after {
		background-color: #fff;
	}
}
@media (max-width: 1023px) {
	.classBoxRow .classLink, .classBoxColumn .classLink {
		overflow: hidden;
		border-radius: 5px;
		width: 100%;
		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;
		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 #ccc;
	}
	.classBoxRow .classLink > li > a.current,
	.classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
	.classBoxColumn .classLink > li span.current {
		color: #1f7c81;
	}
	.classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
		display: none;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span, .classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #2f2f2f;
		background-color: #fff;
		display: block;
		padding: 14px 15px;
		position: relative;
	}
}

.pageBox .pageList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #cecece;
	margin-top: 40px;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pageBox .pageList a {
	border: 1px solid #1f7c81;
	color: #1f7c81;
	display: block;
	font-size: 15px;
	border-radius: 25px;
	font-family: "Plus Jakarta Sans";
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #1f7c81;
	border-bottom: 1px solid #1f7c81;
	display: block;
	position: absolute;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
	border: 1px solid #1f7c81;
	background-color: #1f7c81;
	color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number li {
	margin: 5px;
}
.pageBox .pageList.number a {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
	left: 5px;
	right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
	left: 0;
	right: 5px;
}
.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 #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	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 {
	border: 1px solid #1f7c81;
	background-color: #1f7c81;
	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: 180px;
	height: 45px;
	font-weight: 400;
	line-height: 43px;
	padding: 0 20px;
	position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	top: calc(50% - 5px);
}
.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: 768px) {
	.pageBox .pageList.prevnext a {
		width: 125px;
		padding: 0 15px;
	}
}
@media (max-width: 640px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 15px);
	}
	.pageBox .pageList.prevnext a {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 10px);
	}
}
.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 #1f7c81;
	font-size: 13px;
	color: #1f7c81;
}
.tagBox a:hover {
	color: #fff;
	background-color: #1f7c81;
}
.tagBox a.current {
	color: #fff;
	background-color: #1f7c81;
}
.tagBox a.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}

/*頁籤*/
.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
.tab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	color: #333;
	display: block;
	line-height: 1;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 15px 10px;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.tab a:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #1f7c81;
}
.tab a:hover {
	color: #1f7c81;
}
.tab a.current {
	color: #1f7c81;
}
.tab a.current:after {
	width: 100%;
}
@media (max-width: 650px) {
	.tab a {
		font-size: 16px;
	}
}

/*頁籤內容*/
.tabContent {
	margin-top: -1px;
	padding: 20px 5px;
	border-top: 2px 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%;
	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%;
	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;
}
.side_booking a:hover {
	-webkit-box-shadow: inset 0 3px 3px #8d2121;
	        box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo .icon {
	width: 17px;
	height: 19px;
}
.side_contactInfo .icon img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
.side_contactInfo li {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
	font-weight: 400;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.15em;
	font-family: "Plus Jakarta Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.side_contactInfo a {
	color: #4a4a4a;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
.side_contactInfo b {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

/*側邊_房型*/
.side_room {
	margin-bottom: 50px;
}
.side_room .Img img {
	width: 100%;
	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;
}

/*側邊_其他相關訊息*/
.side_news {
	margin: 30px 0;
}
.side_news .sideNewsList {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -20px;
}
@media (max-width: 1200px) {
	.side_news .sideNewsList {
		margin: 0 -10px;
	}
}
@media (max-width: 840px) {
	.side_news .sideNewsList {
		max-width: 480px;
		margin: 0 auto;
		row-gap: 30px;
	}
}
.side_news .sideNewsItem {
	width: 33.333%;
	padding: 0 20px;
}
@media (max-width: 1200px) {
	.side_news .sideNewsItem {
		padding: 0 10px;
	}
}
@media (max-width: 840px) {
	.side_news .sideNewsItem {
		padding: 0;
		width: 100%;
	}
}
.side_news .item {
	position: relative;
}
.side_news .item:hover img {
	opacity: 0.5;
}
.side_news .item:hover .title {
	-webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
	        animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.side_news .Img {
	border-radius: 10px;
	background-color: #000;
	overflow: hidden;
}
.side_news .Img img {
	display: block;
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.side_news .Txt {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	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;
}
.side_news .Txt .title {
	opacity: 0;
}
.side_news .Txt a {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.side_news .Txt b {
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}

/*社群分享*/
.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;
}
.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;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
	background-color: #000;
	overflow: hidden;
}
.imh_opacity img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.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;
}
.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;
}
.imh_zoom:hover a:before {
	top: 50%;
}
.imh_zoom:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}



.videoArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 999999;
}

.videoArea.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.videoArea .closeVideo {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -35px;
  background: none;
  border: none;
  padding: 0;
  width: 60px;
  height: 70px;
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .08em;
  cursor: pointer;
}

.videoArea .closeVideo::before, .videoArea .closeVideo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.videoArea .closeVideo::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.videoArea .closeVideo::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}