.aboutArea .dataItem .Img img, .aboutArea .dataItem .noNum, .planArea .childDataItem, .planArea .childDataItem .btnIcon, .planArea .childDataItem .btnIconBox, .planArea .dataItem .item .Img img, .planArea .dataItem2, .planArea .dataItem2 .Img img, .planArea .dataItem2 .Img:after, .planArea .dataItem2 .btnBox .btnIconBox, .popWin .close, .popWin .close:after, .popWin .close:before, .serviceArea .Img img, .travelArea .dataItem .Img img, .travelArea .dataList {
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
.titleBox {
	margin-bottom: 0
}
.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto
}
.popWin img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.popWin .Txt {
	padding: 30px
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px
}
.popWin .close {
	width: 46px;
	height: 46px;
	background-color: #4ea6c8;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}
.popWin .close:after, .popWin .close:before {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff
}
.popWin .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.popWin .close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
@media (min-width:1201px) {
	.popWin .close:hover {
		background-color: #4ea6c8
	}
	.popWin .close:hover:before {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg)
	}
	.popWin .close:hover:after {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg)
	}
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}
.popWin.show .inner, .popWin.show .mask {
	opacity: 1
}
@media (max-width:1180px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px)
	}
}
.mainArea {
	padding: 0
}
.bannerArea .bannerBox {
	position: relative
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0
}
.bannerArea .bannerItem .Txt {
	max-width: 1680px;
	padding: 110px 20px 85px;
	max-width: 500px;
	margin-left: auto;
	margin-right: 170px
}
@media (max-width:1536px) {
	.bannerArea .bannerItem .Txt {
		padding: 80px 20px;
		margin-right: 100px
	}
}
@media (max-width:1280px) {
	.bannerArea .bannerItem .Txt {
		margin-right: 60px
	}
}
@media (max-width:1180px) {
	.bannerArea .bannerItem .Txt {
		margin-right: 20px
	}
}
@media (max-width:1060px) {
	.bannerArea .bannerItem .Txt {
		margin-right: 0
	}
}
@media (max-width:1024px) {
	.bannerArea .bannerItem .Txt {
		position: relative;
		padding: 40px 20px;
		margin-right: auto
	}
}
@media (max-width:640px) {
	.bannerArea .bannerItem .Txt {
		padding: 20px
	}
}
.bannerArea .bannerItem .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 60px;
	opacity: 0
}
@media (max-width:1680px) {
	.bannerArea .bannerItem .Txt .textBox {
		margin-bottom: 20px
	}
}
.bannerArea .bannerItem .Txt .title {
	color: #000;
	font-size: 45px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 2.65px;
	opacity: 0
}
@media (max-width:1440px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px
	}
}
@media (max-width:1280px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 30px
	}
}
.bannerArea .bannerItem .Txt .text {
	color: #656565;
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: 1px;
	display: block;
	margin-top: 35px;
	opacity: 0
}
@media (max-width:1680px) {
	.bannerArea .bannerItem .Txt .text {
		margin-top: 15px
	}
}
@media (max-width:1440px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 16px
	}
}
.bannerArea .bannerItem .Txt .btnBox {
	opacity: 0
}
@media (max-width:1280px) {
	.bannerArea .bannerItem .Txt .btnBox {
		margin-top: 0
	}
}
.bannerArea .bannerItem .Img {
	/*border-bottom-right-radius: 90px;*/
	overflow: hidden;
	width: 100%
}

/*
@media (max-width:1680px) {
	.bannerArea .bannerItem .Img {
		max-width: 940px
	}
}
@media (max-width:1536px) {
	.bannerArea .bannerItem .Img {
		max-width: 55%
	}
}
@media (max-width:1280px) {
	.bannerArea .bannerItem .Img {
		max-width: 50%
	}
}
@media (max-width:1024px) {
	.bannerArea .bannerItem .Img {
		max-width: 90%
	}
}
@media (max-width:640px) {
	.bannerArea .bannerItem .Img {
		padding-bottom: 75%
	}
}
*/

