@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import "animate.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=Noto+Serif+TC:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.tagBox a .check i,
.tagMajorBox a .check i, .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, .posterBox .switch, .posterBox, .privacyArea, footer .socialBox .socialList li a svg, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .menuBox, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger, header .test a, header .countBox, header .menu > li:not(:last-child) > span a::after,
header .menu > li:not(:last-child) > a::after, header .menu > li a, header .menu > li, header .menuBox, header .logo.down .large, header .logo.down, header .wrap, header.downStyle .menu > li, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .arrowBox .arrow::before, .arrowBox .arrow, .btnBox .btn.animation::after, .btnBox .btn, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

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

@-webkit-keyframes 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 spark {
	0% {
		opacity: 0.4;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes spark {
	0% {
		opacity: 0.4;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
body {
	background-color: #fff;
	font-size: 15px;
	font-family: "Lato", "Noto Sans Tc", "Noto Serif 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: #e60012;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}

.sans {
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.serif {
	font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
}

address {
	font-style: normal;
}

a {
	color: #000;
	cursor: pointer;
}
a:hover {
	color: #e60012;
}

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

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

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

.testBtn {
	position: fixed;
	right: 40px;
	bottom: 4%;
	z-index: 50;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	pointer-events: auto;
	opacity: 1;
}
.testBtn.hide {
	right: 0;
	opacity: 0;
	pointer-events: none;
}
.testBtn a {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 160px;
	height: 160px;
	background-color: #e60012;
	border: 3px solid #000;
	border-radius: 50%;
	-webkit-transform: translateX(3px);
	        transform: translateX(3px);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.2px;
	word-break: keep-all;
	text-align: center;
}
.testBtn a span {
	font-weight: 500;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.testBtn a img {
	max-width: 52px;
	-webkit-transform: translateX(-2px);
	        transform: translateX(-2px);
}
.testBtn a .txt {
	padding-bottom: 8px;
}
.testBtn a:hover {
	background-color: #efefef;
	border-color: #363636;
	color: #e60012;
}
.testBtn .line,
.testBtn .top {
	position: absolute;
	top: -55px;
	right: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #222222;
	background-color: #fff;
	color: #222222;
	display: block;
	font-size: 12px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	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-transform: rotate(7deg);
	        transform: rotate(7deg);
}
.testBtn .line svg,
.testBtn .top svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	fill: #222222;
}
.testBtn .line:hover,
.testBtn .top:hover {
	background-color: #222222;
	border-color: #fff;
	color: #fff;
}
.testBtn .line {
	color: #00c300;
	top: -40px;
	right: -7px;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
@media (max-width: 1180px) {
	.testBtn {
		display: none;
	}
}

.sideBox {
	position: fixed;
	right: 20px;
	top: 18%;
	z-index: 49;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	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;
	gap: 10px;
	pointer-events: auto;
	opacity: 1;
}
@media (max-width: 1180px) {
	.sideBox {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		right: 10px;
		bottom: 65px;
		top: auto;
	}
}
@media (min-width: 1181px) {
	.sideBox.hide {
		right: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.sideBox .test {
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
@media (min-width: 1181px) {
	.sideBox .test {
		display: none;
	}
}
.sideBox .test a {
	color: #222222;
	padding: 20px 13px 20px 11px;
	background-color: #e60012;
	border-radius: 30px;
	display: block;
}
.sideBox .test a span {
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.sideBox .top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #222222;
	background-color: #fff;
	color: #222222;
	display: block;
	font-size: 12px;
	text-align: center;
	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;
	font-weight: 500;
	font-family: "Lato";
}
@media (max-width: 1180px) {
	.sideBox .top {
		display: none;
	}
}
.sideBox .top:hover {
	background-color: #222222;
	color: #fff;
}
.sideBox .line {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #222222;
	background-color: #fff;
	color: #00c300;
	text-align: center;
	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 (max-width: 1180px) {
	.sideBox .line {
		width: 50px;
		height: 50px;
	}
}
.sideBox .line svg {
	width: 30px;
	height: 30px;
	display: inline-block;
	fill: #00c300;
}
.sideBox .line:hover {
	background-color: #222222;
	color: #fff;
}

.btnBox {
	display: block;
	position: relative;
}
.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;
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	width: 220px;
	letter-spacing: 0.1rem;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	z-index: 1;
}
@media (max-width: 480px) {
	.btnBox .btn {
		font-size: 14px;
	}
}
.btnBox .btn.line::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: -1;
	width: 30px;
	height: 2px;
	background-color: #e60012;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
@media (max-width: 440px) {
	.btnBox .btn.line::after {
		display: none;
	}
}
.btnBox .btn.line_white::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: -1;
	width: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
@media (max-width: 440px) {
	.btnBox .btn.line_white::after {
		display: none;
	}
}
.btnBox .btn.line_white:hover::after {
	width: 0;
	background-color: #fff;
}
.btnBox .btn.line:hover::after {
	width: 0;
	background-color: #fff;
}
.btnBox .btn span {
	display: inline-block;
	margin-left: 5px;
}
.btnBox .btn_color_main {
	border: 1px solid #222222;
	background-color: #e60012;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_main:hover {
		color: #222222;
		background-color: transparent;
		background-color: #fff;
	}
}
.btnBox .btn_color_white {
	border: 1px solid #222222;
	background-color: #fff;
	color: #222222;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_white:hover {
		border-color: #151515;
		background-color: #e60012;
		color: #fff;
	}
}
.btnBox .btn_color_gray {
	border: 1px solid #222222;
	background-color: #222222;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_gray:hover {
		border-color: #151515;
		background-color: #e60012;
		color: #fff;
	}
}
.btnBox .btn_color_darkgray {
	border: 1px solid #8d8d8d;
	background-color: #9a9a9a;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_darkgray:hover {
		border-color: #6d6d6d;
		background-color: #7a7a7a;
	}
}
.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	z-index: 2;
	padding: 0;
	pointer-events: none;
}
.arrowBox.small .arrow {
	margin: 0;
	width: 40px;
	height: 40px;
}
.arrowBox.small .arrowPrev::before {
	width: 10px;
	height: 10px;
}
.arrowBox.small .arrowNext::before {
	width: 10px;
	height: 10px;
}
.arrowBox .arrow {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
	border-radius: 50%;
	pointer-events: auto;
	cursor: pointer;
}
@media (max-width: 420px) {
	.arrowBox .arrow {
		width: 40px;
		height: 40px;
	}
}
.arrowBox .arrow::before {
	content: "";
	border-style: solid;
	display: block;
	z-index: 2;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.arrowBox .arrowPrev::before {
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color: #000 transparent transparent #000;
	-webkit-transform: rotate(-45deg) translate(1px, 2px);
	        transform: rotate(-45deg) translate(1px, 2px);
	z-index: 2;
}
@media (max-width: 420px) {
	.arrowBox .arrowPrev::before {
		width: 10px;
		height: 10px;
	}
}
.arrowBox .arrowNext::before {
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color: #000 #000 transparent transparent;
	-webkit-transform: rotate(45deg) translate(-1px, 2px);
	        transform: rotate(45deg) translate(-1px, 2px);
}
@media (max-width: 420px) {
	.arrowBox .arrowNext::before {
		width: 10px;
		height: 10px;
	}
}
.arrowBox .arrow:hover {
	background-color: #e60012;
}
.arrowBox .arrow:hover.arrowPrev::before {
	border: 2px solid;
	border-color: #fff transparent transparent #fff;
}
.arrowBox .arrow:hover.arrowNext::before {
	border-color: #fff #fff transparent transparent;
}

.ui-datepicker {
	z-index: 1005 !important;
}

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

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

/*module*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	/*洽詢車&購物車*/
	/*訂單查詢*/
	/*搜尋*/
	/*提醒使用cookie彈窗*/
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	background-color: #fff;
	pointer-events: auto;
	padding-top: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moduleBox .moduleTitle {
	color: #000;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	text-align: center;
	font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
}
.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: #e60012;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	background: none;
	background-color: #e60012;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
	background-color: #000;
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	padding-top: 50px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
	padding: 15px;
}
.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: #e60012;
	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: #e60012;
	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: #ff4352;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #ff0114;
	-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: #e60012;
	}
}
@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: #e60012;
}
.moduleBox.cart .cartBox {
	border-top: 2px solid #e60012;
	border-bottom: 2px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid #ccc;
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1201px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #e60012;
	}
}
.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: #e60012;
		color: #fff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
.moduleBox.marquee .moduleWrap {
	max-width: 480px;
}
.moduleBox.marquee .marqueeBox {
	margin: 0 0 10px;
	position: relative;
}
.moduleBox.marquee .marqueeBox input {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 15px 55px 15px 15px;
}
.moduleBox.marquee .marqueeBox a {
	background-color: #e60012;
	color: #fff;
	display: block;
	font-size: 16px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
}
.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: 260px;
}
.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;
	-webkit-box-shadow: 0 1px 0 #e60012;
	        box-shadow: 0 1px 0 #e60012;
	/*menu*/
}
@media (max-width: 1180px) {
	header {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}
header.downStyle .wrap {
	height: 80px;
	padding-right: 194px;
	position: relative;
}
@media (max-width: 1380px) {
	header.downStyle .wrap {
		padding-right: 0;
	}
}
@media (max-width: 1180px) {
	header.downStyle .wrap {
		height: 70px;
	}
}
header.downStyle .logo.up {
	width: 46px;
	margin-left: 40px;
}
@media (max-width: 1180px) {
	header.downStyle .logo.up {
		margin-left: 0;
		width: 70px;
	}
}
header.downStyle .logo.down {
	opacity: 1;
	pointer-events: auto;
	left: 90px;
}
header.downStyle .menuBox {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 57px;
}
@media (max-width: 1900px) {
	header.downStyle .menuBox {
		padding-right: 0;
	}
}
header.downStyle .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header.downStyle .menu > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
header.downStyle .menu > li:not(:last-child) > span a::after,
header.downStyle .menu > li:not(:last-child) > a::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 10px;
	background-image: url(../images/deco.png);
	background-position: center;
}
header.downStyle .menu > li:not(:last-child) > span a::before,
header.downStyle .menu > li:not(:last-child) > a::before {
	content: "";
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px #e60012;
	background-color: transparent;
	bottom: 0;
	left: 0;
}
header.downStyle .menu > li > span a,
header.downStyle .menu > li > a {
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 26px 28px;
	letter-spacing: 0.8px;
	border-bottom: 4px solid transparent;
}
@media (max-width: 1640px) {
	header.downStyle .menu > li > span a,
	header.downStyle .menu > li > a {
		font-size: 15px;
		padding: 28px 15px;
	}
}
@media (max-width: 1440px) {
	header.downStyle .menu > li > span a,
	header.downStyle .menu > li > a {
		font-size: 14px;
	}
}
header.downStyle .menu > li > span a.current, header.downStyle .menu > li > span a:hover,
header.downStyle .menu > li > a.current,
header.downStyle .menu > li > a:hover {
	border-bottom: 4px solid #e60012;
	color: #e60012;
}
@media (max-width: 1380px) {
	header.downStyle .test {
		display: none;
	}
}
header.downStyle .test a {
	width: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}
