@charset "UTF-8";
.moreico, .moreico--basic, .card__img::before, .card__img::after, .card__img img, .part__img img, .part__icon i {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

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

.flex--end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flex--between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flex--acenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flex--astart {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.flex--jcstart {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.flex--jcenter {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid {
	display: grid;
}

.grid--space2 {
	grid-template-columns: 1fr 1fr;
}

.grid--space3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid--space4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid--space5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid--space64 {
	grid-template-columns: 60% 38%;
}

.grid--space46 {
	grid-template-columns: 45% 55%;
}

.grid--gap25 {
	grid-gap: 25px;
}

.grid--gap30 {
	grid-gap: 30px;
}

.grid--gap60 {
	grid-gap: 60px;
}

@media only screen and (max-width: 1024px) {
	.grid--space5 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.grid--gap60 {
		grid-gap: 30px;
	}
	.grid--space46 {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 768px) {
	.grid--space2 {
		grid-template-columns: 1fr;
	}
	.grid--space3 {
		grid-template-columns: 1fr 1fr;
	}
	.grid--space4 {
		grid-template-columns: 1fr 1fr;
	}
	.grid--space5 {
		grid-template-columns: 1fr 1fr;
	}
	.grid--gap25, .grid--gap30, .grid--gap60 {
		grid-gap: 30px 20px;
	}
	.grid--space64 {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 540px) {
	.grid--space3, .grid--space4, .grid--space5 {
		grid-template-columns: 1fr;
	}
}

.form__label {
	font-weight: 700;
	color: #343436;
}

.font--30 {
	font-size: 30px;
}

.font--26 {
	font-size: 26px;
}

.font--24 {
	font-size: 24px;
}

.font--22 {
	font-size: 22px;
}

.font--20 {
	font-size: 20px;
}

.font--18 {
	font-size: 18px;
}

.font--16 {
	font-size: 16px;
}

.font--15 {
	font-size: 15px;
}

.font--13 {
	font-size: 13px;
}

.font--14 {
	font-size: 14px;
}

.font--md {
	font-weight: 500;
}

.font--bold {
	font-weight: 700;
}

.font--green {
	color: #FFC82E;
}

.font--yellow {
	color: #F7FF84;
}

.font--orange {
	color: #F6BC35;
}

.font--red {
	color: #E60505;
}

.font--blue {
	color: #007BCE;
}

.font--black {
	color: #000;
}

.font--gray {
	color: #808080;
}

.font--gray500 {
	color: #adb5bd;
}

.font--gray800 {
	color: #343a40;
}

.font--white {
	color: #fff;
}

.font--center {
	text-align: center;
}

.font--line {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 10px;
}

.font--through {
	text-decoration: line-through;
}

.page__title {
	letter-spacing: 2;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	margin-bottom: 20px;
}

.page__title::before {
	content: attr(title);
	display: block;
	color: #E3A700;
	font-size: 18px;
	font-family: "Josefin Sans";
	margin-bottom: -5px;
}

.page__subtitle {
	display: block;
	font-family: "Noto Sans TC", sans-serif;
	color: #FFC82E;
	font-weight: bold;
	letter-spacing: 5px;
	position: relative;
}

.page__itemtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.page__itemtitle i {
	color: #36BE81;
	font-size: 20px;
	margin-right: 5px;
}

.page__itemtitle p {
	color: #333;
	font-weight: 700;
}

.page__tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 10px;
}

.page__tip li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #D9F1D9;
	line-height: 35px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
	color: #104A32;
	margin: 0 8px 5px 0;
}

.page__tip li i {
	margin-right: 5px;
}

.page__subtip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-bottom: 20px;
}

.page__txt {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.25rem;
}

.page__info {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

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

.page--full {
	width: 100%;
}

.page--pd30 {
	padding: 30px;
}

.page--pdtb120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.page--pdtb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page--pdb60 {
	padding-bottom: 60px;
}

.page--pdb100 {
	padding-bottom: 100px;
}

.page--pdlr120 {
	padding-left: 120px;
	padding-right: 120px;
}

.page--mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.page--mt50cut {
	margin-top: -50px;
}

.page--mb20 {
	margin-bottom: 20px;
}

.page--mb50 {
	margin-bottom: 50px;
}

.page--mb80 {
	margin-bottom: 80px;
}

.page--mb100 {
	margin-bottom: 100px;
}

.page--center {
	text-align: center;
}

.page--shadow {
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: none !important;
}

.page--bgwhite {
	background: #fff;
	padding: 20px;
}

.page--bgray {
	background: #F5F6F7;
}

.page--w70 {
	width: calc(100% - 33% - 30px);
}

.page--w30 {
	width: 33%;
}

.page--line {
	border: 1px solid #dedede;
}

.page__main {
	width: calc(100% - 26%);
}

.page--bgbasic {
	background: url("../../images/bg-basic.png");
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-color: #F7F6F2;
}

.page--bgmain {
	background: url("../../images/bg-main.jpg");
	background-position: 50% top;
	background-repeat: no-repeat;
	background-color: #fff;
}

.page--bgcircle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.page--bgcircle::before {
	content: "";
	position: absolute;
	background: url("../../images/pic-circle.png");
	background-position: left top;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: 1;
	width: 588px;
	height: 545px;
}

@media only screen and (max-width: 1080px) {
	.page--pdtb120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page--pdb100 {
		padding-bottom: 80px;
	}
	.page--mb100 {
		margin-bottom: 60px;
	}
	.page--w70 {
		width: 100%;
		margin-right: 0;
	}
	.page--w30 {
		width: 100%;
	}
	.page__main {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.page--pdtb80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page--bgcircle::before {
		display: none;
	}
	.page--pd30 {
		padding: 15px;
	}
	.page--mb80 {
		margin-bottom: 40px;
		margin-bottom: 40px;
	}
	.page--mb100 {
		margin-bottom: 40px;
	}
	.page__img img {
		margin: auto;
		width: 100%;
		height: auto;
	}
}

.photo {
	display: block !important;
	position: relative;
}

.photo::before {
	content: '- 切削油的專屬顧問 - 快快預約油品諮詢&檢測服務 -';
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: #333;
	padding: 10px;
	text-align: center;
	z-index: 2;
	width: calc(100% - 20px);
}

.photo .slick-arrow {
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
	cursor: pointer;
}

.photo .slick-arrow i {
	font-size: 30px;
	line-height: 16px;
	color: #fff;
	opacity: 0.5;
}

.photo .slick-arrow i:hover {
	opacity: 1;
}

.photo .prev {
	left: 0;
}

.photo .next {
	right: 0;
}

/*====共用====*/
.edit {
	margin: 30px auto;
	line-height: 32px;
}

.moreico {
	padding: 10px 20px;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	z-index: 3;
	border-radius: 5px;
	overflow: hidden;
}

.moreico img, .moreico i {
	margin-left: 10px;
}

.moreico--gray {
	background: #EBEBEB;
	color: #333;
}

.moreico--gray:hover {
	background: #333;
	color: #fff;
}

.moreico--black {
	background: #000;
	color: #fff;
	margin-bottom: 15px;
}

.moreico--black:hover {
	background: #FFC82E;
	color: #fff;
}

.moreico--basic {
	font-size: 24px;
	color: #000;
}

.moreico--basic:hover {
	margin-left: 10px;
}

.arrow {
	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;
}

.arrow li {
	width: 50%;
}

.arrow li:nth-of-type(1) {
	border-right: 1px solid #d3d3d3;
}

.arrow a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 18px;
	color: #333;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 30px 50px 20px;
}

.arrow a:hover {
	background: #E9E9E9;
}

.arrow a:hover i {
	border: 1px solid #333;
	background: #333;
}

.arrow a:hover i::after {
	color: #fff;
}

.arrow a i {
	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;
	position: absolute;
	top: 20px;
	border: 1px solid #707070;
	background: #fff;
	border-radius: 99rem;
	width: 40px;
	height: 40px;
}

.arrow a i::before {
	position: absolute;
	top: -15px;
	width: 100px;
	content: attr(title);
	font-size: 16px;
	color: #1F7CA5;
	font-weight: 700;
}

.arrow a i::after {
	font-size: 20px;
	color: #333;
	font-family: 'icomoon' !important;
}

.arrow a.arrow__prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.arrow a.arrow__prev i {
	left: 0;
}

.arrow a.arrow__prev i::before {
	left: 48px;
}

.arrow a.arrow__prev i::after {
	content: "\e925";
}

.arrow a.arrow__next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.arrow a.arrow__next i {
	right: 0;
}

.arrow a.arrow__next i::before {
	right: 0;
}

.arrow a.arrow__next i::after {
	content: "\e928";
}

@media only screen and (max-width: 1024px) {
	.arrow li {
		width: 100%;
	}
}

.next {
	width: 45px;
	height: 45px;
	border-radius: 99rem;
	right: 0;
	top: 50%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.next::after {
	content: "\e91d";
	display: block;
	font-size: 42px;
	line-height: 45px;
	color: #818080;
	font-family: 'icomoon' !important;
}

.next:hover {
	background: #1B2E4C;
}

.next:hover::after {
	color: #fff;
}

.prev {
	width: 45px;
	height: 45px;
	border-radius: 99rem;
	left: 0;
	top: 50%;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	background: #FFC82E;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.prev::after {
	content: "\e91b";
	display: block;
	font-size: 42px;
	line-height: 45px;
	color: #fff;
	font-family: 'icomoon' !important;
}

.prev:hover {
	background: #333;
}

.prev:hover::after {
	color: #fff;
}

/*===卡片列表==*/
.grid--space3 {
	counter-reset: count;
}

.grid--space3 .card__item {
	margin-bottom: 40px;
}

.grid--space3 .card__item::before {
	counter-increment: count;
	content: "0" counter(count);
	font-size: 50px;
	font-family: "Roboto";
	font-style: italic;
	color: rgba(255, 200, 46, 0.5);
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 3;
}

.grid--space3 .card__info {
	padding: 15px 10px 23px;
}

.card__item {
	position: relative;
	display: block;
}

.card__item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}

.card__item:hover .card__info {
	background: #FFC82E;
}

.card__item:hover .card__img img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.card__item:hover .card__icon {
	background: #555;
}

.card__item:hover .card--ikon {
	-webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
	opacity: 1;
}

.card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 10px;
	z-index: 2;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.card__title {
	width: 100%;
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.438rem;
	font-weight: 600;
	text-align: center;
}

.card__txt {
	position: relative;
	height: 50px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #7f7f7f;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 1024px) {
	.card__txt {
		display: none;
	}
}

.card__img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 130%;
	top: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
}

.card__img::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #0B9A6E;
	opacity: 0.2;
}

.card__img::after {
	content: '\e92d';
	margin-top: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 30px;
	color: #fff;
	font-family: 'icomoon';
	opacity: 0;
}

.card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.card__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	width: 150px;
	bottom: -25px;
	z-index: 3;
	background: #FFC82E;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.card--mask::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	z-index: 3;
	background: url("../../images/icon-mask.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.card--ikon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 90px;
	height: 90px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	color: #333;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
	-webkit-transition: 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.1s;
	-o-transition: 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.1s;
	transition: 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.1s;
	z-index: 7;
}

.card--ikon i {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	color: #FFC82E;
}

.part__item {
	position: relative;
	display: block;
}

.part__item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}

.part__item:hover .part__img img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.part__item:hover .part__icon i {
	margin-right: 0;
}

.part__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 10px 0 7px;
	border-bottom: 1px solid #FFC82E;
}

