.processArea .processList .processItem .Img svg, .processArea .processList .processItem .Img .title, .processArea .processList .processItem .Img .index, .processArea .processList .processItem .Img .circleBox .circle3, .processArea .processList .processItem .Img .circleBox .circle2, .processArea .processList .processItem .Img .circleBox .circle1, .processArea .processList .processItem .Img, .processArea .Txt, .serviceArea .serviceBox .item .Img img, .serviceArea .serviceBox .item .Img::after, .serviceArea .serviceBox .item .Img::before, .linkBox2 .linkList2 .Img img, .linkBox2 .linkList2 .Img.Img2, .linkBox2 .linkList2 .Img.Img1::after, .linkList .Img img, .linkList .Img.Img2, .linkList .Img.Img1::after, .linkList .Img.Img1, .linkList .ImgBox, .linkList .ImgWrap, .facList .facItem, .catalogList .Txt .title a, .catalogList .Img::after, .newsArea .plusArrow, .roomArea .Txt .btnBox, .roomArea .Txt .text, .roomArea .Txt .title, .roomArea .Txt .classTitle, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.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: 800px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 88vh;
	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: #78c6e0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.popWin .close::before, .popWin .close::after {
	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: 1181px) {
	.popWin .close:hover {
		background-color: #78c6e0;
	}
	.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 .mask,
.popWin.show .inner {
	opacity: 1;
}
.popWin.show .inner {
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.mainArea {
	padding: 0;
}

.bannerArea {
	padding-bottom: 100px;
}
.bannerArea .wrap:nth-of-type(1) {
	position: relative;
}
.bannerArea .TxtList {
	position: absolute;
	z-index: 3;
	right: -200px;
	top: 15%;
	max-width: 400px;
	max-height: 500px;
}
@media (max-width: 640px) {
	.bannerArea .TxtList {
		right: -80px;
		max-width: 280px;
		top: 25%;
	}
}
@media (max-width: 400px) {
	.bannerArea .TxtList {
		top: 13%;
	}
}
.bannerArea .TxtList .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 35px;
}
@media (max-width: 640px) {
	.bannerArea .TxtList .textBox {
		gap: 20px;
	}
}
.bannerArea .TxtList .title {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	max-height: 500px;
	line-height: 1.45;
	letter-spacing: 9.6px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	background-color: #000;
	display: inline-block;
	text-align: left;
	padding: 35px 30px;
	height: 64%;
}
@media (max-width: 1180px) {
	.bannerArea .TxtList .title {
		font-size: 40px;
	}
}
@media (max-width: 640px) {
	.bannerArea .TxtList .title {
		font-size: 30px;
		letter-spacing: 6px;
		padding: 25px 20px;
		font-weight: 600;
		height: 310px;
	}
}
@media (max-width: 450px) {
	.bannerArea .TxtList .title {
		font-size: 22px;
	}
}
.bannerArea .TxtList .subtitle {
	color: #7e7e7e;
	font-size: 19px;
	line-height: 0.8;
	letter-spacing: 2.85px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bannerArea .TxtList .subtitle .line {
	background-color: #78c6e0;
	width: 1px;
	height: 75px;
	-webkit-transform: translateX(200%);
	        transform: translateX(200%);
}
@media (max-width: 1180px) {
	.bannerArea .TxtList .subtitle {
		font-size: 18px;
	}
}
@media (max-width: 640px) {
	.bannerArea .TxtList .subtitle {
		font-size: 14px;
	}
}
.bannerArea .bannerBox {
	position: relative;
	max-width: 1300px;
	width: calc(100% + 50vw - 50% - 260px);
	display: inline-block;
	margin-right: 350px;
}
@media (max-width: 1550px) {
	.bannerArea .bannerBox {
		margin-right: 0;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerBox {
		width: calc(100% + 50vw - 50% - 230px);
	}
}
@media (max-width: 640px) {
	.bannerArea .bannerBox {
		width: calc(100% + 50vw - 50% - 100px);
	}
}
.bannerArea .dotsBox {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	right: -175px;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}
@media (max-width: 1550px) {
	.bannerArea .dotsBox {
		bottom: -50px;
		right: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
}
.bannerArea .dotsBox .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bannerArea .dotsBox li {
	width: 7px;
	height: 7px;
	margin: 0 8px;
}
.bannerArea .dotsBox li.slick-active button {
	background-color: #78c6e0;
}
.bannerArea .dotsBox button {
	background-color: #e2e2e2;
	width: 7px;
	height: 7px;
	padding: 0;
}
.bannerArea .dotsBox button::before {
	width: 7px;
	height: 7px;
	content: "";
}
.bannerArea .bannerBox2 {
	position: absolute;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	left: 0;
	-webkit-transform: translateX(calc(100% + 350px));
	        transform: translateX(calc(100% + 350px));
	top: 0;
}
@media (max-width: 1550px) {
	.bannerArea .bannerBox2 {
		display: none;
	}
}
.bannerArea .bannerBox2 .bannerList2 {
	height: 100%;
}
.bannerArea .bannerBox2 .bannerList2 .slick-slide {
	height: 100%;
}
.bannerArea .bannerBox2 .bannerList2 .bannerItem .Img {
	height: 100%;
}
.bannerArea .bannerBox2 .bannerList2 .bannerItem .Img img {
	width: 100%;
	height: 100%;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
	max-width: 1200px;
	padding: 110px 20px 85px;
}
.bannerArea .bannerItem .Txt .textBox {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 35px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.bannerArea .bannerItem .Txt .title {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	max-height: 490px;
	line-height: 1.45;
	letter-spacing: 9.6px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	background-color: #000;
	display: inline-block;
	text-align: left;
	padding: 35px 30px;
}
.bannerArea .bannerItem .Txt .title.titleAni {
	-webkit-animation: titleAni 1s ease-in-out forwards;
	        animation: titleAni 1s ease-in-out forwards;
}
.bannerArea .bannerItem .Txt .title.titleAni2 {
	-webkit-animation: titleAni2 1s ease-in-out forwards;
	        animation: titleAni2 1s ease-in-out forwards;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 30px;
	}
}
.bannerArea .bannerItem .Txt .subtitle {
	color: #7e7e7e;
	font-size: 19px;
	line-height: 0.8;
	letter-spacing: 2.85px;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	opacity: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bannerArea .bannerItem .Txt .subtitle .line {
	background-color: #78c6e0;
	width: 1px;
	height: 75px;
	-webkit-transform: translateX(200%);
	        transform: translateX(200%);
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 18px;
	}
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 14px;
	}
}
@media (max-width: 1440px) {
	.bannerArea .bannerItem .Txt {
		padding: 20px 20px 85px;
	}
}
@media (max-width: 960px) {
	.bannerArea .bannerItem .Txt {
		padding: 20px;
	}
}
.bannerArea .bannerItem .Img {
	overflow: hidden;
	min-height: 610px;
	aspect-ratio: 1296/771;
}
@media (max-width: 450px) {
	.bannerArea .bannerItem .Img {
		min-height: 500px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Img {
		min-height: 400px;
	}
}
@media (max-width: 480px) {
	.bannerArea .bannerItem .Img {
		width: 100%;
	}
}
.bannerArea .bannerItem .Img img.imgAni {
	-webkit-animation: imgAni 6s ease-in-out forwards;
	        animation: imgAni 6s ease-in-out forwards;
}
.bannerArea .bannerItem .Img.animate {
	-webkit-animation: bannerAni 2s ease-in-out forwards;
	        animation: bannerAni 2s ease-in-out forwards;
}
.bannerArea .bannerItem .Img.animate2 {
	-webkit-animation: bannerAni2 1s ease-in-out forwards;
	        animation: bannerAni2 1s ease-in-out forwards;
}
@media (max-width: 640px) {
	.bannerArea .bannerItem .Img {
		padding-bottom: 75%;
	}
}
@media (max-width: 480px) {
	.bannerArea .bannerItem .Img {
		padding-bottom: 100%;
	}
}
.bannerArea .socialWrap {
	z-index: 5;
	max-width: 1800px;
	margin: 0 auto;
	pointer-events: none;
	position: fixed;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width: 1870px) {
	.bannerArea .socialWrap {
		padding: 0 65px;
	}
}
@media (max-width: 1400px) {
	.bannerArea .socialWrap {
		padding: 0 40px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .socialWrap {
		padding: 0 30px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.bannerArea .socialWrap {
		padding: 0 20px;
	}
}
.bannerArea .socialBox {
	display: block;
}
.bannerArea .socialBox .socialList {
	-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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	pointer-events: all;
}
.bannerArea .socialBox .socialList li {
	margin: 3px 0;
}
.bannerArea .socialBox .socialList li:first-child {
	margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
	margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
	color: #78c6e0;
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
	width: 20px;
	height: 18px;
	display: inline-block;
	color: #78c6e0;
	color: #78c6e0;
	margin-top: -2px;
	vertical-align: middle;
}
@media (min-width: 1181px) {
	.bannerArea .socialBox .socialList li a:hover {
		color: #808080;
	}
	.bannerArea .socialBox .socialList li a:hover svg {
		fill: #808080;
		color: #808080;
	}
}
.bannerArea .slick-dots {
	bottom: 50%;
	right: 50px;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
	.bannerArea .socialBox,
	.bannerArea .scrollDown,
	.bannerArea .slick-arrow {
		display: none !important;
	}
}

.aboutArea {
	padding: 100px 0 0;
}
@media (max-width: 768px) {
	.aboutArea {
		padding: 60px 0;
	}
}
@media (max-width: 600px) {
	.aboutArea {
		padding: 30px 0;
	}
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 180px;
}
@media (max-width: 960px) {
	.aboutArea .aboutBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 1180px) {
	.aboutArea .aboutBox {
		gap: 100px;
	}
}
@media (max-width: 960px) {
	.aboutArea .aboutBox {
		gap: 60px;
	}
}
.aboutArea .titleBox {
	max-height: 280px;
	margin-left: 90px;
}
.aboutArea .titleBox .titleWrap::before {
	left: 60%;
}
@media (max-width: 960px) {
	.aboutArea .titleBox {
		margin-left: 0;
	}
}
.aboutArea .titleBox .title {
	text-align: left;
}
.aboutArea .ImgBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 70px;
}
@media (max-width: 1180px) {
	.aboutArea .ImgBox {
		gap: 30px;
	}
}
@media (max-width: 960px) {
	.aboutArea .ImgBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.aboutArea .Img {
	width: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	max-width: 320px;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1380px) {
	.aboutArea .Img {
		width: 40%;
	}
}
@media (max-width: 1180px) {
	.aboutArea .Img {
		width: 45%;
	}
}
@media (max-width: 450px) {
	.aboutArea .Img {
		width: 35%;
	}
}
.aboutArea .Img .decoBox {
	width: 260px;
	height: 220px;
	background-color: #dedede;
	position: absolute;
	left: -50px;
	top: -45px;
	z-index: -1;
}
@media (max-width: 960px) {
	.aboutArea .Img .decoBox {
		left: -20px;
	}
}
@media (max-width: 600px) {
	.aboutArea .Img .decoBox {
		width: 140px;
		height: 120px;
		left: -10px;
	}
}
.aboutArea .Img.Img2 {
	margin-top: -30px;
}
@media (max-width: 960px) {
	.aboutArea .Img.Img2 {
		margin-top: 0;
	}
}
.aboutArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.aboutArea .Txt {
	width: 100%;
	margin-bottom: 40px;
	margin-left: 100px;
	max-width: 357px;
}
@media (max-width: 1600px) {
	.aboutArea .Txt {
		margin-left: 0px;
	}
}
@media (max-width: 960px) {
	.aboutArea .Txt {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 450px) {
	.aboutArea .Txt {
		margin-bottom: 20px;
	}
}
.aboutArea .Txt .titleBox {
	margin-bottom: 60px;
}
@media (max-width: 450px) {
	.aboutArea .Txt .titleBox {
		margin-bottom: 30px;
	}
}
.aboutArea .Txt .textEditor {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 3.2px;
	color: #7e7e7e;
	font-family: "Noto Serif TC", serif;
}
@media (max-width: 960px) {
	.aboutArea .Txt .textEditor {
		text-align: center;
	}
}
.aboutArea .Txt .btnBox {
	margin-top: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 768px) {
	.aboutArea .Txt .btnBox {
		margin-top: 20px;
	}
}

.roomArea {
	padding: 50px 0 100px;
	background-color: #efefef;
}
@media (max-width: 768px) {
	.roomArea {
		padding: 40px 0 60px;
	}
}
.roomArea .roomBox {
	padding-bottom: 20px;
}
.roomArea .roomList {
	padding-top: 20px;
}
@media (max-width: 768px) {
	.roomArea .roomList {
		padding-top: 10px;
	}
}
.roomArea .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 1180px) {
	.roomArea .item {
		-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;
	}
}
.roomArea .Img {
	width: 60%;
}
.roomArea .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1180px) {
	.roomArea .Img {
		width: 100%;
		max-width: 630px;
		margin: 0 auto 10px;
	}
}
.roomArea .Txt {
	width: 40%;
	padding: 0px 0px 30px 75px;
}
@media (max-width: 1180px) {
	.roomArea .Txt {
		width: 100%;
		max-width: 630px;
		padding: 0 0 20px;
	}
}
.roomArea .Txt .classTitle {
	font-size: 18px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
@media (max-width: 1180px) {
	.roomArea .Txt .classTitle {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.roomArea .Txt .classTitle {
		font-size: 15px;
	}
}
.roomArea .Txt .title {
	opacity: 0;
	padding-bottom: 10px;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
@media (max-width: 768px) {
	.roomArea .Txt .title {
		padding-bottom: 5px;
	}
}
.roomArea .Txt .title a {
	display: block;
	font-size: 28px;
	font-weight: 400;
}
@media (max-width: 1180px) {
	.roomArea .Txt .title a {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.roomArea .Txt .title a {
		font-size: 22px;
	}
}
.roomArea .Txt .text {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0;
	padding-top: 15px;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
@media (max-width: 768px) {
	.roomArea .Txt .text {
		padding-top: 10px;
	}
}
.roomArea .Txt .btnBox {
	margin-top: 30px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	-webkit-transition-delay: 0.25s;
	        transition-delay: 0.25s;
}
.roomArea .Txt.show .classTitle,
.roomArea .Txt.show .title,
.roomArea .Txt.show .text,
.roomArea .Txt.show .btnBox {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.newsArea {
	padding: 50px 0;
}
.newsArea .newsBox {
	position: relative;
	padding: 20px 0;
}
.newsArea .slick-list {
	padding: 30px 0;
}
@media (max-width: 1180px) {
	.newsArea .slick-list {
		padding: 0;
	}
}
.newsArea .slick-slide:not(.slick-active) {
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newsArea .newsItem {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 0;
}
.newsArea .newsItem::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #78c6e0;
	position: absolute;
	right: 0;
	bottom: -1px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
@media (min-width: 1181px) {
	.newsArea .newsItem:hover::before {
		width: 100%;
		left: 0;
		right: auto;
	}
	.newsArea .newsItem:hover .Img {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
	.newsArea .newsItem:hover .title a {
		color: #78c6e0;
	}
	.newsArea .newsItem:hover .plusArrow {
		border-color: #78c6e0;
		background-color: #78c6e0;
	}
	.newsArea .newsItem:hover .plusArrow i {
		color: #fff;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsItem {
		padding: 20px 0;
	}
}
@media (max-width: 480px) {
	.newsArea .newsItem {
		padding: 15px 0;
	}
}
.newsArea .item {
	position: relative;
	cursor: pointer;
}
.newsArea .Img {
	width: 320px;
	display: block;
	position: absolute;
	right: 200px;
	top: -60px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: translateX(-20px);
	        transform: translateX(-20px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9;
}
.newsArea .Img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (max-width: 960px) {
	.newsArea .Img {
		display: none;
	}
}
.newsArea .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 480px) {
	.newsArea .Txt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.newsArea .newsInfoBox {
	border-right: 1px solid #ccc;
	padding: 0 50px;
	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;
}
.newsArea .newsInfoBox .dateBox {
	text-align: center;
}
.newsArea .newsInfoBox .dateBox .date {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
.newsArea .newsInfoBox .dateBox .year {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
@media (max-width: 1440px) {
	.newsArea .newsInfoBox {
		padding: 0 30px;
	}
}
@media (max-width: 1180px) {
	.newsArea .newsInfoBox {
		padding: 0 20px;
	}
	.newsArea .newsInfoBox .dateBox .date {
		font-size: 44px;
	}
	.newsArea .newsInfoBox .dateBox .year {
		font-size: 13px;
		letter-spacing: 0.3px;
	}
}
@media (max-width: 640px) {
	.newsArea .newsInfoBox {
		padding: 0 10px;
	}
	.newsArea .newsInfoBox .dateBox .date {
		font-size: 40px;
	}
	.newsArea .newsInfoBox .dateBox .year {
		font-size: 12px;
		letter-spacing: 0px;
	}
}
@media (max-width: 480px) {
	.newsArea .newsInfoBox {
		width: 100%;
		border: none;
		padding: 0 10px 5px;
	}
	.newsArea .newsInfoBox .dateBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.newsArea .newsInfoBox .dateBox .date {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 1.2;
		font-weight: 500;
	}
	.newsArea .newsInfoBox .dateBox .date::before {
		content: ".";
	}
	.newsArea .newsInfoBox .dateBox .year {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 1.2;
	}
}
.newsArea .textBox {
	height: 110px;
	width: 100%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	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-left: 50px;
}
@media (max-width: 1440px) {
	.newsArea .textBox {
		padding: 0 60px 0 30px;
	}
}
@media (max-width: 1180px) {
	.newsArea .textBox {
		height: 100px;
		padding: 0 30px;
	}
}
@media (max-width: 768px) {
	.newsArea .textBox {
		height: 95px;
		padding: 0 0px 0 20px;
	}
}
@media (max-width: 480px) {
	.newsArea .textBox {
		height: 90px;
		padding: 0 10px;
	}
}
.newsArea .textBox .classTitle {
	min-width: 86px;
	height: 25px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #78c6e0;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 10px;
	padding: 0 15px;
}
@media (max-width: 1180px) {
	.newsArea .textBox .classTitle {
		margin-bottom: 5px;
	}
}
@media (max-width: 768px) {
	.newsArea .textBox .classTitle {
		margin-bottom: 0px;
	}
}
.newsArea .textBox .title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	padding-right: 100px;
}
.newsArea .textBox .title.ellipsis {
	height: 45px;
	overflow: hidden;
}
@media (max-width: 1440px) {
	.newsArea .textBox .title {
		padding-right: 0;
	}
}
@media (max-width: 1180px) {
	.newsArea .textBox .title {
		font-size: 22px;
		margin-bottom: 0;
	}
	.newsArea .textBox .title.ellipsis {
		height: 40px;
	}
}
@media (max-width: 768px) {
	.newsArea .textBox .title {
		font-size: 20px;
	}
	.newsArea .textBox .title.ellipsis {
		height: 36px;
	}
}
.newsArea .textBox .text {
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.5;
}
.newsArea .textBox .text.ellipsis {
	height: 22px;
	overflow: hidden;
}
.newsArea .plusArrow {
	position: absolute;
	width: 50px;
	height: 50px;
	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;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	right: 50px;
	top: 50%;
	margin-top: -25px;
}
.newsArea .plusArrow i {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
	.newsArea .plusArrow {
		right: 0px;
	}
}
@media (max-width: 1180px) {
	.newsArea .plusArrow {
		display: none;
	}
}
.newsArea .linkWrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.catalogArea {
	padding: 150px 0;
	overflow: hidden;
	background-image: url("../images/catalogbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 768px) {
	.catalogArea {
		padding: 100px 0;
	}
}
@media (max-width: 400px) {
	.catalogArea {
		padding: 80px 0;
	}
}
.catalogArea .wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	max-width: 100%;
	gap: 40px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 768px) {
	.catalogArea .wrap2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.catalogArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 70px;
}
@media (max-width: 768px) {
	.catalogArea .wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
}
.catalogArea .wrap > .btnBox {
	margin: 0;
}
@media (min-width: 1181px) {
	.catalogArea .wrap > .btnBox:hover .circle {
		border: 2px solid #78c6e0;
	}
	.catalogArea .wrap > .btnBox:hover .circle .arrow {
		border-right: 2px solid #78c6e0;
		border-bottom: 2px solid #78c6e0;
	}
	.catalogArea .wrap > .btnBox:hover .btn {
		color: #78c6e0;
	}
}
@media (max-width: 768px) {
	.catalogArea .wrap > .btnBox {
		display: none;
	}
}
.catalogArea .wrap > .btnBox .btn {
	color: #9e9e9e;
}
.catalogArea .wrap > .btnBox .circle {
	border: 2px solid #9e9e9e;
}
.catalogArea .wrap > .btnBox .circle .arrow {
	border-right: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}
.catalogArea .wrap .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.catalogArea .wrap .arrowBox .btnBox {
	margin: 0;
	cursor: pointer;
}
@media (min-width: 1181px) {
	.catalogArea .wrap .arrowBox .btnBox:hover .circle {
		border: 2px solid #78c6e0;
	}
	.catalogArea .wrap .arrowBox .btnBox:hover .circle .arrow {
		border-right: 2px solid #78c6e0;
		border-bottom: 2px solid #78c6e0;
	}
}
.catalogArea .wrap .arrowBox .prev .circle {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.catalogArea .wrap .arrowBox .circle {
	border: 2px solid #9e9e9e;
	width: 60px;
	height: 60px;
}
.catalogArea .wrap .arrowBox .circle .arrow {
	border-right: 2px solid #9e9e9e;
	border-bottom: 2px solid #9e9e9e;
}
.catalogArea .wrap .arrowBox .indexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #9e9e9e;
	gap: 8px;
	font-size: 17px;
	font-family: "Cormorant Garamond", serif;
}
.catalogArea .wrap .arrowBox .indexBox .line {
	width: 35px;
	height: 1px;
	background-color: #9e9e9e;
}
.catalogArea .titleBox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
	margin-left: 18%;
}
@media (max-width: 1280px) {
	.catalogArea .titleBox {
		margin-left: 10%;
	}
}
@media (max-width: 1180px) {
	.catalogArea .titleBox {
		margin-left: 10%;
	}
}
@media (max-width: 768px) {
	.catalogArea .titleBox {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-column-gap: 70px;
		   -moz-column-gap: 70px;
		        column-gap: 70px;
		row-gap: 10px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (max-width: 660px) {
	.catalogArea .titleBox {
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
}
.catalogArea .titleBox > .btnBox {
	display: none;
	margin: 0;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.catalogArea .titleBox > .btnBox .btn {
	color: #dcdcdc;
}
.catalogArea .titleBox > .btnBox .circle {
	border: 1px solid #dcdcdc;
}
.catalogArea .titleBox > .btnBox .circle .arrow {
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}
@media (max-width: 768px) {
	.catalogArea .titleBox > .btnBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.catalogArea .titleBox .titleWrap {
	-webkit-transform: translateX(23%);
	        transform: translateX(23%);
}
@media (max-width: 768px) {
	.catalogArea .titleBox .titleWrap {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
.catalogArea .titleBox .titleWrap::before {
	background-image: url("../images/deco2.png");
	left: 30px;
}
.catalogArea .titleBox .titleWrap .title,
.catalogArea .titleBox .titleWrap .decoTitle {
	color: #fff;
}
.catalogArea .titleBox .subtitle {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	color: #a5a5a5;
	-webkit-transform: translateX(4px);
	        transform: translateX(4px);
}
.catalogArea .unClick {
	pointer-events: none;
}
.catalogArea .catalogBox {
	width: calc(100% + 50vw - 65%);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	padding-bottom: 20px;
	margin-right: -350px;
}
@media (max-width: 1280px) {
	.catalogArea .catalogBox {
		margin-right: -250px;
	}
}
@media (max-width: 840px) {
	.catalogArea .catalogBox {
		margin-right: -200px;
	}
}
@media (max-width: 768px) {
	.catalogArea .catalogBox {
		margin-right: 0px;
		width: 100%;
	}
}
.catalogArea .catalogBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.catalogList {
	margin: 0 -30px;
	position: relative;
}
.catalogList:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalogList:not(.slick-slider) .catalogItem {
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 1180px) {
	.catalogList {
		margin: 0 -20px;
	}
}
@media (max-width: 768px) {
	.catalogList {
		margin: 0 0px;
	}
}
.catalogList .catalogItem {
	padding: 0 20px;
}
@media (max-width: 768px) {
	.catalogList .catalogItem {
		padding: 0 80px;
	}
}
@media (max-width: 500px) {
	.catalogList .catalogItem {
		padding: 0 50px;
	}
}
@media (max-width: 420px) {
	.catalogList .catalogItem {
		padding: 0 30px;
	}
}
@media (max-width: 360px) {
	.catalogList .catalogItem {
		padding: 0 20px;
	}
}
.catalogList .item {
	position: relative;
	overflow: hidden;
	padding: 30px;
	background-color: #fff;
}
@media (min-width: 1181px) {
	.catalogList .item:hover .title a {
		color: #78c6e0;
	}
	.catalogList .item:hover .btnBox .btn {
		color: #78c6e0;
	}
	.catalogList .item:hover .btnBox .circle {
		background-color: #78c6e0;
		border: 1px solid #78c6e0;
	}
	.catalogList .item:hover .btnBox .circle .arrow {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.catalogList .item:hover .Img::after {
		opacity: 1;
	}
}
@media (max-width: 1180px) {
	.catalogList .item {
		padding: 20px;
	}
}
.catalogList .Img {
	border: 1px solid #ccc;
	position: relative;
}
.catalogList .Img::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 3;
	opacity: 1;
	opacity: 0;
}
.catalogList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.catalogList .tagBox {
	padding: 0;
}
.catalogList .tagBox li {
	background-color: #191717;
	color: #fff;
	padding: 3px 7px;
	font-size: 15px;
	font-weight: 700;
	margin-right: 5px;
	letter-spacing: 2.25px;
}
@media (max-width: 768px) {
	.catalogList .tagBox li {
		font-size: 12px;
	}
}
.catalogList .Txt {
	position: relative;
	padding: 20px 0 10px;
	text-align: left;
}
@media (max-width: 1180px) {
	.catalogList .Txt {
		padding: 10px 0 0px;
	}
}
.catalogList .Txt .title {
	font-size: 23px;
	letter-spacing: 1.84px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 10px;
	font-weight: 700;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 840px) {
	.catalogList .Txt .title {
		font-size: 18px;
	}
}
.catalogList .Txt .title a {
	display: block;
}
.catalogList .Txt .text {
	font-size: 16px;
}
.catalogList .Txt .text.ellipsis {
	height: 75px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.catalogList .Txt .text {
		font-size: 14px;
	}
	.catalogList .Txt .text.ellipsis {
		height: 70px;
	}
}
.catalogList .Txt .btnBox {
	margin: 0;
}
.catalogList .Txt .btnBox .circle {
	width: 30px;
	height: 30px;
}
.catalogList .Txt .btnBox .circle .arrow {
	width: 5px;
	height: 5px;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
}

.facArea {
	background-color: #EFEFEF;
	padding: 50px 0 80px;
	overflow: hidden;
	width: 100%;
}
@media (max-width: 768px) {
	.facArea {
		padding: 30px 0 20px;
	}
}
@media (max-width: 1180px) {
	.facArea .wrap {
		padding: 0 30px;
	}
}
@media (max-width: 768px) {
	.facArea .wrap {
		padding: 0 20px;
	}
}
.facArea .facBox {
	overflow: hidden;
	width: calc(100% + 50vw - 50%);
}
@media (max-width: 768px) {
	.facArea .facBox {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		overflow: visible;
	}
}
.facArea .controlBox {
	width: 100%;
	padding-left: 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 768px) {
	.facArea .controlBox {
		height: 50px;
		margin-bottom: 30px;
		padding: 0 40px;
	}
}
@media (max-width: 400px) {
	.facArea .controlBox {
		height: 20px;
	}
}
.facArea .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50px;
}
.facArea .arrowBox .slick-arrow {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(0);
	        transform: translate(0);
}
@media (min-width: 769px) {
	.facArea .arrowBox .slick-arrow + .slick-arrow {
		margin-left: 20px;
	}
}
@media (max-width: 768px) {
	.facArea .arrowBox {
		width: 100%;
		position: absolute;
		left: 0;
	}
	.facArea .arrowBox .slick-arrow {
		position: absolute;
		left: -10px;
	}
	.facArea .arrowBox .slick-arrow.slick-next {
		left: auto;
		right: -10px;
	}
}
@media (max-width: 400px) {
	.facArea .arrowBox {
		display: none;
	}
}
.facArea .dotsBox {
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 769px) {
	.facArea .dotsBox {
		padding-left: 30px;
	}
}
@media (max-width: 768px) {
	.facArea .dotsBox {
		width: 100%;
	}
}
.facArea .slick-dots {
	position: relative;
	bottom: 0;
}
@media (max-width: 768px) {
	.facArea .slick-dots {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.facList {
	width: 100%;
	position: relative;
	padding: 20px 120px 0px 0;
}
@media (max-width: 768px) {
	.facList {
		padding: 20px 0 0;
	}
}
.facList .slick-list {
	overflow: visible;
}
@media (max-width: 400px) {
	.facList .slick-list {
		overflow: hidden;
	}
}
.facList .facItem {
	padding: 0 20px;
}
@media (min-width: 1181px) and (min-width: 1181px) {
	.facList .facItem:hover .Txt {
		background-color: rgba(0, 0, 0, 0.35);
		padding-bottom: 240px;
		-webkit-transition: all 0.5s 0s ease-out;
		transition: all 0.5s 0s ease-out;
		pointer-events: auto;
	}
	.facList .facItem:hover .Txt .text {
		opacity: 1;
		position: absolute;
		bottom: 165px;
		left: auto;
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
		-webkit-transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
		transition: opacity 0.3s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
		transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out;
		transition: opacity 0.3s 0.3s ease-in-out, transform 0.5s 0.3s ease-in-out, -webkit-transform 0.5s 0.3s ease-in-out;
	}
}
@media (max-width: 1180px) {
	.facList .facItem {
		padding: 0 15px;
	}
}
@media (max-width: 400px) {
	.facList .facItem {
		padding: 0 5px;
	}
}
.facList .item {
	width: 100%;
	max-width: 400px;
	position: relative;
}
.facList .Img {
	position: relative;
	width: 100%;
}
.facList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.facList .Txt {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	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: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px 20px 50px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all 0.5s 0s ease-out;
	transition: all 0.5s 0s ease-out;
	z-index: 1;
}
.facList .Txt a {
	pointer-events: auto;
}
@media (max-width: 1180px) {
	.facList .Txt {
		height: auto;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.35);
		-webkit-box-align: unset;
		    -ms-flex-align: unset;
		        align-items: unset;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding: 20px 20px 30px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 640px) {
	.facList .Txt {
		width: 100%;
		padding: 20px 20px 30px;
	}
}
.facList .title {
	width: 100%;
	max-width: 400px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}
.facList .title a {
	color: #fff;
	display: block;
}
@media (min-width: 1181px) {
	.facList .title a:hover {
		color: #78c6e0;
	}
}
@media (max-width: 1180px) {
	.facList .title {
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.facList .title {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.facList .title {
		font-size: 24px;
		font-weight: 500;
	}
}
.facList .text {
	width: 100%;
	height: 75px;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	opacity: 0;
	padding: 0 20px;
	position: absolute;
	bottom: 165px;
	left: auto;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: opacity 0.3s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: opacity 0.3s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
@media (max-width: 1180px) {
	.facList .text {
		width: 100%;
		max-height: 75px;
		height: auto;
		bottom: 0;
		margin-top: 10px;
		padding: 0;
		position: relative;
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
		opacity: 1;
	}
}
.facList .linkWrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 1440px) {
	.facList .linkWrap {
		display: none;
	}
}
.facList .btnBox {
	margin-top: 20px;
}
@media (min-width: 1181px) {
	.facList .btnBox {
		display: none;
	}
}

.linkArea {
	text-align: center;
	overflow: hidden;
	padding: 100px 0;
}
@media (max-width: 768px) {
	.linkArea {
		padding: 60px 0 100px;
	}
}
@media (max-width: 600px) {
	.linkArea {
		padding: 30px 0 100px;
	}
}
.linkArea .titleBox {
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 768px) {
	.linkArea .titleBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.linkArea .titleBox .titleWrap::before {
	left: 30px;
}
.linkArea .titleBox .decoTitle {
	left: 60px;
}
@media (max-width: 768px) {
	.linkArea .titleBox .decoTitle {
		left: 60%;
	}
}
.linkArea .titleBox > .btnBox {
	display: none;
	margin: 0;
}
@media (max-width: 1180px) {
	.linkArea .titleBox > .btnBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.linkArea .titleBox .line {
	height: 1px;
	width: 135px;
	background-color: #78c6e0;
	margin-left: 35px;
}
@media (max-width: 1180px) {
	.linkArea .titleBox .line {
		display: none;
	}
}
.linkArea .btnBox {
	margin-left: 40px;
}

.linkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.linkList .linkItem {
	position: relative;
}
.linkList .linkItem .number {
	color: #78c6e0;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -40px;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
}
.linkList .item {
	position: relative;
	max-width: 250px;
}
@media (min-width: 1181px) {
	.linkList .item:hover .Img1::after {
		background-color: transparent;
	}
	.linkList .item:hover .Img2 {
		-webkit-filter: invert(1);
		        filter: invert(1);
	}
	.linkList .item:hover .ImgWrap {
		-webkit-box-shadow: inset 0 0 0 15px black;
		        box-shadow: inset 0 0 0 15px black;
	}
	.linkList .item:hover .ImgBox {
		outline: 1px solid #000;
	}
}
.linkList .ImgWrap {
	padding: 15px;
	border: 1px solid #ccc;
}
.linkList .ImgBox {
	position: relative;
	outline: 1px solid #ccc;
}
.linkList .Img {
	width: 100%;
}
.linkList .Img.Img1 {
	position: relative;
	z-index: 1;
}
.linkList .Img.Img1 img {
	-webkit-filter: brightness(0.5);
	        filter: brightness(0.5);
}
.linkList .Img.Img1::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	display: block;
	top: 0;
	left: 0;
}
.linkList .Img.Img2 {
	position: absolute;
	max-width: 65px;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.linkList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkList .Txt {
	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;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 0;
}
.linkList .Txt .title {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: 1.44px;
}
.linkList .Txt .title a {
	display: block;
}
.linkList .Txt .textEditor {
	font-size: 14px;
	color: #7e7e7e;
}

@media (max-width: 1180px) {
	.linkBox {
		display: none;
	}
}

.linkBox2 {
	display: none;
	position: relative;
}
@media (max-width: 1180px) {
	.linkBox2 {
		display: block;
	}
}
.linkBox2 .arrowBox {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	bottom: 0px;
	pointer-events: none;
}
@media (max-width: 440px) {
	.linkBox2 .arrowBox {
		bottom: -60px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 20px;
	}
}
.linkBox2 .arrowBox .btnBox {
	margin: 0;
}
.linkBox2 .arrowBox .btnBox .circle {
	width: 60px;
	height: 60px;
	pointer-events: all;
}
.linkBox2 .arrowBox .prev .circle {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.linkBox2 .linkList2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.linkBox2 .linkList2 .slick-list {
	padding: 40px 0 0;
}
.linkBox2 .linkList2 .slick-current .item .Img1::after {
	background-color: transparent;
}
.linkBox2 .linkList2 .slick-current .item .Img2 {
	-webkit-filter: invert(1);
	        filter: invert(1);
}
.linkBox2 .linkList2 .slick-current .item .ImgWrap {
	-webkit-box-shadow: inset 0 0 0 15px black;
	        box-shadow: inset 0 0 0 15px black;
}
.linkBox2 .linkList2 .slick-current .item .ImgBox {
	outline: 1px solid #000;
}
.linkBox2 .linkList2 .linkItem {
	position: relative;
	padding: 0 30px;
}
@media (max-width: 768px) {
	.linkBox2 .linkList2 .linkItem {
		padding: 0 40px;
	}
}
@media (max-width: 680px) {
	.linkBox2 .linkList2 .linkItem {
		padding: 0;
	}
}
.linkBox2 .linkList2 .linkItem .number {
	color: #78c6e0;
	font-size: 16px;
	position: absolute;
	top: -40px;
	font-weight: 600;
	font-family: "Noto Serif TC", serif;
}
@media (max-width: 1000px) {
	.linkBox2 .linkList2 .linkItem .number {
		font-size: 25px;
	}
}
@media (max-width: 680px) {
	.linkBox2 .linkList2 .linkItem .number {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.linkBox2 .linkList2 .item {
	position: relative;
}
@media (min-width: 1181px) {
	.linkBox2 .linkList2 .item:hover .Img1::after {
		background-color: transparent;
	}
	.linkBox2 .linkList2 .item:hover .Img2 {
		-webkit-filter: invert(1);
		        filter: invert(1);
	}
	.linkBox2 .linkList2 .item:hover .ImgWrap {
		-webkit-box-shadow: inset 0 0 0 15px black;
		        box-shadow: inset 0 0 0 15px black;
	}
	.linkBox2 .linkList2 .item:hover .ImgBox {
		outline: 1px solid #000;
	}
}
.linkBox2 .linkList2 .ImgWrap {
	padding: 15px;
	border: 1px solid #ccc;
}
.linkBox2 .linkList2 .ImgBox {
	position: relative;
	outline: 1px solid #ccc;
}
.linkBox2 .linkList2 .Img {
	width: 100%;
}
.linkBox2 .linkList2 .Img.Img1 {
	position: relative;
	z-index: 1;
}
.linkBox2 .linkList2 .Img.Img1 img {
	-webkit-filter: brightness(0.5);
	        filter: brightness(0.5);
}
.linkBox2 .linkList2 .Img.Img1::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	display: block;
	top: 0;
	left: 0;
}
.linkBox2 .linkList2 .Img.Img2 {
	position: absolute;
	max-width: 65px;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.linkBox2 .linkList2 .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkBox2 .linkList2 .Txt {
	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;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px 0;
}
.linkBox2 .linkList2 .Txt .title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: 1.44px;
}
.linkBox2 .linkList2 .Txt .title a {
	display: block;
}
.linkBox2 .linkList2 .Txt .textEditor {
	font-size: 14px;
	color: #7e7e7e;
	padding: 0 20px;
}
@media (max-width: 440px) {
	.linkBox2 .linkList2 .Txt .textEditor {
		padding: 0;
	}
}

.contactArea .wrap {
	max-width: 100%;
	padding: 0;
}
.contactArea .contactBox {
	width: 100%;
}
.contactArea .contactBox .contactItem {
	width: 100%;
}
.contactArea .contactBox .contactItem .item {
	width: 100%;
	position: relative;
}
.contactArea .contactBox .contactItem .item .Img {
	width: 100%;
	position: relative;
	min-height: 536px;
	overflow: hidden;
	aspect-ratio: 1920/646;
}
@media (max-width: 600px) {
	.contactArea .contactBox .contactItem .item .Img {
		min-height: 436px;
	}
}
.contactArea .contactBox .contactItem .item .Img::after {
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2e384a;
	position: absolute;
	z-index: 2;
	opacity: 0.69;
}
.contactArea .contactBox .contactItem .item .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.contactArea .contactBox .contactItem .item .titleBox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 3;
	gap: 70px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1000px) {
	.contactArea .contactBox .contactItem .item .titleBox {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 50px;
		   -moz-column-gap: 50px;
		        column-gap: 50px;
		row-gap: 10px;
		width: 80%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 600px) {
	.contactArea .contactBox .contactItem .item .titleBox {
		margin-bottom: 0;
	}
}
@media (max-width: 440px) {
	.contactArea .contactBox .contactItem .item .titleBox {
		width: 90%;
	}
}
@media (max-width: 390px) {
	.contactArea .contactBox .contactItem .item .titleBox {
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .titleWrap::before {
	left: 30px;
	z-index: 0;
	background-image: url("../images/deco2.png");
}
@media (max-width: 1000px) {
	.contactArea .contactBox .contactItem .item .titleBox .titleWrap::before {
		top: -20px;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .title {
	color: #fff;
}
.contactArea .contactBox .contactItem .item .titleBox .subtitle {
	color: #fff;
	text-align: left;
	min-width: 225px;
}
.contactArea .contactBox .contactItem .item .titleBox .subtitle br {
	display: none;
}
@media (max-width: 768px) {
	.contactArea .contactBox .contactItem .item .titleBox .subtitle {
		min-width: 0;
		word-break: break-word;
		white-space: normal;
		max-width: 50%;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		min-width: 0;
	}
}
@media (max-width: 520px) {
	.contactArea .contactBox .contactItem .item .titleBox .subtitle {
		max-width: 60%;
	}
}
@media (max-width: 330px) {
	.contactArea .contactBox .contactItem .item .titleBox .subtitle {
		max-width: 55%;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .decoTitle {
	position: relative;
	color: #fff;
	z-index: 3;
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox {
	position: relative;
	margin-left: 40px;
}
@media (max-width: 1000px) {
	.contactArea .contactBox .contactItem .item .titleBox .btnBox {
		margin: 0;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap {
	width: 205px;
	height: 205px;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 50%;
	z-index: 1;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 768px) {
	.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap {
		width: 160px;
		height: 160px;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap::before {
	content: "";
	width: 180px;
	height: 180px;
	border: 1px solid #3f3f3f;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-clip-path: inset(0 0 60% 0);
	        clip-path: inset(0 0 60% 0);
}
@media (max-width: 768px) {
	.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap::before {
		width: 140px;
		height: 140px;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap::after {
	content: "";
	width: 180px;
	height: 180px;
	border: 1px solid #3f3f3f;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-clip-path: inset(60% 0 0 0);
	        clip-path: inset(60% 0 0 0);
}
@media (max-width: 768px) {
	.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap::after {
		width: 140px;
		height: 140px;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap img {
	width: 25px;
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap .arrow {
	width: 13px;
	height: 13px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap .arrow {
		width: 10px;
		height: 10px;
	}
}
.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap .btn {
	color: #fff;
	margin: 5px 0 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.44px;
}
@media (max-width: 768px) {
	.contactArea .contactBox .contactItem .item .titleBox .btnBox .circleWrap .btn {
		font-size: 15px;
		margin: 5px 0 20px;
	}
}

.linkWrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.serviceArea .wrap {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	gap: 100px;
	overflow: hidden;
}
@media (max-width: 1000px) {
	.serviceArea .wrap {
		gap: 50px;
	}
}
@media (max-width: 768px) {
	.serviceArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 50px;
	}
}
.serviceArea .wrap .titleBox {
	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;
	margin-left: 15%;
	margin-top: 20px;
}
@media (max-width: 1440px) {
	.serviceArea .wrap .titleBox {
		margin-left: 10%;
	}
}
@media (max-width: 1000px) {
	.serviceArea .wrap .titleBox {
		margin-left: 4%;
	}
}
@media (max-width: 768px) {
	.serviceArea .wrap .titleBox {
		margin-left: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 70px;
		   -moz-column-gap: 70px;
		        column-gap: 70px;
		margin-bottom: 0;
	}
}
@media (max-width: 400px) {
	.serviceArea .wrap .titleBox {
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
}
.serviceArea .wrap .titleBox .titleWrap {
	-webkit-transform: translateX(23%);
	        transform: translateX(23%);
}
@media (max-width: 768px) {
	.serviceArea .wrap .titleBox .titleWrap {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
		display: none;
	}
}
.serviceArea .wrap .titleBox .titleWrap::before {
	left: 30px;
}
.serviceArea .wrap .titleBox .titleWrap2 {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media (max-width: 768px) {
	.serviceArea .wrap .titleBox .titleWrap2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.serviceArea .wrap .titleBox .titleWrap2 > .titleWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.serviceArea .wrap .titleBox .titleWrap2 .btnBox {
	width: auto;
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 110px;
}
.serviceArea .wrap .titleBox .titleWrap2 .btnBox .circle {
	margin-left: 0;
}
.serviceArea .wrap .titleBox .line {
	height: 135px;
	width: 1px;
	background-color: #78c6e0;
	margin-left: 9px;
}
@media (max-width: 960px) {
	.serviceArea .wrap .titleBox .line {
		display: none;
	}
}
.serviceArea .wrap .titleBox .subtitle {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	margin-top: 22px;
	-webkit-transform: translateX(4px);
	        transform: translateX(4px);
}
@media (max-width: 768px) {
	.serviceArea .wrap .titleBox .subtitle {
		text-align: left;
		max-height: 320px;
		margin-top: 0;
	}
}
.serviceArea .wrap .titleBox .btnBox {
	margin-top: 90px;
}
@media (max-width: 960px) {
	.serviceArea .wrap .titleBox .btnBox {
		margin-top: 50px;
	}
}
@media (max-width: 768px) {
	.serviceArea .wrap .titleBox .btnBox {
		width: 100%;
		margin-top: 0;
		position: relative;
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
		display: none;
	}
}
@media (max-width: 840px) {
	.serviceArea .wrap .titleBox .btnBox .circle {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 768px) {
	.serviceArea .wrap .titleBox .btnBox .circle {
		margin-left: 33%;
	}
}
.serviceArea .serviceBox {
	margin-left: auto;
}
.serviceArea .serviceBox .serviceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.serviceArea .serviceBox .serviceItem {
	height: 25%;
}
.serviceArea .serviceBox .item {
	position: relative;
	height: 100%;
}
@media (min-width: 1181px) {
	.serviceArea .serviceBox .item:hover .Img::before {
		opacity: 0;
	}
	.serviceArea .serviceBox .item:hover .Img::after {
		opacity: 1;
	}
	.serviceArea .serviceBox .item:hover .Txt .title a {
		color: #fff;
	}
	.serviceArea .serviceBox .item:hover .Txt .btnBox .btn2 {
		background-color: #78c6e0;
		border: 1px solid #78c6e0;
	}
	.serviceArea .serviceBox .item:hover .Txt .btnBox .btn2 .arrow {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.serviceArea .serviceBox .item .Txt {
	position: absolute;
	z-index: 2;
	left: 8%;
	bottom: 16%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 45px;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .item .Txt {
		left: 24px;
		bottom: 50px;
		gap: 30px;
	}
}
.serviceArea .serviceBox .item .Txt .title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2.4px;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .item .Txt .title {
		font-size: 20px;
	}
}
.serviceArea .serviceBox .item .Txt .btnBox {
	margin: 0;
}
.serviceArea .serviceBox .item .Txt .btnBox .btn2 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	position: relative;
	border: 1px solid #808080;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .item .Txt .btnBox .btn2 {
		width: 20px;
		height: 20px;
		border: 2px solid #808080;
	}
}
.serviceArea .serviceBox .item .Txt .btnBox .btn2 .arrow {
	width: 5px;
	height: 5px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	z-index: 1;
	-webkit-transform: translate(-60%, -50%) rotate(-45deg);
	        transform: translate(-60%, -50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .item .Txt .btnBox .btn2 .arrow {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}
.serviceArea .serviceBox .item .Img {
	position: relative;
	overflow: hidden;
	height: 100%;
}
@media (max-width: 768px) {
	.serviceArea .serviceBox .item .Img {
		height: 275px;
	}
}
@media (max-width: 540px) {
	.serviceArea .serviceBox .item .Img {
		height: 200px;
	}
}
@media (max-width: 400px) {
	.serviceArea .serviceBox .item .Img {
		height: 160px;
	}
}
.serviceArea .serviceBox .item .Img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(rgba(255, 255, 255, 0.9)), color-stop(50%, transparent));
	background: linear-gradient(to top right, rgba(255, 255, 255, 0.9) 0%, transparent 50%);
	position: absolute;
	z-index: 1;
}
.serviceArea .serviceBox .item .Img::after {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
}
.serviceArea .serviceBox .item .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}

.processArea {
	padding: 100px 0 60px;
	background-image: url("../images/processbg.jpg");
}
.processArea .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	margin-top: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 1181px) {
	.processArea .arrowBox .arrowBtn:not(.slick-disabled):hover .circle {
		border: 1px solid #78c6e0;
	}
	.processArea .arrowBox .arrowBtn:not(.slick-disabled):hover .circle .arrow {
		border-right: 1px solid #78c6e0;
		border-bottom: 1px solid #78c6e0;
	}
}
@media (max-width: 400px) {
	.processArea .arrowBox {
		margin-top: 30px;
	}
}
.processArea .arrowBox .slick-disabled {
	opacity: 0.3;
}
.processArea .arrowBox .btnBox {
	margin: 0;
}
.processArea .arrowBox .prev .circle {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.processArea .arrowBox .circle {
	border: 2px solid #9e9e9e;
	width: 60px;
	height: 60px;
}
.processArea .arrowBox .circle .arrow {
	border-right: 2px solid #9e9e9e;
	border-bottom: 2px solid #9e9e9e;
}
.processArea .arrowBox .indexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #9e9e9e;
	gap: 8px;
	font-size: 17px;
}
.processArea .arrowBox .indexBox .line {
	width: 35px;
	height: 1px;
	background-color: #9e9e9e;
}
.processArea .titleBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 100px;
}
@media (max-width: 768px) {
	.processArea .titleBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 40px;
	}
}
.processArea .titleBox .titleWrap::before {
	left: 30px;
}
.processArea .titleBox .subtitleWrap {
	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: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-transform: translateY(33px);
	        transform: translateY(33px);
}
@media (max-width: 1180px) {
	.processArea .titleBox .subtitleWrap {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
.processArea .titleBox .subtitleWrap .subtitle {
	text-align: left;
	display: inline;
}
@media (max-width: 768px) {
	.processArea .titleBox .subtitleWrap .subtitle {
		text-align: center;
	}
}
.processArea .titleBox .subtitleWrap .text {
	max-width: 390px;
	text-align: left;
}
@media (max-width: 768px) {
	.processArea .titleBox .subtitleWrap .text {
		text-align: center;
	}
}
.processArea .titleBox .line {
	width: 135px;
	height: 1px;
	background-color: #78c6e0;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
@media (max-width: 1180px) {
	.processArea .titleBox .line {
		display: none;
	}
}
.processArea .titleBox .btnBox {
	margin-left: 100px;
}
@media (max-width: 1180px) {
	.processArea .titleBox .btnBox {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.processArea .titleBox .btnBox {
		margin-top: 0;
	}
}
.processArea .Txt {
	text-align: center;
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}
.processArea .Txt .title {
	font-size: 18px;
	letter-spacing: 1.44px;
	font-weight: bold;
}
.processArea .Txt .textEditor {
	white-space: wrap;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.8px;
	color: #7e7e7e;
	margin-top: 20px;
}
.processArea .slick-list {
	padding-top: 20px;
}
@media (max-width: 1180px) {
	.processArea .slick-current .Txt {
		-webkit-clip-path: inset(0 0 0 0);
		        clip-path: inset(0 0 0 0);
	}
	.processArea .slick-current .processItem .item .Img {
		background-color: #78c6e0;
		outline: none;
	}
	.processArea .slick-current .processItem .item .Img .title {
		-webkit-clip-path: inset(0 0 0 100%);
		        clip-path: inset(0 0 0 100%);
	}
	.processArea .slick-current .processItem .item .Img img {
		color: #fff;
	}
	.processArea .slick-current .processItem .item .Img .index {
		color: #fff;
		top: 15%;
	}
	.processArea .slick-current .processItem .item .Img .circle1,
	.processArea .slick-current .processItem .item .Img .circle2,
	.processArea .slick-current .processItem .item .Img .circle3 {
		border: 1px solid #78c6e0;
	}
}
.processArea .slick-slide {
	position: relative;
	padding: 0 15px;
	margin-left: 10px;
}
@media (max-width: 1180px) {
	.processArea .slick-slide {
		padding-top: 40px;
	}
}
.processArea .slick-slide::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #232323;
	border-bottom: 2px solid #232323;
	position: absolute;
	z-index: 1;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	        transform: translate(0, -50%) rotate(-45deg);
	top: 90px;
	right: -10px;
	-webkit-filter: drop-shadow(5px 5px 0 #232323);
	        filter: drop-shadow(5px 5px 0 #232323);
}
@media (max-width: 1180px) {
	.processArea .slick-slide::before {
		top: 130px;
		right: -7px;
	}
}
@media (max-width: 1024px) {
	.processArea .slick-slide::before {
		right: -7px;
	}
}
.processArea .slick-slide:nth-of-type(5)::before {
	display: none;
}
.processArea .processList .processItem {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	text-align: center;
}
.processArea .processList .processItem .Img {
	width: 170px;
	height: 170px;
	outline: 1px solid #858585;
	border-radius: 50%;
	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: relative;
	background-color: #fff;
}
.processArea .processList .processItem .Img .circleBox {
	position: absolute;
}
.processArea .processList .processItem .Img .circleBox .circle1 {
	width: 220px;
	height: 220px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-clip-path: inset(0 0 60% 0);
	        clip-path: inset(0 0 60% 0);
	-webkit-animation: rotateAni 15s linear infinite;
	        animation: rotateAni 15s linear infinite;
}
.processArea .processList .processItem .Img .circleBox .circle2 {
	width: 220px;
	height: 220px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-clip-path: inset(60% 0 0 0);
	        clip-path: inset(60% 0 0 0);
	-webkit-animation: rotateAni 15s linear infinite;
	        animation: rotateAni 15s linear infinite;
}
.processArea .processList .processItem .Img .circleBox .circle3 {
	width: 190px;
	height: 200px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-clip-path: inset(90% 0 0 0);
	        clip-path: inset(90% 0 0 0);
	-webkit-animation: rotateAni 5s linear infinite;
	        animation: rotateAni 5s linear infinite;
}
.processArea .processList .processItem .Img .index {
	position: absolute;
	left: 50%;
	top: 14%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 14px;
	font-weight: bold;
	color: #7e7e7e;
	font-family: "Cormorant Garamond", serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
}
.processArea .processList .processItem .Img .index .indexNum {
	font-size: 12px;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
	font-family: "Noto Serif TC", serif;
}
.processArea .processList .processItem .Img .title {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1.44px;
	font-weight: bold;
}
@media (max-width: 1180px) {
	.processArea .processList .processItem .Img .title {
		display: none;
	}
}
.processArea .processList .processItem .Img svg {
	color: #f5f5f5;
}
.processArea .processList .processItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
}
@media (min-width: 1181px) {
	.processArea .processList .processItem .item:hover .Txt {
		-webkit-clip-path: inset(0 0 0 0);
		        clip-path: inset(0 0 0 0);
	}
	.processArea .processList .processItem .item:hover .Img {
		background-color: #78c6e0;
		outline: none;
	}
	.processArea .processList .processItem .item:hover .Img .title {
		-webkit-clip-path: inset(0 0 0 100%);
		        clip-path: inset(0 0 0 100%);
	}
	.processArea .processList .processItem .item:hover .Img img {
		color: #fff;
	}
	.processArea .processList .processItem .item:hover .Img .index {
		color: #fff;
		top: 15%;
	}
	.processArea .processList .processItem .item:hover .Img .circle1,
	.processArea .processList .processItem .item:hover .Img .circle2,
	.processArea .processList .processItem .item:hover .Img .circle3 {
		border: 1px solid #78c6e0;
	}
}
/*# sourceMappingURL=home.css.map */