header.downStyle .countBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header.downStyle .countBox .count {
	gap: 14px;
}
header.downStyle .countBox .count .num,
header.downStyle .countBox .count .pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header.downStyle .countBox .count .pc {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
header.downStyle .countBox .count .pc span {
	margin: 0 -5px;
}
header.downStyle .countBox .count .pc span:nth-child(1) {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
header.downStyle .countBox .count .pc span:nth-child(2) {
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
}
header.downStyle .countBox .count .num span:nth-child(2) {
	font-size: 26px;
	line-height: 1.1;
}
header .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	max-width: 100%;
	padding: 0;
}
@media (max-width: 1180px) {
	header .wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
header .logo {
	width: 100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 1180px) {
	header .logo {
		width: 70px;
	}
}
header .logo.up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 2;
}
header .logo.down {
	width: 210px;
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 1770px) {
	header .logo.down {
		width: 50px;
	}
}
header .logo.down > a {
	position: relative;
}
@media (max-width: 1830px) {
	header .logo.down .large {
		display: none;
	}
}
header .logo.down .medium {
	max-width: 50px;
}
@media (min-width: 1831px) {
	header .logo.down .medium {
		display: none;
	}
}
header .logo a {
	display: block;
}
header .logo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
header .menuBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .menu > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
}
header .menu > li a {
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 36px 51px;
	border-bottom: 4px solid transparent;
	letter-spacing: 0.8px;
}
@media (max-width: 1730px) {
	header .menu > li a {
		padding: 36px 30px;
	}
}
@media (max-width: 1480px) {
	header .menu > li a {
		padding: 38px 25px;
		font-size: 14px;
	}
}
@media (max-width: 1250px) {
	header .menu > li a {
		padding: 38px 20px;
		font-size: 14px;
	}
}
header .menu > li a.current, header .menu > li a:hover {
	color: #e60012;
	border-bottom: 4px solid #e60012;
}
header .menu > li:not(:last-child) > span a::after,
header .menu > li:not(:last-child) > a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2px;
	height: 26px;
	background-image: url(../images/deco-up.png);
	background-position: center;
}
header .menu .submenu {
	width: 150px;
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
header .menu .submenu a {
	border-bottom: 1px solid #dadada;
	background-color: #fff;
	color: #666;
	padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
	color: #fff;
	background-color: #e60012;
}
header .countBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 540px;
	background-color: #f7f7f7;
}
@media (max-width: 1480px) {
	header .countBox {
		width: 35%;
	}
}
@media (max-width: 1180px) {
	header .countBox {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		width: auto;
	}
}
header .countBox .count {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f7f7f7;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #222222;
	gap: 10px;
}
@media (max-width: 940px) {
	header .countBox .count {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0px;
	}
}
@media (max-width: 350px) {
	header .countBox .count {
		display: none;
	}
}
header .countBox .count:nth-child(even) {
	background-color: #efefef;
}
header .countBox .count:nth-child(3) .pc span:nth-child(1), header .countBox .count:nth-child(3) .pc span:nth-child(2) {
	z-index: 2;
}
header .countBox .count .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 5px;
}
@media (max-width: 940px) {
	header .countBox .count .left {
		gap: 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
header .countBox .count .left .year {
	padding-left: 5px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
@media (max-width: 940px) {
	header .countBox .count .left .year {
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	header .countBox .count .left .year {
		display: none;
	}
}
header .countBox .count .num {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
header .countBox .count .num,
header .countBox .count .pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header .countBox .count .pc {
	font-size: 16px;
	font-weight: 700;
	max-height: 56px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
header .countBox .count .pc span {
	margin: 0 -5px;
}
header .countBox .count .pc span.pcTxt {
	padding: 2px 10px;
	position: relative;
	background-image: url(../images/count.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
header .countBox .count .pc span.pcTxt:nth-child(2) {
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
	z-index: 2;
}
@media (max-width: 940px) {
	header .countBox .count .pc span.pcTxt {
		display: none;
	}
}
header .countBox .count .pc span.mobile {
	display: none;
}
@media (max-width: 940px) {
	header .countBox .count .pc span.mobile {
		display: block;
		font-size: 15px;
		font-weight: 500;
	}
}
@media (max-width: 420px) {
	header .countBox .count .pc span.mobile {
		display: block;
		font-size: 13px;
		font-weight: 500;
	}
}
@media (max-width: 1180px) {
	header .countBox .count .num {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
header .countBox .count .num span:nth-child(1) {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
@media (max-width: 940px) {
	header .countBox .count .num span:nth-child(1) {
		display: none;
	}
}
header .countBox .count .num span:nth-child(2) {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #e60012;
}
@media (max-width: 940px) {
	header .countBox .count .num span:nth-child(2) {
		font-size: 22px;
	}
}
@media (max-width: 420px) {
	header .countBox .count .num span:nth-child(2) {
		font-size: 18px;
	}
}
header .countBox .count .num span:nth-child(3) {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}
header .test a {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.2;
	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;
	padding: 0 20px;
	gap: 9px;
	height: 100%;
	width: 100%;
	color: #000;
	background-color: #e60012;
	opacity: 0;
	position: absolute;
}
header .test a span {
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
header .test a:hover {
	background-color: #80000a;
}

/*slideMenu*/
.slideMenuTrigger {
	width: 70px;
	height: 70px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuTrigger span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: -0.5px;
	width: 30px;
	height: 1px;
	background-color: #111;
	-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: #111;
	-webkit-transition: 0.3s 0s transform, 0.2s 0.3s top, 0.2s 0.3s bottom;
	transition: 0.3s 0s transform, 0.2s 0.3s top, 0.2s 0.3s bottom;
}
.slideMenuTrigger span:before {
	top: -7px;
}
.slideMenuTrigger span:after {
	bottom: -7px;
}
.slideMenuTrigger.show span {
	background-color: transparent;
}
.slideMenuTrigger.show span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: 0.4s 0.3s transform, 0.2s 0s top;
	transition: 0.4s 0.3s transform, 0.2s 0s top;
}
.slideMenuTrigger.show span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: 0.4s 0.3s transform, 0.2s 0s bottom;
	transition: 0.4s 0.3s transform, 0.2s 0s bottom;
}
.slideMenuTrigger.close {
	margin-left: 0;
}
.slideMenuTrigger.close .line {
	background-color: transparent;
}
.slideMenuTrigger.close .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
	.slideMenuTrigger:hover {
		background-color: #fff;
	}
	.slideMenuTrigger:hover span {
		background-color: #e60012;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #e60012;
	}
}
.slideMenuArea {
	width: 100%;
	height: calc(100vh - 70px);
	background-color: #fff;
	opacity: 0;
	overflow-x: hidden;
	padding-bottom: calc(0px + env(safe-area-inset-bottom));
	pointer-events: none;
	position: fixed;
	top: 70px;
	right: 0;
	z-index: 99;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
	background: #e60012;
}
.slideMenuArea .wrap {
	background-color: #fff;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: calc(100vh - 70px);
	padding-bottom: calc(0px + env(safe-area-inset-bottom));
	-webkit-overflow-scrolling: touch;
}
.slideMenuArea .wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.slideMenuArea .wrap::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.slideMenuArea .wrap::-webkit-scrollbar-thumb {
	background: #e60012;
}
.slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.slideMenuArea.show .menuBox {
	-webkit-animation: textSlideRightAnimation 0.8s 0.8s ease-in-out both;
	        animation: textSlideRightAnimation 0.8s 0.8s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
	-webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
	        animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .bottom {
	background-color: #363636;
}
.slideMenuArea.show .socialBox {
	-webkit-animation: textSlideRightAnimation 0.8s 1.2s ease-in-out both;
	        animation: textSlideRightAnimation 0.8s 1.2s ease-in-out both;
}
.slideMenuArea.show .copyrightBox {
	-webkit-animation: textSlideRightAnimation 0.8s 1.6s ease-in-out both;
	        animation: textSlideRightAnimation 0.8s 1.6s ease-in-out both;
}
.slideMenuArea .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
	width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slideMenuArea .funcBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 0;
	margin: 0 -10px;
}
.slideMenuArea .funcBox .languageBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
	border-bottom: 1px solid #ccc;
	color: #232323;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 14px;
	padding-right: 15px;
	position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	-webkit-transform: translate(100%, -100%) rotate(45deg);
	        transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
	width: calc(100% - 20px);
	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: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -5px);
	        transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	text-align: center;
}
.slideMenuArea .funcBox .languageBox .languageList li a:hover, .slideMenuArea .funcBox .languageBox .languageList li a.current {
	background-color: #e60012;
	color: #fff;
}
.slideMenuArea .funcBox .searchBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input {
	height: 40px;
	border-bottom: 1px solid #ccc;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 40px;
}
.slideMenuArea .funcBox .searchBox a {
	width: 40px;
	height: 40px;
	border: 1px solid #e60012;
	background-color: #e60012;
	color: #fff;
	display: block;
	line-height: 38px;
	text-align: center;
}
@media (min-width: 1201px) {
	.slideMenuArea .funcBox .searchBox a:hover {
		background-color: #fff;
		color: #e60012;
	}
}
.slideMenuArea .menuBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-color: #fff;
	width: 100%;
	padding: 25px 18.75% 0;
}
.slideMenuArea .menuBox .nav > li {
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #e60012;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
	background-color: #e60012;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
	display: block;
}
.slideMenuArea .menuBox .nav > li a {
	color: #222222;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.8px;
	padding: 25px 30px 25px 0;
	position: relative;
}
.slideMenuArea .menuBox .nav > li a.current {
	color: #e60012;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav > li a:hover {
		color: #e60012;
	}
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	display: none;
	padding: 0 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
	color: #e60012;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu li a:hover {
		color: #e60012;
	}
}
.slideMenuArea .bottom {
	margin-bottom: 0;
	background-color: transparent;
	padding: 30px 20px 25px;
	-webkit-transition: all 0.8s 1s;
	transition: all 0.8s 1s;
}
.slideMenuArea .bottom .socialBox {
	margin-bottom: 10px;
}
.slideMenuArea .bottom .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;
}
.slideMenuArea .bottom .socialBox .socialList li:not(:last-child) {
	margin-right: 8px;
}
.slideMenuArea .bottom .socialBox .socialList li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #555555;
	background-color: transparent;
	color: #555555;
	display: block;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
}
.slideMenuArea .bottom .socialBox .socialList li a svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	fill: #555555;
	vertical-align: baseline;
}
@media (min-width: 1201px) {
	.slideMenuArea .bottom .socialBox .socialList li a:hover {
		border: 1px solid #e60012;
		color: #e60012;
	}
	.slideMenuArea .bottom .socialBox .socialList li a:hover svg {
		fill: #e60012;
	}
}
.slideMenuArea .bottom .footerMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
.slideMenuArea .bottom .footerMenu li {
	width: 20%;
	padding: 5px;
}
.slideMenuArea .bottom .footerMenu li a {
	display: block;
	font-size: 14px;
}
@media (max-width: 480px) {
	.slideMenuArea .bottom .footerMenu li {
		width: 25%;
	}
}
.slideMenuArea .bottom .copyrightBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #aaaaaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.slideMenuArea .bottom .copyrightBox .copyright {
	font-size: 12px;
	padding: 5px 0;
	letter-spacing: 0.6px;
}
.slideMenuArea .bottom .copyrightBox .ibestLink {
	padding: 5px;
	font-size: 12px;
	letter-spacing: 0.6px;
}
.slideMenuArea .bottom .copyrightBox .ibestLink a {
	color: #aaaaaa;
	font-size: 12px;
	letter-spacing: 0.6px;
}
@media (min-width: 1201px) {
	.slideMenuArea .bottom .copyrightBox .ibestLink a:hover {
		color: #e60012;
	}
}
.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: transparent;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}