.part__title {
	width: 100%;
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.438rem;
	font-weight: 600;
}

.part__img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
}

.part__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.part__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-size: 16px;
	color: #8D8D8D;
	width: 100%;
}

.part__icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 23px;
	height: 23px;
	border-radius: 99rem;
	border: 2px solid #FFC82E;
	background: #F9FAE5;
	color: #FFC82E;
	margin-right: 10px;
	margin-left: 8px;
}

/*船票icon*/
.viewpoint:hover .viewpoint__icon {
	-webkit-transform: translateY(-40%);
	    -ms-transform: translateY(-40%);
	        transform: translateY(-40%);
	opacity: 1;
}

.viewpoint__icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90px;
	height: 90px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	border-radius: 99rem;
	background: rgba(255, 255, 255, 0.9);
	color: #333;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.1s;
	-o-transition: 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.1s;
	transition: 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.1s;
	z-index: 7;
	-webkit-box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}

.viewpoint__icon i {
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	color: #FFC82E;
}

.menu-box {
	width: 22%;
	position: relative;
}

.menu-box .close {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 15px;
	right: 100%;
	z-index: 21;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: all 0.5s cubic-bezier(0.26, 0.64, 0.64, 1.18);
	-o-transition: all 0.5s cubic-bezier(0.26, 0.64, 0.64, 1.18);
	transition: all 0.5s cubic-bezier(0.26, 0.64, 0.64, 1.18);
}

