@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.sideShare .shareList .shareItem a img,
.sideShare .shareList .shareItem button img, .sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button, .albumBox .albumListNav .albumItem .Img, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .fixedQuickLink a:after,
.fixedQuickLink button:after, .privacyArea, footer .footerBottom .bottom .right .btn, footer .footerBottom .footerMenu .footerMenuItem .submenu li a:after, .socialBox .socialList li .Img img, .slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .topBox, .slideMenuTrigger, .headerIconBtn.inquiry:after, .searchBox a, .searchToggle:after, .searchToggle, .languageBox .languageList, .languageBox .languageCurrent .Img, .languageBox .languageCurrent:after, .languageBox .languageCurrent, header .menu .submenuBox .submenuBoxWrap a:after, header .menu .submenuBox .submenuBoxWrap a, header .menu .submenu a:after, header .menu .submenu a, header .menu > li .mainLink:after, header .menu > li .mainLink, .loadingArea, .moduleMask, .moduleBox.cart .checkBox label:after, .moduleBox.cart .checkBox label:before, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .arrowBox.horizontal .arrow.next:after, .arrowBox.horizontal .arrow.prev:after, .arrowBox.horizontal .arrow::before, .arrowBox.horizontal .horizontalLineBox .horizontalLine:after, .arrowBox.circle .arrow.next:after, .arrowBox.circle .arrow.prev:after, .arrowBox.circle .arrow::before, .btnBox .btn.animation::after, .btnBox .btn.line .btnIcon, .btnBox .btn.line .btnLine, .btnBox .btn.line .btnText, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.formBox {
	margin-bottom: 30px;
}
.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 .columnTitle a {
	color: #267ab8;
}
.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: #267ab8;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.02rem;
	margin-left: 4px;
}
.formBox .formName {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.formBox .formName .columnTitle {
	display: inline-block;
}
.formBox .formName .columnNameBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: calc(100% - 130px);
}
.formBox .formName .columnNameBox .columnName {
	width: 48.5%;
}
.formBox .formName .columnCheckBox {
	width: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 35px;
}
@media (max-width: 540px) {
	.formBox .formName {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.formBox .formName .columnNameBox {
		width: 100%;
		-webkit-column-gap: 16px;
		   -moz-column-gap: 16px;
		        column-gap: 16px;
	}
	.formBox .formName .columnNameBox .columnName {
		width: 50%;
	}
}
.formBox .colSubscribe {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 5px 25px 5px 10px;
	margin: 0;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnInput {
	padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnArea {
	height: 200px;
	padding: 10px;
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 120px;
		padding: 5px 10px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #737373;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	border-color: #267ab8;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 45px;
}
.formBox .btnBox {
	margin-top: 40px;
	width: 100%;
}
.formBox .btnBox .btn {
	margin: 0 auto;
}
@media (max-width: 1180px) {
	.formBox .btnBox {
		margin-top: 20px;
	}
}
.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;
}

.supportType.hide {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.supportType.supportInfo {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.6px;
}

@-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 textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes textSlideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes brackets_top_left {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(6px, 6px);
		        transform: translate(6px, 6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes brackets_top_left {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(6px, 6px);
		        transform: translate(6px, 6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@-webkit-keyframes brackets_top_right {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-6px, 6px);
		        transform: translate(-6px, 6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes brackets_top_right {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-6px, 6px);
		        transform: translate(-6px, 6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@-webkit-keyframes brackets_bottom_left {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(6px, -6px);
		        transform: translate(6px, -6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes brackets_bottom_left {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(6px, -6px);
		        transform: translate(6px, -6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@-webkit-keyframes brackets_bottom_right {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-6px, -6px);
		        transform: translate(-6px, -6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes brackets_bottom_right {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-6px, -6px);
		        transform: translate(-6px, -6px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
body {
	background-color: #fff;
	font-size: 14px;
	font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.errorPage .mainArea {
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.errorPage .mainArea .top {
	max-width: 380px;
	color: #267ab8;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
body.errorPage .mainArea .errorMenu {
	margin-top: 40px;
}
body.errorPage .mainArea .errorMenu ul {
	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;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 10px;
}
body.errorPage .mainArea .errorMenu ul li {
	padding: 0 10px;
}
body.errorPage .mainArea .errorMenu ul li:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body.errorPage .mainArea .errorMenu ul a {
	padding: 0 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #61ad41;
}
body.errorPage .mainArea .errorMenu ul a:hover {
	color: #f39cad;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
	body.errorPage .mainArea .errorMenu ul a {
		font-size: 20px;
	}
}
@media (max-width: 450px) {
	body.errorPage .mainArea .errorMenu ul li {
		padding: 0 5px;
	}
	body.errorPage .mainArea .errorMenu ul a {
		font-size: 18px;
		padding: 0 5px;
	}
}
body:not(.indexpage) .bannerArea .bannerItem .Txt {
	padding-left: 10%;
}
@media (max-width: 640px) {
	body:not(.indexpage) .bannerArea .bannerItem .Img {
		padding-bottom: 56.25%;
	}
}
body:not(.indexpage) .bannerArea .bannerItem .textEditor {
	position: relative;
}
body:not(.indexpage) .bannerArea .bannerItem .bread {
	position: absolute;
	bottom: -5px;
	left: 50px;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

a {
	color: #000;
	cursor: pointer;
}
a:hover {
	color: #267ab8;
}

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

button {
	cursor: pointer;
}

select {
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	outline: none;
	padding: 10px 25px 10px 10px;
	margin: 0;
	width: 100%;
	border: 1px solid #ccc;
	color: #737373;
	font-weight: 500;
	height: 50px;
}
@media (max-width: 1180px) {
	select {
		height: 45px;
	}
}

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

.btnBox.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -6px;
}
.btnBox.flex .btn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 6px;
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 200px;
}
@media (max-width: 480px) {
	.btnBox.single .btn {
		max-width: 100%;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	display: inline-block;
	line-height: 1;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02rem;
	padding: 15px 22px;
	position: relative;
	z-index: 1;
	background-color: #267ab8;
	color: #fff;
	width: 216px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.btnBox .btn.line .btnLine {
	width: 55px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 50%;
	left: 48%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: -1;
	-webkit-transition: height 0.2s linear, left 0.2s 0.3s ease-in-out, width 0.2s 0.3s ease-in-out;
	transition: height 0.2s linear, left 0.2s 0.3s ease-in-out, width 0.2s 0.3s ease-in-out;
}
.btnBox .btn.line .btnIcon {
	display: block;
	position: relative;
	width: 12px;
	height: 1px;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.btnBox .btn.line .btnIcon:after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}
.btnBox .btn.line:hover .btnLine {
	width: 100%;
	left: 0;
	height: 100%;
	-webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out, height 0.2s 0.3s linear;
	transition: width 0.2s ease-in-out, left 0.2s ease-in-out, height 0.2s 0.3s linear;
}
.btnBox .btn.line:hover .btnIcon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.btnBox .btn_color_main {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #00458b;
	background-color: #267ab8;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_main:hover {
		background-color: #61ad41;
		border-color: #61ad41;
	}
}
.btnBox .btn_color_sec {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #498d2d;
	background-color: #61ad41;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_sec:hover {
		background-color: #267ab8;
		border-color: #267ab8;
	}
}
.btnBox .btn_color_white {
	border: 1px solid #267ab8;
	background-color: #fff;
	color: #267ab8;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_white:hover {
		border-color: #00458b;
		background-color: #267ab8;
		color: #fff;
	}
}
.btnBox .btn_color_gray {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #bebebe;
	background-color: #cbcbcb;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_gray:hover {
		border-color: #9e9e9e;
		background-color: #ababab;
	}
}
.btnBox .btn_color_darkgray {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #8d8d8d;
	background-color: #9a9a9a;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_darkgray:hover {
		border-color: #6d6d6d;
		background-color: #7a7a7a;
	}
}
.btnBox .btn.animation::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background-color: #000;
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover {
		border-color: #000;
	}
	.btnBox .btn.animation:hover::after {
		width: 100%;
		left: 0;
		right: auto;
	}
}

.arrowBox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
}
.arrowBox .arrow {
	pointer-events: auto;
}
.arrowBox.circle.dark .arrow {
	background-color: #267ab8;
	border-color: #267ab8;
}
.arrowBox.circle.dark .arrow:before {
	border-color: #fff;
}
.arrowBox.circle.dark .arrow:after {
	color: #fff;
}
.arrowBox.circle.dark .arrow:hover {
	background-color: #fff;
}
.arrowBox.circle.dark .arrow:hover:before {
	border-color: #267ab8;
}
.arrowBox.circle.dark .arrow:hover:after {
	color: #267ab8;
}
.arrowBox.circle .arrow {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.arrowBox.circle .arrow:hover {
	background-color: #267ab8;
}
.arrowBox.circle .arrow:hover:before {
	border-color: #fff;
}
.arrowBox.circle .arrow:hover:after {
	color: #fff;
}
.arrowBox.circle .arrow::before {
	content: "";
	display: block;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.arrowBox.circle .arrow.prev:before {
	margin-left: 6px;
}
.arrowBox.circle .arrow.prev:after {
	content: "PREV";
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
}
.arrowBox.circle .arrow.next::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	margin-right: 6px;
}
.arrowBox.circle .arrow.next:after {
	content: "NEXT";
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
}
@media (max-width: 1400px) {
	.arrowBox.circle .arrow {
		width: 60px;
		height: 60px;
	}
	.arrowBox.circle .arrow.next:after, .arrowBox.circle .arrow.prev:after {
		font-size: 12px;
	}
}
.arrowBox.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 25px;
	   -moz-column-gap: 25px;
	        column-gap: 25px;
}
.arrowBox.horizontal .horizontalLineBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
}
.arrowBox.horizontal .horizontalLineBox:after, .arrowBox.horizontal .horizontalLineBox:before {
	content: "";
	width: 8px;
	height: 3px;
	background-color: #c2c2c2;
	display: block;
}
.arrowBox.horizontal .horizontalLineBox .horizontalLine {
	width: 69px;
	height: 3px;
	background-color: #267ab8;
	display: block;
	position: relative;
	overflow: hidden;
}
.arrowBox.horizontal .horizontalLineBox .horizontalLine:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #61ad41;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.arrowBox.horizontal .horizontalLineBox .horizontalLine.run:after {
	-webkit-animation: run 0.5s linear forwards;
	        animation: run 0.5s linear forwards;
}
@-webkit-keyframes run {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@keyframes run {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
.arrowBox.horizontal .arrow {
	cursor: pointer;
	width: 65px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.arrowBox.horizontal .arrow::before {
	content: "";
	display: block;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.arrowBox.horizontal .arrow.prev:before {
	margin-left: 6px;
}
.arrowBox.horizontal .arrow.prev:after {
	content: "PREV";
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
}
.arrowBox.horizontal .arrow.next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.arrowBox.horizontal .arrow.next::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	margin-right: 6px;
}
.arrowBox.horizontal .arrow.next:after {
	content: "NEXT";
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
}
.arrowBox .slick-arrow.slick-hidden {
	display: none;
}

.picArea {
	width: 100%;
	height: 250px;
}
@media (max-width: 1180px) {
	.picArea {
		display: none;
	}
}

.mainClassBox {
	margin-top: 65px;
	margin-bottom: 50px;
}
@media (max-width: 1400px) {
	.mainClassBox {
		margin: 40px 0;
	}
}
@media (max-width: 650px) {
	.mainClassBox {
		margin: 20px 0;
	}
}
.mainClassBox .classLink {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
	row-gap: 10px;
}
.mainClassBox .classLink a,
.mainClassBox .classLink span {
	background-color: #eaeaea;
	color: #333;
	display: block;
	padding: 9.5px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.45px;
	/*width: 172px;*/
}
.mainClassBox .classLink a.current, .mainClassBox .classLink a:hover,
.mainClassBox .classLink span.current,
.mainClassBox .classLink span:hover {
	background-color: #267ab8;
	color: #fff;
}
@media (max-width: 540px) {
	.mainClassBox .classLink a,
	.mainClassBox .classLink span {
		width: auto;
	}
}

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

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

/*module*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	/*洽詢車&購物車*/
	/*訂單查詢*/
	/*搜尋*/
	/*提醒使用cookie彈窗*/
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 1024px;
	background-color: #fff;
	pointer-events: auto;
	padding-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moduleBox .moduleTitle {
	color: #267ab8;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	text-align: center;
}
.moduleBox .moduleContent {
	width: 100%;
	max-height: calc(90vh - 50px);
	overflow-y: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #267ab8;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	background: none;
	background-color: #267ab8;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
	background-color: #61ad41;
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	padding-top: 50px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
	padding: 15px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.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: #267ab8;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1201px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
	padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.moduleBox.privacy .customList .topBox::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	        transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
	-webkit-transform: translateY(-100%) rotate(45deg);
	        transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
	color: #267ab8;
	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: #0180ff;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #005fbe;
	-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: #267ab8;
	}
}
@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: #267ab8;
}
.moduleBox.cart .cartBox {
	border-top: 2px solid #267ab8;
	border-bottom: 2px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid #ccc;
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #267ab8;
	}
}
.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: #267ab8;
		color: #fff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.cart .checkBox {
	display: none;
	color: #61ad41;
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0;
}
.moduleBox.cart .checkBox label {
	position: relative;
}
.moduleBox.cart .checkBox label:before {
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid #61ad41;
	display: inline-block;
	margin-right: 10px;
}
.moduleBox.cart .checkBox label:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 2px;
	top: 4px;
}
.moduleBox.cart .checkBox input {
	display: none;
}
.moduleBox.cart .checkBox input:checked ~ label:after {
	background-color: #61ad41;
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .searchBox {
	margin: 30px 0;
	position: relative;
}
.moduleBox.search .searchBox input {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #267ab8;
	color: #fff;
	display: block;
	font-size: 16px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	line-height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
@media (min-width: 1201px) {
	.moduleBox.search .searchBox button:hover {
		background-color: #61ad41;
	}
}
.moduleBox.cookie .moduleWrap {
	max-width: 480px;
}
.moduleBox.cookie .text {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.moduleMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

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

/*header*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/*menu*/
}
@media (max-width: 1180px) {
	header {
		display: none;
	}
}
header .wrap {
	padding: 0;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
header .logo {
	overflow: hidden;
	width: 300px;
	margin-left: 5.3%;
}
header .logo a {
	/*max-height: 80px;*/
	display: block;
}
header .logo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1600px) {
	header .logo {
		margin-left: 20px;
	}
}
header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .menu > li {
	position: relative;
	display: inline-block;
}
header .menu > li .mainLink {
	position: relative;
	z-index: 1;
	color: #222;
	display: block;
	padding: 27.25px 20px;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 1.02px;
}
@media (max-width: 1400px) {
	header .menu > li .mainLink {
		font-size: 15px;
	}
}
header .menu > li .mainLink:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #267ab8;
	opacity: 0;
}
header .menu > li .mainLink.current, header .menu > li .mainLink:hover {
	color: #fff;
}
header .menu > li .mainLink.current:after, header .menu > li .mainLink:hover:after {
	content: "";
	height: 100%;
	opacity: 1;
}
header .menu .submenu {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
header .menu .submenu a {
	background-color: #fff;
	padding: 10px;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.34px;
	color: #2c2c2c;
	position: relative;
}
header .menu .submenu a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 1px;
	background-color: #267ab8;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
	color: #267ab8;
}
header .menu .submenu a.current:after, header .menu .submenu a:hover:after {
	width: calc(100% - 20px);
}
header .menu .submenuBox {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #eee;
}
header .menu .submenuBox .picArea {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 133px;
	width: 50%;
	z-index: 2;
	pointer-events: none;
}
header .menu .submenuBox .submenuBoxWrap {
	max-width: 1352px;
	padding: 55px 20px 60px 20px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
header .menu .submenuBox .submenuBoxWrap a {
	position: relative;
}
header .menu .submenuBox .submenuBoxWrap a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 0;
	height: 1px;
	background-color: #267ab8;
}
header .menu .submenuBox .submenuBoxWrap a:hover {
	color: #267ab8;
}
header .menu .submenuBox .submenuBoxWrap a:hover:after {
	width: calc(100% - 10px);
}
header .menu .submenuBox .submenuBoxWrap .productMenuLink {
	font-weight: 700;
	color: #2c2c2c;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 0.42px;
	padding: 0 5px;
}
@media (max-width: 1400px) {
	header .menu .submenuBox .submenuBoxWrap .productMenuLink {
		font-size: 18px;
	}
}
header .menu .submenuBox .submenuBoxWrap .productSubmenu {
	margin-top: 15px;
}
header .menu .submenuBox .submenuBoxWrap .productSubmenu li {
	opacity: 0.8;
	padding: 2px 0;
}
header .menu .submenuBox .submenuBoxWrap .productSubmenu a {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.34px;
	color: #2c2c2c;
	font-weight: 400;
	padding: 2px 5px;
}
header .menu .submenuBox .submenuBoxWrap .productSubmenu a:hover {
	color: #267ab8;
}
@media (max-width: 1400px) {
	header .menu .submenuBox .submenuBoxWrap .productSubmenu a {
		font-size: 15px;
	}
}
header .rightBox {
	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;
}

.languageBox {
	position: relative;
}
.languageBox .languageCurrent {
	cursor: pointer;
	z-index: 1;
	position: relative;
	width: 80px;
	height: 80px;
	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;
	background-color: #f4f4f4;
}
.languageBox .languageCurrent:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #2c2c2c;
	opacity: 0;
}
.languageBox .languageCurrent:hover {
	background-color: transparent;
}
.languageBox .languageCurrent:hover .Img {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
.languageBox .languageCurrent:hover:after {
	opacity: 1;
	height: 100%;
}
.languageBox .languageCurrent .Img {
	max-width: 23px;
}
.languageBox .languageCurrent .Img img {
	max-width: 100%;
}
.languageBox .languageList {
	width: 100%;
	background-color: #fff;
	-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: 3;
}
.languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.languageBox .languageList li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	text-align: center;
}
.languageBox .languageList li a:hover, .languageBox .languageList li a.current {
	background-color: #267ab8;
	color: #fff;
}

.searchToggle {
	height: 80px;
	width: 80px;
	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;
	background-color: #61ad41;
	position: relative;
	z-index: 1;
}
.searchToggle:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #2c2c2c;
	opacity: 0;
}
.searchToggle:hover {
	background-color: transparent;
}
.searchToggle:hover:after {
	opacity: 1;
	height: 100%;
}
.searchToggle .Img {
	max-width: 25px;
}
.searchToggle .Img img {
	max-width: 100%;
}
.searchBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.searchBox input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: none;
	font-family: "微軟正黑體";
	background-color: #fafafa;
}
.searchBox a {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #267ab8;
}
.searchBox a:hover {
	background-color: #61ad41;
}

.headerIconBtn.inquiry {
	height: 80px;
	padding: 0 68px;
	color: #fff;
	background-color: #267ab8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
	position: relative;
	z-index: 1;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0.51px;
}
.headerIconBtn.inquiry .inquiryCartCount {
	width: 26px;
	height: 26px;
	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;
	background-color: #fff;
	color: #267ab8;
	border-radius: 50%;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
}
.headerIconBtn.inquiry .inquiryCartCount.hide {
	display: none;
}
.headerIconBtn.inquiry:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #2c2c2c;
	opacity: 0;
}
.headerIconBtn.inquiry:hover {
	background-color: transparent;
}
.headerIconBtn.inquiry:hover:after {
	opacity: 1;
	height: 100%;
}

/*slideMenu*/
.slideMenuTrigger {
	width: 70px;
	height: 70px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #267ab8;
	border: 1px solid #267ab8;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
@media (max-width: 450px) {
	.slideMenuTrigger {
		width: 60px;
		height: 60px;
	}
}
.slideMenuTrigger span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: background-color 0s 0.3s;
	transition: background-color 0s 0.3s;
}
.slideMenuTrigger span:before, .slideMenuTrigger span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: 0.5s 0s transform, 0.3s 0.5s top, 0.3s 0.5s bottom;
	transition: 0.5s 0s transform, 0.3s 0.5s top, 0.3s 0.5s bottom;
}
.slideMenuTrigger span:before {
	top: -8px;
}
.slideMenuTrigger span:after {
	bottom: -8px;
}
.slideMenuTrigger.show span {
	background-color: transparent;
}
.slideMenuTrigger.show span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: 0.5s 0.3s transform, 0.3s 0s top;
	transition: 0.5s 0.3s transform, 0.3s 0s top;
}
.slideMenuTrigger.show span:after {
	bottom: 0;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	-webkit-transition: 0.5s 0.3s transform, 0.3s 0s bottom;
	transition: 0.5s 0.3s transform, 0.3s 0s bottom;
}
.slideMenuArea {
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	padding-bottom: env(safe-area-inset-bottom);
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.slideMenuArea:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	background-color: #267ab8;
	z-index: -1;
	-webkit-transition: height 0.6s ease-in-out;
	transition: height 0.6s ease-in-out;
}
@media (min-width: 1181px) {
	.slideMenuArea {
		display: none;
	}
}
@media (max-width: 1180px) {
	.slideMenuArea {
		opacity: 1;
	}
}
.slideMenuArea .wrap {
	padding: 0;
}
.slideMenuArea.show:after {
	height: 100%;
}
.slideMenuArea.show .topBox {
	border-bottom: 1px solid #267ab8;
}
.slideMenuArea.show .bottomBox {
	opacity: 1;
	pointer-events: auto;
}
.slideMenuArea.show .headerIconBtn {
	-webkit-animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu,
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenuBoxWrap {
	-webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
	        animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .socialBox {
	-webkit-animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea.show .privacyBtn {
	-webkit-animation: textSlideRightAnimation 0.5s 1.8s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 1.8s ease-in-out both;
}
.slideMenuArea.show .copyrightBox {
	-webkit-animation: textSlideRightAnimation 0.5s 2.1s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 2.1s ease-in-out both;
}
.slideMenuArea .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	pointer-events: auto;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .topBox .slideMenuLogo {
	width: 245px;
	margin-left: 20px;
	margin-right: 60px;
}
.slideMenuArea .topBox .slideMenuLogo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 480px) {
	.slideMenuArea .topBox .slideMenuLogo {
		width: 220px;
	}
}
@media (max-width: 350px) {
	.slideMenuArea .topBox .slideMenuLogo {
		margin-left: 10px;
		width: 130px;
	}
}
.slideMenuArea .topBox .languageBox {
	margin-left: auto;
	display: none;
}
.slideMenuArea .topBox .languageBox .languageCurrent {
	height: 70px;
	width: 70px;
}
@media (max-width: 450px) {
	.slideMenuArea .topBox .languageBox .languageCurrent {
		height: 60px;
		width: 60px;
	}
}
.slideMenuArea .topBox .searchToggle {
	height: 70px;
	width: 70px;
}
@media (max-width: 450px) {
	.slideMenuArea .topBox .searchToggle {
		height: 60px;
		width: 60px;
	}
}
.slideMenuArea .bottomBox {
	opacity: 0;
	pointer-events: none;
	overflow: auto;
	height: calc(100vh - 70px);
	padding-bottom: 40px;
}
.slideMenuArea .bottomBox .wrap {
	padding: 0 20px;
}
.slideMenuArea .bottomBox .headerIconBtn {
	opacity: 0;
}
.slideMenuArea .bottomBox .headerIconBtn.inquiry {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.slideMenuArea .bottomBox .headerIconBtn.inquiry:after {
	display: none;
}
.slideMenuArea .bottomBox .menuBox {
	width: 100%;
	padding: 15px 0;
}
.slideMenuArea .bottomBox .menuBox .nav > li {
	position: relative;
}
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span {
	cursor: pointer;
}
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .bottomBox .menuBox .nav > li.dropDown > span > a.current::after {
	background-color: #fff;
}
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown.open > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown.open .submenu,
.slideMenuArea .bottomBox .menuBox .nav > li.dropDown.open .submenuBox {
	display: block;
}
.slideMenuArea .bottomBox .menuBox .nav > li .mainLink {
	color: #fff;
	display: block;
	letter-spacing: 0px;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 17px;
	line-height: 1.58;
	letter-spacing: 1.02px;
}
@media (min-width: 1201px) {
	.slideMenuArea .bottomBox .menuBox .nav > li .mainLink:hover {
		color: #267ab8;
	}
}
.slideMenuArea .bottomBox .menuBox .nav .submenu {
	width: 100%;
	display: none;
	padding: 0 10px 10px;
}
.slideMenuArea .bottomBox .menuBox .nav .submenu li {
	padding: 5px 0;
}
.slideMenuArea .bottomBox .menuBox .nav .submenu li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.34px;
	padding: 5px 0;
	display: block;
}
@media (min-width: 1201px) {
	.slideMenuArea .bottomBox .menuBox .nav .submenu li a:hover {
		color: #267ab8;
	}
}
.slideMenuArea .bottomBox .menuBox .nav .submenuBox {
	display: none;
}
.slideMenuArea .bottomBox .menuBox .nav .submenuBox li {
	padding: 5px 0;
}
.slideMenuArea .bottomBox .menuBox .nav .submenuBox a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.34px;
	padding: 5px 0;
	display: block;
}
.slideMenuArea .bottomBox .menuBox .nav .submenuBox .productSubmenu {
	display: none;
	padding-left: 10px;
}
.slideMenuArea .bottomBox .menuBox .nav .submenuBox .productSubmenu a {
	font-size: 14px;
}
.slideMenuArea .bottomBox .privacyBtn {
	opacity: 0;
	text-align: center;
}
.slideMenuArea .bottomBox .copyrightBox {
	opacity: 0;
	margin-top: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}

.socialBox {
	padding: 15px 0;
}
@media (max-width: 450px) {
	.socialBox {
		height: 60px;
	}
}
.socialBox .socialList {
	-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;
}
.socialBox .socialList li:not(:last-child) {
	margin-right: 7px;
}
.socialBox .socialList li a {
	width: 20px;
	display: block;
}
.socialBox .socialList li a:hover img {
	opacity: 0.6;
}
.socialBox .socialList li .Img img {
	max-width: 100%;
}
.socialBox .socialList li .Img.fb {
	width: 11px;
}
.socialBox .socialList li .Img.linkedin {
	width: 19px;
}

.privacyBtn {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.copyrightBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: rgba(255, 255, 255, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
	position: relative;
	text-align: center;
}
.copyrightBox .copyright {
	padding: 5px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.075px;
}
@media (max-width: 1024px) {
	.copyrightBox {
		margin-bottom: 10px;
	}
}

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

/*banner*/
.bannerArea {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bannerArea .wrap {
	max-width: 100%;
	padding: 0;
}
.bannerArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px;
	z-index: 5;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.bannerArea .bannerLink {
	display: block;
	z-index: 6;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

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

/*footer*/
footer .footerTop {
	padding: 30px 0;
}
@media (max-width: 1180px) {
	footer .footerTop {
		padding: 20px 0;
	}
}
@media (max-width: 768px) {
	footer .footerTop {
		display: none;
	}
}
footer .footerTop .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 1180px) {
	footer .footerTop .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: 10px;
	}
}
footer .footerTop .footerLogo {
	width: 100%;
	max-width: 256px;
}
footer .footerTop .footerLogo a {
	display: block;
}
footer .footerTop .footerLogo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
footer .footerTop .infoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
	margin: 0 -5px;
}
@media (max-width: 650px) {
	footer .footerTop .infoList {
		margin-top: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
footer .footerTop .infoList li {
	margin-bottom: 0;
	padding: 5px 10px;
}
footer .footerTop .infoList li i {
	display: none;
}
footer .footerTop .infoList li span {
	font-size: 17px;
	font-weight: 500;
}
footer .footerTop .infoList li a,
footer .footerTop .infoList li span {
	line-height: 1;
	position: relative;
}
@media (min-width: 1201px) {
	footer .footerTop .infoList li a:hover {
		color: #267ab8;
	}
}
footer .footerBottom {
	background-color: #2c2c2c;
	padding: 80px 0;
}
@media (max-width: 1180px) {
	footer .footerBottom {
		padding: 30px 0;
	}
}
footer .footerBottom .footerMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 -5px;
}
@media (max-width: 1600px) {
	footer .footerBottom .footerMenu {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (max-width: 1180px) {
	footer .footerBottom .footerMenu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 0;
	}
}
@media (max-width: 1180px) {
	footer .footerBottom .footerMenu .footerItem:not(:last-child) .footerMenuItem {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}
footer .footerBottom .footerMenu .footerMenuItem {
	padding: 0 20px;
	padding-bottom: 30px;
}
@media (max-width: 1180px) {
	footer .footerBottom .footerMenu .footerMenuItem {
		padding: 15px 0;
		display: block;
		width: 100%;
	}
	footer .footerBottom .footerMenu .footerMenuItem.open .mainLink::after {
		-webkit-transform: translate(-50%, 0) rotate(0);
		        transform: translate(-50%, 0) rotate(0);
	}
}
footer .footerBottom .footerMenu .footerMenuItem .mainLink {
	font-size: 19px;
	line-height: 1.57;
	letter-spacing: 0.38px;
	color: #fff;
	position: relative;
}
@media (max-width: 1180px) {
	footer .footerBottom .footerMenu .footerMenuItem .mainLink {
		font-size: 16px;
		display: block;
	}
	footer .footerBottom .footerMenu .footerMenuItem .mainLink::before, footer .footerBottom .footerMenu .footerMenuItem .mainLink::after {
		content: "";
		width: 12px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 5px;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		z-index: 1;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	footer .footerBottom .footerMenu .footerMenuItem .mainLink::after {
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		        transform: translate(-50%, 0) rotate(90deg);
	}
}
footer .footerBottom .footerMenu .footerMenuItem .submenu {
	padding-left: 0;
	padding-top: 15px;
}
@media (max-width: 1180px) {
	footer .footerBottom .footerMenu .footerMenuItem .submenu {
		display: none;
	}
}
footer .footerBottom .footerMenu .footerMenuItem .submenu li {
	padding: 2px 0;
}
footer .footerBottom .footerMenu .footerMenuItem .submenu li a {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.3px;
}
footer .footerBottom .footerMenu .footerMenuItem .submenu li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
}
footer .footerBottom .footerMenu .footerMenuItem .submenu li a:hover:after {
	width: 100%;
}
footer .footerBottom .bottom {
	margin-top: 40px;
	padding-top: 35px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	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;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .footerBottom .bottom .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
}
footer .footerBottom .bottom .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 48px;
	   -moz-column-gap: 48px;
	        column-gap: 48px;
}
footer .footerBottom .bottom .right .socialBox {
	width: auto;
	display: inline-block;
}
footer .footerBottom .bottom .right .btn {
	width: 172px;
	height: 46px;
	background-color: #61ad41;
	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;
	color: #fff;
}
footer .footerBottom .bottom .right .btn:hover {
	background-color: #267ab8;
}
@media (max-width: 1180px) {
	footer .footerBottom .bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 30px;
	}
	footer .footerBottom .bottom .copyrightBox {
		margin-bottom: 0;
	}
	footer .footerBottom .bottom .right .btn {
		display: none;
	}
}
@media (max-width: 650px) {
	footer .footerBottom .bottom .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 10px;
	}
	footer .footerBottom .bottom .left .copyrightBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer .footerBottom .bottom .right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
	}
}

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


/*手機快捷選單*/
.fixedQuickLink {
	width: 100%;
	background-color: #267ab8;
	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;
	color: #fff;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.5px;
}
.fixedQuickLink a:after,
.fixedQuickLink button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #61ad41;
	z-index: -1;
	opacity: 0;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

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

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

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

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

.titleBox {
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 1180px) {
	.titleBox {
		margin-bottom: 20px;
	}
}
.titleBox.line .titleTw {
	position: relative;
	color: #267ab8;
	font-weight: bold;
	padding-bottom: 30px;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0.7px;
	word-break: break-all;
}
.titleBox.line .titleTw:after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #61ad41;
	position: absolute;
	left: 0;
	bottom: 0;
}
.titleBox.line .titleEn {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
}
@media (max-width: 1400px) {
	.titleBox.line .titleTw {
		font-size: 28px;
	}
}
@media (max-width: 650px) {
	.titleBox.line .titleTw {
		font-size: 24px;
		padding-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.titleBox.line .titleTw {
		font-size: 22px;
	}
}
.titleBox.bracket {
	margin-bottom: 0;
	text-align: left;
	padding-left: 50px;
	padding-bottom: 45px;
	position: relative;
	display: inline-block;
	text-shadow: 0px 0px 3px #222;
}
.titleBox.bracket:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #267ab8;
}
.titleBox.bracket:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 2px;
	background-color: #267ab8;
}
.titleBox.bracket .titleTw {
	padding-top: 5px;
	font-weight: 700;
	color: #fff;
	font-size: 55px;
	line-height: 1;
	letter-spacing: 0;
}
.titleBox.bracket .titleEn {
	display: inline-block;
	text-transform: uppercase;
	padding-top: 40px;
	font-weight: 500;
	color: #267ab8;
	font-family: "Roboto";
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0;
}
.titleBox.bracket .titleEn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 2px;
	background-color: #267ab8;
}
.titleBox.bracket .titleEn:before {
	content: "";
	position: absolute;
	right: -30%;
	top: 0;
	height: 30px;
	width: 2px;
	background-color: #267ab8;
}
@media (max-width: 1400px) {
	.titleBox.bracket .titleEn {
		font-size: 20px;
	}
	.titleBox.bracket .titleTw {
		font-size: 45px;
	}
}
@media (max-width: 1180px) {
	.titleBox.bracket {
		padding-left: 35px;
		padding-bottom: 35px;
	}
	.titleBox.bracket .titleEn {
		padding-top: 30px;
		font-size: 16px;
	}
	.titleBox.bracket .titleTw {
		font-size: 38px;
	}
}
@media (max-width: 650px) {
	.titleBox.bracket .titleEn {
		font-size: 14px;
	}
	.titleBox.bracket .titleTw {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	.titleBox.bracket {
		padding-left: 0;
		padding-bottom: 0;
	}
	.titleBox.bracket:after, .titleBox.bracket:before {
		display: none;
	}
	.titleBox.bracket .titleEn {
		padding-top: 0;
	}
	.titleBox.bracket .titleEn:after, .titleBox.bracket .titleEn:before {
		display: none;
	}
}

/*bread*/
.bread {
	margin-bottom: 50px;
	padding: 20px 0;
}
@media (max-width: 1023px) {
	.bread {
		margin-bottom: 0;
	}
}
.bread .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.bread .wrap a,
.bread .wrap span {
	font-weight: 400;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.26px;
}
.bread .wrap a {
	color: #fff;
}
.bread .wrap a:hover {
	color: #267ab8;
}
.bread .wrap span {
	color: #fff;
}
.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: 8px;
}
.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: ">";
	padding-right: 8px;
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #a9a9a9;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #232323;
	font-weight: 500;
	margin-bottom: 16px;
	padding-top: 4px;
	padding-bottom: 16px;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 35px;
	line-height: 1.3;
	letter-spacing: 0;
	word-break: break-all;
}
@media (max-width: 1400px) {
	.articleTitle {
		font-size: 30px;
	}
}

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

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