/*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 30px;
	max-width: 1500px;
	z-index: 2;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 540px) {
	.bannerArea .bannerItem .Txt {
		padding: 0 30px;
	}
}
.bannerArea .bannerItem .Txt.TxtBox {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}
.bannerArea .bannerItem .Txt.TxtBox.show {
	opacity: 1;
	-webkit-transform: none;
	        transform: none;
}
.bannerArea .bannerItem .Txt.TxtBox .titleBox {
	margin-bottom: 35px;
}
.bannerArea .bannerItem .Txt.TxtBox .titleBox .titleEn {
	padding-bottom: 23px;
	display: block;
}
.bannerArea .bannerItem .Txt.TxtBox .titleBox .titleEn::after {
	content: "";
	position: absolute;
	bottom: 0;
}
.bannerArea .bannerItem .Txt.TxtBox .titleBox .titleTw {
	display: block;
	margin-top: 15px;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	min-height: 250px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bannerArea .bannerLink {
	display: block;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mainArea .TxtBox {
	opacity: 0;
	position: absolute;
}

/*footer*/
footer {
	background-color: #363636;
	padding: 60px 0 30px;
}
footer .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
footer .bottom {
	width: 100%;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #494949;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 940px) {
	footer .bottom {
		-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;
		gap: 5px;
	}
}
@media (max-width: 540px) {
	footer .bottom {
		padding-top: 10px;
		border-top: none;
		gap: 10px;
	}
}
footer .footerLogo {
	width: 100%;
	max-width: 225px;
}
footer .footerLogo a {
	display: block;
}
footer .footerLogo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
footer .infoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
	position: relative;
	padding-bottom: 10px;
}
footer .infoList::after {
	content: "";
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #494949;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width: 1180px) {
	footer .infoList::after {
		display: none;
	}
}
footer .infoList .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 540px) {
	footer .infoList .info {
		display: none;
		padding-top: 10px;
	}
}
footer .infoList .info .number {
	padding-right: 10px;
	position: relative;
}
footer .infoList .info .number::after {
	content: "";
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background-color: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(20deg);
	        transform: translateY(-50%) rotate(20deg);
}
@media (max-width: 940px) {
	footer .infoList .info .number::after {
		margin-right: 5px;
	}
}
@media (max-width: 540px) {
	footer .infoList .info .number::after {
		display: none;
	}
}
footer .infoList .info .add {
	padding-left: 10px;
}
@media (max-width: 940px) {
	footer .infoList .info .add {
		padding-left: 0px;
	}
}
footer .infoList .info .text {
	width: 100%;
}
footer .infoList .infoItem {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	width: 33.3%;
	padding: 30px 0;
}
@media (max-width: 1180px) {
	footer .infoList .infoItem {
		width: 50%;
		padding-right: 10px;
	}
}
@media (max-width: 540px) {
	footer .infoList .infoItem {
		width: 100%;
		padding-right: 0px;
		padding: 15px 0;
		border-bottom: 1px solid #494949;
	}
}
footer .infoList .infoItem a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.5px;
}
footer .infoList .infoItem a:hover {
	color: #e60012;
}
footer .infoList .infoItem .title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
	position: relative;
}
@media (min-width: 541px) {
	footer .infoList .infoItem .title::before {
		content: "";
		position: absolute;
		content: "";
		display: block;
		width: 14px;
		height: 2px;
		background-color: #e60012;
		left: 0;
		bottom: 0;
	}
}
@media (max-width: 540px) {
	footer .infoList .infoItem .title {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 3px;
		line-height: 1.4;
		cursor: pointer;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	footer .infoList .infoItem .title::before, footer .infoList .infoItem .title::after {
		content: "";
		width: 10px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 5px;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		z-index: 1;
	}
	footer .infoList .infoItem .title::after {
		-webkit-transform: translate(-50%, 0) rotate(90deg);
		        transform: translate(-50%, 0) rotate(90deg);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	footer .infoList .infoItem .title.open::after {
		-webkit-transform: translate(-50%, 0) rotate(0);
		        transform: translate(-50%, 0) rotate(0);
	}
}
@media (max-width: 940px) {
	footer .socialBox {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 5px;
	}
}
footer .socialBox .socialList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .socialBox .socialList li:not(:last-child) {
	margin-right: 8px;
}
footer .socialBox .socialList li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #555555;
	background-color: transparent;
	color: #555555;
	display: block;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
}
footer .socialBox .socialList li a svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	fill: #555555;
	vertical-align: baseline;
}
@media (min-width: 1201px) {
	footer .socialBox .socialList li a:hover {
		border: 1px solid #e60012;
		color: #e60012;
	}
	footer .socialBox .socialList li a:hover svg {
		fill: #e60012;
	}
}
footer .footerMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
footer .footerMenu li {
	width: 20%;
	padding: 5px;
}
footer .footerMenu li a {
	display: block;
	font-size: 14px;
}
@media (max-width: 480px) {
	footer .footerMenu li {
		width: 25%;
	}
}
footer .copyrightBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #aaaaaa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
@media (max-width: 940px) {
	footer .copyrightBox {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}
footer .copyrightBox .copyright {
	font-size: 12px;
	padding: 5px;
	letter-spacing: 0.6px;
}
footer .copyrightBox .ibestLink {
	padding: 5px;
	font-size: 12px;
	letter-spacing: 0.6px;
}
footer .copyrightBox .ibestLink a {
	color: #aaaaaa;
	font-size: 12px;
	letter-spacing: 0.6px;
}
@media (min-width: 1201px) {
	footer .copyrightBox .ibestLink a:hover {
		color: #e60012;
	}
}

.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: #e60012;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
.privacyArea .text a:hover {
	color: #e60012;
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 360px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 25px;
}
@media (max-width: 480px) {
	.privacyArea .btnBox {
		max-width: 100%;
	}
}

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

/*手機快捷選單*/
.fixedQuickLink {
	width: 100%;
	background-color: #fff;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
}
@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) > a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2px;
	height: 10px;
	background-image: url(../images/deco.png);
	background-position: center;
}
.fixedQuickLink a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 55px;
	font-size: 16px;
	color: #222222;
	letter-spacing: 1px;
	font-weight: 500;
}
.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 a {
	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;
}