.menu-box span {
	width: 80%;
	height: 1px;
	margin: auto;
	display: block;
	background-color: #212529;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.menu-box span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-box span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.menu-box__title {
	width: 100%;
	margin-bottom: 20px;
}

.menu-box__title p, .menu-box__title a {
	padding-left: 30px;
	display: block;
	color: #333;
	font-size: 35px;
	font-size: 2.188rem;
	line-height: 2.5rem;
	font-weight: 700;
	letter-spacing: normal;
	position: relative;
}

.menu-box__title p::before, .menu-box__title a::before {
	content: '';
	width: 20px;
	height: 4px;
	background-color: #FFC82E;
	position: absolute;
	left: 0;
	bottom: 6px;
}

.menu {
	margin-bottom: 30px;
}

.menu__item {
	position: relative;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	border-bottom: 1px solid #E6E6E6;
}

.menu__item:hover {
	color: #fff;
}

.menu__item:hover a {
	background-color: #FFC82E;
	color: #fff;
}

.menu__title {
	position: relative;
}

.menu__title a {
	padding: 14px 36px 14px 20px;
	display: block;
}

.menu__btn {
	width: 36px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}

.menu__list {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.8s cubic-bezier(0.26, 0.64, 0.64, 1.18);
	-o-transition: height 0.8s cubic-bezier(0.26, 0.64, 0.64, 1.18);
	transition: height 0.8s cubic-bezier(0.26, 0.64, 0.64, 1.18);
}

