@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::after,
.controlBox .slick-arrow::after, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .tab a::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, .goTop .txt, .goTop .circle, .goTop, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem a .txt::after, .slideMenuArea .menuBox .nav > .menuItem a .txt, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .menu > .menuItem a .txt::after, header .menu > .menuItem a .txt, header .logo img, .topFunctionBox .languageBox .languageList, .loadingArea.show, .loadingArea .loadLogo svg .cls-text, .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::before, .moduleBox .moduleClose::after, .moduleBox .moduleClose, .btnBox .btn.bgSecond .btnText, .btnBox .btn.animation::after, .btnBox .btn, button, a, svg, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

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

@-webkit-keyframes btnAni {
	20% {
		background-color: rgba(9, 111, 113, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}

@keyframes btnAni {
	20% {
		background-color: rgba(9, 111, 113, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}
@-webkit-keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes scrollHorizontal {
	100% {
		-webkit-transform: translateX(-30px);
		        transform: translateX(-30px);
		opacity: 0;
	}
}
@keyframes scrollHorizontal {
	100% {
		-webkit-transform: translateX(-30px);
		        transform: translateX(-30px);
		opacity: 0;
	}
}
@-webkit-keyframes scrollVertical {
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
		opacity: 0;
	}
}
@keyframes scrollVertical {
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
		opacity: 0;
	}
}
@-webkit-keyframes progressCircleAni {
	0% {
		stroke-dashoffset: 791.793;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes progressCircleAni {
	0% {
		stroke-dashoffset: 791.793;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes scrollDown_mouse {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}
@keyframes scrollDown_mouse {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	33% {
		opacity: 1;
		-webkit-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}
@-webkit-keyframes gotoLinkAni {
	50% {
		-webkit-transform: rotate(-45deg) translateX(-2.5px);
		        transform: rotate(-45deg) translateX(-2.5px);
	}
}
@keyframes gotoLinkAni {
	50% {
		-webkit-transform: rotate(-45deg) translateX(-2.5px);
		        transform: rotate(-45deg) translateX(-2.5px);
	}
}
@-webkit-keyframes proLineDraw {
	0% {
		stroke-dashoffset: 2962.374;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes proLineDraw {
	0% {
		stroke-dashoffset: 2962.374;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes gradientRotate {
	0% {
		--rotate: 0deg;
	}
	100% {
		--rotate: 360deg;
	}
}
@keyframes gradientRotate {
	0% {
		--rotate: 0deg;
	}
	100% {
		--rotate: 360deg;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes dotAni {
	0% {
		-webkit-transform: scale(0.2);
		        transform: scale(0.2);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes dotAni {
	0% {
		-webkit-transform: scale(0.2);
		        transform: scale(0.2);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes dotAni2 {
	0% {
		-webkit-transform: scale(0.2);
		        transform: scale(0.2);
		opacity: 0;
	}
	50% {
		opacity: 0.15;
	}
	100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes dotAni2 {
	0% {
		-webkit-transform: scale(0.2);
		        transform: scale(0.2);
		opacity: 0;
	}
	50% {
		opacity: 0.15;
	}
	100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes loadingAni_logo_text {
	0% {
		stroke-dashoffset: 0;
		fill-opacity: 0;
		stroke-opacity: 0;
	}
	30% {
		stroke-dashoffset: 450;
		fill-opacity: 0;
		stroke-opacity: 1;
	}
	55% {
		stroke-dashoffset: 0;
		stroke-opacity: 1;
		fill-opacity: 0;
		stroke-width: 1px;
	}
	65% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
	80% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
		stroke-opacity: 0;
		stroke-width: 0px;
	}
	100% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
		stroke-opacity: 0;
		stroke-width: 0px;
	}
}
@keyframes loadingAni_logo_text {
	0% {
		stroke-dashoffset: 0;
		fill-opacity: 0;
		stroke-opacity: 0;
	}
	30% {
		stroke-dashoffset: 450;
		fill-opacity: 0;
		stroke-opacity: 1;
	}
	55% {
		stroke-dashoffset: 0;
		stroke-opacity: 1;
		fill-opacity: 0;
		stroke-width: 1px;
	}
	65% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
	80% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
		stroke-opacity: 0;
		stroke-width: 0px;
	}
	100% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
		stroke-opacity: 0;
		stroke-width: 0px;
	}
}
@-webkit-keyframes loadingAni_logo_icon_left {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes loadingAni_logo_icon_left {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@property --rotate {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}
body {
	background-color: #ffffff;
	font-size: 18px;
	font-family: "Noto Sans TC", "Poppins", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
	body {
		font-size: 17px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.afterLoading header {
	top: 0;
	opacity: 1;
}
body.afterLoading .bannerArea .bannerBox {
	opacity: 1;
}
body.afterLoading #homeVideo {
	opacity: 1;
}
body.errorPage .mainArea {
	width: 100%;
	height: calc(100dvh - 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: #096f71;
	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):not(:has(.bannerArea)) .outerWrap {
	padding-top: 140px;
}
@media (max-width: 768px) {
	body:not(.WebSiteHome):not(:has(.bannerArea)) .outerWrap {
		padding-top: 100px;
	}
}
body:not(.WebSiteHome):not(:has(.bannerArea)) .contentBox {
	position: relative;
	opacity: 0;
	top: 20px;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
body:not(.WebSiteHome):not(:has(.bannerArea)) .contentBox.show {
	top: 0;
	opacity: 1;
}
body:not(.WebSiteHome):has(.bannerArea):not(:has(.bannerItem)) .outerWrap {
	padding-top: 100px;
}
@media (max-width: 768px) {
	body:not(.WebSiteHome):has(.bannerArea):not(:has(.bannerItem)) .outerWrap {
		padding-top: 70px;
	}
}
body:not(.WebSiteHome):has(.bannerArea) .mainArea.customPage > .bread, body:not(.WebSiteHome):has(.bannerArea) .mainArea.ins > .bread {
	opacity: 0;
	-webkit-animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s 0.6s ease-in-out forwards;
}
body:not(.WebSiteHome):has(.bannerArea) .contentBox {
	opacity: 0;
	-webkit-animation: slideUpAnimation 0.6s 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.6s 0.8s ease-in-out forwards;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
	-webkit-animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
	position: relative;
	padding-bottom: 20px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 1px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .subtitle {
	-webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .text {
	-webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
	margin-top: 25px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .bread,
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .numberBox {
	-webkit-animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
		-o-object-fit: cover;
		   object-fit: cover;
		height: 450px;
	}
}
@media (max-width: 640px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
		height: 350px;
	}
}
body:not(.WebSiteHome) .bannerArea .scrollDown {
	-webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}

*,
*:before,
*:after {
	outline: 0;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.textCenter {
	text-align: center;
}

.icon_twitter {
	color: rgba(255, 255, 255, 0.8);
	width: 19px;
	height: 20px;
}

.icon_line {
	color: rgba(255, 255, 255, 0.8);
	width: 22px;
	height: 21px;
}

.icon_youtube {
	color: rgba(255, 255, 255, 0.8);
	width: 20px;
	height: 15px;
}

.icon_fb {
	color: rgba(255, 255, 255, 0.8);
	width: 10px;
	height: 19px;
}

.icon_ig {
	color: rgba(255, 255, 255, 0.8);
	width: 17px;
	height: 17px;
}

.icon_linkedin {
	color: rgba(255, 255, 255, 0.8);
	width: 19px;
	height: 19px;
}

.icon_plan {
	color: #ffffff;
	width: 19px;
	height: 16px;
}

.icon_arrowLeft,
.icon_arrowRight {
	color: #ffffff;
	width: 20px;
	height: 12px;
}

.icon_arrowUp,
.icon_arrowDown {
	color: #ffffff;
	width: 12px;
	height: 20px;
}

.icon_scrollArrow {
	color: #ffffff;
	width: 14px;
	height: 7px;
}

.icon_download {
	color: #096f71;
	width: 25px;
	height: 27px;
}

address {
	font-style: normal;
}

a {
	color: #09c298;
	cursor: pointer;
}
@media (min-width: 1201px) {
	a:hover {
		color: #096f71;
	}
}

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: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
}

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

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

.Img img {
	height: auto;
}

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

/* 共用的樣式 */
.titleBox {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.titleBox.textLeft {
	text-align: left;
}
.titleBox .decoTitle {
	color: #09c298;
	font-size: 16px;
	line-height: normal;
	padding-bottom: 4px;
}
@media (max-width: 1180px) {
	.titleBox .decoTitle {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.titleBox .decoTitle {
		font-size: 12px;
		padding-bottom: 0;
	}
}
.titleBox .title {
	color: #000000;
	font-size: 43px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 2px;
}
@media (max-width: 1180px) {
	.titleBox .title {
		font-size: 38px;
	}
}
@media (max-width: 768px) {
	.titleBox .title {
		font-size: 32px;
	}
}
@media (max-width: 480px) {
	.titleBox .title {
		font-size: 25px;
	}
}
.titleBox .subtitle {
	color: #096f71;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
	.titleBox .subtitle {
		font-size: 23px;
	}
}
@media (max-width: 768px) {
	.titleBox .subtitle {
		font-size: 22px;
		padding-top: 0;
	}
}
.titleBox .text {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.667;
	padding-top: 30px;
	font-weight: 500;
	letter-spacing: 1px;
}
@media (max-width: 1180px) {
	.titleBox .text {
		font-size: 17px;
		padding-top: 20px;
	}
}
@media (max-width: 768px) {
	.titleBox .text {
		font-size: 16px;
		padding-top: 15px;
	}
}

.btnBox {
	margin-top: 20px;
}
.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;
	row-gap: 8px;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.btnBox.flex.left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.btnBox.flex.right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.btnBox.flex .btn {
	min-width: auto;
	max-width: 195px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 7.5px;
}
@media (max-width: 400px) {
	.btnBox.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.btnBox.flex.left {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.btnBox.flex.right {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 200px;
}
@media (max-width: 480px) {
	.btnBox.single .btn {
		max-width: 100%;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	min-width: 195px;
	display: inline-block;
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	padding: 13px 20px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.btnBox .btn .btnText {
	display: inline-block;
}
@media (max-width: 768px) {
	.btnBox .btn {
		padding: 13px;
	}
}
@media (min-width: 1201px) {
	.btnBox .btn:hover {
		background-color: #ffffff;
		border-color: #096f71;
		color: #096f71;
	}
}
.btnBox .btn.small {
	font-size: 13px;
	padding: 10px 15px;
}
.btnBox .btn.animation {
	overflow: hidden;
}
.btnBox .btn.animation::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #ffffff;
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover::after {
		width: 100%;
		left: 0;
		right: auto;
	}
}
.btnBox .btn.bgMain {
	max-width: 195px;
	color: #ffffff;
	background-color: #096f71;
	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;
	border-radius: 25px;
	padding: 14.5px 15px;
}
.btnBox .btn.bgMain:has(svg) svg {
	margin-left: 26px;
}
.btnBox .btn.bgMain .btnText {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
}
@media (min-width: 1201px) {
	.btnBox .btn.bgMain:hover:not(.animation) {
		background-color: #09c298;
	}
}
.btnBox .btn.bgSecond {
	max-width: 195px;
	color: #4c4c4c;
	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;
	border-radius: 25px;
	padding: 14.5px 15px;
	background-color: #c5c5c5;
	position: relative;
}
.btnBox .btn.bgSecond::after {
	position: absolute;
	inset: 0;
	content: "";
	border-radius: 25px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
	background-size: 300% 100%;
	opacity: 0;
}
.btnBox .btn.bgSecond:has(svg) svg {
	color: #4c4c4c;
	margin-left: 26px;
	position: relative;
	z-index: 1;
}
.btnBox .btn.bgSecond .btnText {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
@media (min-width: 1201px) {
	.btnBox .btn.bgSecond:hover {
		color: #ffffff;
	}
	.btnBox .btn.bgSecond:hover::after {
		background-position: 100% 0;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		opacity: 1;
	}
	.btnBox .btn.bgSecond:hover .btnText {
		color: #ffffff;
	}
	.btnBox .btn.bgSecond:hover:has(svg) svg {
		color: #ffffff;
	}
}
.btnBox .btn.colorMain {
	background-color: #ffffff;
	border: 1px solid #096f71;
	color: #096f71;
}
.btnBox .btn.colorMain.animation::after {
	background-color: #096f71;
}
@media (min-width: 1201px) {
	.btnBox .btn.colorMain:hover {
		color: #ffffff;
	}
	.btnBox .btn.colorMain:hover:not(.animation) {
		background-color: #096f71;
	}
}
.btnBox .btn.colorSecond {
	background-color: #ffffff;
	border: 1px solid #09c298;
	color: #09c298;
}
.btnBox .btn.colorSecond.animation::after {
	background-color: #09c298;
}
@media (min-width: 1201px) {
	.btnBox .btn.colorSecond:hover {
		color: #ffffff;
	}
	.btnBox .btn.colorSecond:hover:not(.animation) {
		background-color: #09c298;
	}
}
.btnBox .btn.rounded {
	border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
	border-radius: 4px;
}

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

.wrap {
	width: 100%;
	max-width: 1494px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 1180px) {
	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.wrap {
		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);
	pointer-events: auto;
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	background-color: #ffffff;
	pointer-events: none;
	padding-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moduleBox .moduleTitle {
	color: #000000;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	text-align: center;
}
.moduleBox .moduleContent {
	width: 100%;
	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: #096f71;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	background: none;
	background-color: #c5c5c5;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #4c4c4c;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.moduleBox .moduleClose:hover {
		background-color: #096f71;
	}
	.moduleBox .moduleClose:hover::before, .moduleBox .moduleClose:hover::after {
		background-color: #ffffff;
	}
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	padding-top: 50px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn.textLink {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #096f71;
	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 #000000;
	border-bottom: 1px solid #000000;
	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: #096f71;
	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: #10c3c6;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #0b8689;
	-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: #096f71;
	}
}
@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: #096f71;
}
.moduleBox.cart .cartBox {
	max-height: 50vh;
	border-top: 2px solid #096f71;
	border-bottom: 2px solid #cccccc;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid #cccccc;
	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: #000000;
	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: #096f71;
	}
}
.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: #096f71;
		color: #ffffff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
.moduleBox.orderCheck .formBox {
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.moduleBox.search .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.search .searchBox {
	margin: 30px 0;
	position: relative;
}
.moduleBox.search .searchBox input[type=text] {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #096f71;
	color: #ffffff;
	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: #000000;
	}
}
.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: 100dvh;
	-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;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.loadingArea:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
	-webkit-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}
.loadingArea .loadLogo {
	width: 400px;
	position: relative;
}
@media (max-width: 375px) {
	.loadingArea .loadLogo {
		width: 300px;
	}
}
.loadingArea .loadLogo svg {
	width: 100%;
	-webkit-transition: all 0.4s 0s ease-in-out;
	transition: all 0.4s 0s ease-in-out;
	opacity: 1;
}
.loadingArea .loadLogo svg .cls-text {
	stroke-dasharray: 450;
	stroke-dashoffset: 450;
	stroke-opacity: 0;
}
.loadingArea .loadLogo svg .cls-icon {
	opacity: 0;
	-webkit-transform-origin: center;
	        transform-origin: center;
}
.loadingArea.show {
	pointer-events: auto;
}
.loadingArea.show .loadLogo svg .cls-text {
	-webkit-animation: loadingAni_logo_text 2s linear forwards;
	        animation: loadingAni_logo_text 2s linear forwards;
}
.loadingArea.show .loadLogo svg .cls-icon {
	-webkit-animation: loadingAni_logo_icon_left 0.35s linear forwards;
	        animation: loadingAni_logo_icon_left 0.35s linear forwards;
}
.loadingArea.show .loadLogo svg .cls-4 {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.loadingArea.show .loadLogo svg .cls-3 {
	-webkit-animation-delay: 1.15s;
	        animation-delay: 1.15s;
}
.loadingArea.show .loadLogo svg .cls-2 {
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}
.loadingArea.show .loadLogo svg .cls-1 {
	-webkit-animation-delay: 1.45s;
	        animation-delay: 1.45s;
}
.loadingArea.hide:before {
	width: 0;
}
.loadingArea.hide .loadLogo svg {
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
	opacity: 0;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
	background-color: #f7f7f7;
}
@media (max-width: 1180px) {
	.topFunctionBox {
		display: none;
	}
}
.topFunctionBox .wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-bottom: 5px;
	padding-top: 5px;
}
.topFunctionBox .wrap > a {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
	content: "‧";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.topFunctionBox .loginBox {
	position: relative;
	z-index: 1;
}
.topFunctionBox .loginBox > a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
	content: "‧";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 130%;
	width: 160px;
	padding-top: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
	border-bottom: 1px solid #eee;
}
@media (min-width: 1201px) {
	.topFunctionBox .loginBox:hover .submenu {
		top: 100%;
		opacity: 1;
		pointer-events: auto;
	}
}
.topFunctionBox .searchBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.topFunctionBox .searchBox input[type=text] {
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border: none;
	background-color: #fafafa;
}
.topFunctionBox .searchBox button {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #096f71;
}
.topFunctionBox .languageBox {
	margin: 0 15px 0 10px;
	position: relative;
	z-index: 2;
	font-size: 14px;
}
.topFunctionBox .languageBox .languageCurrent {
	cursor: pointer;
	padding-right: 10px;
	position: relative;
}
.topFunctionBox .languageBox .languageCurrent::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translate(100%, -50%) rotate(45deg);
	        transform: translate(100%, -50%) rotate(45deg);
}
.topFunctionBox .languageBox .languageList {
	width: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}
.topFunctionBox .languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.topFunctionBox .languageBox .languageList li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.topFunctionBox .languageBox .languageList li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	text-align: center;
}
@media (min-width: 1201px) {
	.topFunctionBox .languageBox .languageList li a:hover {
		background-color: #096f71;
		color: #ffffff;
	}
}
.topFunctionBox .languageBox .languageList li a.current {
	background-color: #096f71;
	color: #ffffff;
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: -50px;
	width: 100%;
	z-index: 51;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	/*menu*/
}
header.fixed {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.fixed::before {
	opacity: 1;
}
header.fixed .logo img.unFixed {
	opacity: 0;
}
header.fixed .logo img.fixed {
	opacity: 1;
}
header.fixed .menu > .menuItem > span a {
	color: transparent;
	padding: 30px 28px;
}
header.fixed .menu > .menuItem > span a .txt {
	background: rgb(76, 76, 76);
	background: -webkit-gradient(linear, left top, right top, from(#09c298), color-stop(30%, #096f71), color-stop(70%, rgb(76, 76, 76)), to(rgb(76, 76, 76)));
	background: linear-gradient(90deg, #09c298 0%, #096f71 30%, rgb(76, 76, 76) 70%, rgb(76, 76, 76) 100%);
	background-size: 350% 100%;
	background-position: right 0;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.5s cubic-bezier(0.39, -0.12, 1, 1);
	transition: all 0.5s cubic-bezier(0.39, -0.12, 1, 1);
}
header.fixed .menu > .menuItem > span a.current .txt {
	background-position: 0 0;
}
@media (min-width: 1201px) {
	header.fixed .menu > .menuItem > span a:hover .txt {
		background-position: 0 0;
	}
}
header.fixed .menu .submenu {
	top: 100%;
	border-radius: 0 0 15px 15px;
}
header.fixed .menu .submenu .submenuItem:first-child a {
	padding-top: 10px;
}
@media (min-width: 1201px) {
	header.fixed .socialBox li a:hover svg {
		color: #096f71;
	}
}
header.fixed .socialBox svg {
	color: #4c4c4c;
}
header .wrap {
	max-width: 1700px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 1180px) {
	header .wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
header .logo a {
	display: block;
	width: 209px;
	position: relative;
}
@media (max-width: 1180px) {
	header .logo a {
		width: 150px;
	}
}
header .logo img {
	width: 100%;
}
header .logo img.fixed {
	position: absolute;
	inset: 0;
	margin: auto;
	opacity: 0;
	z-index: 2;
}
@media (max-width: 768px) {
	header .logo {
		width: 120px;
	}
}
@media (max-width: 480px) {
	header .logo {
		width: 100px;
	}
}
header .menuBox {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 0 65px;
}
@media (max-width: 1440px) {
	header .menuBox {
		padding: 0 30px 0 50px;
	}
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menu {
	margin: 0 -28px;
}
header .menu > .menuItem {
	position: relative;
	display: inline-block;
}
header .menu > .menuItem a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 35px 28px;
}
header .menu > .menuItem a .txt {
	padding: 3px 0;
	position: relative;
	display: inline-block;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #ffffff), color-stop(70%, #ffffff), to(#ffffff));
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #ffffff 70%, #ffffff 100%);
	background-size: 350% 100%;
	background-position: right 0;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header .menu > .menuItem a .txt::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(rgb(213, 232, 157)));
	background: linear-gradient(90deg, #09c298 0%, rgb(213, 232, 157) 100%);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
header .menu > .menuItem a.current .txt::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1201px) {
	header .menu > .menuItem a:hover .txt::after {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
header .menu .submenu {
	width: 160px;
	display: none;
	position: absolute;
	top: calc(100% - 22px);
	left: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 15px;
	overflow: hidden;
}
header .menu .submenu .submenuItem {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
}
header .menu .submenu .submenuItem:first-child a {
	padding-top: 18px;
}
header .menu .submenu .submenuItem:last-child a {
	padding-bottom: 18px;
}
header .menu .submenu .submenuItem:not(:last-child) a {
	position: relative;
}
header .menu .submenu .submenuItem:not(:last-child) a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background-color: #cccccc;
}
header .menu .submenu a {
	display: block;
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 500;
	padding: 6px 10px;
	background-color: #ffffff;
}
header .menu .submenu a.current {
	color: #096f71;
}
@media (min-width: 1201px) {
	header .menu .submenu a:hover {
		color: #096f71;
	}
}
header .menu .submenu .thirdMenuItem a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 1.5;
}
header .menu .submenu.fullSubmenu {
	width: 100%;
	background-color: #f7f7f7;
	position: fixed;
	left: 0;
	top: 120px;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
	height: auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
	display: block;
}
header .menu .submenu.fullSubmenu a {
	background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
	color: #096f71;
}
@media (min-width: 1201px) {
	header .menu .submenu.fullSubmenu a:hover {
		color: #096f71;
	}
}
header .menu .submenu.fullSubmenu .submenuItem {
	width: 100%;
	max-width: 220px;
	padding: 0 20px;
	text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
	color: #09c298;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
header .menu .submenu.twoLayers .submenuItem {
	position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
	width: 150px;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
header .menu .submenu.twoLayers .thirdMenuItem {
	width: 100%;
}
header .socialBox {
	width: 320px;
	margin-right: 20px;
}
@media (max-width: 1440px) {
	header .socialBox {
		width: 240px;
	}
}
@media (max-width: 1180px) {
	header .socialBox {
		display: none;
	}
}
header .socialBox .socialList {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 1440px) {
	header .socialBox .socialList {
		margin: 0;
	}
	header .socialBox .socialList li {
		padding: 0;
	}
}
@media (max-width: 1180px) {
	header .btnContact {
		display: none;
	}
}

.btnContact {
	width: 180px;
	height: 50px;
}
.btnContact a {
	width: 100%;
	height: 100%;
	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;
	border-radius: 25px;
	padding: 10px 30px 10px 15px;
	background-color: #096f71;
}
.btnContact a svg {
	margin-right: 10px;
}
.btnContact a .txt {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}
@media (min-width: 1201px) {
	.btnContact a:hover {
		background-color: #09c298;
	}
}

.socialBox .socialList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -8px;
}
@media (max-width: 375px) {
	.socialBox .socialList {
		margin: 0 -5px;
	}
}
.socialBox .socialList li {
	padding: 0 8px;
}
@media (max-width: 375px) {
	.socialBox .socialList li {
		padding: 0 5px;
	}
}
.socialBox .socialList a {
	width: 40px;
	height: 40px;
	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) {
	.socialBox .socialList a:hover svg {
		color: #ffffff;
	}
}

/*slideMenu*/
.slideMenuTrigger {
	width: 45px;
	height: 45px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 20px;
	position: relative;
	border-radius: 50%;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuTrigger .line {
	width: 22px;
	height: 1px;
	background-color: #ffffff;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
	.slideMenuTrigger.close:hover span {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #ffffff;
	}
	.slideMenuTrigger:hover span {
		background-color: transparent;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #096f71;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	}
	.slideMenuTrigger:hover span::before {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.slideMenuTrigger:hover span::after {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}

.slideMenuArea {
	width: 100%;
	max-width: 480px;
	height: 100dvh;
	background-color: #262626;
	opacity: 0;
	overflow-x: hidden;
	padding-bottom: calc(40px + 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: #ffffff;
}
.slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #ffffff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
	background: #096f71;
}
.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 .socialBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .btnContact {
	-webkit-animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea.show .copyrightBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
}
@media (min-width: 1181px) {
	.slideMenuArea.show {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
.slideMenuArea .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 0;
}
.slideMenuArea .topBox .slideMenuLogo {
	width: 120px;
}
.slideMenuArea .topBox .slideMenuLogo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slideMenuArea .funcBox {
	-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 0;
	margin: 0 -10px;
}
.slideMenuArea .menuBox {
	width: 100%;
	padding: 45px 0 50px 0;
}
.slideMenuArea .menuBox .nav > .menuItem {
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #096f71;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
	background-color: #096f71;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
	-webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
	        animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
	color: transparent;
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 18px 20px;
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a .txt {
	padding: 3px 0;
	position: relative;
	display: inline-block;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #ffffff), color-stop(70%, #ffffff), to(#ffffff));
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #ffffff 70%, #ffffff 100%);
	background-size: 350% 100%;
	background-position: right 0;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.slideMenuArea .menuBox .nav > .menuItem a .txt::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: rgb(43, 84, 240);
	background: -webkit-gradient(linear, left top, right top, from(rgb(43, 84, 240)), to(rgb(0, 224, 143)));
	background: linear-gradient(90deg, rgb(43, 84, 240) 0%, rgb(0, 224, 143) 100%);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slideMenuArea .menuBox .nav > .menuItem a.current .txt::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav > .menuItem a:hover .txt::after {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 15px;
	display: none;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
	padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
	color: #096f71;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
		color: #096f71;
	}
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
	-webkit-transform: translate(-50%, 0) rotate(0deg);
	        transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
	position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #096f71;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
	background-color: #096f71;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
	padding: 5px 0px 5px 15px;
	display: none;
}
.slideMenuArea .socialBox .socialList {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slideMenuArea .btnContact {
	margin: 50px auto 55px;
}

.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 1181px) {
	.slideMenuMask.show {
		opacity: 0;
		pointer-events: none;
	}
}

/*banner*/
.bannerArea {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bannerArea .wrap {
	max-width: 100%;
	padding: 0;
}
.bannerArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.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;
	max-width: 1434px;
	padding: 150px 20px 50px;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 1536px) {
	.bannerArea .bannerItem .Txt {
		padding: 100px 20px 50px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt {
		padding: 90px 20px 50px 20px;
	}
}
.bannerArea .bannerItem .Txt .title {
	color: #ffffff;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.25;
	opacity: 0;
}
@media (max-width: 1440px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 50px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 30px;
	}
}
.bannerArea .bannerItem .Txt .subtitle {
	color: #ffffff;
	display: block;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.435;
	margin-top: 23px;
	opacity: 0;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 22px;
	}
}
.bannerArea .bannerItem .Txt .text {
	color: #ffffff;
	font-size: 18px;
	display: block;
	line-height: 1.8;
	margin-top: 17px;
	opacity: 0;
	max-width: 545px;
}
@media (max-width: 1440px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 14px;
		line-height: 2;
	}
}
.bannerArea .bannerItem .bread {
	opacity: 0;
	padding-top: 70px;
}
@media (max-width: 1536px) {
	.bannerArea .bannerItem .bread {
		padding-top: 30px;
	}
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img {
	width: 100%;
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .scrollDown {
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}
.bannerArea .scrollDown svg {
	display: block;
	margin: 0 auto;
}
.bannerArea .scrollDown span {
	display: block;
}
.bannerArea .scrollDown span.mouse {
	width: 18px;
	height: 29px;
	margin: 0 auto 5px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	position: relative;
}
.bannerArea .scrollDown span.mouse:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 2.5px;
	height: 5.5px;
	border-radius: 9999px;
	background-color: #ffffff;
	-webkit-animation: scrollDown_mouse 2s infinite;
	        animation: scrollDown_mouse 2s infinite;
}
.bannerArea .scrollDown span.text {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.copyrightBox {
	color: #808080;
	font-size: 12px;
	text-align: center;
}
.copyrightBox .copyright,
.copyrightBox .ibestLink {
	display: block;
}
.copyrightBox .copyright {
	letter-spacing: 0.06px;
}
.copyrightBox .ibestLink a {
	color: #808080;
}
@media (min-width: 1201px) {
	.copyrightBox .ibestLink a:hover {
		color: #ffffff;
	}
}

/*footer*/
footer {
	padding-top: 55px;
	background-color: #262626;
	overflow: hidden;
}
footer .wrap {
	position: relative;
}
footer .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 960px) {
	footer .topBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
footer .topBox .left {
	width: 50%;
}
@media (max-width: 960px) {
	footer .topBox .left {
		width: 100%;
	}
}
footer .topBox .right {
	width: 50%;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	padding: 20px 0;
}
@media (max-width: 960px) {
	footer .topBox .right {
		width: 100%;
	}
}
footer .footerLogo {
	width: 260px;
}
@media (min-width: 481px) and (max-width: 960px) {
	footer .footerLogo {
		margin: 0 auto;
	}
}
@media (max-width: 400px) {
	footer .footerLogo {
		width: 220px;
	}
}
footer .footerLogo a {
	display: block;
}
footer .footerLogo img {
	width: 100%;
}
footer .side_contactInfo {
	padding-top: 30px;
}
footer .infoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (min-width: 481px) and (max-width: 960px) {
	footer .infoList {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
}
footer .infoList li {
	margin-bottom: 10px;
}
footer .infoList li.address {
	width: 100%;
}
footer .infoList li:not(.address):not(:last-child) {
	padding-right: 40px;
}
footer .infoList li i {
	display: none;
}
footer .infoList li a,
footer .infoList li span {
	color: #d3d3d3;
	font-size: 15px;
	line-height: 1.3;
	position: relative;
}
@media (min-width: 481px) {
	footer .infoList li a br,
	footer .infoList li span br {
		display: none;
	}
}
@media (min-width: 1201px) {
	footer .infoList li a:hover {
		color: #ffffff;
	}
}
footer .socialBox {
	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;
	margin-right: -10px;
}
@media (max-width: 960px) {
	footer .socialBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	footer .socialBox {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
footer .mailSubscribeBox {
	max-width: 440px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 25px;
}
@media (max-width: 960px) {
	footer .mailSubscribeBox {
		margin-right: auto;
	}
}
@media (max-width: 480px) {
	footer .mailSubscribeBox {
		margin-left: 0;
	}
}
footer .mailSubscribeBox .mailSubscribe {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 25px;
	border: 1px solid #929292;
}
@media (max-width: 414px) {
	footer .mailSubscribeBox .mailSubscribe {
		height: 40px;
	}
}
footer .mailSubscribeBox .mailSubscribe input {
	width: calc(100% - 172px);
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	border: 0;
	display: block;
	padding: 10px 10px 10px 35px;
	margin-bottom: 2px;
}
footer .mailSubscribeBox .mailSubscribe input::-ms-input-placeholder {
	/* Edge 12-18 */
	color: #bfbfbf;
}
footer .mailSubscribeBox .mailSubscribe input::-webkit-input-placeholder {
	color: #bfbfbf;
}
footer .mailSubscribeBox .mailSubscribe input::-moz-placeholder {
	color: #bfbfbf;
}
footer .mailSubscribeBox .mailSubscribe input:-ms-input-placeholder {
	color: #bfbfbf;
}
footer .mailSubscribeBox .mailSubscribe input::placeholder {
	color: #bfbfbf;
}
@media (max-width: 480px) {
	footer .mailSubscribeBox .mailSubscribe input {
		font-size: 13px;
	}
}
@media (max-width: 440px) {
	footer .mailSubscribeBox .mailSubscribe input {
		padding-left: 20px;
		width: calc(100% - 150px);
	}
}
@media (max-width: 414px) {
	footer .mailSubscribeBox .mailSubscribe input {
		width: calc(100% - 100px);
	}
}
footer .mailSubscribeBox .mailSubscribe .btnBox {
	width: 172px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-top: 0;
	height: calc(100% + 2px);
	-webkit-transform: translate(1px, -1px);
	        transform: translate(1px, -1px);
}
@media (max-width: 480px) {
	footer .mailSubscribeBox .mailSubscribe .btnBox .btnText {
		font-size: 12px;
	}
}
@media (max-width: 440px) {
	footer .mailSubscribeBox .mailSubscribe .btnBox {
		width: 150px;
	}
}
@media (max-width: 414px) {
	footer .mailSubscribeBox .mailSubscribe .btnBox {
		width: 100px;
	}
}
footer .mailSubscribeBox .mailSubscribe .btnBox .btn {
	height: 100%;
	min-width: 100%;
}
footer .copyrightBox {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 22px 0 24px;
	margin-top: 20px;
}
footer .copyrightBox .copyright,
footer .copyrightBox .ibestLink {
	display: inline-block;
}

.goTop {
	position: fixed;
	right: 120px;
	bottom: 80px;
	z-index: 5;
	cursor: pointer;
	opacity: 0;
}
@media (max-width: 1800px) {
	.goTop {
		right: 40px;
	}
}
@media (max-width: 1600px) {
	.goTop {
		bottom: 29%;
	}
}
@media (max-width: 1180px) {
	.goTop {
		position: absolute;
		right: 25px;
		top: -30px;
		bottom: auto;
	}
}
.goTop.show {
	opacity: 1;
}
.goTop .circle {
	width: 48px;
	height: 48px;
	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;
	border-radius: 50%;
	background-color: #096f71;
}
.goTop .txt {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.07px;
	margin-top: 10px;
}
@media (max-width: 1600px) {
	.goTop .txt {
		margin-top: 5px;
	}
}
@media (min-width: 1201px) {
	.goTop:hover .circle {
		background-color: #09c298;
	}
}

.privacyArea {
	width: 100%;
	max-width: 800px;
	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;
	left: 0;
	z-index: 50;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.privacyArea.show {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
.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: #ffffff;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
	padding-bottom: 15px;
}
.privacyArea .text a {
	color: #096f71;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
@media (min-width: 1201px) {
	.privacyArea .text a:hover {
		color: #096f71;
	}
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 360px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 15px;
}
@media (max-width: 480px) {
	.privacyArea .btnBox {
		max-width: 100%;
	}
}

/*手機快捷選單*/
.fixedQuickLink {
	width: 100%;
	background-color: #000000;
	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: #ffffff;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
	max-width: 320px;
	border: 4px solid #ffe2e2;
	border-radius: 5px;
	background: #fdc9c9;
	color: #000000;
	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: #ffffff;
	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;
}

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

/*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: #ffffff;
}
@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: #096f71;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
	.bookingArea .btn button:hover {
		background-color: #096f71;
	}
}
@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-top: 110px;
	padding-bottom: 130px;
}
@media (max-width: 1180px) {
	.mainArea {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
@media (max-width: 640px) {
	.mainArea {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}
.mainArea.listColumn > .bread {
	display: none;
}
@media (max-width: 1180px) {
	.mainArea.listColumn > .bread .wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (min-width: 993px) and (max-width: 1180px) {
	.mainArea.listColumn > .bread {
		display: block;
	}
}
.mainArea.listColumn .contentBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1180px) {
	.mainArea.listColumn .contentBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.mainArea.listColumn .contentBox:not(:has(.classBoxColumn)) .leftBox {
	display: none;
}
.mainArea.listColumn .contentBox:not(:has(.classBoxColumn)) .rightBox {
	padding-left: 0;
	width: 100%;
}
.mainArea.listColumn .contentBox .leftBox {
	width: 300px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 1280px) {
	.mainArea.listColumn .contentBox .leftBox {
		width: 280px;
	}
}
@media (max-width: 1180px) {
	.mainArea.listColumn .contentBox .leftBox {
		width: 100%;
	}
}
.mainArea.listColumn .contentBox .leftBox .titleBox {
	text-align: left;
	margin-bottom: 15px;
}
.mainArea.listColumn .contentBox .leftBox .titleBox .title {
	margin-bottom: 0;
	padding-bottom: 0;
}
.mainArea.listColumn .contentBox .leftBox .titleBox .title::after {
	display: none;
}
.mainArea.listColumn .contentBox .rightBox {
	width: calc(100% - 300px);
	padding-left: 60px;
}
@media (max-width: 1280px) {
	.mainArea.listColumn .contentBox .rightBox {
		width: calc(100% - 280px);
		padding-left: 50px;
	}
}
@media (max-width: 1180px) {
	.mainArea.listColumn .contentBox .rightBox {
		padding-left: 0;
		width: 100%;
	}
	.mainArea.listColumn .contentBox .rightBox .bread {
		display: none;
	}
}
.mainArea .contentBox {
	clear: both;
}

/*bread*/
.bread .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}
.bread .wrap a {
	color: #ffffff;
}
@media (min-width: 1201px) {
	.bread .wrap a:hover {
		color: #096f71;
	}
}
.bread .wrap span {
	color: #ffffff;
}
.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: 12px;
}
.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: 5px;
	height: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 1px;
	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: #1a1a1a;
	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: #1a1a1a;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px solid #cccccc;
	color: #000000;
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 12px 0;
	position: relative;
}
@media (max-width: 1180px) {
	.articleTitle {
		font-size: 40px;
	}
}
@media (max-width: 992px) {
	.articleTitle {
		font-size: 35px;
	}
}
@media (max-width: 480px) {
	.articleTitle {
		font-size: 30px;
	}
}

/*側邊標題字*/
.sectionTitle {
	color: #4c4c4c;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 12px 0;
	border-bottom: 1px solid #d6d6d6;
}
.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;
}

.classNote {
	padding: 20px 0;
}
.classNote.thankInfo {
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}
.classNote img {
	max-width: 100%;
}

/*類別*/
.classBox {
	position: relative;
	z-index: 4;
}
.classBox .classCurrent {
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 15px 40px 15px 25px;
	position: relative;
	border-radius: 15px;
	-webkit-box-shadow: 0px 6px 14.94px 3.06px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 6px 14.94px 3.06px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}
.classBox .classCurrent::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
}
.classBox .classCurrent::before {
	content: "\f107";
	color: #000000;
	font-size: 15px;
	font-family: FontAwesome;
	line-height: 1;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
@media (min-width: 1181px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a,
.classBox span {
	cursor: pointer;
}

.classBoxRow {
	margin-top: 20px;
	margin-bottom: 50px;
}
@media (min-width: 1181px) {
	.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;
		margin: 0 -10px;
	}
	.classBoxRow .classLink li {
		padding: 0 10px 15px;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span:not(.txt) {
		display: block;
		color: #ffffff;
		font-size: 18px;
		font-weight: 400;
		min-width: 145px;
		text-align: center;
		padding: 10px 15px;
		text-align: center;
		position: relative;
		border-radius: 9999px;
		background-color: #c5c5c5;
		overflow: hidden;
	}
	.classBoxRow .classLink a::after,
	.classBoxRow .classLink span:not(.txt)::after {
		position: absolute;
		inset: 0;
		margin: auto;
		content: "";
		background: #09c298;
		background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#096f71));
		background: linear-gradient(90deg, #09c298, #096f71);
		background-size: 300% 100%;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		opacity: 0;
	}
	.classBoxRow .classLink a.current::after,
	.classBoxRow .classLink span:not(.txt).current::after {
		background-position: 100% 0;
		opacity: 1;
	}
}
@media (min-width: 1181px) and (min-width: 1201px) {
	.classBoxRow .classLink a:hover::after,
	.classBoxRow .classLink span:not(.txt):hover::after {
		background-position: 100% 0;
		opacity: 1;
	}
}
@media (min-width: 1181px) {
	.classBoxRow .classLink .txt {
		position: relative;
		z-index: 1;
	}
}

.classBoxColumn {
	margin-bottom: 40px;
}
.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: #096f71;
	color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
	-webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
	        animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
	padding-left: 25px;
	background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
	background-color: rgba(9, 111, 113, 0.75);
	color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
	background-color: rgba(9, 111, 113, 0.75);
	color: #ffffff;
}
@media (min-width: 1201px) {
	.classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
	.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
		background-color: rgba(9, 111, 113, 0.75);
	}
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
	padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
	background-color: rgba(9, 111, 113, 0.5);
	color: #ffffff;
}
@media (min-width: 1201px) {
	.classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
		background-color: rgba(9, 111, 113, 0.5);
	}
}
@media (min-width: 1181px) {
	.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 {
		padding-left: 25px;
	}
	.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
		padding-left: 35px;
	}
}
@media (min-width: 1181px) {
	.classBoxColumn .classLink > li {
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
	.classBoxColumn .classLink > li::after {
		position: absolute;
		left: 0;
		bottom: -1px;
		content: "";
		width: 0;
		height: 2px;
		background: #09c298;
		background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
		background: linear-gradient(90deg, #09c298, #d5e89d);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.classBoxColumn .classLink > li.show::after {
		width: 100%;
	}
	.classBoxColumn .classLink > li:hover::after {
		width: 100%;
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid #cccccc;
	}
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		background: rgb(76, 76, 76);
		background: -webkit-gradient(linear, left top, right top, from(#09c298), color-stop(30%, #096f71), color-stop(70%, rgb(76, 76, 76)), to(rgb(76, 76, 76)));
		background: linear-gradient(90deg, #09c298 0%, #096f71 30%, rgb(76, 76, 76) 70%, rgb(76, 76, 76) 100%);
		background-size: 300% 100%;
		background-position: right 0;
		background-repeat: no-repeat;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: block;
		line-height: 1.2;
		font-weight: 600;
		padding: 25px 15px;
		position: relative;
		-webkit-transition: all 0.5s cubic-bezier(0.39, -0.12, 1, 1);
		transition: all 0.5s cubic-bezier(0.39, -0.12, 1, 1);
	}
	.classBoxColumn .classLink a.current,
	.classBoxColumn .classLink span.current {
		background-position: 0 0;
	}
	.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
	.classBoxColumn .classLink span.current::before,
	.classBoxColumn .classLink span.current::after {
		background-color: #ffffff;
	}
}
@media (min-width: 1181px) and (min-width: 1201px) {
	.classBoxColumn .classLink a:hover,
	.classBoxColumn .classLink span:hover {
		background-position: 0 0;
	}
	.classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
	.classBoxColumn .classLink span:hover::before,
	.classBoxColumn .classLink span:hover::after {
		background-color: #ffffff;
	}
}

@media (max-width: 1180px) {
	.classBoxRow .classLink,
	.classBoxColumn .classLink {
		width: 100%;
		max-height: 90vh;
		border-radius: 15px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		overflow-y: auto;
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		z-index: 1;
	}
	.classBoxRow .classLink.open,
	.classBoxColumn .classLink.open {
		display: block;
	}
	.classBoxRow .classLink > li:not(:first-child),
	.classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid rgba(204, 204, 204, 0.8);
	}
	.classBoxRow .classLink > li > a.current,
	.classBoxRow .classLink > li span.current,
	.classBoxColumn .classLink > li > a.current,
	.classBoxColumn .classLink > li span.current {
		color: #096f71;
	}
	.classBoxRow .classLink > li ul,
	.classBoxColumn .classLink > li ul {
		display: none;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span:not(.txt),
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span:not(.txt) {
		display: block;
		color: #4c4c4c;
		font-size: 15px;
		font-weight: 500;
		padding: 14px 25px;
		position: relative;
		background-color: #ffffff;
	}
	.classBoxRow .classLink a.current,
	.classBoxRow .classLink span:not(.txt).current,
	.classBoxColumn .classLink a.current,
	.classBoxColumn .classLink span:not(.txt).current {
		color: #096f71;
	}
}

/*頁碼*/
.pageBox .pageList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #cecece;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pageBox .pageList a {
	border: 1px solid #c2c2c2;
	color: #666;
	display: block;
	font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	position: absolute;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
@media (min-width: 1201px) {
	.pageBox .pageList a:hover {
		border: 1px solid #096f71;
		background-color: #096f71;
		color: #ffffff;
	}
	.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
}
.pageBox .pageList.number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number a {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-align: center;
	margin: 5px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
	left: 5px;
	right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
	left: 0;
	right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
	width: auto;
	height: auto;
	border: none;
	padding: 5px 10px;
	margin: 0;
}
@media (min-width: 1201px) {
	.pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
		background-color: transparent;
		color: #096f71;
	}
}
.pageBox .pageList.number a.current {
	border: 1px solid #096f71;
	background-color: #096f71;
	color: #ffffff;
}
@media (min-width: 1201px) {
	.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
}
@media (max-width: 1180px) {
	.pageBox .pageList.number .pageNumberBtnBox {
		display: none;
	}
}
.pageBox .pageList.number .pageNumberSelect {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-align: center;
	margin: 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #c2c2c2;
	color: #666;
	display: block;
	font-size: 15px;
}
@media (min-width: 1180px) {
	.pageBox .pageList.number .pageNumberSelect {
		display: none;
	}
}
.pageBox .pageList.prevnext li.prev {
	margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
	margin-left: auto;
}
.pageBox .pageList.prevnext a {
	width: 180px;
	height: 45px;
	font-weight: 300;
	line-height: 43px;
	padding: 0 20px;
	position: relative;
	border-radius: 5px;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
	left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
	right: 15px;
}
@media (max-width: 768px) {
	.pageBox .pageList.prevnext a {
		width: 125px;
		padding: 0 15px;
	}
}
@media (max-width: 640px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 15px);
	}
	.pageBox .pageList.prevnext a {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 10px);
	}
}
.pageBox .pageList.prevnext.circle a {
	width: 45px;
	padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
	display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
	left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
	right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
	border-radius: 50%;
	overflow: hidden;
}
.pageBox .pageList.oval a {
	border-radius: 30px;
	overflow: hidden;
}

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

/*頁籤*/
.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.tab .tabItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	word-break: break-word;
	z-index: 2;
}
.tab a::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 3px;
	content: "";
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
}
.tab a.current {
	color: #096f71;
}
.tab a.current::after {
	width: 100%;
}

/*頁籤內容*/
.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: 40px;
	}
}
.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: 500px;
}
.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: #ffffff;
}
.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: #000000;
	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: #ffffff;
	background-color: #f05b8f;
}
.side_booking a i {
	display: inline-block;
	font-size: 28px;
	padding: 10px 15px;
	margin-right: 15px;
	border-right: 1px solid #d33434;
	-webkit-box-shadow: 1px 0 #f38a8a;
	        box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1201px) {
	.side_booking a:hover {
		-webkit-box-shadow: inset 0 3px 3px #8d2121;
		        box-shadow: inset 0 3px 3px #8d2121;
	}
}

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

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

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

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

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

/*圖片Hover效果1: 放大淡出Detail*/
.imh_detail {
	background-color: #000000;
	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: #ffffff;
	border: 2px solid #ffffff;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (min-width: 1201px) {
	.imh_detail:hover a:before {
		opacity: 1;
		margin-top: -20px;
	}
	.imh_detail:hover img {
		opacity: 0.3;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/*圖片Hover效果1: 放大淡出zoom*/
.imh_zoom {
	background-color: #000000;
	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: #ffffff;
	font-family: FontAwesome;
	text-align: center;
	background-color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (min-width: 1201px) {
	.imh_zoom:hover a:before {
		top: 50%;
	}
	.imh_zoom:hover img {
		opacity: 0.3;
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid #096f71;
	background-color: transparent !important;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	margin: 10px 5px;
}
@media (max-width: 992px) {
	.slick-slider .slick-arrow,
	.controlBox .slick-arrow {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 480px) {
	.slick-slider .slick-arrow,
	.controlBox .slick-arrow {
		width: 44px;
		height: 44px;
	}
}
.slick-slider .slick-arrow svg,
.controlBox .slick-arrow svg {
	color: #096f71;
	position: relative;
	z-index: 2;
}
@media (max-width: 480px) {
	.slick-slider .slick-arrow svg,
	.controlBox .slick-arrow svg {
		width: 18px;
		height: 10px;
	}
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
	display: none;
}
.slick-slider .slick-arrow::after,
.controlBox .slick-arrow::after {
	position: absolute;
	inset: 0;
	content: "";
}
.slick-slider .slick-arrow.slick-prev::after,
.controlBox .slick-arrow.slick-prev::after {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#096f71), color-stop(#096f71), color-stop(transparent), to(transparent));
	background: linear-gradient(270deg, #096f71, #096f71, transparent, transparent);
	background-position: 1% 50%;
	background-size: 300% 300%;
}
@media (min-width: 1201px) {
	.slick-slider .slick-arrow.slick-prev:hover::after,
	.controlBox .slick-arrow.slick-prev:hover::after {
		background-position: 99% 50%;
	}
}
.slick-slider .slick-arrow.slick-next::after,
.controlBox .slick-arrow.slick-next::after {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(transparent), color-stop(#096f71), to(#096f71));
	background: linear-gradient(270deg, transparent, transparent, #096f71, #096f71);
	background-position: 99% 50%;
	background-size: 300% 300%;
}
@media (min-width: 1201px) {
	.slick-slider .slick-arrow.slick-next:hover::after,
	.controlBox .slick-arrow.slick-next:hover::after {
		background-position: 1% 50%;
	}
}
@media (min-width: 1201px) {
	.slick-slider .slick-arrow:hover svg,
	.controlBox .slick-arrow:hover svg {
		color: #ffffff;
	}
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
	width: 21px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
	margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
	margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
	width: 16px;
	height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
	background-color: #ffffff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
	color: transparent;
	display: block;
	padding: 0;
	position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	border: none;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
	background-color: #56cabd;
	opacity: 1;
}
@media (min-width: 1201px) {
	.slick-slider .slick-dots li:hover button::before,
	.controlBox .slick-dots li:hover button::before {
		background-color: #56cabd;
		opacity: 1;
	}
}

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

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

.lg-outer.lg-thumb-open .lg .lg-img-wrap {
	padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
	padding-top: 47px;
	padding-bottom: 38px;
}

.scrollHint {
	width: 120px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	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;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 5;
}
.scrollHint.hide {
	opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
	-webkit-animation: scrollHorizontal 1.25s ease-out infinite;
	        animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
	-webkit-animation: scrollVertical 1.25s ease-out infinite;
	        animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
	position: relative;
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
	width: 32px;
	height: 32px;
	-webkit-filter: invert(1);
	        filter: invert(1);
	z-index: 2;
}
.scrollHint .scrollText {
	margin-top: 10px;
	color: #ffffff;
}

.toastMessageBox {
	position: fixed;
	z-index: 1005;
}
.toastMessageBox.top {
	top: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.top {
		top: 10px;
	}
}
.toastMessageBox.right {
	right: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.right {
		right: 10px;
	}
}
.toastMessageBox.bottom {
	bottom: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.bottom {
		bottom: 10px;
	}
}
.toastMessageBox.left {
	left: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.left {
		left: 10px;
	}
}
.toastMessageBox .toastMessage {
	cursor: pointer;
	color: #ffffff;
	display: block;
	margin: 10px;
	padding: 10px 20px;
	border-radius: 5px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.toastMessageBox .toastMessageText {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.toastMessageBox .toastMessageText i {
	font-size: 24px;
	margin-right: 10px;
}
/*# sourceMappingURL=master.css.map */