@-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 aniSlide {
	0% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlide {
	0% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
/*類別*/
.classBox {
	position: relative;
	z-index: 4;
}
.classBox .classCurrent {
	background-color: #267ab8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 30px 10px 10px;
	position: relative;
}
.classBox .classCurrent::before {
	content: "\f107";
	color: #fff;
	font-size: 15px;
	font-family: FontAwesome;
	line-height: 1;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
}
@media (min-width: 1024px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a,
.classBox span {
	cursor: pointer;
}
.classBoxRow {
	margin-top: 20px;
	margin-bottom: 50px;
}
@media (min-width: 1024px) {
	.classBoxRow .classLink {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.classBoxRow .classLink li {
		margin-bottom: 10px;
		margin-right: 15px;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span {
		background-color: #eaeaea;
		color: #333;
		display: block;
		padding: 9.5px 15px;
		text-align: center;
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0.45px;
		width: 172px;
	}
	.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover,
	.classBoxRow .classLink span.current,
	.classBoxRow .classLink span:hover {
		background-color: #267ab8;
		color: #fff;
	}
}
.classBoxColumn {
	margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
	content: "";
	width: 13px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #61ad41;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
	display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
	-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
	        animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
	color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
	color: #267ab8;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
	background-color: #267ab8;
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink > li {
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.classBoxColumn .classLink > li:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 0;
		height: 1px;
		background-color: #267ab8;
		-webkit-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out;
	}
	.classBoxColumn .classLink > li.open:after {
		width: 100%;
	}
	.classBoxColumn .classLink > li:hover:after {
		width: 100%;
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li {
		position: relative;
	}
	.classBoxColumn .classLink ul li a {
		font-size: 14px;
		padding: 10px 15px;
	}
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #2f2f2f;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.2rem;
		padding: 18px 15px;
		position: relative;
		font-size: 17px;
		padding-right: 35px;
		line-height: 1.6;
		letter-spacing: 0.34px;
	}
	.classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover,
	.classBoxColumn .classLink span.current,
	.classBoxColumn .classLink span:hover {
		color: #267ab8;
	}
	.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
	.classBoxColumn .classLink span.current::before,
	.classBoxColumn .classLink span.current::after,
	.classBoxColumn .classLink span:hover::before,
	.classBoxColumn .classLink span:hover::after {
		background-color: #61ad41;
	}
}
@media (max-width: 1023px) {
	.classBoxRow .classLink, .classBoxColumn .classLink {
		width: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
	}
	.classBoxRow .classLink.open, .classBoxColumn .classLink.open {
		display: block;
	}
	.classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classBoxRow .classLink > li > a.current,
	.classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
	.classBoxColumn .classLink > li span.current {
		color: #267ab8;
	}
	.classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
		display: none;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span, .classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #2f2f2f;
		background-color: #fff;
		display: block;
		padding: 14px 15px;
		position: relative;
	}
}

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

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

/*頁籤*/
.tabBox {
	position: relative;
}
.tabBox:after {
	content: "";
	width: 100%;
	height: 59.8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #eff2f6;
	z-index: -1;
}
@media (max-width: 768px) {
	.tabBox:after {
		height: 49px;
	}
}

.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 80px;
}
@media (max-width: 1180px) {
	.tab {
		margin-top: 40px;
	}
}
.tab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tab li:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tab a {
	color: #333;
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 18px 10px;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 0.47px;
}
.tab a.current {
	background-color: #267ab8;
	color: #fff;
}
.tab a:not(.current):hover {
	color: #267ab8;
}
@media (max-width: 768px) {
	.tab a {
		font-size: 15px;
		padding: 14px 6px;
	}
}
@media (max-width: 400px) {
	.tab a {
		font-size: 13px;
		padding: 14px 4px;
	}
}

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

.albumBox {
	width: 50%;
	max-width: 681px;
	margin-right: 30px;
}
@media (max-width: 1180px) {
	.albumBox {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
.albumBox .albumList .albumItem {
	cursor: pointer;
}
.albumBox .albumList .albumItem img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
	/*height: 681px;*/
	padding: 45px 55px;
	border: 1px solid #eaeaea;
}
.albumBox .albumListMain .albumItem .Img {
	height: 100%;
	width: 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;
}
.albumBox .albumListMain .albumItem img {
	width: 100%;
	/*height: 100%;*/
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
	   height: 400px;
}
@media (max-width: 1400px) {
	.albumBox .albumListMain .albumItem {
		/*height: 650px;*/
		padding: 20px 30px;
	}
}
@media (max-width: 1200px) {
	.albumBox .albumListMain .albumItem {
		/*height: auto;*/
		padding: 20px;
	}
	.albumBox .albumListMain .albumItem img {
	   height: 300px;
	}
}
.albumBox .albumListNav {
	padding-right: 1px;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
.albumBox .albumListNav .albumItem {
	padding: 0 10px;
	height: 140px;
	max-height: 140px;
}
.albumBox .albumListNav .albumItem .Img {
	height: 100%;
	width: 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: 1px solid #eaeaea;
	padding: 10px;
}
.albumBox .albumListNav .albumItem .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
.albumBox .albumListNav .slick-current .albumItem .Img {
	border-color: #333;
}

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

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

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

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

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

/*側邊_其他相關訊息*/
.side_news {
	margin: 30px 0;
}
.side_news .sideNewsList {
	margin-top: 20px;
}
.side_news .sideNewsItem {
	margin-bottom: 25px;
}
.side_news .Img {
	float: left;
	width: 60px;
	margin-right: 12px;
	overflow: hidden;
}
.side_news .Img img {
	display: block;
	height: 60px;
}
.side_news .Txt {
	overflow: hidden;
}
.side_news .Txt a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}
.side_news .Txt a:hover {
	text-decoration: underline;
}
.side_news .Txt b {
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #999;
}

/*社群分享*/
.sideShare {
	margin: 25px 0;
}
.sideShare .shareList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
}
.sideShare .shareList .shareTitle {
	display: inline-block;
	font-weight: 400;
	font-family: "Roboto";
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 14px;
	   -moz-column-gap: 14px;
	        column-gap: 14px;
	opacity: 0.8;
}
.sideShare .shareList .shareTitle:after {
	content: "";
	width: 60px;
	height: 1px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	margin-right: 6px;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
	width: 40px;
	height: 40px;
	background-color: #f4f4f4;
	border-radius: 50%;
	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;
}
.sideShare .shareList .shareItem a:hover,
.sideShare .shareList .shareItem button:hover {
	background-color: #267ab8;
}
.sideShare .shareList .shareItem a:hover img,
.sideShare .shareList .shareItem button:hover img {
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
}
.sideShare .shareList .shareItem .copylink img {
	max-width: 17px;
}
.sideShare .shareList .shareItem .fb img {
	max-width: 8px;
}
.sideShare .shareList .shareItem .twitter img {
	max-width: 18px;
}
.sideShare .shareList .shareItem .linkedin img {
	max-width: 16px;
}
@media (max-width: 400px) {
	.sideShare .shareList {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 8px;
		margin-bottom: 16px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.sideShare .shareList .shareTitle {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
	.sideShare .shareList .shareTitle:after {
		display: none;
	}
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
	overflow: hidden;
}
.imh_opacity img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.imh_opacity:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

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

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

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

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