.menu__list-item {
	width: 100%;
	position: relative;
}

.menu__list-item a {
	width: 100%;
	padding: 10px 10px 10px 40px;
	display: block;
	background-color: #f8f9fa;
}

.menu__list-item i {
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
}

.contact-now {
	max-width: 350px;
	position: relative;
}

.contact-now img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
}

.contact-now a {
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

.page-right-container {
	width: calc(78% - 50px);
	padding-top: 25px;
}

.menu-open-btn {
	width: 100%;
	margin-bottom: 50px;
	padding: 10px 30px 10px 10px;
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	border-radius: 8px;
	border: 1px solid #ced4da;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.menu-open-btn p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
	color: #6c757d;
	text-transform: uppercase;
}

.menu-open-btn:hover {
	background-color: #FFC82E;
	border-color: #FFC82E;
	color: #fff;
}

.menu-open-btn:hover .menu-open-icon span {
	background-color: #fff;
}

.menu-open-icon {
	width: 31px;
	height: 31px;
	margin-right: 10px;
	position: relative;
}

.menu-open-icon span {
	width: 80%;
	height: 1px;
	margin: auto;
	background-color: #6c757d;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.menu-open-icon span:nth-child(1) {
	-webkit-transform: translate(0, 7px);
	    -ms-transform: translate(0, 7px);
	        transform: translate(0, 7px);
}

.menu-open-icon span:nth-child(2) {
	-webkit-transform: translate(0, -7px);
	    -ms-transform: translate(0, -7px);
	        transform: translate(0, -7px);
}

.page-left-container {
	width: calc(78% - 50px);
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

@media only screen and (max-width: 1080px) {
	.menu-box {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
		        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
		background-color: #fff;
		position: fixed;
		z-index: 100;
		top: 0;
		left: -100%;
		-webkit-transition: left .5s ease;
		-o-transition: left .5s ease;
		transition: left .5s ease;
	}
	.box-open {
		left: 0;
	}
	.box-open .close {
		visibility: visible;
		opacity: 1;
		right: 10px;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
	.contact-now {
		display: none;
	}
	.page-right-container {
		width: 100%;
		padding-top: 0;
	}
	.menu-open-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page-left-container {
		width: 100%;
		padding-right: 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.page-right-container {
		margin-bottom: 30px;
	}
	.menu-open-btn {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.menu-open-btn {
		margin-bottom: 25px;
	}
}

/*情境圖*/
@media only screen and (min-width: 1280px) {
	.pageTop .textAreaWrap .textArea::before {
		width: calc(50% + 224px);
	}
}

.pageTop {
	position: relative;
	margin-bottom: 25px;
}

.pageTop .textAreaWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pageTop .textAreaWrap .textArea {
	position: relative;
	z-index: 3;
	margin-top: unset;
	height: 100%;
}

.pageTop .textAreaWrap .textArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	border-top: calc(12.48rem + 170px + 80px) solid #FFC82E;
	border-right: 238px solid transparent;
}

.pageTop .textAreaWrap .textArea .textAreaInner {
	padding-top: 170px;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.pageTop .textAreaWrap .textArea .pageTitle .enTitle {
	color: #fff;
	line-height: 1.3;
	position: relative;
	font-size: 4.5rem;
	font-weight: 900;
	font-family: "Roboto";
}

.pageTop .textAreaWrap .textArea .pageTitle .jaTitle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.8em;
	width: 100%;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: -1em;
	font-size: 1.4rem;
}

.pageTop .textAreaWrap .textArea .pageTitle .jaTitle::before {
	content: '';
	display: block;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-top: 1px solid #fff;
}

.pageTop .imageArea {
	height: 400px;
}

.pageTop .imageArea .image {
	width: 100%;
	height: 100%;
	text-align: right;
}

.pageTop .imageArea .image img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.pcNone {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pageTop {
		margin-bottom: 0;
	}
	.pageTop .imageArea {
		height: 190px;
	}
	.pageTop .imageArea .image {
		display: none;
	}
	.pageTop .textAreaWrap .textArea {
		margin-top: 0;
	}
	.pageTop .textAreaWrap .textArea::before {
		width: 85%;
		border-top: calc(3rem + 70px + 52px) solid #FFC82E;
		border-left: 0 solid transparent;
		border-right: 70px solid transparent;
		z-index: -1;
	}
	.pageTop .textAreaWrap .textArea .textAreaInner {
		padding-top: 70px;
		padding-bottom: 52px;
		padding-left: 8%;
		padding-right: 0;
	}
	.pageTop .textAreaWrap .textArea .pageTitle .enTitle {
		font-size: 3rem;
	}
	.pageTop .textAreaWrap .textArea .pageTitle .jaTitle {
		font-size: 1.2rem;
	}
}

/*===共用的===*/
.slider-nav {
	cursor: pointer;
}

.slick-slide {
	margin: 0 10px;
}