/*********內頁**********/
.mainArea {
	padding-bottom: 100px;
	padding-top: 60px;
	overflow-x: clip;
}
.mainArea.nonePadding {
	padding-top: 0;
}
@media (max-width: 1023px) {
	.mainArea.nonePadding {
		padding-top: 60px;
	}
}
@media (max-width: 768px) {
	.mainArea {
		padding-top: 30px;
	}
}
.mainArea .contentBox {
	clear: both;
}

.customPicStyle1 {
	margin: 0 auto;
	display: block;
}
@media (max-width: 1180px) {
	.customPicStyle1 {
		display: none;
	}
}

.customPicStyle2 {
	margin: 0 auto;
	display: block;
}
@media (min-width: 1181px) {
	.customPicStyle2 {
		display: none;
	}
}

.titleBox {
	position: relative;
}
.titleBox.center {
	text-align: center;
}
.titleBox .titleTw {
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0.05em;
	font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
	color: #222222;
}
@media (max-width: 540px) {
	.titleBox .titleTw {
		font-size: 32px;
	}
}
@media (max-width: 360px) {
	.titleBox .titleTw {
		font-size: 28px;
	}
}
.titleBox .titleTw.deco {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	padding-right: 44px;
}
.titleBox .titleTw.deco::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 28px;
	right: 0;
	top: 0;
	background-image: url(../images/course.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.titleBox .titleTw span {
	color: #e60012;
}
.titleBox .titleEn {
	font-weight: 700;
	font-size: 18px;
	font-family: "Lato";
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #444444;
	position: relative;
}
@media (max-width: 420px) {
	.titleBox .titleEn {
		font-size: 15px;
	}
}
.titleBox .titleEn.line::after {
	content: "";
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #e60012;
}
.titleBox .titleEn span {
	padding-left: 3px;
	color: #e60012;
}

.bgText {
	z-index: -1;
	pointer-events: none;
	position: absolute;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 18px;
	line-height: 1.2;
	font-family: "Lato";
	text-transform: uppercase;
	word-break: keep-all;
	left: 0;
	white-space: nowrap;
	color: #fafafa;
}
@media (max-width: 1880px) {
	.bgText {
		font-size: 8vw;
		font-weight: 700;
		letter-spacing: 5px;
		line-height: 1.2;
	}
}

.posterBox {
	z-index: 8;
	position: fixed;
	bottom: 30%;
	right: 0;
}
@media (min-width: 1201px) {
	.posterBox:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
@media (max-width: 1180px) {
	.posterBox {
		max-width: 120px;
	}
}
@media (max-width: 640px) {
	.posterBox {
		bottom: 55px;
		max-width: 100%;
	}
}
@media (max-width: 640px) {
	.posterBox.none {
		display: none;
	}
}
.posterBox.active {
	-webkit-transform: translateX(75%);
	        transform: translateX(75%);
}
.posterBox.active .switch {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media (max-width: 640px) {
	.posterBox.active {
		-webkit-transform: translateY(75%);
		        transform: translateY(75%);
	}
	.posterBox.active .switch {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@media (max-width: 460px) {
	.posterBox.active {
		-webkit-transform: translateY(70%);
		        transform: translateY(70%);
	}
}
.posterBox .link {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.posterBox .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 640px) {
	.posterBox .Img.pc {
		display: none;
	}
}
@media (min-width: 641px) {
	.posterBox .Img.mobile {
		display: none;
	}
}
.posterBox .switch {
	position: relative;
	color: #fff;
	background-color: #e60012;
	font-size: 16px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 1px solid #000;
	width: 46px;
	height: 46px;
	z-index: 4;
	position: absolute;
	left: -23px;
	top: -23px;
	cursor: pointer;
}
.posterBox .switch:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-color: #fff transparent transparent #fff;
	-webkit-transform: rotate(135deg) translate(3px, 3px);
	        transform: rotate(135deg) translate(3px, 3px);
	z-index: 2;
}
@media (max-width: 640px) {
	.posterBox .switch {
		left: 0;
		top: -18px;
		width: 36px;
		height: 36px;
	}
	.posterBox .switch:before {
		width: 12px;
		height: 12px;
		-webkit-transform: rotate(-135deg) translate(3px, 3px);
		        transform: rotate(-135deg) translate(3px, 3px);
	}
}

/*bread*/
.bread {
	max-width: 360px;
}
.bread .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-top: 40px;
	border-top: 1px solid #d2d2d2;
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.bread .wrap a {
	color: #a9a9a9;
}
.bread .wrap a:hover {
	color: #e60012;
}
.bread .wrap span {
	color: #aaaaaa;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
	position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
	padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #a9a9a9;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px dashed #d6d6d6;
	color: #232323;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
}

/*側邊標題字*/
.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;
	}
}
/*類別*/
.classBox {
	position: relative;
	z-index: 4;
	padding: 0 20px;
}
@media (max-width: 1023px) {
	.classBox {
		padding: 0;
		max-width: 240px;
		margin: 0 auto;
	}
}
.classBox .classCurrent {
	background-color: #e60012;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 30px 10px 10px;
	position: relative;
	border: 1px solid #000;
}
.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;
	}
}
.classBoxRow {
	margin-bottom: 100px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1023px) {
	.classBoxRow {
		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 {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		max-width: 240px;
		position: relative;
	}
	.classBoxRow .classLink li::after {
		content: "";
		position: absolute;
		width: 2px;
		height: 10px;
		background-image: url(../images/deco.png);
		background-position: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		left: 0;
	}
	.classBoxRow .classLink li:last-child::before {
		content: "";
		position: absolute;
		width: 2px;
		height: 10px;
		background-image: url(../images/deco.png);
		background-position: center;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 0;
		z-index: 2;
	}
	.classBoxRow .classLink a {
		display: block;
		padding: 25px 0px;
		width: 100%;
		height: 100%;
		margin: 0 2px;
		font-size: 16px;
		font-weight: 500;
		color: #222222;
		background-color: #fff;
		letter-spacing: 2px;
		text-align: center;
		position: relative;
	}
	.classBoxRow .classLink a::after {
		content: "";
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background-color: transparent;
		bottom: 0;
		left: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
		color: #e60012;
	}
	.classBoxRow .classLink a.current::after, .classBoxRow .classLink a:hover::after {
		content: "";
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background-color: #e60012;
	}
}
.classBoxColumn {
	margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
	content: "";
	width: 13px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
	background-color: #e60012;
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
	display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
	-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
	        animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
	background-color: #f1f1f1;
	color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
	background-color: #e8e8e8;
	color: #e60012;
}
.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 {
	background-color: #e60012;
}
@media (min-width: 1024px) {
	.classBoxColumn .classLink > li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classBoxColumn .classLink ul {
		display: none;
	}
	.classBoxColumn .classLink ul li:not(:first-child) {
		border-top: 1px solid #ccc;
	}
	.classBoxColumn .classLink a {
		color: #2f2f2f;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.5px;
		padding: 18px 15px;
		position: relative;
	}
	.classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
		background-color: #e60012;
		color: #fff;
	}
	.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
		background-color: #fff;
	}
}
@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, .classBoxColumn .classLink > li > a.current {
		color: #e60012;
	}
	.classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
		display: none;
	}
	.classBoxRow .classLink a, .classBoxColumn .classLink a {
		color: #2f2f2f;
		background-color: #fff;
		display: block;
		font-size: 14px;
		padding: 14px 15px;
		position: relative;
	}
}