.bannerArea .slick-current .Txt .textBox {
	-webkit-animation: slideUpAnimation 0.6s ease-in-out forwards;
	animation: slideUpAnimation 0.6s ease-in-out forwards
}
.bannerArea .slick-current .Txt .title {
	-webkit-animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards;
	animation: slideUpAnimation 0.6s 0.2s ease-in-out forwards
}
.bannerArea .slick-current .Txt .subtitle {
	-webkit-animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards;
	animation: slideUpAnimation 0.6s 0.3s ease-in-out forwards
}
.bannerArea .slick-current .Txt .text {
	-webkit-animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards;
	animation: slideUpAnimation 0.6s 0.4s ease-in-out forwards
}
.bannerArea .slick-current .Txt .btnBox {
	-webkit-animation: slideUpAnimation 0.6s 0.5s ease-in-out forwards;
	animation: slideUpAnimation 0.6s 0.5s ease-in-out forwards
}
.bannerArea .slick-current .Img img {
	-webkit-animation: btnAni 5s linear forwards;
	animation: btnAni 5s linear forwards
}
.bannerArea .slickArrowBox {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}
.bannerArea .slickArrowBox .arrow {
	color: #e47878;
	font-size: 24px;
	-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;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #e47878;
	margin: 5px 0
}
.bannerArea .slickArrowBox .arrow.slick-hidden {
	display: none
}
.bannerArea .slickArrowBox .arrow.slick-disabled {
	cursor: default;
	border-color: #b6b6b6
}
.bannerArea .slickProcessBox {
	color: #777777;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 27%;
	bottom: 5%
}
@media (max-width:1680px) {
	.bannerArea .slickProcessBox {
		bottom: 0;
		right: 31%
	}
}
@media (max-width:1366px) {
	.bannerArea .slickProcessBox {
		right: 33%
	}
}
@media (max-width:1280px) {
	.bannerArea .slickProcessBox {
		display: none
	}
}
@media (max-width:640px) {
	.bannerArea .slickProcessBox {
		display: none
	}
}
.bannerArea .slickProcessBox .currentText {
	color: #000;
	padding-right: 15px;
	margin-right: 60px
}
.bannerArea .slickProcessBox .totalText {
	position: relative;
	padding-left: 15px
}
.bannerArea .slickProcessBox .totalText:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #bbbbbb;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bannerArea .scrollDown {
	cursor: pointer;
	-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;
	position: absolute;
	bottom: 100px;
	right: 60px;
	z-index: 2
}
@media (max-width:1680px) {
	.bannerArea .scrollDown {
		bottom: 60px
	}
}
@media (max-width:1440px) {
	.bannerArea .scrollDown {
		bottom: 30px
	}
}
@media (max-width:1366px) {
	.bannerArea .scrollDown {
		bottom: 0
	}
}
@media (max-width:1280px) {
	.bannerArea .scrollDown {
		display: none
	}
}
.bannerArea .scrollDown span {
	display: block
}
.bannerArea .scrollDown span.text {
	color: #777777;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	letter-spacing: 0.5px;
	margin-bottom: 16px
}
.bannerArea .scrollDown span.line {
	width: 2px;
	height: 100px;
	background-color: #d2d2d2;
	position: relative;
	z-index: 1
}
.bannerArea .scrollDown span.line:before {
	content: "";
	width: 10px;
	height: 8px;
	-webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
	animation: bannerScrollAnimation 2.5s linear infinite forwards;
	background-color: #e47878;
	display: block;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}
.bannerArea .slick-dots {
	bottom: 50%;
	right: 50px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}
