@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
.slick-slider .slick-arrow::before, .slick-slider .slick-arrow, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, footer .infoList li .Img, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .headerLink a, header .menu > li a.mainLink:after, .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, .footerLink a, .arrowBox .arrow:before, .arrowBox .arrow:after, .arrowBox .arrow, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.formBox {
	margin-top: 40px;
	margin-left: -5px;
	margin-right: -5px;
}
.formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.formBox .formList {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px;
	position: relative;
}
.formBox .formColumn.select {
	position: relative;
	max-width: 615.2px;
}
.formBox .formColumn.select::before {
	content: "";
	pointer-events: none;
	position: absolute;
	bottom: 38px;
	right: 50px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #333333 transparent transparent transparent;
}
@media (max-width: 1700px) {
	.formBox .formColumn.select {
		max-width: 565.2px;
	}
}
@media (max-width: 1400px) {
	.formBox .formColumn.select {
		max-width: 445.2px;
	}
}
@media (max-width: 1180px) {
	.formBox .formColumn.select {
		max-width: 100%;
	}
}
.formBox .formColumn.pt0 {
	padding-top: 0;
}
.formBox .formColumn.pb0 {
	padding-bottom: 0;
}
@media (max-width: 1180px) {
	.formBox .formColumn {
		padding: 10px;
	}
}
.formBox .columnTitle {
	width: 100%;
	margin-bottom: 12px;
	position: relative;
	font-weight: 500;
	color: #333333;
	padding-left: 30px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
@media (max-width: 540px) {
	.formBox .columnTitle {
		font-size: 16px;
	}
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 40px;
	margin-bottom: 12px;
}
@media (max-width: 400px) {
	.formBox .columnTitle.withCheckBox + .columnCheckBox {
		margin-left: 20px;
	}
}
.formBox .columnTitle.requireStyle {
	padding-left: 45px;
}
.formBox .columnTitle.requireStyle::before {
	content: "*";
	color: #f78484;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	top: 3px;
	left: 30px;
	z-index: 1;
}
.formBox .columnCheckBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
@media (max-width: 400px) {
	.formBox .columnCheckBox {
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
	}
}
.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: 18px;
	height: 18px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #80beaf;
	background-color: #fff;
	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: 8px;
	height: 8px;
	background-color: #80beaf;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
	opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
	color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
	border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
	border-color: #80beaf;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	margin-left: 10px;
	font-weight: 500;
	color: #333333;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
@media (max-width: 540px) {
	.formBox .columnCheckBox .columnCheckBoxTitle {
		font-size: 16px;
	}
}
.formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 5px 30px;
	margin: 0;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnInput {
	padding: 5px 30px;
}
.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: 15px 30px;
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 120px;
		padding: 5px 10px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	border: 1px solid #dadada;
	color: #333333;
	font-weight: 400;
	background-color: #fff;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.86;
	letter-spacing: 1.5px;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	border-color: #80beaf;
}
.formBox .columnInput::-webkit-input-placeholder, .formBox .columnSelect::-webkit-input-placeholder, .formBox .columnArea::-webkit-input-placeholder {
	color: #333333;
}
.formBox .columnInput::-moz-placeholder, .formBox .columnSelect::-moz-placeholder, .formBox .columnArea::-moz-placeholder {
	color: #333333;
}
.formBox .columnInput:-ms-input-placeholder, .formBox .columnSelect:-ms-input-placeholder, .formBox .columnArea:-ms-input-placeholder {
	color: #333333;
}
.formBox .columnInput::-ms-input-placeholder, .formBox .columnSelect::-ms-input-placeholder, .formBox .columnArea::-ms-input-placeholder {
	color: #333333;
}
.formBox .columnInput::placeholder,
.formBox .columnSelect::placeholder,
.formBox .columnArea::placeholder {
	color: #333333;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 50px;
}
.formBox .btnBox {
	width: 100%;
}
.formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1180px) {
	.formBox .noteTxt {
		font-size: 14px;
	}
}
.formBox .error {
	border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
	20% {
		background-color: rgba(128, 201, 252, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}

@keyframes btnAni {
	20% {
		background-color: rgba(128, 201, 252, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}
@-webkit-keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes banner_zoomIn {
	0% {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes banner_zoomIn {
	0% {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateHalf {
	to {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@keyframes rotateHalf {
	to {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes logo_show {
	to {
		width: 0;
	}
}
@keyframes logo_show {
	to {
		width: 0;
	}
}
@-webkit-keyframes loading_rotate {
	to {
		-webkit-transform: rotate(540deg);
		        transform: rotate(540deg);
	}
}
@keyframes loading_rotate {
	to {
		-webkit-transform: rotate(540deg);
		        transform: rotate(540deg);
	}
}
@-webkit-keyframes loading_move {
	0% {
		left: 0%;
	}
	95% {
		left: 95%;
	}
	100% {
		left: 100%;
	}
}
@keyframes loading_move {
	0% {
		left: 0%;
	}
	95% {
		left: 95%;
	}
	100% {
		left: 100%;
	}
}
@-webkit-keyframes loading_push {
	0%, 100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
}
@keyframes loading_push {
	0%, 100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes arrowLeft {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
}
@keyframes arrowLeft {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
}
@-webkit-keyframes earthScale {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@keyframes earthScale {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@-webkit-keyframes banner_img_scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes banner_img_scale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes banner_img_scale_sm {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		        transform: translate(-50%, -50%) scale(1);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		        transform: translate(-50%, -50%) scale(1.1);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		        transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes banner_img_scale_sm {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		        transform: translate(-50%, -50%) scale(1);
	}
	50% {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		        transform: translate(-50%, -50%) scale(1.1);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		        transform: translate(-50%, -50%) scale(1);
	}
}
@-webkit-keyframes scrollDown_opacity {
	to {
		opacity: 1;
	}
}
@keyframes scrollDown_opacity {
	to {
		opacity: 1;
	}
}
@-webkit-keyframes scrollDown_down {
	0%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
}
@keyframes scrollDown_down {
	0%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
}
@-webkit-keyframes hol {
	to {
		opacity: 1;
		width: 30px;
	}
}
@keyframes hol {
	to {
		opacity: 1;
		width: 30px;
	}
}
@-webkit-keyframes hol_sm {
	to {
		opacity: 1;
		width: 18px;
	}
}
@keyframes hol_sm {
	to {
		opacity: 1;
		width: 18px;
	}
}
@-webkit-keyframes ver {
	to {
		opacity: 1;
		height: 30px;
	}
}
@keyframes ver {
	to {
		opacity: 1;
		height: 30px;
	}
}
@-webkit-keyframes ver_sm {
	to {
		opacity: 1;
		height: 18px;
	}
}
@keyframes ver_sm {
	to {
		opacity: 1;
		height: 18px;
	}
}
@-webkit-keyframes ripple1 {
	0% {
		background-position-x: -2099px;
	}
	100% {
		background-position-x: 2099px;
	}
}
@keyframes ripple1 {
	0% {
		background-position-x: -2099px;
	}
	100% {
		background-position-x: 2099px;
	}
}
@-webkit-keyframes ripple2 {
	0% {
		background-position-x: -2097px;
	}
	100% {
		background-position-x: 2097px;
	}
}
@keyframes ripple2 {
	0% {
		background-position-x: -2097px;
	}
	100% {
		background-position-x: 2097px;
	}
}
@-webkit-keyframes footer_player {
	0%, 100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
}
@keyframes footer_player {
	0%, 100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
}
@-webkit-keyframes wave {
	0%, 90% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	30%, 50%, 70% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	40%, 60%, 80% {
		-webkit-transform: rotate(5deg);
		        transform: rotate(5deg);
	}
}
@keyframes wave {
	0%, 90% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	30%, 50%, 70% {
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	40%, 60%, 80% {
		-webkit-transform: rotate(5deg);
		        transform: rotate(5deg);
	}
}
@-webkit-keyframes shake {
	0%, 40%, 90%, 100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	25%, 75% {
		-webkit-transform: rotate(-8deg);
		        transform: rotate(-8deg);
	}
}
@keyframes shake {
	0%, 40%, 90%, 100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	25%, 75% {
		-webkit-transform: rotate(-8deg);
		        transform: rotate(-8deg);
	}
}
@-webkit-keyframes float {
	0%, 100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@keyframes float {
	0%, 100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@-webkit-keyframes banner_pb_shy {
	0%, 70%, 100% {
		opacity: 0;
	}
	75%, 95% {
		opacity: 1;
	}
}
@keyframes banner_pb_shy {
	0%, 70%, 100% {
		opacity: 0;
	}
	75%, 95% {
		opacity: 1;
	}
}
@-webkit-keyframes banner_pb_eyes {
	0%, 55% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	65%, 90% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
}
@keyframes banner_pb_eyes {
	0%, 55% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	65%, 90% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
}
@-webkit-keyframes banner_activity_pb {
	0%, 100% {
		-webkit-transform: none;
		        transform: none;
	}
	20%, 80% {
		-webkit-transform: translate(-40px, 40px);
		        transform: translate(-40px, 40px);
	}
}
@keyframes banner_activity_pb {
	0%, 100% {
		-webkit-transform: none;
		        transform: none;
	}
	20%, 80% {
		-webkit-transform: translate(-40px, 40px);
		        transform: translate(-40px, 40px);
	}
}
@-webkit-keyframes banner_activity_pb_1 {
	0%, 100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	20%, 50% {
		right: 2px;
		bottom: 1px;
		-webkit-transform: translate(-1px, 2px);
		        transform: translate(-1px, 2px);
	}
	60%, 80% {
		right: 2px;
		bottom: 4px;
		-webkit-transform: translate(-1px, 1px);
		        transform: translate(-1px, 1px);
	}
}
@keyframes banner_activity_pb_1 {
	0%, 100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	20%, 50% {
		right: 2px;
		bottom: 1px;
		-webkit-transform: translate(-1px, 2px);
		        transform: translate(-1px, 2px);
	}
	60%, 80% {
		right: 2px;
		bottom: 4px;
		-webkit-transform: translate(-1px, 1px);
		        transform: translate(-1px, 1px);
	}
}
@-webkit-keyframes yellowDots {
	0% {
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
	}
	50% {
		height: 50%;
		width: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		        transform: translate(-50%, -50%) rotate(90deg);
	}
	100% {
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		        transform: translate(-50%, -50%) rotate(180deg);
	}
}
@keyframes yellowDots {
	0% {
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
	}
	50% {
		height: 50%;
		width: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		        transform: translate(-50%, -50%) rotate(90deg);
	}
	100% {
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		        transform: translate(-50%, -50%) rotate(180deg);
	}
}
@-webkit-keyframes orangeDots {
	0% {
		width: 100%;
	}
	25% {
		width: 62%;
	}
	50% {
		width: 30%;
	}
	75% {
		width: 62%;
	}
	100% {
		width: 100%;
	}
}
@keyframes orangeDots {
	0% {
		width: 100%;
	}
	25% {
		width: 62%;
	}
	50% {
		width: 30%;
	}
	75% {
		width: 62%;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes yellowCircle {
	0% {
		-webkit-transform: scale(1) rotate(-45deg);
		        transform: scale(1) rotate(-45deg);
	}
	50% {
		-webkit-transform: scale(0.8) rotate(135deg);
		        transform: scale(0.8) rotate(135deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(315deg);
		        transform: scale(1) rotate(315deg);
	}
}
@keyframes yellowCircle {
	0% {
		-webkit-transform: scale(1) rotate(-45deg);
		        transform: scale(1) rotate(-45deg);
	}
	50% {
		-webkit-transform: scale(0.8) rotate(135deg);
		        transform: scale(0.8) rotate(135deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(315deg);
		        transform: scale(1) rotate(315deg);
	}
}
@-webkit-keyframes yellowLine {
	0%, 100% {
		-webkit-transform: rotate(-20deg);
		        transform: rotate(-20deg);
	}
	50% {
		-webkit-transform: rotate(-20deg) scaleX(0.6);
		        transform: rotate(-20deg) scaleX(0.6);
	}
}
@keyframes yellowLine {
	0%, 100% {
		-webkit-transform: rotate(-20deg);
		        transform: rotate(-20deg);
	}
	50% {
		-webkit-transform: rotate(-20deg) scaleX(0.6);
		        transform: rotate(-20deg) scaleX(0.6);
	}
}
@-webkit-keyframes to_up {
	0%, 80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}
@keyframes to_up {
	0%, 80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}
@-webkit-keyframes wink {
	0%, 5%, 30% {
		height: 0%;
	}
	20% {
		height: calc(100% + 2px);
	}
}
@keyframes wink {
	0%, 5%, 30% {
		height: 0%;
	}
	20% {
		height: calc(100% + 2px);
	}
}
@-webkit-keyframes theme_py {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		        transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(0.5) rotate(180deg);
		        transform: scale(0.5) rotate(180deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
		        transform: scale(1) rotate(360deg);
	}
}
@keyframes theme_py {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		        transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(0.5) rotate(180deg);
		        transform: scale(0.5) rotate(180deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(360deg);
		        transform: scale(1) rotate(360deg);
	}
}
@-webkit-keyframes theme_rotate {
	0%, 50%, 100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(15deg);
		        transform: rotate(15deg);
	}
	75% {
		-webkit-transform: rotate(-15deg);
		        transform: rotate(-15deg);
	}
}
@keyframes theme_rotate {
	0%, 50%, 100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(15deg);
		        transform: rotate(15deg);
	}
	75% {
		-webkit-transform: rotate(-15deg);
		        transform: rotate(-15deg);
	}
}
@-webkit-keyframes theme_line {
	0%, 100% {
		width: 0;
	}
	50% {
		width: 100%;
	}
}
@keyframes theme_line {
	0%, 100% {
		width: 0;
	}
	50% {
		width: 100%;
	}
}
@-webkit-keyframes mission_current {
	to {
		opacity: 0;
		-webkit-transform: scale(6);
		        transform: scale(6);
	}
}
@keyframes mission_current {
	to {
		opacity: 0;
		-webkit-transform: scale(6);
		        transform: scale(6);
	}
}
@-webkit-keyframes missions_ripple {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		        transform: translate(-50%, -50%) scale(0.95);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(2);
		        transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}
@keyframes missions_ripple {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		        transform: translate(-50%, -50%) scale(0.95);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(2);
		        transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}
@-webkit-keyframes activity_po {
	0%, 20%, 80%, 100% {
		-webkit-transform: rotate(9.07deg);
		        transform: rotate(9.07deg);
	}
	30%, 70% {
		-webkit-transform: translateX(-20px) rotate(9.07deg);
		        transform: translateX(-20px) rotate(9.07deg);
	}
}
@keyframes activity_po {
	0%, 20%, 80%, 100% {
		-webkit-transform: rotate(9.07deg);
		        transform: rotate(9.07deg);
	}
	30%, 70% {
		-webkit-transform: translateX(-20px) rotate(9.07deg);
		        transform: translateX(-20px) rotate(9.07deg);
	}
}
@-webkit-keyframes activity_po_1 {
	0%, 20%, 80%, 100% {
		-webkit-transform: rotate(9.07deg);
		        transform: rotate(9.07deg);
	}
	30%, 70% {
		-webkit-transform: translateX(-25px) rotate(9.07deg);
		        transform: translateX(-25px) rotate(9.07deg);
	}
}
@keyframes activity_po_1 {
	0%, 20%, 80%, 100% {
		-webkit-transform: rotate(9.07deg);
		        transform: rotate(9.07deg);
	}
	30%, 70% {
		-webkit-transform: translateX(-25px) rotate(9.07deg);
		        transform: translateX(-25px) rotate(9.07deg);
	}
}
@-webkit-keyframes activity_po_2 {
	0%, 100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	40%, 60% {
		-webkit-transform: translate(-2px, 0);
		        transform: translate(-2px, 0);
	}
}
@keyframes activity_po_2 {
	0%, 100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	40%, 60% {
		-webkit-transform: translate(-2px, 0);
		        transform: translate(-2px, 0);
	}
}
@-webkit-keyframes activity_py {
	0%, 80%, 100% {
		-webkit-transform: translate(0, 0) rotate(10.2deg);
		        transform: translate(0, 0) rotate(10.2deg);
	}
	20%, 60% {
		-webkit-transform: translate(-2px, 18px) rotate(10.2deg);
		        transform: translate(-2px, 18px) rotate(10.2deg);
	}
}
@keyframes activity_py {
	0%, 80%, 100% {
		-webkit-transform: translate(0, 0) rotate(10.2deg);
		        transform: translate(0, 0) rotate(10.2deg);
	}
	20%, 60% {
		-webkit-transform: translate(-2px, 18px) rotate(10.2deg);
		        transform: translate(-2px, 18px) rotate(10.2deg);
	}
}
@-webkit-keyframes activity_py_1 {
	0%, 80%, 100% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	20%, 60% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}
@keyframes activity_py_1 {
	0%, 80%, 100% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	20%, 60% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}
@-webkit-keyframes baseball_player {
	0%, 40%, 80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-20px) rotate(-8deg);
		        transform: translateY(-20px) rotate(-8deg);
	}
	60% {
		-webkit-transform: translateY(-10px) rotate(-6deg);
		        transform: translateY(-10px) rotate(-6deg);
	}
}
@keyframes baseball_player {
	0%, 40%, 80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-20px) rotate(-8deg);
		        transform: translateY(-20px) rotate(-8deg);
	}
	60% {
		-webkit-transform: translateY(-10px) rotate(-6deg);
		        transform: translateY(-10px) rotate(-6deg);
	}
}
@-webkit-keyframes baseball_player_eyes {
	0%, 40%, 80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	60% {
		-webkit-transform: translateY(-1.5px);
		        transform: translateY(-1.5px);
	}
}
@keyframes baseball_player_eyes {
	0%, 40%, 80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	60% {
		-webkit-transform: translateY(-1.5px);
		        transform: translateY(-1.5px);
	}
}
@-webkit-keyframes baseball_rotate {
	0% {
		-webkit-transform: translateY(0) rotate(0deg);
		        transform: translateY(0) rotate(0deg);
	}
	20% {
		-webkit-transform: translateY(-100px) rotate(100deg);
		        transform: translateY(-100px) rotate(100deg);
	}
	40% {
		-webkit-transform: translateY(0) rotate(160deg);
		        transform: translateY(0) rotate(160deg);
	}
	60% {
		-webkit-transform: translateY(-50px) rotate(240deg);
		        transform: translateY(-50px) rotate(240deg);
	}
	80% {
		-webkit-transform: translateY(0) rotate(360deg);
		        transform: translateY(0) rotate(360deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(360deg);
		        transform: translateY(0) rotate(360deg);
	}
}
@keyframes baseball_rotate {
	0% {
		-webkit-transform: translateY(0) rotate(0deg);
		        transform: translateY(0) rotate(0deg);
	}
	20% {
		-webkit-transform: translateY(-100px) rotate(100deg);
		        transform: translateY(-100px) rotate(100deg);
	}
	40% {
		-webkit-transform: translateY(0) rotate(160deg);
		        transform: translateY(0) rotate(160deg);
	}
	60% {
		-webkit-transform: translateY(-50px) rotate(240deg);
		        transform: translateY(-50px) rotate(240deg);
	}
	80% {
		-webkit-transform: translateY(0) rotate(360deg);
		        transform: translateY(0) rotate(360deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(360deg);
		        transform: translateY(0) rotate(360deg);
	}
}
@-webkit-keyframes shadow {
	0%, 40%, 80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.4);
		        transform: scale(0.4);
	}
	60% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@keyframes shadow {
	0%, 40%, 80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.4);
		        transform: scale(0.4);
	}
	60% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@-webkit-keyframes basketball_left {
	0%, 100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	10%, 90% {
		-webkit-transform: translate(-30px, 40px) rotate(-30deg);
		        transform: translate(-30px, 40px) rotate(-30deg);
	}
	20%, 80% {
		-webkit-transform: translate(-60px, 70px) rotate(-60deg);
		        transform: translate(-60px, 70px) rotate(-60deg);
	}
	30%, 70% {
		-webkit-transform: translate(-90px, 80px) rotate(-90deg);
		        transform: translate(-90px, 80px) rotate(-90deg);
	}
	40%, 60% {
		-webkit-transform: translate(-120px, 80px) rotate(-120deg);
		        transform: translate(-120px, 80px) rotate(-120deg);
	}
	50% {
		-webkit-transform: translate(-150px, 75px) rotate(-150deg);
		        transform: translate(-150px, 75px) rotate(-150deg);
	}
}
@keyframes basketball_left {
	0%, 100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	10%, 90% {
		-webkit-transform: translate(-30px, 40px) rotate(-30deg);
		        transform: translate(-30px, 40px) rotate(-30deg);
	}
	20%, 80% {
		-webkit-transform: translate(-60px, 70px) rotate(-60deg);
		        transform: translate(-60px, 70px) rotate(-60deg);
	}
	30%, 70% {
		-webkit-transform: translate(-90px, 80px) rotate(-90deg);
		        transform: translate(-90px, 80px) rotate(-90deg);
	}
	40%, 60% {
		-webkit-transform: translate(-120px, 80px) rotate(-120deg);
		        transform: translate(-120px, 80px) rotate(-120deg);
	}
	50% {
		-webkit-transform: translate(-150px, 75px) rotate(-150deg);
		        transform: translate(-150px, 75px) rotate(-150deg);
	}
}
@-webkit-keyframes basketball_right {
	0%, 100% {
		-webkit-transform: translate(-30px, 0) rotate(0);
		        transform: translate(-30px, 0) rotate(0);
	}
	10%, 90% {
		-webkit-transform: translate(0, 0) rotate(20deg);
		        transform: translate(0, 0) rotate(20deg);
	}
	20%, 80% {
		-webkit-transform: translate(30px, -2px) rotate(40deg);
		        transform: translate(30px, -2px) rotate(40deg);
	}
	30%, 70% {
		-webkit-transform: translate(60px, -10px) rotate(60deg);
		        transform: translate(60px, -10px) rotate(60deg);
	}
	40%, 60% {
		-webkit-transform: translate(90px, -40px) rotate(80deg);
		        transform: translate(90px, -40px) rotate(80deg);
	}
	50% {
		-webkit-transform: translate(120px, -85px) rotate(100deg);
		        transform: translate(120px, -85px) rotate(100deg);
	}
}
@keyframes basketball_right {
	0%, 100% {
		-webkit-transform: translate(-30px, 0) rotate(0);
		        transform: translate(-30px, 0) rotate(0);
	}
	10%, 90% {
		-webkit-transform: translate(0, 0) rotate(20deg);
		        transform: translate(0, 0) rotate(20deg);
	}
	20%, 80% {
		-webkit-transform: translate(30px, -2px) rotate(40deg);
		        transform: translate(30px, -2px) rotate(40deg);
	}
	30%, 70% {
		-webkit-transform: translate(60px, -10px) rotate(60deg);
		        transform: translate(60px, -10px) rotate(60deg);
	}
	40%, 60% {
		-webkit-transform: translate(90px, -40px) rotate(80deg);
		        transform: translate(90px, -40px) rotate(80deg);
	}
	50% {
		-webkit-transform: translate(120px, -85px) rotate(100deg);
		        transform: translate(120px, -85px) rotate(100deg);
	}
}
@-webkit-keyframes edu_py {
	0%, 40%, 60%, 100% {
		-webkit-transform: none;
		        transform: none;
	}
	50% {
		-webkit-transform: translateX(-5px) rotate(-8deg);
		        transform: translateX(-5px) rotate(-8deg);
	}
}
@keyframes edu_py {
	0%, 40%, 60%, 100% {
		-webkit-transform: none;
		        transform: none;
	}
	50% {
		-webkit-transform: translateX(-5px) rotate(-8deg);
		        transform: translateX(-5px) rotate(-8deg);
	}
}
body {
	background-color: #e6f9f7;
	font-size: 14px;
	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: #80beaf;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
	max-width: 1530px;
	padding-bottom: 76px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
	color: #80beaf;
	font-weight: 500;
	padding-bottom: 18px;
	margin-bottom: 12px;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 2.25px;
	position: relative;
	display: inline-block;
	text-shadow: -2px -2px 0 #fff,
              2px -2px 0 #fff,
              -2px 2px 0 #fff,
              2px 2px 0 #fff;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title:after {
	content: "";
	width: 45%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .subtitle {
	color: #f5b994;
	text-transform: uppercase;
	font-family: "Sour Gummy";
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1.5px;
	text-shadow: -1px -1px 0 #fff,
              1px -1px 0 #fff,
              -1px 1px 0 #fff,
              1px 1px 0 #fff;
}
@media (max-width: 1600px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
		max-width: 1300px;
	}
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .subtitle {
		font-size: 26px;
	}
}
@media (max-width: 840px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
		font-size: 36px;
		padding-bottom: 20px;
		margin-bottom: 18px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .subtitle {
		font-size: 22px;
	}
}
@media (max-width: 540px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
		padding-top: 50px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
		font-size: 32px;
		padding-bottom: 14px;
		margin-bottom: 12px;
	text-shadow: -1px -1px 0 #fff,
              1px -1px 0 #fff,
              -1px 1px 0 #fff,
              1px 1px 0 #fff;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .subtitle {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
		font-size: 28px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .subtitle {
		font-size: 14px;
	}
}
@media (max-width: 640px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
		padding-bottom: 56.25%;
	}
	body:not(.WebSiteHome) .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;
	}
}
body:not(.WebSiteHome) .bannerArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
body:not(.WebSiteHome) .bannerArea .Img.activity_pb {
	z-index: 5;
	position: absolute;
	bottom: -16%;
	left: 18.5%;
	width: 332px;
	height: 166px;
	background-color: #80beaf;
	border-radius: 166px 166px 0 0;
}
body:not(.WebSiteHome) .bannerArea .Img.activity_pb .eyesBox {
	left: 60%;
	top: 29%;
}
body:not(.WebSiteHome) .bannerArea .Img.activity_pb .eyesBox span {
	margin: 0 1.5px;
}
body:not(.WebSiteHome) .bannerArea .Img.activity_pb .eyesBox span:before {
	right: 0px;
	bottom: 3px;
	width: 7px;
	height: 11.5px;
	-webkit-animation: banner_activity_pb_1 6s ease-in-out infinite;
	        animation: banner_activity_pb_1 6s ease-in-out infinite;
}
body:not(.WebSiteHome) .bannerArea .Img.activity_pb .glass {
	left: 55%;
	top: 36%;
}
body:not(.WebSiteHome) .bannerArea .Img.activity_pb .eyesBox,
body:not(.WebSiteHome) .bannerArea .Img.activity_pb .glass {
	-webkit-animation: banner_activity_pb 6s ease-in-out infinite;
	        animation: banner_activity_pb 6s ease-in-out infinite;
}
@media (max-width: 1600px) {
	body:not(.WebSiteHome) .bannerArea .Img.activity_pb {
		width: 300px;
		height: 150px;
		border-radius: 150px 150px 0 0;
	}
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea .Img.activity_pb {
		width: 260px;
		height: 130px;
		border-radius: 130px 130px 0 0;
	}
}
@media (max-width: 768px) {
	body:not(.WebSiteHome) .bannerArea .Img.activity_pb {
		left: auto;
		right: 1%;
	}
}
@media (max-width: 650px) {
	body:not(.WebSiteHome) .bannerArea .Img.activity_pb {
		-webkit-transform-origin: right center;
		        transform-origin: right center;
		bottom: -60px;
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
	}
}
@media (max-width: 400px) {
	body:not(.WebSiteHome) .bannerArea .Img.activity_pb {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
	z-index: 5;
	position: absolute;
	bottom: -23%;
	left: 10.5%;
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box .py {
	-webkit-animation: baseball_player 5s -0.2s ease-in-out infinite;
	        animation: baseball_player 5s -0.2s ease-in-out infinite;
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box .eyesBox {
	right: 9%;
	top: 36%;
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box .eyesBox span {
	margin: 0 1.5px;
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box .eyesBox span:before {
	right: 1.5px;
	top: 4px;
	-webkit-animation: baseball_player_eyes 5s ease-in-out infinite;
	        animation: baseball_player_eyes 5s ease-in-out infinite;
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box .baseball {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/baseball.png");
	width: 73px;
	height: 72px;
	position: absolute;
	top: -30%;
	left: 55%;
	-webkit-animation: baseball_rotate 5s linear infinite;
	        animation: baseball_rotate 5s linear infinite;
}
body:not(.WebSiteHome) .bannerArea .Img.edu_player_box .shadow {
	width: 52px;
	height: 12px;
	background-color: #000;
	opacity: 0.08;
	border-radius: 50%/50%;
	position: absolute;
	top: 7px;
	left: 58%;
	-webkit-animation: shadow 5s ease-in-out infinite;
	        animation: shadow 5s ease-in-out infinite;
}
@media (max-width: 1800px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		left: 5%;
	}
}
@media (max-width: 1600px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}
}
@media (max-width: 1400px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		bottom: -28%;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
		bottom: -40%;
	}
}
@media (max-width: 768px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
}
@media (max-width: 650px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		left: 2%;
		bottom: -100px;
	}
}
@media (max-width: 480px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.45);
		        transform: scale(0.45);
	}
}
@media (max-width: 400px) {
	body:not(.WebSiteHome) .bannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.4);
		        transform: scale(0.4);
	}
}
body:not(.WebSiteHome) .bannerArea .Img.pb {
	z-index: 5;
	position: absolute;
	bottom: -10%;
	left: 10.2%;
	-webkit-animation: float 3s ease-in-out infinite;
	        animation: float 3s ease-in-out infinite;
}
body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox {
	right: 18%;
	top: 33%;
}
body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox span {
	margin: 0 1px;
}
body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox span:before {
	bottom: 0;
	left: 3px;
	-webkit-animation: banner_pb_eyes 6s linear infinite;
	        animation: banner_pb_eyes 6s linear infinite;
}
body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox span:after {
	background-color: #80beaf;
}
body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
	right: 8%;
	top: 43%;
	-webkit-animation: banner_pb_shy 6s linear infinite;
	        animation: banner_pb_shy 6s linear infinite;
}
@media (max-width: 1600px) {
	body:not(.WebSiteHome) .bannerArea .Img.pb {
		max-width: 190px;
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox,
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		right: 6%;
	}
}
@media (max-width: 1400px) {
	body:not(.WebSiteHome) .bannerArea .Img.pb {
		bottom: -15%;
	}
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea .Img.pb {
		max-width: 150px;
		bottom: -20%;
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		right: 3%;
	}
}
@media (max-width: 768px) {
	body:not(.WebSiteHome) .bannerArea .Img.pb {
		max-width: 120px;
		left: 1%;
		bottom: -25%;
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox,
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		top: 48%;
		right: -1%;
	}
}
@media (max-width: 650px) {
	body:not(.WebSiteHome) .bannerArea .Img.pb {
		bottom: -15%;
	}
}
@media (max-width: 480px) {
	body:not(.WebSiteHome) .bannerArea .Img.pb {
		max-width: 90px;
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .eyesBox,
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	body:not(.WebSiteHome) .bannerArea .Img.pb .shy {
		right: -8%;
	}
}

address {
	font-style: normal;
}

a {
	color: #000;
	cursor: pointer;
}
a:hover {
	color: #80beaf;
}

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

.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;
}
@media (max-width: 480px) {
	.btnBox.single .btn {
		max-width: 100%;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 1;
	font-weight: bold;
	padding: 25.5px 0;
	border-radius: 37.5px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 3px;
}
.btnBox .btn span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 74px;
	padding-right: 50px;
	position: relative;
	z-index: 2;
}
.btnBox .btn span:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/arrow.png");
	margin-left: 38px;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
@media (max-width: 1200px) {
	.btnBox .btn {
		font-size: 18px;
		padding: 22px 0;
	}
	.btnBox .btn span {
		padding-left: 64px;
		padding-right: 40px;
	}
}
@media (max-width: 650px) {
	.btnBox .btn {
		font-size: 15.57px;
		padding: 18px 0;
	}
	.btnBox .btn span {
		padding-left: 50px;
		padding-right: 36px;
	}
	.btnBox .btn span:after {
		width: 17px;
		height: 16px;
		margin-left: 25px;
	}
}
@media (min-width: 1201px) {
	.btnBox .btn:hover span:after {
		-webkit-animation: arrowLeft 1s ease-in-out both infinite;
		        animation: arrowLeft 1s ease-in-out both infinite;
	}
}
.btnBox .btn.animation::after {
	content: "";
	position: absolute;
	background: #f5b994;
	width: 120%;
	padding-top: 100%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	left: 50%;
	top: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
.btnBox .btn_color_main {
	background-color: #80beaf;
}
.btnBox .btn_color_sec {
	background-color: #f5b994;
}
.btnBox .btn_color_sec.animation:after {
	background-color: #80beaf;
}
.btnBox .btn_color_white {
	border: 1px solid #80beaf;
	background-color: #fff;
	color: #80beaf;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_white:hover {
		border-color: #67befb;
		background-color: #80beaf;
		color: #fff;
	}
}
.btnBox .btn_color_gray {
	border: 1px solid #bebebe;
	background-color: #cbcbcb;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_gray:hover {
		border-color: #9e9e9e;
		background-color: #ababab;
	}
}
.btnBox .btn_color_darkgray {
	border: 1px solid #8d8d8d;
	background-color: #9a9a9a;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_darkgray:hover {
		border-color: #6d6d6d;
		background-color: #7a7a7a;
	}
}

.Img.animation {
	position: relative;
}
.Img.animation:after {
	content: "";
	position: absolute;
	background: rgba(255, 177, 94, 0.2);
	width: 150%;
	padding-top: 100%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	left: 50%;
	top: 100%;
	-webkit-transition: all 0.3s 0.05s ease-in-out;
	transition: all 0.3s 0.05s ease-in-out;
}
@media (min-width: 1201px) {
	.Img:hover.animation:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

.glass {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.glass_oval {
	width: 67px;
	height: 15px;
	background-image: url("../images/glass_oval.png");
}
.glass_circle {
	width: 71px;
	height: 24px;
	background-image: url("../images/glass_circle.png");
}

.eyesBox {
	position: absolute;
}
.eyesBox.wink span:after {
	display: block;
	-webkit-animation: wink 5s ease-in-out infinite;
	        animation: wink 5s ease-in-out infinite;
}
.eyesBox.toUp span:before {
	-webkit-animation: to_up 3s ease-in-out infinite;
	        animation: to_up 3s ease-in-out infinite;
}
.eyesBox span {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%/50%;
	margin: 0 3.5px;
}
.eyesBox span:before {
	content: "";
	position: absolute;
	background-color: #000;
	width: 6.3px;
	height: 11.3px;
	border-radius: 50%/50%;
}
.eyesBox span:after {
	content: "";
	z-index: 2;
	position: absolute;
	background-color: #fff;
	width: 15px;
	border-radius: 10px;
	top: -1px;
	left: -1px;
	display: none;
}

.shy {
	position: absolute;
	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;
	width: 80px;
	opacity: 0;
}
.shy:before, .shy:after {
	content: "";
	display: block;
	width: 15px;
	height: 8px;
	border-radius: 50%/50%;
	background-color: #fc7f7b;
	-webkit-filter: blur(0.5px);
	        filter: blur(0.5px);
}

.imgBox.newsImgBox {
	pointer-events: none;
}
.imgBox.newsImgBox .Img {
	position: absolute;
}
.imgBox.newsImgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.imgBox.newsImgBox .Img.py {
	top: 21.5%;
	right: -3.5%;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-animation: shake 8s linear infinite;
	        animation: shake 8s linear infinite;
}
.imgBox.newsImgBox .Img.py .eyesBox {
	left: 13%;
	top: 28.5%;
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}
.imgBox.newsImgBox .Img.py .eyesBox span {
	margin: 1.5px;
}
.imgBox.newsImgBox .Img.py .eyesBox span:before {
	bottom: 1px;
	left: 1px;
}
.imgBox.newsImgBox .Img.po {
	left: -9%;
	top: 40.5%;
}
.imgBox.newsImgBox .Img.po .eyesBox {
	right: 10%;
	top: 27%;
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
}
.imgBox.newsImgBox .Img.po .eyesBox span:after {
	background-color: #fbd3a7;
}
.imgBox.newsImgBox .Img.po .eyesBox span:before {
	-webkit-animation: none;
	        animation: none;
	right: 1px;
	bottom: 2px;
}
.imgBox.newsImgBox .Img.po .hands {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/player_o_hands.png");
	width: 120px;
	height: 73.1px;
	position: absolute;
	top: 42%;
	right: -13%;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-animation: wave 5s ease-in-out infinite;
	        animation: wave 5s ease-in-out infinite;
}
@media (max-width: 1600px) {
	.imgBox.newsImgBox .Img.py {
		max-width: 200px;
	}
	.imgBox.newsImgBox .Img.po {
		max-width: 300px;
	}
}
@media (max-width: 1180px) {
	.imgBox.newsImgBox .Img.py {
		right: -70px;
	}
	.imgBox.newsImgBox .Img.po {
		left: -168px;
	}
}
@media (max-width: 840px) {
	.imgBox.newsImgBox .Img.py {
		right: -110px;
	}
	.imgBox.newsImgBox .Img.po {
		left: -200px;
	}
	.imgBox.newsImgBox .Img.po .hands {
		width: 100px;
		height: 61px;
	}
}
@media (max-width: 650px) {
	.imgBox.newsImgBox .Img.py {
		right: -110px;
	}
	.imgBox.newsImgBox .Img.po {
		max-width: 270px;
	}
}
@media (max-width: 540px) {
	.imgBox.newsImgBox .Img {
		display: none;
	}
}

.yellowDots {
	width: 149px;
	height: 144px;
}
.yellowDots:after {
	content: "";
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-image: url("../images/icon/02.png");
	background-position: center;
	-webkit-animation: yellowDots 3.5s ease-in-out infinite;
	        animation: yellowDots 3.5s ease-in-out infinite;
}
@media (max-width: 540px) {
	.yellowDots {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}

.orangeDots {
	width: 245px;
	height: 52px;
}
.orangeDots:after {
	content: "";
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-image: url("../images/icon/08.png");
	background-position: center;
	-webkit-animation: orangeDots 4s ease-in-out infinite;
	        animation: orangeDots 4s ease-in-out infinite;
}

.classBox.mainClassBox {
	margin-top: 20px;
	margin-bottom: 50px;
}
.classBox.mainClassBox .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;
}
.classBox.mainClassBox .classLink li {
	margin-bottom: 10px;
	margin-right: 15px;
}
.classBox.mainClassBox .classLink a,
.classBox.mainClassBox .classLink span {
	background-color: #aeadad;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 14px 24px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
}
.classBox.mainClassBox .classLink a.current, .classBox.mainClassBox .classLink a:hover,
.classBox.mainClassBox .classLink span.current,
.classBox.mainClassBox .classLink span:hover {
	background-color: #80beaf;
	color: #fff;
}
@media (max-width: 840px) {
	.classBox.mainClassBox .classLink a,
	.classBox.mainClassBox .classLink span {
		padding: 10px 18px;
		font-size: 15px;
	}
}

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

.arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.arrowBox .arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1.5px solid #666666;
	position: relative;
	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;
	cursor: pointer;
}
.arrowBox .arrow:after {
	content: "";
	width: 14px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/arrow.png");
	position: absolute;
}
.arrowBox .arrow:before {
	content: "";
	width: 1px;
	height: 1px;
	position: absolute;
	background-color: #f5b994;
	border-radius: 50%;
}
@media (min-width: 1201px) {
	.arrowBox .arrow:hover {
		border-color: #666666;
	}
	.arrowBox .arrow:hover:before {
		width: 100%;
		height: 100%;
	}
	.arrowBox .arrow:hover:after {
		-webkit-filter: contrast(0) brightness(2);
		        filter: contrast(0) brightness(2);
	}
}
.arrowBox .arrow.prev:after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.arrowBox.white .arrow {
	border-color: #fff;
}
.arrowBox.white .arrow:after {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
.arrowBox.white .arrow:hover {
	border-color: #fff;
}
.arrowBox .page {
	padding: 0 42px;
	color: #666666;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
}
.arrowBox .pageBefore:after {
	content: "/";
	color: #666666;
	padding-left: 5px;
}
.footerLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 450px) {
	.footerLink {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 12px;
		   -moz-column-gap: 12px;
		        column-gap: 12px;
		row-gap: 12px;
	}
}
.footerLink li {
	padding-left: 22px;
	display: block;
	position: relative;
}
.footerLink li:first-child {
	padding-left: 0;
}
.footerLink li:not(:last-child) {
	padding-right: 22px;
}
.footerLink li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 5%;
	width: 1px;
	height: 90%;
	background-size: contain;
	background-image: url("../images/dots.png");
}
@media (max-width: 991px) {
	.footerLink li {
		padding-left: 15px;
	}
	.footerLink li:not(:last-child) {
		padding-right: 15px;
	}
}
@media (max-width: 450px) {
	.footerLink li {
		padding-left: 0;
		padding-right: 0 !important;
	}
	.footerLink li:after {
		display: none;
	}
}
.footerLink a {
	display: inline-block;
	color: #666666;
	font-weight: 300;
	padding: 6px 17px;
	border-radius: 25px;
	background-color: #fff;
	border: 2px solid #fff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
@media (min-width: 1201px) {
	.footerLink a:hover {
		border-color: #fff0dd;
		background-color: #fff0dd;
		color: #333;
	}
}

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

.wrap {
	width: 100%;
	max-width: 1320px;
	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: #80beaf;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: none;
	background-color: #80beaf;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
	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;
	border-radius: 35px;
	overflow: clip;
}
.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;
}
@media (max-width: 650px) {
	.moduleBox.privacy .btnBox {
		text-align: center;
	}
	.moduleBox.privacy .btnBox.flex {
		row-gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
	min-width: 278px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) span {
	padding-left: 28px;
	padding-right: 20px;
}
@media (max-width: 400px) {
	.moduleBox.privacy .btnBox .btn:not(.textLink) {
		min-width: auto;
		width: 100%;
	}
}
.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: #80beaf;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1201px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
	padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.moduleBox.privacy .customList .topBox::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	        transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
	-webkit-transform: translateY(-100%) rotate(45deg);
	        transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
	color: #80beaf;
	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: #daeffe;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #99d4fd;
	-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: #80beaf;
	}
}
@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: #80beaf;
}
.moduleBox.cart .cartBox {
	border-top: 2px solid #80beaf;
	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%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #80beaf;
	}
}
.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: #80beaf;
		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[type=text] {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #80beaf;
	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: #f6f5f0;
	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.show {
	opacity: 1;
	pointer-events: auto;
}
.loadingArea.show .logo_1 {
	-webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.loadingArea.hide {
	opacity: 0;
}
.loadingArea .loadLogo {
	position: relative;
	min-width: 505px;
	padding-left: 25px;
	-webkit-transform-origin: center;
	        transform-origin: center;
}
@media (max-width: 1180px) {
	.loadingArea .loadLogo {
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
	}
}
@media (max-width: 650px) {
	.loadingArea .loadLogo {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
}
@media (max-width: 400px) {
	.loadingArea .loadLogo {
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}
.loadingArea .loadLogo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.loadingArea .loadLogo .logo_1 {
	opacity: 0;
	position: relative;
}
.loadingArea .loadLogo .logo_1 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 17px;
	   -moz-column-gap: 17px;
	        column-gap: 17px;
}
.loadingArea .loadLogo .logo_1 .Img {
	max-width: 164px;
}
.loadingArea .loadLogo .logo_1 .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.loadingArea .loadLogo .logo_1 .text .tw {
	font-weight: 500;
	color: #005ead;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 3.5px;
}
.loadingArea .loadLogo .logo_1 .text .en {
	padding-left: 4px;
	padding-top: 6px;
	font-family: "Sour Gummy";
	font-weight: 600;
	color: #3f86c1;
	font-size: 24.5px;
	line-height: 1;
	letter-spacing: 2px;
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #e6f9f7;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	/*menu*/
}
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;
	padding: 0;
	position: relative;
	max-width: 100%;
	height: 100px;
}
@media (max-width: 1180px) {
	header .wrap {
		height: 60px;
	}
}
header .logo {
	margin-left: 60px;
}
header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 17px;
	   -moz-column-gap: 17px;
	        column-gap: 17px;
}
header .logo .Img {
	max-width: 330px;
}
header .logo .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
header .logo .text .tw {
	font-weight: 500;
	color: #005ead;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 3.5px;
}
header .logo .text .en {
	padding-left: 4px;
	padding-top: 6px;
	font-family: "Sour Gummy";
	font-weight: 600;
	color: #3f86c1;
	font-size: 22.5px;
	line-height: 1;
	letter-spacing: 2px;
}
@media (max-width: 1600px) {
	header .logo {
		margin-left: 20px;
	}
	header .logo .Img {
		max-width: 330px;
	}
	header .logo .text .tw {
		font-size: 19px;
	}
	header .logo .text .en {
		font-size: 19.5px;
	}
}
@media (max-width: 1400px) {
	header .logo .Img {
		max-width: 330px;
	}
	header .logo .text .tw {
		font-size: 17px;
	}
	header .logo .text .en {
		font-size: 17.5px;
	}
}
@media (max-width: 1180px) {
	header .logo .Img {
		max-width: 300px;
	}
	header .logo .text .tw {
		font-size: 16px;
	}
	header .logo .text .en {
		padding-top: 4px;
		padding-left: 3px;
		font-size: 16.5px;
	}
}
@media (max-width: 450px) {
	header .logo {
		margin-left: 10px;
	}
	header .logo a {
		-webkit-column-gap: 9px;
		   -moz-column-gap: 9px;
		        column-gap: 9px;
	}
	header .logo .Img {
		max-width: 250px;
	}
	header .logo .text .tw {
		font-size: 13px;
		letter-spacing: 2px;
	}
	header .logo .text .en {
		font-size: 13px;
		letter-spacing: 1.4px;
		padding-left: 2px;
		padding-top: 3px;
	}
}
@media (max-width: 350px) {
	header .logo a {
		-webkit-column-gap: 5px;
		   -moz-column-gap: 5px;
		        column-gap: 5px;
	}
	header .logo .Img {
		max-width: 65px;
	}
	header .logo .text .tw {
		font-size: 12px;
		letter-spacing: 1px;
	}
	header .logo .text .en {
		font-size: 12.5px;
		letter-spacing: 0.5px;
	}
}
header .top {
	margin-bottom: 12px;
}
header .top > a:before {
	content: "‧";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
header .menuBox {
	width: 50%;
}
@media (max-width: 1400px) {
	header .menuBox {
		width: 50%;
	}
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
header .menu > li {
	position: relative;
	display: inline-block;
	width: 25%;
}
header .menu > li:not(:last-child):after {
	content: "";
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 1px;
	height: 34px;
	background-image: url("../images/dots.png");
}
header .menu > li:nth-child(1) .Img, header .menu > li:nth-child(3) .Img {
	max-width: 40px;
}
header .menu > li:nth-child(2) .Img {
	max-width: 42px;
}
header .menu > li .Img {
	max-width: 43px;
}
header .menu > li .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
header .menu > li a {
	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;
	row-gap: 7px;
	color: #666666;
	font-weight: 500;
	padding: 0 20px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2.7px;
}
@media (max-width: 1400px) {
	header .menu > li a {
		font-size: 16px;
	}
}
header .menu > li a.mainLink:after {
	content: "";
	width: 0;
	height: 4px;
	background-color: #80beaf;
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
header .menu > li a.current, header .menu > li a:hover {
	color: #80beaf;
}
header .menu > li a.current:after, header .menu > li a:hover:after {
	width: 100%;
}
header .menu .submenu {
	display: none;
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 300%;
	-webkit-box-shadow: 4.24px 2.65px 16px 0px rgba(207, 207, 207, 0.56);
	        box-shadow: 4.24px 2.65px 16px 0px rgba(207, 207, 207, 0.56);
	border-radius: 5px;
	background-color: #fff;
}
header .menu .submenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .menu .submenu li {
	display: inline-block;
	position: relative;
	width: 33.3333333333%;
	padding: 24px 0;
}
header .menu .submenu li:not(:last-child):after {
	content: "";
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 1px;
	height: 18px;
	background-size: contain;
	background-image: url("../images/dots.png");
}
header .headerLink {
	width: 360px;
	height: 100%;
}
@media (max-width: 1600px) {
	header .headerLink {
		width: 20%;
	}
}
@media (max-width: 1400px) {
	header .headerLink {
		width: 18%;
	}
}
@media (max-width: 1180px) {
	header .headerLink {
		margin-left: auto;
		width: 60px;
	display: none;
	}
}
header .headerLink a {
	background-color: #80beaf;
	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;
	height: 100%;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 3px;
}
header .headerLink a:before, header .headerLink a:after {
	content: "";
	display: inline-block;
	background-size: contain;
}
header .headerLink a:before {
	background-image: url("../images/booking.png");
	width: 31px;
	height: 31px;
	margin-right: 13px;
}
header .headerLink a:after {
	content: "";
	width: 18px;
	height: 16px;
	background-image: url("../images/arrow.png");
	margin-left: 30px;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
header .headerLink a:hover {
	background-color: #f5b994;
}
header .headerLink a:hover:after {
	-webkit-animation: arrowLeft 1s ease-in-out infinite;
	        animation: arrowLeft 1s ease-in-out infinite;
}
@media (max-width: 1600px) {
	header .headerLink a:before {
		width: 25px;
		height: 25px;
	}
}
@media (max-width: 1400px) {
	header .headerLink a {
		font-size: 18px;
	}
	header .headerLink a:after {
		margin-left: 10px;
	}
}
@media (max-width: 1180px) {
	header .headerLink a span {
		display: none;
	}
	header .headerLink a:after {
		display: none;
	}
	header .headerLink a:before {
		margin-right: 0;
	}
}

/*slideMenu*/
.slideMenuTrigger {
	width: 60px;
	height: 60px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #80beaf;
	border: 1px solid #80beaf;
	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;
	position: relative;
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuTrigger .line {
	width: 28px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -8px);
	        transform: translate(-50%, -8px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	-webkit-transform: translate(-50%, 8px);
	        transform: translate(-50%, 8px);
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
	width: 22px;
	height: 3px;
}
.slideMenuTrigger.close .line::before {
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	        transform: translate(-50%, 0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
	-webkit-transform: translate(-50%, 0) rotate(-45deg);
	        transform: translate(-50%, 0) rotate(-45deg);
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #fff;
	}
	.slideMenuTrigger:hover span {
		background-color: #80beaf;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #80beaf;
	}
}
.slideMenuArea {
	width: 100%;
	max-width: 480px;
	height: 100vh;
	background-color: #e6f9f7;
	overflow-x: hidden;
	padding-bottom: env(safe-area-inset-bottom);
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
	background: #80beaf;
}
.slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.slideMenuArea.show .topBox {
	-webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .bottomBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .socialBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	padding: 0;
}
.slideMenuArea .topBox {
	padding: 0 20px;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.slideMenuArea .menuBox {
	width: 100%;
	padding-left: 20px;
}
.slideMenuArea .menuBox .nav > li {
	position: relative;
}
.slideMenuArea .menuBox .nav > li:not(:last-child):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-size: contain;
	background-image: url("../images/dots-1.png");
}
.slideMenuArea .menuBox .nav > li:nth-child(1) .Img, .slideMenuArea .menuBox .nav > li:nth-child(3) .Img {
	max-width: 40px;
}
.slideMenuArea .menuBox .nav > li:nth-child(2) .Img {
	max-width: 42px;
}
.slideMenuArea .menuBox .nav > li .Img {
	max-width: 43px;
}
.slideMenuArea .menuBox .nav > li .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a::after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #80beaf;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > a.current::after {
	background-color: #80beaf;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu.open .mainLink {
	color: #80beaf;
	background-color: rgba(128, 201, 252, 0.15);
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu.open > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu.open .submenu {
	-webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
	        animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > li a {
	color: #666666;
	padding: 18px 30px 18px 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2.7px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.slideMenuArea .menuBox .nav > li a.current {
	color: #80beaf;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav > li a:hover {
		color: #80beaf;
	}
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	display: none;
}
.slideMenuArea .menuBox .nav .submenu li {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
	color: #999999;
	padding: 20px 0;
	padding-left: 73px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2.4px;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
	color: #80beaf;
	background-color: rgba(153, 153, 153, 0.05);
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu li a:hover {
		color: #80beaf;
	}
}
.slideMenuArea .bottomBox {
	margin-top: auto;
	padding: 0 35px;
	padding-bottom: 33px;
}
.slideMenuArea .slideMenuLogo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 17px;
	   -moz-column-gap: 17px;
	        column-gap: 17px;
}
.slideMenuArea .slideMenuLogo .Img {
	max-width: 250px;
}
.slideMenuArea .slideMenuLogo .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slideMenuArea .slideMenuLogo .text .tw {
	font-weight: 500;
	color: #005ead;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 3.5px;
}
.slideMenuArea .slideMenuLogo .text .en {
	padding-top: 6px;
	padding-left: 2px;
	font-family: "Sour Gummy";
	font-weight: 600;
	color: #3f86c1;
	font-size: 17.5px;
	line-height: 1;
	letter-spacing: 2px;
}
@media (max-width: 400px) {
	.slideMenuArea .slideMenuLogo a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		row-gap: 12px;
	}
	.slideMenuArea .slideMenuLogo .text .en {
		padding-left: 0;
	}
}
.slideMenuArea .footerLink {
	margin-top: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
	row-gap: 12px;
}
.slideMenuArea .footerLink li {
	padding-left: 0;
	padding-right: 12px;
}
@media (max-width: 540px) {
	.slideMenuArea .footerLink li:after {
		display: none;
	}
}
@media (max-width: 400px) {
	.slideMenuArea .footerLink {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.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*/
/*banner*/
.bannerArea {
	clear: both;
	overflow-x: clip;
	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%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bgRipple {
	pointer-events: none;
	position: absolute;
	z-index: 4;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url("../images/banner_ripple.png");
	background-repeat: repeat-x;
	background-position-y: center;
	-webkit-animation: 35s ripple1 linear infinite;
	        animation: 35s ripple1 linear infinite;
}
@media (max-width: 1180px) {
	.bannerArea .bgRipple {
		height: 50px;
		background-size: contain;
		-webkit-animation-duration: 60s;
		        animation-duration: 60s;
		bottom: -10px;
	}
}
@media (max-width: 840px) {
	.bannerArea .bgRipple {
		bottom: -15px;
	}
}
@media (max-width: 540px) {
	.bannerArea .bgRipple {
		height: 30px;
		bottom: -10px;
	}
}

/*文字跑馬燈*/
.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: #80beaf;
	}
}

.rippleBox {
	overflow-x: clip;
	position: relative;
	z-index: 1;
	pointer-events: none;
}
.rippleBox .Img .bgRipple {
	position: absolute;
	z-index: 4;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url("../images/banner_ripple.png");
	background-repeat: repeat-x;
	background-position-y: center;
	-webkit-animation: 35s ripple1 linear infinite;
	        animation: 35s ripple1 linear infinite;
}
@media (max-width: 1180px) {
	.rippleBox .Img .bgRipple {
		height: 50px;
		background-size: contain;
		-webkit-animation-duration: 60s;
		        animation-duration: 60s;
		bottom: -10px;
	}
}
@media (max-width: 840px) {
	.rippleBox .Img .bgRipple {
		bottom: -15px;
	}
}
@media (max-width: 540px) {
	.rippleBox .Img .bgRipple {
		height: 30px;
		bottom: -10px;
	}
}
.rippleBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.rippleBox .Img.ripple_front {
	height: 120px;
	background-image: url("../images/ripple_front.png");
	background-repeat: repeat-x;
	background-position-y: center;
	-webkit-animation: ripple2 35s linear infinite;
	        animation: ripple2 35s linear infinite;
}
.rippleBox .Img.ripple_back {
	position: absolute;
	z-index: -1;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 180px;
	background-image: url("../images/ripple_back.png");
	background-repeat: repeat-x;
	background-position-x: 500px;
	background-position-y: center;
	-webkit-animation: ripple2 35s -4s linear infinite;
	        animation: ripple2 35s -4s linear infinite;
}
.rippleBox .Img.home_py {
	/*width: 306px;
	height: 306px;
	border-radius: 50%;
	background-color: #fbd3a7;*/
	width: 306px;
	height: 255px;
	background-image: url("../images/icon/00.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -70px;
	left: 2%;
	z-index: -1;
	-webkit-animation: footer_player 8s -4s ease-in-out infinite;
	        animation: footer_player 8s -4s ease-in-out infinite;
}
.rippleBox .Img.home_py .eyesBox {
	top: 10%;
	right: 24%;
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}
.rippleBox .Img.home_py .eyesBox span:before {
	top: 5px;
	right: 0.2px;
}
.rippleBox .Img.home_py .eyesBox span:after {
	background-color: #fbd3a7;
}
@media (max-width: 540px) {
	.rippleBox .Img.home_py {
		left: -5%;
	}
}
.rippleBox .Img.research_player {
	position: absolute;
	z-index: -1;
	top: -228px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.rippleBox .Img.research_player .player {
	width: 1920px;
	-webkit-animation: footer_player 9.5s -4s ease-in-out infinite;
	        animation: footer_player 9.5s -4s ease-in-out infinite;
}
@media (max-width: 1400px) {
	.rippleBox .Img.research_player {
		top: -190px;
	}
	.rippleBox .Img.research_player .player {
		width: 1600px;
	}
}
@media (max-width: 1180px) {
	.rippleBox .Img.research_player {
		top: -150px;
	}
	.rippleBox .Img.research_player .player {
		width: 1200px;
	}
}
@media (max-width: 840px) {
	.rippleBox .Img.research_player {
		top: -120px;
		left: 40%;
	}
	.rippleBox .Img.research_player .player {
		width: 950px;
	}
}
@media (max-width: 650px) {
	.rippleBox .Img.research_player {
		top: -100px;
		left: 30%;
	}
	.rippleBox .Img.research_player .player {
		width: 800px;
	}
}
@media (max-width: 400px) {
	.rippleBox .Img.research_player {
		top: -80px;
		left: 25%;
	}
	.rippleBox .Img.research_player .player {
		width: 700px;
		-webkit-animation-delay: 0s;
		        animation-delay: 0s;
	}
}
.rippleBox .Img.edu_player {
	position: absolute;
	z-index: -1;
	top: -320px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.rippleBox .Img.edu_player .player {
	width: 1920px;
	-webkit-animation: footer_player 9.5s -4s ease-in-out infinite;
	        animation: footer_player 9.5s -4s ease-in-out infinite;
}
@media (max-width: 1600px) {
	.rippleBox .Img.edu_player {
		top: -270px;
	}
	.rippleBox .Img.edu_player .player {
		width: 1600px;
	}
}
@media (max-width: 1180px) {
	.rippleBox .Img.edu_player {
		top: -200px;
	}
	.rippleBox .Img.edu_player .player {
		width: 1300px;
	}
}
@media (max-width: 540px) {
	.rippleBox .Img.edu_player {
		top: -140px;
	}
	.rippleBox .Img.edu_player .player {
		width: 950px;
	}
}
.rippleBox .Img.act_player {
	position: absolute;
	z-index: -1;
	top: -280px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.rippleBox .Img.act_player .player {
	width: 1920px;
	-webkit-animation: footer_player 9.5s -4s ease-in-out infinite;
	        animation: footer_player 9.5s -4s ease-in-out infinite;
}
@media (max-width: 1180px) {
	.rippleBox .Img.act_player {
		top: -220px;
	}
	.rippleBox .Img.act_player .player {
		width: 1500px;
	}
}
@media (max-width: 400px) {
	.rippleBox .Img.act_player {
		top: -180px;
	}
	.rippleBox .Img.act_player .player {
		-webkit-animation-delay: 0s;
		        animation-delay: 0s;
		width: 1300px;
	}
}
.rippleBox .Img.pb {
	width: 306px;
	height: 306px;
	border-radius: 50%;
	background-color: #80beaf;
	position: absolute;
	top: -60px;
	left: 42%;
	z-index: -1;
	-webkit-animation: footer_player 9s ease-in-out infinite;
	        animation: footer_player 9s ease-in-out infinite;
}
.rippleBox .Img.pb .eyesBox {
	top: 14%;
	left: 22%;
	-webkit-transform: rotate(8deg);
	        transform: rotate(8deg);
}
.rippleBox .Img.pb .eyesBox span {
	margin: 0 1px;
}
.rippleBox .Img.pb .eyesBox span:before {
	top: 5px;
	left: 0.5px;
}
.rippleBox .Img.pb .eyesBox span:after {
	background-color: #80beaf;
}
.rippleBox .Img.pb.events {
	left: 60%;
}

/*footer*/
footer {
	background-color: #bde0f3;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
footer .wrap {
	max-width: 1240px;
}
footer .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
	row-gap: 25px;
}
@media (max-width: 991px) {
	footer .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
footer .footerLogo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 17px;
	   -moz-column-gap: 17px;
	        column-gap: 17px;
}
footer .footerLogo .Img {
	max-width: 330px;
}
footer .footerLogo .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
footer .footerLogo .text .tw {
	font-weight: 500;
	color: #005ead;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 3.5px;
}
footer .footerLogo .text .en {
	padding-left: 4px;
	padding-top: 6px;
	font-family: "Sour Gummy";
	font-weight: 600;
	color: #3f86c1;
	font-size: 22.5px;
	line-height: 1;
	letter-spacing: 2px;
}
@media (max-width: 450px) {
	footer .footerLogo a {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 12px;
	}
	footer .footerLogo .Img {
		max-width: 300px;
	}
	footer .footerLogo .text {
		text-align: center;
	}
	footer .footerLogo .text .en {
		padding-left: 0;
	}
}
footer .infoList {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 23px;
	row-gap: 25px;
	-webkit-column-gap: 25px;
	   -moz-column-gap: 25px;
	        column-gap: 25px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
footer .infoList:before, footer .infoList:after {
	content: "";
	width: 100%;
	height: 1px;
	background-position: center;
	background-size: contain;
	background-image: url("../images/dots-1.png");
	position: absolute;
	left: 0;
}
footer .infoList:before {
	top: 0;
}
footer .infoList:after {
	bottom: 0;
}
footer .infoList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 14px;
	   -moz-column-gap: 14px;
	        column-gap: 14px;
	margin-bottom: 0;
}
@media (min-width: 1201px) {
	footer .infoList li:hover .Img {
		background-color: #f5b994;
	}
}
footer .infoList li a,
footer .infoList li span {
	color: #666666;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1.6px;
}
@media (min-width: 1201px) {
	footer .infoList li a:hover {
		color: #80beaf;
	}
}
footer .infoList li .Img {
	width: 47px;
	height: 47px;
	min-width: 47px;
	border-radius: 50%;
	background-color: #80beaf;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
footer .infoList li .Img img {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
footer .infoList li.tel img {
	max-width: 18px;
}
footer .infoList li.fax img {
	max-width: 20px;
}
footer .infoList li.mail img {
	max-width: 21px;
}
footer .infoList li.address img {
	max-width: 16px;
}
footer .copyrightBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	opacity: 0.6;
	color: #333333;
	position: relative;
	padding-top: 14px;
	margin: 0 -5px;
	text-align: center;
}
footer .copyrightBox .copyright {
	padding: 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 1.44px;
}
@media (max-width: 1024px) {
	footer .copyrightBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 10px;
	}
}

.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: #80beaf;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
.privacyArea .text a:hover {
	color: #80beaf;
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 600px;
	-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;
}
.privacyArea .btnBox span {
	padding-left: 28px;
	padding-right: 20px;
}
@media (max-width: 650px) {
	.privacyArea .btnBox {
		max-width: 450px;
	}
}
@media (max-width: 540px) {
	.privacyArea .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 12px;
	}
	.privacyArea .btnBox .btn {
		min-width: 202.28px;
	}
}
@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: #80beaf;
	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: 80px;
}
@media (max-width: 768px) {
	.mainArea {
		padding-top: 30px;
	}
}
.mainArea .contentBox {
	clear: both;
}

.listArea {
	position: relative;
	padding-bottom: 120px;
	overflow: clip;
}
@media (max-width: 768px) {
	.listArea {
		padding-top: 70px;
	}
}
@media (max-width: 650px) {
	.listArea {
		padding-top: 80px;
	}
}
@media (max-width: 480px) {
	.listArea {
		padding-top: 50px;
	}
}
.listArea .wrap,
.listArea .bread .wrap {
	max-width: 1240px;
}
@media (max-width: 1400px) {
	.listArea .wrap,
	.listArea .bread .wrap {
		max-width: 806px;
	}
}
@media (max-width: 768px) {
	.listArea .wrap,
	.listArea .bread .wrap {
		max-width: 500px;
	}
}
.listArea .bread {
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

.innerArea {
	overflow: clip;
	z-index: 2;
	position: relative;
}
@media (max-width: 768px) {
	.innerArea {
		padding-top: 70px;
	}
}
.innerArea .wrap,
.innerArea .bread .wrap {
	max-width: 1240px;
}
@media (max-width: 1400px) {
	.innerArea .wrap,
	.innerArea .bread .wrap {
		max-width: 1000px;
	}
}
@media (max-width: 1180px) {
	.innerArea .wrap,
	.innerArea .bread .wrap {
		max-width: 80%;
	}
}
@media (max-width: 540px) {
	.innerArea .wrap,
	.innerArea .bread .wrap {
		max-width: 100%;
	}
}
.innerArea .innerBox {
	background-color: #fff;
	border-radius: 35px;
	padding: 60px 80px;
	border: 1px solid #80beaf;
}
@media (max-width: 1400px) {
	.innerArea .innerBox {
		padding: 40px 60px;
	}
}
@media (max-width: 1180px) {
	.innerArea .innerBox {
		padding: 40px;
	}
}
@media (max-width: 540px) {
	.innerArea .innerBox {
		padding: 30px;
	}
}
@media (max-width: 400px) {
	.innerArea .innerBox {
		padding: 20px;
	}
}

.dialogTitle {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 3px;
	background-color: #80beaf;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 16px 52px;
	border-radius: 40px;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-animation: scrollDown_down 1.5s ease-in-out infinite;
	        animation: scrollDown_down 1.5s ease-in-out infinite;
}
.dialogTitle:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 14px 0;
	border-color: transparent #80beaf transparent transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media (max-width: 1180px) {
	.dialogTitle {
		font-size: 16px;
		padding: 13px 37px;
	}
}
@media (max-width: 540px) {
	.dialogTitle {
		font-size: 14px;
	}
}

.titleBox {
	position: relative;
}
.titleBox .titleEn {
	font-family: "Sour Gummy";
	font-weight: 600;
	font-size: 55px;
	line-height: 1.1;
	letter-spacing: 0;
}
.titleBox .titleEn span:first-child {
	color: #f5b994;
}
.titleBox .titleEn span:nth-child(2) {
	color: #80beaf;
}
.titleBox .titleTw {
	padding-top: 20px;
	font-weight: 500;
	color: #666666;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: 4.8px;
}
.titleBox.center {
	text-align: center;
}
@media (max-width: 1400px) {
	.titleBox .titleEn {
		font-size: 50px;
	}
	.titleBox .titleTw {
		font-size: 28px;
	}
}
@media (max-width: 840px) {
	.titleBox .titleEn {
		font-size: 45px;
	}
	.titleBox .titleTw {
		font-size: 24px;
	}
}
@media (max-width: 540px) {
	.titleBox .titleEn {
		font-size: 32px;
	}
	.titleBox .titleTw {
		font-size: 20px;
		padding-top: 12px;
		letter-spacing: 3px;
	}
}

.titleBox2 {
	padding: 24px 0;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
@media (max-width: 540px) {
	.titleBox2 {
		padding: 15px 0;
	}
}
.titleBox2:before, .titleBox2:after {
	content: "";
	width: 100%;
	height: 1px;
	background-position: center;
	background-image: url("../images/dots-2.png");
	position: absolute;
	left: 0;
}
.titleBox2:before {
	top: 0;
}
.titleBox2:after {
	bottom: 0;
}
.titleBox2 .title {
	font-weight: bold;
	color: #333333;
	font-size: 46px;
	line-height: 1.1;
	letter-spacing: 6.9px;
}
@media (max-width: 1400px) {
	.titleBox2 .title {
		font-size: 40px;
	}
}
@media (max-width: 1180px) {
	.titleBox2 .title {
		font-size: 35px;
	}
}
@media (max-width: 540px) {
	.titleBox2 .title {
		font-size: 26.5px;
	}
}
.titleBox2 span {
	position: relative;
	display: inline-block;
	color: #80beaf;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.titleBox2 span.vertical {
	padding-left: 50px;
	padding-right: 55px;
}
.titleBox2 span.vertical:after, .titleBox2 span.vertical:before {
	content: "";
	position: absolute;
	background-color: #80beaf;
	width: 6px;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(calc(-50% - 5px));
	        transform: translateX(calc(-50% - 5px));
	-webkit-animation: ver 1.8s ease-in-out infinite;
	        animation: ver 1.8s ease-in-out infinite;
	opacity: 0;
}
.titleBox2 span.vertical:before {
	bottom: calc(100% + 5px);
}
.titleBox2 span.vertical:after {
	top: calc(100% + 10px);
}
@media (max-width: 540px) {
	.titleBox2 span.vertical {
		padding-left: 30px;
		padding-right: 30px;
	}
	.titleBox2 span.vertical:after, .titleBox2 span.vertical:before {
		width: 4px;
		-webkit-animation: ver_sm 1.8s ease-in-out infinite;
		        animation: ver_sm 1.8s ease-in-out infinite;
	}
}
.titleBox2 span.horizontal:after, .titleBox2 span.horizontal:before {
	content: "";
	position: absolute;
	background-color: #80beaf;
	height: 6px;
	width: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-animation: hol 1.8s ease-in-out infinite;
	        animation: hol 1.8s ease-in-out infinite;
	opacity: 0;
}
.titleBox2 span.horizontal:before {
	right: calc(100% + 10px);
}
.titleBox2 span.horizontal:after {
	left: calc(100% + 5px);
}
@media (max-width: 540px) {
	.titleBox2 span.horizontal:after, .titleBox2 span.horizontal:before {
		height: 4px;
		-webkit-animation: hol_sm 1.8s ease-in-out infinite;
		        animation: hol_sm 1.8s ease-in-out infinite;
	}
}

.info {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media (max-width: 1400px) {
	.info {
		font-size: 16px;
	}
}
@media (max-width: 540px) {
	.info {
		font-size: 14px;
	}
}

/*bread*/
.bread {
	margin-top: 16px;
	margin-bottom: 50px;
	padding: 20px 0;
}
@media (max-width: 1180px) {
	.bread {
		margin-bottom: 20px;
	}
}
.bread .wrap {
	max-width: 1240px;
	-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;
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}
.bread .wrap a {
	color: #999;
}
.bread .wrap a.home {
	font-family: "Sour Gummy";
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.8px;
}
.bread .wrap a:hover {
	color: #80beaf;
}
.bread .wrap span {
	color: #666666;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.bread .wrap span.theme {
	color: #999;
	font-weight: 500;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
	position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
	padding-left: 43px;
}
.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: 4.5px;
	height: 4.5px;
	border-right: 1.5px solid #666666;
	border-bottom: 1.5px solid #666666;
	position: absolute;
	top: 50%;
	left: 17px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #a9a9a9;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

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

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

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

/*類別*/
.classBox {
	position: relative;
	z-index: 5;
}
.classBox .classCurrent {
	border-radius: 5px;
	background-color: #80beaf;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 30px 10px 10px;
	position: relative;
}
.classBox .classCurrent::before {
	content: "\f107";
	color: #fff;
	font-size: 15px;
	font-family: FontAwesome;
	line-height: 1;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
}
@media (min-width: 1024px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a,
.classBox span {
	cursor: pointer;
}
.classBoxRow {
	margin-top: 20px;
	margin-bottom: 50px;
}
@media (max-width: 1023px) {
	.classBoxRow {
		width: 100%;
		border-radius: 5px;
	}
}
@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: #aeadad;
		color: #fff;
		display: block;
		text-align: center;
		font-weight: 500;
		padding: 14px 24px;
		border-radius: 5px;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 2px;
	}
	.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover,
	.classBoxRow .classLink span.current,
	.classBoxRow .classLink span:hover {
		background-color: #80beaf;
		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: #80beaf;
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.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: #80beaf;
}
.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: #80beaf;
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #2f2f2f;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.2rem;
		padding: 18px 15px;
		position: relative;
	}
	.classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover,
	.classBoxColumn .classLink span.current,
	.classBoxColumn .classLink span:hover {
		background-color: #80beaf;
		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 {
		border-radius: 5px;
		overflow: clip;
		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: #80beaf;
	}
	.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;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pageBox .pageList a {
	color: #666666;
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 12px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/arrow.png");
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: translateX(-2px) rotate(180deg);
	        transform: translateX(-2px) rotate(180deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: translateX(2px);
	        transform: translateX(2px);
}
.pageBox .pageList a:hover {
	color: #f5b994;
}
.pageBox .pageList.number {
	padding-bottom: 0;
	margin-top: 26px;
	-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: 46.5px;
	height: 46.5px;
	font-weight: 500;
	line-height: 46px;
	position: relative;
	text-align: center;
}
.pageBox .pageList.number a.prevBtn, .pageBox .pageList.number a.nextBtn {
	border-radius: 50%;
	border: 1px solid #666666;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn:after, .pageBox .pageList.number a.nextBtn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: #f5b994;
	border-radius: 50%;
	z-index: -1;
	width: 0;
	height: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.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;
	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 {
	font-size: 20px;
	color: #80beaf;
	position: relative;
}
.pageBox .pageList.number a.current:after {
	content: "";
	width: 17px;
	height: 3px;
	background-color: #80beaf;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
@media (min-width: 1201px) {
	.pageBox .pageList.number a:hover {
		color: #f5b994;
	}
	.pageBox .pageList.number a:hover:not(.prevBtn, .nextBtn):after {
		background-color: #f5b994;
	}
	.pageBox .pageList.number a:hover.prevBtn:after, .pageBox .pageList.number a:hover.nextBtn:after {
		width: 100%;
		height: 100%;
	}
	.pageBox .pageList.number a:hover.prevBtn:before, .pageBox .pageList.number a:hover.nextBtn:before {
		-webkit-filter: contrast(0) brightness(2);
		        filter: contrast(0) brightness(2);
	}
}
.pageBox .pageList.prevnext li.prev {
	margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
	margin-left: auto;
}
.pageBox .pageList.prevnext a {
	width: 130px;
	height: 48px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	font-family: "Sour Gummy";
	font-size: 15px;
	line-height: 48px;
}
.pageBox .pageList.prevnext a .arrow {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #666666;
}
.pageBox .pageList.prevnext a .arrow:after {
	content: "";
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	height: 0;
	width: 0;
	background-color: #f5b994;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
	left: 20px;
}
.pageBox .pageList.prevnext a.prevBtn .arrow {
	left: 0;
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
	right: 20px;
}
.pageBox .pageList.prevnext a.nextBtn .arrow {
	right: 0;
}
@media (min-width: 1201px) {
	.pageBox .pageList.prevnext a:hover {
		color: #f5b994;
	}
	.pageBox .pageList.prevnext a:hover.prevBtn:before, .pageBox .pageList.prevnext a:hover.nextBtn:before {
		-webkit-filter: contrast(0) brightness(2);
		        filter: contrast(0) brightness(2);
	}
	.pageBox .pageList.prevnext a:hover.prevBtn .arrow:after, .pageBox .pageList.prevnext a:hover.nextBtn .arrow:after {
		width: 100%;
		height: 100%;
	}
}
@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);
	}
}
@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 #80beaf;
	font-size: 13px;
	color: #80beaf;
}
.tagBox a:hover {
	color: #fff;
	background-color: #80beaf;
}
.tagBox a.current {
	color: #fff;
	background-color: #80beaf;
}
.tagBox a.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}

/*頁籤*/
.tab {
	border-top: 1px solid #d6d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.tab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	word-break: break-word;
	z-index: 2;
}
.tab a.current {
	background-color: #80beaf;
	color: #fff;
}

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

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

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

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

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

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

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

/*對應&相關*/
.sideDataArea {
	margin: 30px 0;
}
.sideDataArea .sideDataList {
	margin: 0 -15px;
}
.sideDataArea .sideDataItem {
	padding: 0 15px;
}
.sideDataArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.sideDataArea .Txt {
	padding: 15px 0;
}
.sideDataArea .Txt .newsInfoBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #5c5c5c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
	margin-left: 11px;
	padding-left: 11px;
	position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sideDataArea .Txt .title {
	max-height: 65px;
	color: #272727;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 1px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sideDataArea .Txt .text {
	max-height: 60px;
	font-size: 15px;
	margin-top: 10px;
}
@media (max-width: 1200px) {
	.sideDataArea .sideDataList {
		margin: 0 -10px;
	}
	.sideDataArea .sideDataItem {
		padding: 0 10px;
	}
	.sideDataArea .Txt {
		padding: 15px 0;
	}
	.sideDataArea .Txt .newsInfoBox {
		font-size: 15px;
	}
	.sideDataArea .Txt .newsInfoBox .classTitle + .date {
		margin-left: 8px;
		padding-left: 8px;
	}
	.sideDataArea .Txt .title {
		font-size: 18px;
	}
}
@media (max-width: 640px) {
	.sideDataArea .sideDataList {
		margin: 0;
	}
	.sideDataArea .sideDataItem {
		padding: 0;
	}
}

/*社群分享*/
.sideShare {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.sideShare .shareList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sideShare .shareList .shareTitle {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
	color: #666;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 5px 6px;
	text-align: center;
}
.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);
}

.slick-slider .slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff !important;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	margin: 10px 5px;
}
.slick-slider .slick-arrow::before {
	content: "";
	border-style: solid;
	display: block;
	opacity: 1;
	pointer-events: none;
	z-index: 2;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before {
	border-width: 5px 9px 5px 0;
	border-color: transparent #80beaf transparent transparent;
	-webkit-transform: translateX(-2px);
	        transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before {
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #80beaf;
	-webkit-transform: translateX(2px);
	        transform: translateX(2px);
}
.slick-slider .slick-arrow:hover {
	background-color: #80beaf !important;
}
.slick-slider .slick-arrow:hover.slick-prev::before {
	border-color: transparent #fff transparent transparent;
}
.slick-slider .slick-arrow:hover.slick-next::before {
	border-color: transparent transparent transparent #fff;
}
.slickClsList:not(.slick-slider) {
	overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
	display: none;
}

.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
	background-color: #f0f0f0;
	position: relative;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
	opacity: 1 !important;
	-webkit-transition: all 1.2s ease !important;
	transition: all 1.2s ease !important;
}


.floatArea {
    border-top: 2px solid #c1c6c7;
    background: #33755c;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

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

.floatArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.floatArea li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatArea li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.floatArea li.active .subMenu {
    top: -15px;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.floatArea li.active .subMenu[data-num="3"] > a:first-of-type {
    -webkit-transform: translate(-60px, -20px);
    -ms-transform: translate(-60px, -20px);
    transform: translate(-60px, -20px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease;
    -o-transition: all 0.4s 0.6s ease;
    transition: all 0.4s 0.6s ease;
}

.floatArea li.active .subMenu[data-num="3"] > a:nth-of-type(2) {
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.8s ease;
    -o-transition: all 0.4s 0.8s ease;
    transition: all 0.4s 0.8s ease;
}

.floatArea li.active .subMenu[data-num="3"] > a:nth-of-type(3) {
    -webkit-transform: translate(60px, -20px);
    -ms-transform: translate(60px, -20px);
    transform: translate(60px, -20px);
    opacity: 1;
    -webkit-transition: all 0.4s 1s ease;
    -o-transition: all 0.4s 1s ease;
    transition: all 0.4s 1s ease;
}

.floatArea li.active .subMenu[data-num="2"] > a:first-of-type {
    -webkit-transform: translate(-45px, -40px);
    -ms-transform: translate(-45px, -40px);
    transform: translate(-45px, -40px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease;
    -o-transition: all 0.4s 0.6s ease;
    transition: all 0.4s 0.6s ease;
}

.floatArea li.active .subMenu[data-num="2"] > a:nth-of-type(2) {
    -webkit-transform: translate(45px, -40px);
    -ms-transform: translate(45px, -40px);
    transform: translate(45px, -40px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.8s ease;
    -o-transition: all 0.4s 0.8s ease;
    transition: all 0.4s 0.8s ease;
}

.floatArea li.active .subMenu[data-num="1"] > a:first-of-type {
    -webkit-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate(0px, -60px);
    opacity: 1;
    -webkit-transition: all 0.4s 0.6s ease;
    -o-transition: all 0.4s 0.6s ease;
    transition: all 0.4s 0.6s ease;
}

.floatArea li > a {
    padding: 10px 10px;
    height: 55px;
    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;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatArea li > a > span {
    display: inline-block;
}

@media (max-width: 480px) {
    .floatArea li > a > span {
    width: 40px;
    }
}

.floatArea li > a > i {
    display: inline-block;
    font-size: 20px;
    height: 18px;
}

.floatArea .subMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0.4s ease;
    -o-transition: all 0.4s 0.4s ease;
    transition: all 0.4s 0.4s ease;
}

.floatArea .subMenu .mask {
    cursor: pointer;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
}

.floatArea .subMenu .floatClose {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #333;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    cursor: pointer;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floatArea .subMenu .floatClose.active {
    opacity: 1;
    pointer-events: auto;
}

.floatArea .subMenu .floatClose:after,
.floatArea .subMenu .floatClose:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    width: 1px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.floatArea .subMenu .floatClose:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.floatArea .subMenu > a {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 25px);
    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: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3f9475;
}

.floatArea .subMenu > a .icon {
    display: inline-block;
    height: 30px;
}

.floatArea .subMenu > a svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}