.pageBox {
	margin-top: 30px;
}
.pageBox .pageList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top: 1px solid #cecece;
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pageBox .pageList a {
	border: 1px solid #c2c2c2;
	color: #666;
	display: block;
	font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	position: absolute;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
	border: 1px solid #222222;
	background-color: #e60012;
	color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number li {
	margin: 5px;
}
.pageBox .pageList.number a {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
	left: 5px;
	right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
	left: 0;
	right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
	left: -2px;
	right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
	left: 12px;
	right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
	left: 0;
	right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
	left: 0;
	right: 12px;
}
.pageBox .pageList.number a.current {
	border: 1px solid #e60012;
	background-color: #e60012;
	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,
.tagMajorBox {
	padding: 12.5px 0;
}
.tagBox b,
.tagMajorBox b {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	color: #222222;
	font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
	letter-spacing: 2.5px;
	margin-bottom: 5px;
}
.tagBox ul,
.tagMajorBox ul {
	display: inline-block;
}
.tagBox li,
.tagMajorBox li {
	display: inline-block;
	margin-bottom: 5px;
}
.tagBox a,
.tagMajorBox a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 5px;
	padding: 10px 15px;
	border: 1px solid #e9e9e9;
	letter-spacing: 1.5px;
	font-size: 15px;
	color: #666666;
}
@media (max-width: 540px) {
	.tagBox a,
	.tagMajorBox a {
		font-size: 13px;
		padding: 6px 12px;
	}
}
.tagBox a .check,
.tagMajorBox a .check {
	width: 15px;
	height: 15px;
	border: 1px solid #aaaaaa;
	margin-right: 8px;
	background-color: transparent;
	position: relative;
}
.tagBox a .check i,
.tagMajorBox a .check i {
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-45%, -50%);
	        transform: translate(-45%, -50%);
	color: #fff;
}
@media (min-width: 1201px) {
	.tagBox a:hover,
	.tagMajorBox a:hover {
		color: #fff;
		background-color: #e60012;
		border: 1px solid #000;
	}
}
.tagBox a.current,
.tagMajorBox a.current {
	color: #fff;
	background-color: #e60012;
	border: 1px solid #000;
}
.tagBox a.current .check,
.tagMajorBox a.current .check {
	background-color: #000000;
}
.tagBox a.current .check i,
.tagMajorBox a.current .check i {
	opacity: 1;
}

/*頁籤*/
.tab {
	border-top: 1px solid #d6d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.tab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	color: #333;
	display: block;
	line-height: 1;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 15px 10px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.tab a.current {
	background-color: #e60012;
	color: #fff;
}

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

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

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

/*側邊_聯絡資訊*/
.side_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 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.sideShare .shareList {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sideShare .shareList .shareTitle {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.sideShare .shareList .shareItem a {
	color: #666;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 5px 6px;
	text-align: center;
}
.sideShare .shareList .shareItem a:hover {
	opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
	background-color: transparent;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.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 {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
}

/*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);
}
/*# sourceMappingURL=master.css.map */