@media (max-width:1180px) {
	.bannerArea .Txt .bannerVideo, .bannerArea .scrollDown, .bannerArea .slick-arrow, .bannerArea .slick-dots, .bannerArea .socialBox {
		display: none!important
	}
}
.homeTopBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:768px) {
	.homeTopBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.homeTopBox .titleBox {
	width: 55%
}
@media (max-width:640px) {
	.homeTopBox .titleBox {
		width: 100%
	}
}
.homeTopBox .title {
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 1.3;
	letter-spacing: 2.5px
}
@media (max-width:640px) {
	.homeTopBox .title {
		font-size: 40px;
		letter-spacing: 1.2px
	}
}
.homeTopBox .subtitle {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 1.1px
}
.homeTopBox .decoTitle {
	color: #e47878;
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	padding-top: 4px
}
@media (max-width:1180px) {
	.homeTopBox .decoTitle {
		font-size: 22px
	}
}
@media (max-width:768px) {
	.homeTopBox .decoTitle {
		font-size: 20px;
		padding-top: 0
	}
}
@media (max-width:640px) {
	.homeTopBox .decoTitle {
		padding-bottom: 20px
	}
}
.homeTopBox .text {
	color: #777777;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 1.8181818182
}
@media (max-width:1440px) {
	.homeTopBox .text {
		margin-bottom: 20px
	}
}
@media (max-width:640px) {
	.homeTopBox .text {
		font-size: 16px;
		letter-spacing: 0.63px
	}
}
.planArea {
	padding: 40px 0
}
@media (max-width:1680px) {
	.planArea {
		padding: 30px 0
	}
}
@media (max-width:1440px) {
	.planArea {
		padding: 20px 0
	}
}
.planArea .largeTitleBox {
	padding-bottom: 40px;
	position: relative
}
.planArea .largeTitleBox:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
	left: 0;
	bottom: 0
}
@media (max-width:640px) {
	.planArea .largeTitleBox:after {
		display: none
	}
}
.planArea .largeTitleBox .title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1;
	letter-spacing: 2.5px
}
@media (max-width:1440px) {
	.planArea .largeTitleBox .title {
		font-size: 40px
	}
}
@media (max-width:640px) {
	.planArea .largeTitleBox .title {
		margin-bottom: 15px
	}
}
.planArea .largeTitleBox .subtitle {
	font-size: 28px;
	color: #e47878;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.14px
}
@media (max-width:1440px) {
	.planArea .largeTitleBox .subtitle {
		font-size: 22px
	}
}
.planArea .dataItem {
	padding: 20px 0
}
@media (max-width:768px) {
	.planArea .dataItem {
		padding: 20px 0
	}
}
.planArea .dataItem:nth-child(1n) .item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
@media (max-width:768px) {
	.planArea .dataItem:nth-child(1n) .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
.planArea .dataItem:nth-child(1n) .item .Txt {
	padding-left: 95px;
	padding-right: 0
}
@media (max-width:1440px) {
	.planArea .dataItem:nth-child(1n) .item .Txt {
		padding-left: 60px
	}
}
@media (max-width:768px) {
	.planArea .dataItem:nth-child(1n) .item .Txt {
		padding-left: 0
	}
}
.planArea .dataItem.blue .subtitle {
	color: #4ea6c8
}
.planArea .dataItem.blue .childDataItem {
	color: #4ea6c8
}
.planArea .dataItem.blue .childDataItem a {
	color: #4ea6c8
}
@media (min-width:1201px) {
	.planArea .dataItem.blue .btn:hover {
		color: #fff;
		background-color: #4ea6c8;
		border-color: #4ea6c8
	}
	.planArea .dataItem.blue .btn:hover .btnIcon {
		fill: #fff;
		border-color: #fff
	}
}
.planArea .dataItem.pink .subtitle {
	color: #e47878
}
.planArea .dataItem.pink .childDataItem {
	color: #e47878
}
.planArea .dataItem.pink .childDataItem a {
	color: #e47878
}
@media (min-width:1201px) {
	.planArea .dataItem.pink .btn:hover {
		color: #fff;
		background-color: #e47878;
		border-color: #e47878
	}
	.planArea .dataItem.pink .btn:hover .btnIcon {
		fill: #fff;
		border-color: #fff
	}
}
.planArea .dataItem.green .subtitle {
	color: #88a979
}
.planArea .dataItem.green .childDataItem {
	color: #88a979
}
.planArea .dataItem.green .childDataItem a {
	color: #88a979
}
@media (min-width:1201px) {
	.planArea .dataItem.green .btn:hover {
		color: #fff;
		background-color: #88a979;
		border-color: #88a979
	}
	.planArea .dataItem.green .btn:hover .btnIcon {
		fill: #fff;
		border-color: #fff
	}
}
.planArea .dataItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:768px) {
	.planArea .dataItem .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
.planArea .dataItem .item .Img {
	/*border-radius: 50px;*/
	overflow: hidden;
	/*width: 57%;*/
	width: 40%;
	font-size: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
@media (max-width:1024px) {
	.planArea .dataItem .item .Img {
		/*width: 40%*/
		width: 30%;
	}
}
@media (max-width:768px) {
	.planArea .dataItem .item .Img {
		width: 100%;
		/*border-radius: 25px*/
	}
}
@media (min-width:1201px) {
	.planArea .dataItem .item .Img:hover img {
		scale: 1.05
	}
}
.planArea .dataItem .item .Img img {
	width: 100%;
	/*height: 100%;*/
	height: 70%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 10%;
	border-radius: 25px
}

@media (max-width:640px) {
	.planArea .dataItem .item .Img img {
	margin-top: 0;
	}
}

.planArea .dataItem .item .Txt {
	padding-right: 95px;
	padding-top: 40px;
	width: 43%
}
@media (max-width:1440px) {
	.planArea .dataItem .item .Txt {
		padding-right: 60px
	}
}
@media (max-width:1024px) {
	.planArea .dataItem .item .Txt {
		width: 60%
	}
}
@media (max-width:768px) {
	.planArea .dataItem .item .Txt {
		padding-top: 20px;
		padding-right: 0;
		width: 100%
	}
}
.planArea .dataItem .item .title {
	color: #000;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 50px;
	letter-spacing: 1.75px
}
@media (max-width:768px) {
	.planArea .dataItem .item .title {
		margin-bottom: 20px
	}
}
@media (max-width:640px) {
	.planArea .dataItem .item .title {
		font-size: 30px
	}
}
.planArea .dataItem .item .title a {
	color: currentColor
}
.planArea .dataItem .item .subtitle {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0.11px
}
.planArea .dataItem .item .textEditor {
	font-size: 18px;
	color: #777777;
	margin-bottom: 50px;
	line-height: 1.9444444444;
	letter-spacing: 0.9px
}
@media (max-width:768px) {
	.planArea .dataItem .item .textEditor {
		margin-bottom: 20px
	}
}
@media (max-width:640px) {
	.planArea .dataItem .item .textEditor {
		font-size: 16px;
		letter-spacing: 0.63px
	}
}
.planArea .childDataList {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 55px 1fr 55px 1fr;
	grid-template-columns: repeat(1, 1fr);
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
	row-gap: 40px;
	margin-top: 50px
}
@media (max-width:1440px) {
	.planArea .childDataList {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		row-gap: 20px
	}
}
@media (max-width:640px) {
	.planArea .childDataList {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}
.planArea .childDataItem {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px dashed currentColor;
	letter-spacing: 0.9px
}
@media (max-width:1440px) {
	.planArea .childDataItem {
		font-size: 16px;
		letter-spacing: 0.8px
	}
}
@media (min-width:1201px) {
	.planArea .childDataItem:hover .btnIconBox {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		scale: 1.1
	}
	.planArea .childDataItem:hover .btnIcon {
		-webkit-transform: translateX(60px);
		transform: translateX(60px)
	}
}
.planArea .childDataItem a {
	-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
}
.planArea .childDataItem .btnIconBox {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: currentColor;
	overflow: hidden
}
@media (max-width:1440px) {
	.planArea .childDataItem .btnIconBox {
		width: 28px;
		height: 28px
	}
}
.planArea .childDataItem .btnIcon {
	width: 12px;
	height: 12px;
	color: #fff;
	fill: #fff;
	-webkit-filter: drop-shadow(-60px 0 0 #fff);
	filter: drop-shadow(-60px 0 0 #fff)
}
.planArea .dataBox2 {
	margin-top: 20px
}
@media (max-width:1440px) {
	.planArea .dataBox2 {
		margin-top: 20px
	}
}
.planArea .dataBox2.swiper {
	overflow: visible
}
.planArea .dataItem2 {
	border-radius: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	padding: 30px;
	position: relative;
	/*height: 275px;*/
	height: 125px;
	width: 275px;
}
@media (max-width:1440px) {
	.planArea .dataItem2 {
		/*height: 260px;*/
	height: 125px;
		width: 260px;
		padding: 20px;
	}
}

@media (max-width:1180px) {
	.planArea .dataItem2 {
		height: 200px;
		width: 260px;
		padding: 20px;
	}
}

@media (max-width:640px) {
	.planArea .dataItem2 {
		width: 180px;
		height: 160px;
		padding: 15px;
	}
}
@media (min-width:1201px) {
	.planArea .dataItem2:hover {
		-webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15)
	}
	.planArea .dataItem2:hover .subtitle, .planArea .dataItem2:hover .title {
		color: #fff
	}
	.planArea .dataItem2:hover .Img img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1)
	}
	.planArea .dataItem2:hover .btnBox .btnIconBox {
		background-color: #fff;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}
@media (min-width:1201px) {
	.planArea .dataItem2.blue:hover {
		background-color: #4ea6c8
	}
	.planArea .dataItem2.blue:hover .Img:after {
		content: "";
		position: absolute;
		scale: 1;
		background-color: #368cad
	}
}
@media (min-width:1201px) {
	.planArea .dataItem2.pink:hover {
		background-color: #e47878
	}
	.planArea .dataItem2.pink:hover .Img:after {
		content: "";
		position: absolute;
		scale: 1;
		background-color: #dc4e4e
	}
}
@media (min-width:1201px) {
	.planArea .dataItem2.green:hover {
		background-color: #88a979
	}
	.planArea .dataItem2.green:hover .Img:after {
		content: "";
		position: absolute;
		scale: 1;
		background-color: #6e925d
	}
}
.planArea .dataItem2 .Img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	-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-bottom: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
@media (max-width:640px) {
	.planArea .dataItem2 .Img {
		height: 45px;
		width: 45px;
		margin-bottom: 10px
	}
}
.planArea .dataItem2 .Img:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	scale: 0;
	z-index: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}
@media (max-width:640px) {
	.planArea .dataItem2 .Img:after {
		width: 55px;
		height: 55px
	}
}
.planArea .dataItem2 .Img img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.planArea .dataItem2 .title {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	/*margin-bottom: 10px;*/
	letter-spacing: 1.3px
}
@media (max-width:1440px) {
	.planArea .dataItem2 .title {
		font-size: 20px;
		letter-spacing: 1px
	}
}
@media (max-width:640px) {
	.planArea .dataItem2 .title {
		font-size: 18px
	}
}
.planArea .dataItem2 .title a {
	color: currentColor
}
.planArea .dataItem2 .title a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}
.planArea .dataItem2 .subtitle {
	color: #777777;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1.4444444444;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/*overflow: hidden*/
}
@media (max-width:1440px) {
	.planArea .dataItem2 .subtitle {
		font-size: 16px;
		letter-spacing: 0px
	}
}
@media (max-width:640px) {
	.planArea .dataItem2 .subtitle {
		font-size: 14px;
		letter-spacing: 0px
	}
}
.planArea .dataItem2 .btnBox {
	position: absolute;
	right: 0;
	bottom: 0;
	-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
}
@media (max-width:640px) {
	.planArea .dataItem2 .btnBox {
		display: none
	}
}
.planArea .dataItem2 .btnBox .btnIconBox {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #eeeeee
}
.planArea .dataItem2 .btnBox .btnIcon {
	width: 14px;
	height: 14px;
	color: #000;
	fill: #000
}
.planArea .swiper-pagination {
	padding-top: 30px;
	position: relative
}
.planArea .swiper-pagination-bullet-active {
	background-color: #e47878
}





/* ✅ 電腦版：左 ICON，右上中文、右下英文（上下排） */
@media (min-width: 1201px) {

  .planArea .dataItem2{
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "icon title"
      "icon subtitle";
    column-gap: 18px;
    align-items: center;

    /* 避免右下箭頭遮到文字 */
    padding-right: 80px;
  }

  .planArea .dataItem2 .Img{
    grid-area: icon;
    width: 60px;
    height: 60px;
    margin: 0; /* 取消原本 margin-bottom */
    align-self: center;
  }

  .planArea .dataItem2 .title{
    grid-area: title;
    margin: 0 0 8px 0;
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;       /* 中文不要被擠到直排 */
  }

  .planArea .dataItem2 .subtitle{
    grid-area: subtitle;
    margin: 0;
    text-align: left;

    /* 你原本有 line-clamp，這裡保留可截斷，但一定要是 block 才會在下一行 */
    display: block;
  }

  /* 右下角按鈕維持絕對定位 */
  .planArea .dataItem2 .btnBox{
    position: absolute;
    right: 0;
    bottom: 0;
  }
}







.aboutArea {
	/*border-top-right-radius: 170px;
	background-color: #fff;*/
	padding: 60px 0 30px
}
@media (max-width:1440px) {
	.aboutArea {
		padding: 50px 0 30px
	}
}
@media (max-width:768px) {
	.aboutArea {
		padding: 40px 0 20px;
		border-radius: 20px;
		border-top-right-radius: 85px
	}
}
@media (max-width:640px) {
	.aboutArea .dataBox {
		margin-top: 30px;
		border-radius: 20px;
		border: 1px solid #cccccc
	}
}
.aboutArea .dataItem {
	margin: 40px 0;
	width: 33.3333333333%;
	position: relative
}
@media (max-width:768px) {
	.aboutArea .dataItem {
		width: 100%
	}
}
@media (max-width:640px) {
	.aboutArea .dataItem {
		margin: 0
	}
}
/*
.aboutArea .dataItem:nth-child(2):after, .aboutArea .dataItem:nth-child(5):after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	top: 0;
	left: -50px
}
@media (max-width:1024px) {
	.aboutArea .dataItem:nth-child(2):after, .aboutArea .dataItem:nth-child(5):after {
		display: none
	}
}
*/
@media (min-width:1201px) {
	.aboutArea .dataItem:hover .Img img {
		scale: 0.95
	}
	.aboutArea .dataItem:hover .noNum {
		color: #e47878
	}
}
.aboutArea .dataItem .item {
	width: 85%
}
@media (max-width:1024px) {
	.aboutArea .dataItem .item {
		width: 100%
	}
}
@media (max-width:768px) {
	.aboutArea .dataItem .item {
		padding: 10px 10px 0 10px;
	}
}
.aboutArea .dataItem .noBox {
	position: absolute;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2
}
@media (max-width:640px) {
	.aboutArea .dataItem .noBox {
		top: 20px;
		left: 20px
	}
}
.aboutArea .dataItem .noLabel {
	color: #e47878;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0px
}
.aboutArea .dataItem .noNum {
	color: transparent;
	font-size: 82px;
	line-height: 1;
	font-weight: 600;
	-webkit-text-stroke: 1.5px #e47878;
	letter-spacing: 0px
}
@media (max-width:640px) {
	.aboutArea .dataItem .noNum {
		font-size: 50px
	}
}
.aboutArea .dataItem .Img {
	text-align: center;
	padding: 10px 0 15px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.aboutArea .dataItem .Img img {
	width: 100%;
	/*height: auto;*/
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*scale: 0.85;*/
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	object-fit: cover;
	height: 250px;
}
.aboutArea .dataItem .title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 1.4px
}
@media (max-width:768px) {
	.aboutArea .dataItem .title {
		font-size: 20px;
		letter-spacing: 1px
	}
}
.aboutArea .dataItem .textEditor {
	color: #777777;
	font-size: 18px;
	line-height: 1.7777777778;
	letter-spacing: 0.9px
}
@media (max-width:640px) {
	.aboutArea .dataItem .textEditor {
		font-size: 14px;
		line-height: 1.5714285714;
		letter-spacing: 0.7px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}
.aboutArea .swiper-pagination {
	padding-top: 40px;
	position: relative
}
.aboutArea .swiper-pagination-bullet-active {
	background-color: #e47878
}
.serviceArea {
	overflow: hidden;
	padding: 60px 0;
	background-color: rgba(248, 195, 205, 0.5);
	/*border-top-right-radius: 100px;*/
}
@media (max-width:1440px) {
	.serviceArea {
		padding: 40px 0;
	}
}
@media (max-width:640px) {
	.serviceArea {
		padding: 30px 0;
	border-top-right-radius: 50px;
	}
}
.serviceArea .dataList {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:640px) {
	.serviceArea .dataList {
		margin-top: 30px
	}
}
.serviceArea .dataList:has(:hover) .dataItem:not(:hover) img {
	-webkit-filter: brightness(0.75);
	filter: brightness(0.75)
}
.serviceArea .dataItem {
	margin: 0 15px
}
@media (min-width:1201px) {
	.serviceArea .dataItem:hover .Img img {
		scale: 1.1
	}
}
.serviceArea .Img {
	width: 330px;
	height: 225px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
@media (max-width:640px) {
	.serviceArea .Img {
		width: 210px;
		height: 160px
	}
}
.serviceArea .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}


.serviceArea .dataItem .Txt {
	margin-top: 10px;
	text-align: center;
}

.travelArea {
	/*border-top-right-radius: 100px;*/
	background-color: rgba(248, 195, 205, 0.5);
	padding: 70px 0;
	/*height: 1220px*/
}
@media (max-width:1440px) {
	.travelArea {
		padding: 50px 0 30px;
		/*height: 1000px*/
	}
}
@media (max-width:640px) {
	.travelArea {
		padding: 40px 0;
		height: auto;
		border-top-right-radius: 50px;
	}
}
.travelArea .wrap {
	position: relative
}
.travelArea .bgMap {
	position: absolute;
	z-index: 0;
	top: -20px;
	left: 125px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
@media (max-width:640px) {
	.travelArea .bgMap {
		left: 20px;
		top: 60px;
		opacity: 0.8
	}
}
.travelArea .bgMap img {
	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05))
}
@media (max-width:640px) {
	.travelArea .bgMap img {
		max-width: 95%
	}
}
.travelArea .homeTopBox {
	position: relative;
	z-index: 2
}
.travelArea .dataList {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2
}
@media (max-width:640px) {
	.travelArea .dataList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px
	}
}
.travelArea .dataItem {
	width: auto;
	padding: 0 7.5px
}
@media (max-width:640px) {
	.travelArea .dataItem {
	width: 100% !important;
		margin-bottom: 20px
	}
}
.travelArea .dataItem .Img {
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 10px;
	max-height: 360px;
	width: 100%;
	aspect-ratio: 380/253;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.travelArea .dataItem .Img img {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}
.travelArea .dataItem .title {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px
}
.travelArea .dataItem .title a {
	color: currentColor
}
.travelArea .dataItem .textEditor {
	color: #777777;
	font-size: 17px;
	line-height: 1.8823529412;
	letter-spacing: 0.595px
}