@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.slick-slider .slick-dots li button::before, .slick-slider .slick-arrow::before, .slick-slider .slick-arrow, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn:after, .pageBox .pageList a.nextBtn:after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .arrowBox .arrow:after, .arrowBox .arrow, .privacyArea, .socialBox .fb img, .slideMenuArea .menuBox .nav .mainLink span:nth-child(1):after, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink::before, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .socialBox:after, header .menu .mainLink span, header .logo, header:after, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn:after, .btnBox .btn:before, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.formBox {
	margin-top: 17px;
}
.formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.formBox .formList {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 10px;
	margin-bottom: 7px;
	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;
	position: relative;
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 20px;
}
.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: #faca4e;
}
.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;
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	font-size: 15px;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnInput {
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	font-size: 15px;
}
.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 {
	margin-top: 32px;
	height: 130px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 120px;
		padding: 5px 10px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	color: #737373;
	font-weight: 500;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	border-color: #faca4e;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 33px;
}
.formBox .btnBox {
	width: 100%;
}
.formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1180px) {
	.formBox .noteTxt {
		font-size: 14px;
	}
}
.formBox .error {
	border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
	20% {
		background-color: rgba(250, 202, 78, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}

@keyframes btnAni {
	20% {
		background-color: rgba(250, 202, 78, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}
@-webkit-keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes btnBasic10Ani {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		        transform: scale(1.8);
	}
}
@keyframes btnBasic10Ani {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		        transform: scale(1.8);
	}
}
@-webkit-keyframes imgZoomIn {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@keyframes imgZoomIn {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
body {
	background-color: #fff;
	font-size: 14px;
	font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.errorPage .mainArea {
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.errorPage .mainArea .top {
	max-width: 380px;
	color: #faca4e;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 640px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
		padding-bottom: 56.25%;
	}
}

address {
	font-style: normal;
}

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

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

button {
	cursor: pointer;
}

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

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

div.titan {
	display: none;
}

[class*=col-] {
	float: left;
}

.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
@media (max-width: 480px) {
	.col-1, .col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}

.btnBox.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -6px;
}
.btnBox.flex .btn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 6px;
}
.btnBox.single.center {
	text-align: center;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 218px;
}
@media (max-width: 1180px) {
	.btnBox.single .btn {
		max-width: 192px;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	z-index: 1;
	display: inline-block;
	position: relative;
	padding: 15.15px 27.5px;
	text-align: left;
	font-weight: 500;
	border-radius: 4px;
	overflow: clip;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.4px;
}
.btnBox .btn:before {
	content: "";
	display: inline-block;
	width: 55px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 4px;
	margin-right: 12px;
}
.btnBox .btn:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 9px;
	background-color: #fff;
	left: 79px;
	top: 17px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.btnBox .btn_color_main {
	border: 1px solid #fff;
	background-color: #faca4e;
	color: #fff;
}
.btnBox .btn_color_main:after, .btnBox .btn_color_main:before {
	background-color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_main:hover {
		background-color: #fbd167;
	}
}
.btnBox .btn_color_white {
	border: 1px solid #faca4e;
	background-color: #fff;
	color: #faca4e;
}
.btnBox .btn_color_white:after, .btnBox .btn_color_white:before {
	background-color: #faca4e;
}
.btnBox .btn_color_gray {
	border: 1px solid #bebebe;
	background-color: #cbcbcb;
	color: #fff;
}
@media (min-width: 1201px) {
	.btnBox .btn_color_gray:hover {
		border-color: #9e9e9e;
		background-color: #ababab;
	}
}
@media (min-width: 1201px) {
	.btnBox .btn.animation:hover:before {
		-webkit-transform: translateX(-15px);
		        transform: translateX(-15px);
	}
	.btnBox .btn.animation:hover:after {
		-webkit-transform: translateX(-15px) rotate(-45deg);
		        transform: translateX(-15px) rotate(-45deg);
	}
}
@media (max-width: 1180px) {
	.btnBox .btn {
		padding: 12.5px 24px;
	}
	.btnBox .btn:before {
		width: 36px;
	}
	.btnBox .btn:after {
		left: 56px;
		top: 14.5px;
	}
}

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

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

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

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

/*loading*/
.loadingArea {
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.loadingArea .loadLogo {
	width: 260px;
	height: auto;
}
.loadingArea .loadLogo img {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	height: auto;
	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: 100;
	/*menu*/
}
header:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
header .wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	max-width: 100%;
}
@media (max-width: 1180px) {
	header .wrap {
		height: 60px;
	}
}
header .logo {
	max-width: 195px;
	margin-left: 64px;
}
header .logo a {
	display: block;
}
header .logo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1600px) {
	header .logo {
		margin-left: 24px;
	}
}
@media (max-width: 1400px) {
	header .logo {
		max-width: 175px;
	}
}
header .menuBox {
	width: 68.2%;
}
@media (max-width: 1400px) {
	header .menuBox {
		width: 75.4%;
	}
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
header .menu > li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	display: inline-block;
}
header .menu > li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #999;
}
header .menu .mainLink {
	width: 80%;
	margin: 0 auto;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 12px 0 8px 0;
}
header .menu .mainLink span {
	font-weight: 500;
	-webkit-background-clip: text;
	        background-clip: text;
	background-size: 200% 100%;
	-webkit-text-fill-color: transparent;
}
header .menu .mainLink span:nth-child(1) {
	background-position: 101% 0%;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #faca4e), color-stop(50%, #333));
	background-image: linear-gradient(to right, #faca4e 50%, #333 50%);
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1.6px;
}
header .menu .mainLink span:nth-child(2) {
	padding-top: 4px;
	font-family: "Roboto", "sans-serif";
	background-position: 0% 0%;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #faca4e), color-stop(50%, #999));
	background-image: linear-gradient(to left, #faca4e 50%, #999 50%);
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.8px;
}
header .menu .mainLink.current span:nth-child(1), header .menu .mainLink:hover span:nth-child(1) {
	background-position: 0% 0%;
}
header .menu .mainLink.current span:nth-child(2), header .menu .mainLink:hover span:nth-child(2) {
	background-position: 101% 0%;
}
@media (max-width: 1400px) {
	header .menu .mainLink span:nth-child(1) {
		font-size: 15px;
	}
	header .menu .mainLink span:nth-child(2) {
		font-size: 12px;
	}
}
header .menu .submenu {
	width: 150px;
	display: none;
	position: absolute;
	top: calc(100% + 19px);
	left: 50%;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-box-shadow: 0px 2px 5px rgba(83, 83, 83, 0.2);
	        box-shadow: 0px 2px 5px rgba(83, 83, 83, 0.2);
}
header .menu .submenu li:first-child a {
	border-top: none;
}
header .menu .submenu a {
	font-weight: 400;
	display: block;
	padding: 10px;
	color: #666;
	background-color: #fff;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 1px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
	color: #fff;
	background-color: #fbd167;
}
header .socialBox {
	position: relative;
	z-index: 1;
	padding: 32px 0;
}
@media (max-width: 1180px) {
	header .socialBox {
		display: none;
	}
}
header .socialBox:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #faca4e;
}
header .socialBox li {
	width: 93px;
}
header .socialBox li a {
	margin: 0 auto;
}
@media (max-width: 1400px) {
	header .socialBox {
		padding: 22px 0;
	}
	header .socialBox li {
		width: 82px;
	}
}

/*slideMenu*/
.slideMenuTrigger {
	width: 60px;
	height: 60px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #faca4e;
	border: 1px solid #faca4e;
	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: absolute;
	right: 0;
	z-index: 100;
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
.slideMenuTrigger .line {
	width: 50%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}
.slideMenuTrigger .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}
.slideMenuTrigger.show {
	margin-left: 0;
}
.slideMenuTrigger.show .line {
	background-color: transparent;
}
.slideMenuTrigger.show .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.show .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: #faca4e;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #faca4e;
	}
}
.slideMenuArea {
	width: calc(100% - 60px);
	height: 0;
	background-image: url("../images/bg_1.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	overflow-x: hidden;
	padding-bottom: env(safe-area-inset-bottom);
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 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: #faca4e;
}
@media (min-width: 1181px) {
	.slideMenuArea {
		display: none;
	}
}
.slideMenuArea.show {
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	height: 100vh;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: slideLeftAnimation 0.5s 0.5s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 0.5s ease-in-out both;
}
.slideMenuArea.show .btnBox.contact {
	-webkit-animation: slideLeftAnimation 0.5s 0.8s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 0.8s ease-in-out both;
}
.slideMenuArea.show .side_contactInfo {
	-webkit-animation: slideLeftAnimation 0.5s 1.1s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.1s ease-in-out both;
}
.slideMenuArea.show .followBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.4s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.4s ease-in-out both;
}
.slideMenuArea.show .copyrightBox {
	-webkit-animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
	        animation: slideLeftAnimation 0.5s 1.8s ease-in-out both;
}
.slideMenuArea .wrap {
	padding: 78px 68px 68px;
	max-width: 600px;
}
@media (max-width: 470px) {
	.slideMenuArea .wrap {
		padding: 50px 40px;
	}
}
@media (max-width: 400px) {
	.slideMenuArea .wrap {
		padding: 40px 20px;
	}
}
.slideMenuArea .menuBox {
	width: 100%;
}
.slideMenuArea .menuBox .nav > li {
	position: relative;
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink::before, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink::after {
	content: "";
	width: 15px;
	height: 2px;
	background-color: #faca4e;
	position: absolute;
	top: 29px;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink.current::before, .slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu > span > .mainLink.current::after {
	background-color: #faca4e;
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu.open > span > .mainLink::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.hasSubMenu.open .submenu {
	-webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
	        animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav .mainLink {
	display: block;
	padding: 18.5px 0;
	position: relative;
}
.slideMenuArea .menuBox .nav .mainLink span {
	font-weight: 500;
}
.slideMenuArea .menuBox .nav .mainLink span:nth-child(1) {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1.6px;
}
.slideMenuArea .menuBox .nav .mainLink span:nth-child(1):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #faca4e;
}
.slideMenuArea .menuBox .nav .mainLink span:nth-child(2) {
	margin-left: 4px;
	font-family: "Roboto", "sans-serif";
	color: #999;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.8px;
}
.slideMenuArea .menuBox .nav .mainLink.current span {
	color: #faca4e;
}
.slideMenuArea .menuBox .nav .mainLink.current span:nth-child(1):after {
	width: 100%;
}
.slideMenuArea .menuBox .nav .submenu {
	width: 100%;
	display: none;
	padding: 0 10px 10px 20px;
}
.slideMenuArea .menuBox .nav .submenu li {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
	color: #666;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
	color: #faca4e;
}
@media (min-width: 1201px) {
	.slideMenuArea .menuBox .nav .submenu li a:hover {
		color: #faca4e;
	}
}
.slideMenuArea .btnBox.contact {
	margin-top: 62px;
}
.slideMenuArea .followBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	padding-top: 20px;
}
.slideMenuArea .followBox:before {
	content: "";
	height: 1px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: calc(100% - 160px);
}
.slideMenuArea .followBox p {
	color: #666;
	font-weight: 500;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.6px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.slideMenuArea .followBox .socialBox {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.slideMenuArea .followBox .socialBox img {
	max-width: 28px;
	-webkit-filter: contrast(0);
	        filter: contrast(0);
	opacity: 0.7;
}
.slideMenuArea .side_contactInfo {
	margin-top: 35px;
}
.slideMenuArea .side_contactInfo li {
	margin-bottom: 6px;
}
.slideMenuArea .side_contactInfo .title,
.slideMenuArea .side_contactInfo .info {
	font-size: 14px;
}
.slideMenuArea .copyrightBox {
	margin-top: 12px;
	color: #999;
	font-family: "Lato";
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}
.slideMenuArea .copyrightBox .ibestLink {
	margin-top: 10px;
}
.slideMenuArea .copyrightBox .ibestLink a {
	color: #999;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}
.slideMenuMask {
	position: fixed;
	top: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100vh;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 1181px) {
	.slideMenuMask.show {
		opacity: 0;
		pointer-events: none;
	}
}

.socialBox a {
	display: block;
}
@media (min-width: 1201px) {
	.socialBox a:hover img {
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}
.socialBox .fb {
	max-width: 35px;
}
.socialBox .fb img {
	-webkit-transform-origin: center;
	        transform-origin: center;
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

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

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

/*footer*/
footer {
	background-image: url("../images/bg_1.jpg");
	position: relative;
	z-index: 1;
}
footer:before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(153, 153, 153, 0.1);
	pointer-events: none;
}
footer:after {
	content: "";
	width: 100%;
	height: 100%;
	max-width: 100%;
	z-index: -1;
	position: absolute;
	bottom: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url("../images/bg_footer.png");
}
@media (max-width: 1600px) {
	footer:after {
		background-position-x: 90%;
		background-size: auto;
	}
}
@media (max-width: 991px) {
	footer:after {
		background-position-x: 100%;
		background-position-y: 97%;
		bottom: 0;
	}
}
@media (max-width: 768px) {
	footer:after {
		background-size: 1200px;
	}
}
@media (max-width: 650px) {
	footer:after {
		background-size: 800px;
	}
}
footer > .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 991px) {
	footer > .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
footer .left {
	-webkit-transform: translateY(-36px);
	        transform: translateY(-36px);
	width: 46.65%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 69px 62px 56px 62px;
}
footer .left .titleBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 20px;
}
footer .left .btnBox {
	margin-top: 16px;
}
@media (max-width: 1400px) {
	footer .left {
		width: 50%;
	}
}
@media (max-width: 1180px) {
	footer .left {
		padding: 50px 40px;
	}
	footer .left .titleBox {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	footer .left {
		-webkit-transform: none;
		        transform: none;
		width: 100%;
		margin-top: 40px;
	}
}
@media (max-width: 470px) {
	footer .left {
		padding: 30px 20px;
	}
}
footer .right {
	width: 625px;
	padding-top: 85px;
}
@media (max-width: 1600px) {
	footer .right {
		margin: 0 auto;
		padding-bottom: 30px;
	}
}
@media (max-width: 1400px) {
	footer .right {
		width: 42%;
	}
}
@media (max-width: 1200px) {
	footer .right {
		padding-top: 60px;
	}
}
@media (max-width: 1180px) {
	footer .right {
		padding-top: 30px;
	}
}
@media (max-width: 991px) {
	footer .right {
		width: 85%;
		margin-left: 0;
		padding: 60px 0;
	}
}
@media (max-width: 650px) {
	footer .right {
		width: 100%;
	}
}
footer .marqueeBox .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	row-gap: 20px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 26px;
}
footer .marqueeBox .top .btnBox {
	-webkit-column-gap: 9px;
	   -moz-column-gap: 9px;
	        column-gap: 9px;
}
footer .marqueeBox .top .btn {
	margin: 0;
	padding: 13px 12px;
	white-space: nowrap;
}
footer .marqueeBox .top .btn:before {
	width: 36px;
}
footer .marqueeBox .top .btn:after {
	top: 15px;
	left: 45px;
}
footer .marqueeBox .marqueeTxtItem {
	padding-top: 35px;
	padding-bottom: 33px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .marqueeBox .marqueeTxtItem .title {
	color: #1d1d1d;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 1.9px;
}
footer .marqueeBox .marqueeTxtItem .textEditor {
	margin-top: 33px;
	color: #666;
	font-weight: 300;
	max-width: 96%;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1.55px;
}
@media (max-width: 1400px) {
	footer .marqueeBox .marqueeTxtItem {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer .marqueeBox .marqueeTxtItem .textEditor {
		max-width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 650px) {
	footer .marqueeBox .top {
		padding-bottom: 36px;
	}
	footer .marqueeBox .marqueeTxtItem {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	footer .marqueeBox .marqueeTxtItem .textEditor {
		margin-top: 20px;
	}
}
@media (max-width: 400px) {
	footer .marqueeBox .top {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	footer .marqueeBox .top .btnBox {
		row-gap: 12px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
footer .footerLogo {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	max-width: 216px;
	margin-top: 49px;
}
footer .footerLogo a {
	display: block;
}
footer .footerLogo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1400px) {
	footer .footerLogo {
		margin-top: 30px;
	}
}
@media (max-width: 650px) {
	footer .footerLogo {
		margin-top: 55px;
	}
}
footer .bottom {
	position: relative;
}
@media (max-width: 650px) {
	footer .bottom {
		max-width: 323px;
	}
}
footer .side_contactInfo {
	margin: 0 -10px;
	padding-top: 44px;
}
footer .side_contactInfo .infoList {
	width: 672px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
	row-gap: 18px;
}
footer .side_contactInfo .infoList li {
	margin-bottom: 0;
	padding: 5px 13px;
}
footer .side_contactInfo .infoList li i {
	display: none;
}
footer .side_contactInfo .infoList li a,
footer .side_contactInfo .infoList li span {
	line-height: 1;
	position: relative;
}
@media (min-width: 1201px) {
	footer .side_contactInfo .infoList li a:hover {
		color: #faca4e;
	}
}
@media (max-width: 1400px) {
	footer .side_contactInfo {
		padding-top: 30px;
	}
	footer .side_contactInfo .infoList {
		width: 100%;
		row-gap: 0;
	}
}
footer .followBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	bottom: 0;
	right: -19px;
}
footer .followBox:before {
	content: "";
	width: 138px;
	height: 1px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	margin-right: 28px;
}
footer .followBox p {
	color: #666;
	font-weight: 500;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.6px;
	margin-right: 18px;
}
footer .followBox .socialBox .fb img {
	max-width: 28px;
	-webkit-filter: contrast(0);
	        filter: contrast(0);
	opacity: 0.7;
}
@media (max-width: 1400px) {
	footer .followBox {
		padding-top: 20px;
		position: relative;
		bottom: auto;
		right: auto;
	}
	footer .followBox:before {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: calc(100% - 190px);
	}
	footer .followBox p {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	footer .followBox .socialBox {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}
footer .bottomBox {
	position: relative;
	z-index: 2;
	background-color: #666;
	padding: 12.56px 0;
	margin-top: -52px;
}
footer .bottomBox.unit {
	margin-top: 0;
}
@media (max-width: 1600px) {
	footer .bottomBox {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	footer .bottomBox {
		padding: 5.56px 0;
	}
}
footer .copyrightBox {
	color: #fff;
	opacity: 0.6;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 -5px;
	position: relative;
	font-family: "Lato";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0.7px;
}
@media (max-width: 768px) {
	footer .copyrightBox {
		font-size: 12px;
	}
}
@media (max-width: 470px) {
	footer .copyrightBox {
		-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;
	}
}
footer .copyrightBox .copyright {
	padding: 5px;
	text-align: center;
}
footer .copyrightBox .ibestLink {
	padding: 5px;
	margin-right: -13px;
}
footer .copyrightBox .ibestLink a {
	color: #fff;
	font-size: 14px;
}
@media (min-width: 1201px) {
	footer .copyrightBox .ibestLink a:hover {
		color: #faca4e;
	}
}
@media (max-width: 768px) {
	footer .copyrightBox .ibestLink a {
		font-size: 12px;
	}
}

.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: #faca4e;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
.privacyArea .text a:hover {
	color: #faca4e;
}
.privacyArea .btnBox {
	width: 100%;
	max-width: 460px;
	-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: 200px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
	}
	.privacyArea .btnBox .btn {
		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: #000;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
}
@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}
.fixedQuickLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixedQuickLink li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.fixedQuickLink li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 55px;
	font-size: 13px;
	color: #fff;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

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

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

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

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

.titleBox {
	position: relative;
}
.titleBox .titleTw {
	padding-top: 6px;
	color: #333;
	font-weight: 500;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 3.4px;
}
.titleBox .titleTw span {
	color: #faca4e;
}
.titleBox .titleEn {
	color: #666;
	font-family: "Roboto", "sans-serif";
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: 1.9px;
}
.titleBox .text {
	font-weight: 300;
	color: #999;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.6px;
}
.titleBox.banner {
	text-align: center;
}
.titleBox.banner .titleTw {
	color: #fff;
	font-size: 60px;
	padding: 0;
}
.titleBox.banner .titleEn {
	display: inline-block;
	margin-top: 5px;
	font-style: normal;
	color: #fff;
	font-size: 30px;
}
.titleBox.center {
	text-align: center;
}
.titleBox.line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 26px;
}
.titleBox.line:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #faca4e;
	position: absolute;
	left: 0;
	bottom: -1px;
}
@media (max-width: 1400px) {
	.titleBox.banner .titleTw {
		font-size: 50px;
	}
}
@media (max-width: 1180px) {
	.titleBox.banner .titleTw {
		font-size: 40px;
	}
	.titleBox.banner .titleEn {
		font-size: 24px;
	}
}
@media (max-width: 400px) {
	.titleBox .titleTw {
		font-size: 30px;
	}
	.titleBox .titleEn {
		font-size: 20px;
	}
	.titleBox .text {
		font-size: 14px;
	}
	.titleBox.banner .titleTw {
		font-size: 30px;
	}
	.titleBox.banner .titleEn {
		font-size: 20px;
	}
}

.arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 7px;
	   -moz-column-gap: 7px;
	        column-gap: 7px;
	pointer-events: none;
}
.arrowBox .arrow {
	pointer-events: auto;
	cursor: pointer;
	width: 37px;
	height: 37px;
	border: 1px solid #fff;
	background-color: #faca4e;
	border-radius: 6px;
	position: relative;
}
.arrowBox .arrow:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #fff;
	top: 18px;
	left: 8px;
}
.arrowBox .arrow:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 5px;
	background-color: #fff;
	left: 9px;
	top: 14px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.arrowBox .arrow.next:after {
	left: 25px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.arrowBox .arrow:hover {
		background-color: #fbd167;
	}
}

/*bread*/
.bread {
	background-color: #fff;
	margin: 30px 0;
	padding: 20px 0;
}
.bread .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
}
.bread .wrap a {
	color: #666;
}
.bread .wrap a:hover {
	color: #faca4e;
}
.bread .wrap span {
	color: #999;
}
.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: #999;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #232323;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 12px 0;
	position: relative;
}
.articleTitle:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #faca4e;
	position: absolute;
	bottom: -1px;
	left: 0;
}

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

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

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

.pageBox .pageList {
	padding: 40px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pageBox .pageList a {
	border: 1px solid #c2c2c2;
	color: #666;
	display: inline-block;
	font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	height: 1px;
	background-color: #666;
	display: inline-block;
}
.pageBox .pageList a.prevBtn:after, .pageBox .pageList a.nextBtn:after {
	content: "";
	width: 1px;
	position: absolute;
	background-color: #666;
}
.pageBox .pageList a:hover {
	border: 1px solid #faca4e;
	background-color: #faca4e;
	color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.prevBtn:after, .pageBox .pageList a:hover.nextBtn::before, .pageBox .pageList a:hover.nextBtn:after {
	background-color: #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;
	border-radius: 4px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	width: 15px;
	margin-bottom: 3px;
}
.pageBox .pageList.number a.prevBtn:after, .pageBox .pageList.number a.nextBtn:after {
	height: 8px;
}
.pageBox .pageList.number a.prevBtn {
	text-align: right;
}
.pageBox .pageList.number a.prevBtn:before {
	margin-right: 5px;
}
.pageBox .pageList.number a.prevBtn::after {
	left: 9px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList.number a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.number a.nextBtn:before {
	margin-left: 5px;
}
.pageBox .pageList.number a.nextBtn::after {
	left: 18px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.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 #faca4e;
	background-color: #faca4e;
	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: 140px;
	height: 45px;
	font-weight: 300;
	line-height: 43px;
	padding: 0 20px;
	position: relative;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	width: 30px;
}
.pageBox .pageList.prevnext a.prevBtn:after, .pageBox .pageList.prevnext a.nextBtn:after {
	height: 7px;
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::after {
	left: 22px;
	top: 15px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::after {
	left: 46px;
	top: 15px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (max-width: 640px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 15px);
	}
	.pageBox .pageList.prevnext a {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 10px);
	}
}
.pageBox .pageList.prevnext.circle a {
	width: 45px;
	padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
	display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
	left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
	right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
	border-radius: 50%;
	overflow: hidden;
}
.pageBox .pageList.oval a {
	border-radius: 30px;
	overflow: hidden;
}

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

/*頁籤*/
.tab {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
.tab li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	word-break: break-word;
	font-size: 18px;
	z-index: 2;
	background-color: #eee;
}
.tab a.current {
	background-color: #faca4e;
	color: #fff;
}
@media (max-width: 650px) {
	.tab {
		margin-top: 40px;
	}
	.tab a {
		font-size: 16px;
	}
}

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

.albumBox {
	width: 50%;
	margin-right: 30px;
}
@media (max-width: 767px) {
	.albumBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.albumBox .albumList .albumItem {
	cursor: pointer;
}
.albumBox .albumList .albumItem img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.albumBox .albumListMain {
	margin: 0 20px;
}
.albumBox .albumListMain .albumItem {
	pointer-events: none;
	height: 450px;
}
.albumBox .albumListMain .albumItem img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width: 1400px) {
	.albumBox .albumListMain .albumItem {
		height: 350px;
	}
}
@media (max-width: 1200px) {
	.albumBox .albumListMain .albumItem {
		height: 300px;
	}
}
@media (max-width: 650px) {
	.albumBox .albumListMain .albumItem {
		height: 250px;
	}
}
@media (max-width: 400px) {
	.albumBox .albumListMain .albumItem {
		height: 200px;
	}
}
.albumBox .albumListNav {
	margin: 15px 0 0;
}
.albumBox .albumListNav .albumItem {
	height: 150px;
	padding: 0 5px;
}
.albumBox .albumListNav .albumItem img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1200px) {
	.albumBox .albumListNav .albumItem {
		height: 120px;
	}
}
@media (max-width: 650px) {
	.albumBox .albumListNav .albumItem {
		height: 100px;
	}
}

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

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

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

/*側邊_聯絡資訊*/
.side_contactInfo a {
	display: inline-block;
}
.side_contactInfo li {
	margin-bottom: 20px;
}
.side_contactInfo .title {
	font-weight: 500;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.728px;
}
.side_contactInfo .info {
	font-weight: 300;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.7px;
}

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

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

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

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

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

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

.slick-slider .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #faca4e;
	background-color: transparent !important;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	margin: 10px 5px;
}
.slick-slider .slick-arrow::before {
	content: "";
	border-style: solid;
	display: block;
	opacity: 1;
	pointer-events: none;
	z-index: 2;
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slick-slider .slick-arrow.slick-prev {
	left: -50px;
}
.slick-slider .slick-arrow.slick-prev::before {
	border-width: 5px 9px 5px 0;
	border-color: transparent #faca4e transparent transparent;
	-webkit-transform: translateX(-2px);
	        transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next {
	right: -50px;
}
.slick-slider .slick-arrow.slick-next::before {
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #faca4e;
	-webkit-transform: translateX(2px);
	        transform: translateX(2px);
}
.slick-slider .slick-arrow:hover {
	background-color: #faca4e !important;
}
.slick-slider .slick-arrow:hover.slick-prev::before {
	border-color: transparent #fff transparent transparent;
}
.slick-slider .slick-arrow:hover.slick-next::before {
	border-color: transparent transparent transparent #fff;
}
.slick-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}
.slick-slider .slick-dots.vertical {
	width: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
}
.slick-slider .slick-dots.vertical li {
	margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li {
	margin: 0 8px;
}
.slick-slider .slick-dots li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
}
.slick-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
}
.slick-slider .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
}
.slick-slider .slick-dots li:hover button::before, .slick-slider .slick-dots li.slick-active button::before {
	background-color: #faca4e;
}
.slick-slider .slick-dots li:hover button::before {
	opacity: 0.85;
}
.slick-slider .slick-dots li.slick-active button::before {
	opacity: 1;
}

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

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

.lg-sub-html {
	opacity: 0;
}

.lg-image {
	max-height: calc(100vh - 195px) !important;
}
/*# sourceMappingURL=master.css.map */