@charset "UTF-8";
.newsArea .newsItem .textBox .title, .newsArea .arrowBox .arrow, .solutionArea .solutionMenuBox .solutionMenuList .item::after, .solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem::after, .solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem::before, .solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem, .productsArea .productsList .Img::before, .productsArea .productsList .gotoArrow, .advantageArea .advantageBox .advantageList .item::before, .aboutArea .controlBox .arrowBox .arrow, .aboutArea .dotList .dotItem .dots, .aboutArea .dotList .dotItem .item, .bannerArea .appendDots .dotsList .txt, .bannerArea .appendDots .dotsList .dots::before, .bannerArea .appendDots .dotsList li.current, .bannerArea .bannerVideoBtn .videoBtn .inner .icon, .bannerArea .bannerVideoBtn, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem::after {
	position: absolute;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 110px;
	background-color: #bfbfbf;
}

.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: #ffffff;
	-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: #096f71;
	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: #ffffff;
}
.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: #096f71;
	}
	.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;
}
.mainArea:not(:has(.dataArea)) .aboutArea {
	padding-bottom: 85px;
}

.bannerArea {
	height: 100vh; /* Full viewport height */
	overflow: hidden;
	z-index: 1;
}
.bannerArea .bannerBox {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .slick-slide.slick-current .Img img {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.bannerArea .bannerItem .Txt {
	padding: 110px 20px 85px;
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt {
		padding: 150px 20px 300px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
.bannerArea .bannerItem .Txt .textBox {
	max-width: 700px;
}
@media (max-width: 768px) {
	.bannerArea .bannerItem .Txt .textBox {
		max-width: calc(100% - 120px);
	}
}
@media (max-width: 375px) {
	.bannerArea .bannerItem .Txt .textBox {
		max-width: calc(100% - 70px);
	}
}
.bannerArea .bannerItem .Txt .btnBox {
	opacity: 0;
	margin-top: 55px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 16px;
}
@media (max-width: 1440px) {
	.bannerArea .bannerItem .Txt .btnBox {
		margin-top: 35px;
	}
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	bottom: 150px;
	right: 50%;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ffffff;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 5px);
	z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
	content: "";
	border: 1px dashed #ffffff;
	border-radius: 50%;
	z-index: 1;
	width: 75%;
	height: 75%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img {
	width: 100%;
	height: 100vh;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
}
.bannerArea .slick-current .Txt .title {
	-webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
	-webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
	-webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
	-webkit-animation: rotate 50s linear forwards;
	        animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
	top: 80%;
	left: auto;
}
.bannerArea .slick-arrow.slick-prev {
	right: 110px;
}
.bannerArea .slick-arrow.slick-next {
	right: 50px;
}
.bannerArea .socialBox {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.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;
}
.bannerArea .socialBox .socialList li {
	margin: 7.5px 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: #ffffff;
	display: block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
	width: 20px;
	height: 18px;
	display: inline-block;
	fill: #ffffff;
	margin-top: -2px;
	vertical-align: middle;
}
@media (min-width: 1201px) {
	.bannerArea .socialBox .socialList li a:hover {
		color: #096f71;
	}
	.bannerArea .socialBox .socialList li a:hover svg {
		fill: #096f71;
	}
}
.bannerArea #homeVideo {
	width: 100%;
	height: 120%;
	aspect-ratio: 16/9;
	pointer-events: none;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
@media (max-width: 1024px) {
	.bannerArea #homeVideo {
		opacity: 0;
		pointer-events: none;
	}
	.bannerArea #homeVideo.show {
		opacity: 1;
		pointer-events: auto;
	}
}
@media (max-width: 980px) {
	.bannerArea #homeVideo {
		width: 180%;
		height: 180%;
		top: -40%;
		left: -40%;
	}
}
@media (max-width: 480px) {
	.bannerArea #homeVideo {
		width: 250%;
		height: 250%;
		top: -75%;
		left: -75%;
	}
}
.bannerArea #homeVideo.hide {
	opacity: 0;
	pointer-events: none;
}
.bannerArea .bannerVideoBtn {
	position: absolute;
	right: 120px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 128px;
	height: 128px;
	cursor: pointer;
	z-index: 5;
	opacity: 0;
	-webkit-animation: slideLeftAnimation 0.8s 1.8s ease-in-out forwards;
	        animation: slideLeftAnimation 0.8s 1.8s ease-in-out forwards;
}
@media (max-width: 1700px) {
	.bannerArea .bannerVideoBtn {
		right: 60px;
	}
}
@media (max-width: 1440px) {
	.bannerArea .bannerVideoBtn {
		right: 30px;
	}
}
@media (max-width: 768px) {
	.bannerArea .bannerVideoBtn {
		width: 114px;
		height: 114px;
		right: 20px;
		top: 15%;
		-webkit-transform: translateY(-15%);
		        transform: translateY(-15%);
	}
}
@media (max-width: 480px) {
	.bannerArea .bannerVideoBtn {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 375px) {
	.bannerArea .bannerVideoBtn {
		width: 80px;
		height: 80px;
	}
}
.bannerArea .bannerVideoBtn .circle {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
.bannerArea .bannerVideoBtn .circle circle {
	stroke-width: 2;
	fill: transparent;
	stroke: #ffffff;
	stroke-dashoffset: 791.793;
	stroke-dasharray: 791.793;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-animation: progressCircleAni 3s 2s linear infinite;
	        animation: progressCircleAni 3s 2s linear infinite;
}
.bannerArea .bannerVideoBtn .videoBtn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.bannerArea .bannerVideoBtn .videoBtn .inner {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: rgba(158, 158, 158, 0.61);
	position: relative;
}
@media (max-width: 480px) {
	.bannerArea .bannerVideoBtn .videoBtn .inner {
		width: calc(100% - 14px);
		height: calc(100% - 14px);
	}
}
.bannerArea .bannerVideoBtn .videoBtn .inner::after {
	position: absolute;
	inset: 11px;
	content: "";
	background-image: url(../images/videoPlayBg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	-webkit-animation: rotate 50s linear infinite;
	        animation: rotate 50s linear infinite;
	z-index: 1;
}
@media (max-width: 375px) {
	.bannerArea .bannerVideoBtn .videoBtn .inner::after {
		inset: 5px;
	}
}
.bannerArea .bannerVideoBtn .videoBtn .inner .icon {
	width: 16px;
	height: 20px;
	position: relative;
}
@media (max-width: 375px) {
	.bannerArea .bannerVideoBtn .videoBtn .inner .icon {
		width: 12px;
		height: 16px;
	}
}
.bannerArea .bannerVideoBtn .videoBtn .inner .icon.play::before {
	position: absolute;
	inset: 0;
	margin: auto;
	content: "";
	background-image: url(../images/icon/icon_play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}
.bannerArea .bannerVideoBtn .videoBtn .inner .icon.paused {
	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;
}
.bannerArea .bannerVideoBtn .videoBtn .inner .icon.paused::before {
	position: absolute;
	inset: 0;
	margin: auto;
	content: "";
	background-image: url(../images/icon/icon_pause.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}
.bannerArea .bannerVideoBtn .videoBtn .inner .txt {
	color: #ffffff;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.36px;
	margin-top: 2px;
}
@media (max-width: 768px) {
	.bannerArea .bannerVideoBtn .videoBtn .inner .txt {
		font-size: 16px;
		letter-spacing: 0.32px;
	}
}
.bannerArea .appendDots {
	position: absolute;
	left: 60px;
	bottom: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
@media (max-width: 1700px) {
	.bannerArea .appendDots {
		bottom: 50px;
		-webkit-transform: none;
		        transform: none;
	}
}
@media (max-width: 768px) {
	.bannerArea .appendDots {
		left: 20px;
	}
}
@media (max-width: 480px) {
	.bannerArea .appendDots {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		bottom: 0;
	}
}
@media (max-width: 480px) {
	.bannerArea .appendDots .dotsList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -8.5px;
	}
}
.bannerArea .appendDots .dotsList li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
@media (max-width: 480px) {
	.bannerArea .appendDots .dotsList li {
		padding: 0 8.5px 10px;
	}
}
.bannerArea .appendDots .dotsList li.current .dots::before {
	width: 21px;
	height: 1px;
	border-radius: 0;
}
@media (max-width: 480px) {
	.bannerArea .appendDots .dotsList li.current .dots::before {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #56cbbe;
	}
}
.bannerArea .appendDots .dotsList li.current .txt {
	opacity: 1;
}
.bannerArea .appendDots .dotsList .dots {
	display: block;
	width: 21px;
}
@media (max-width: 480px) {
	.bannerArea .appendDots .dotsList .dots {
		width: 20px;
		height: 20px;
		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;
	}
}
.bannerArea .appendDots .dotsList .dots::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #ffffff;
}
@media (max-width: 408px) {
	.bannerArea .appendDots .dotsList .dots::before {
		width: 6px;
		height: 6px;
	}
}
.bannerArea .appendDots .dotsList .txt {
	color: #ffffff;
	font-size: 20px;
	opacity: 0;
	margin-left: 13px;
}
@media (max-width: 480px) {
	.bannerArea .appendDots .dotsList .txt {
		display: none;
	}
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
	.bannerArea .socialBox,
	.bannerArea .scrollDown,
	.bannerArea .slick-dots,
	.bannerArea .slick-arrow {
		display: none !important;
	}
}

.mainArea {
	position: relative;
	background-color: #ffffff; /* Semi-transparent background for overlay effect */
	z-index: 2; /* Make sure aboutArea is above the bannerArea */
}
.mainArea > section {
	position: relative;
	z-index: 2;
}

.aboutArea {
	padding-top: 85px;
}
.aboutArea.show .outerCircle::before, .aboutArea.show .outerCircle::after {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}
.aboutArea.show .outerCircle .innerCircle {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}
.aboutArea.show .outerCircle .innerCircle::after {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}
.aboutArea.show .outerCircle .aboutImg {
	-webkit-transform: translateX(0) translateY(-50%);
	        transform: translateX(0) translateY(-50%);
	opacity: 1;
}
.aboutArea.show .dotList .dotItem {
	-webkit-animation: fadeIn 0.8s ease-out forwards;
	        animation: fadeIn 0.8s ease-out forwards;
}
.aboutArea.show .dotList .dotItem:nth-child(1) {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}
.aboutArea.show .dotList .dotItem:nth-child(2) {
	-webkit-animation-delay: 1.35s;
	        animation-delay: 1.35s;
}
.aboutArea.show .dotList .dotItem:nth-child(3) {
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}
.aboutArea.show .dotList .dotItem:nth-child(4) {
	-webkit-animation-delay: 1.65s;
	        animation-delay: 1.65s;
}
.aboutArea.show .dotList .dotItem:nth-child(5) {
	-webkit-animation-delay: 1.8s;
	        animation-delay: 1.8s;
}
.aboutArea.show .dotList .dotItem:nth-child(6) {
	-webkit-animation-delay: 1.95s;
	        animation-delay: 1.95s;
}
.aboutArea.show .dotList .dotItem:nth-child(7) {
	-webkit-animation-delay: 2.1s;
	        animation-delay: 2.1s;
}
.aboutArea.show .dotList .dotItem:nth-child(8) {
	-webkit-animation-delay: 2.25s;
	        animation-delay: 2.25s;
}
.aboutArea.show .dotList .dotItem:nth-child(9) {
	-webkit-animation-delay: 2.4s;
	        animation-delay: 2.4s;
}
.aboutArea.show .dotList .dotItem:nth-child(10) {
	-webkit-animation-delay: 2.55s;
	        animation-delay: 2.55s;
}
.aboutArea.show .aboutList .aboutItem .Txt {
	-webkit-animation: slideUpAnimation 0.8s 1.2s ease-out forwards;
	        animation: slideUpAnimation 0.8s 1.2s ease-out forwards;
}
.aboutArea.show .controlBox {
	-webkit-animation: slideUpAnimation 0.8s 1.4s ease-out forwards;
	        animation: slideUpAnimation 0.8s 1.4s ease-out forwards;
}
.aboutArea .titleBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-bottom: 70px;
}
@media (max-width: 992px) {
	.aboutArea .titleBar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 50px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.aboutArea .titleBar .titleBox {
	width: 600px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 0;
}
@media (max-width: 1366px) {
	.aboutArea .titleBar .titleBox {
		width: 420px;
	}
}
@media (min-width: 769px) and (max-width: 1366px) {
	.aboutArea .titleBar .titleBox .title {
		font-size: 35px;
	}
}
@media (max-width: 992px) {
	.aboutArea .titleBar .titleBox {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.aboutArea .titleBar .titleBox {
		width: 100%;
	}
}
.aboutArea .titleBar .infoBox {
	padding: 45px 65px 0 65px;
}
@media (max-width: 1440px) {
	.aboutArea .titleBar .infoBox {
		padding: 45px 40px 0 40px;
	}
}
@media (max-width: 1366px) {
	.aboutArea .titleBar .infoBox {
		padding: 45px 20px 0 20px;
	}
}
@media (max-width: 992px) {
	.aboutArea .titleBar .infoBox {
		text-align: center;
		padding: 20px 0;
	}
}
.aboutArea .titleBar .infoBox .text {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.77;
	letter-spacing: 1px;
}
@media (min-width: 993px) {
	.aboutArea .titleBar .btnBox {
		margin-top: 45px;
	}
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 992px) {
	.aboutArea .aboutBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.aboutArea .aboutBox .leftBox {
	width: calc(100% - 455px);
	padding-right: 135px;
}
@media (max-width: 1180px) {
	.aboutArea .aboutBox .leftBox {
		padding-right: 70px;
	}
}
@media (max-width: 992px) {
	.aboutArea .aboutBox .leftBox {
		width: 100%;
		padding: 10vw 0;
	}
}
@media (max-width: 640px) {
	.aboutArea .aboutBox .leftBox {
		padding: 15vw 0;
	}
}
.aboutArea .aboutBox .rightBox {
	width: 455px;
	padding-top: 80px;
}
@media (max-width: 992px) {
	.aboutArea .aboutBox .rightBox {
		padding-top: 50px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.aboutArea .aboutBox .rightBox {
		padding-top: 30px;
	}
}
.aboutArea .outerCircle {
	width: 31.5105vw; /*605px*/
	height: 31.5105vw; /*605px*/
	position: relative;
	border-radius: 50%;
	margin-right: 0;
	margin-left: auto;
}
@media (max-width: 992px) {
	.aboutArea .outerCircle {
		margin-right: auto;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
@media (max-width: 640px) {
	.aboutArea .outerCircle {
		-webkit-transform: scale(1.8);
		        transform: scale(1.8);
		margin-right: 25%;
	}
}
.aboutArea .outerCircle::before, .aboutArea .outerCircle::after {
	position: absolute;
	content: "";
	margin: auto;
	border-radius: 50%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
}
.aboutArea .outerCircle::before {
	inset: 0;
	border: 1px solid rgba(9, 111, 113, 0.3);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.aboutArea .outerCircle::after {
	inset: 1.9795vw; /*38px*/
	border: 1px solid rgba(9, 111, 113, 0.3);
	-webkit-transition: all 0.8s 0.3s ease-out;
	transition: all 0.8s 0.3s ease-out;
}
.aboutArea .outerCircle .innerCircle {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 77.612%; /*468px*/
	height: 77.612%; /*468px*/
	border-radius: 50%;
	background-color: rgba(242, 242, 242, 0.6);
	-webkit-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.8s 0.6s ease-out;
	transition: all 0.8s 0.6s ease-out;
}
.aboutArea .outerCircle .innerCircle::before, .aboutArea .outerCircle .innerCircle::after {
	position: absolute;
	margin: auto;
	content: "";
	border-radius: 50%;
}
.aboutArea .outerCircle .innerCircle::before {
	inset: 8.55%; /*40px*/
	background-color: #f2f2f2;
	z-index: 2;
}
.aboutArea .outerCircle .innerCircle::after {
	inset: 6.4105%; /*30px*/
	background: #a2d8c2;
	background: -webkit-gradient(linear, left top, right top, from(#a2d8c2), to(#9dc3e6));
	background: linear-gradient(90deg, #a2d8c2, #9dc3e6);
	-webkit-animation: rotate 5s linear infinite;
	        animation: rotate 5s linear infinite;
	-webkit-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.8s 0.9s ease-in-out;
	transition: all 0.8s 0.9s ease-in-out;
}
.aboutArea .outerCircle .aboutImg {
	position: absolute;
	right: 5.20835vw; /*100px*/
	right: 3.6vw;
	top: 50%;
	translate: 0 10px;
	-webkit-transform: translateX(20px) translateY(-50%);
	        transform: translateX(20px) translateY(-50%);
	width: 38.542vw; /*740px*/
	height: 22.136vw; /*425px*/
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.8s 1.3s ease-out;
	transition: all 0.8s 1.3s ease-out;
	background: no-repeat center center/contain;
	background-color: transparent !important;
}
.aboutArea .outerCircle .aboutImg video {
	position: absolute;
	width: 125%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
	.aboutArea .outerCircle .aboutImg {
		translate: 0 0;
	}
}
.aboutArea .dotList {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	offset-distance: var(--offset-distance, 0%);
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.aboutArea .dotList .dotItem {
	position: absolute;
	top: 0;
	left: 0;
	offset-path: var(--path, path("M0,0")); /* 使用 CSS 變數來設置路徑 */
	offset-distance: var(--offset-distance, 0%);
	-webkit-transition: offset-distance 0.6s ease-in-out;
	transition: offset-distance 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
}
.aboutArea .dotList .dotItem.notransition {
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.aboutArea .dotList .dotItem.notransition .dots {
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
.aboutArea .dotList .dotItem.current .item {
	-webkit-transform: scale(1) rotate(-90deg);
	        transform: scale(1) rotate(-90deg);
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.aboutArea .dotList .dotItem.current .dots {
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.aboutArea .dotList .dotItem .item {
	width: 6.771vw; /*130px*/
	height: 6.771vw; /*130px*/
	border-radius: 50%;
	-webkit-transform: scale(0) rotate(-90deg);
	        transform: scale(0) rotate(-90deg);
	opacity: 0;
	position: relative;
}
.aboutArea .dotList .dotItem .item::before {
	position: absolute;
	content: "";
	inset: 0;
	background-image: url(../images/circleBg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: rotate 20s linear infinite;
	        animation: rotate 20s linear infinite;
}
.aboutArea .dotList .dotItem .item .Img {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transform: none;
	        transform: none;
}
.aboutArea .dotList .dotItem .item .Img::before, .aboutArea .dotList .dotItem .item .Img::after {
	position: absolute;
	content: "";
	margin: auto;
	border-radius: 50%;
}
.aboutArea .dotList .dotItem .item .Img::before {
	inset: 13.08%; /*17px*/
	background-color: #ffffff;
	z-index: 2;
}
.aboutArea .dotList .dotItem .item .Img::after {
	inset: 7.7%; /*10px*/
	background: #a2d8c2;
	background: -webkit-gradient(linear, left top, right top, from(#a2d8c2), to(#9dc3e6));
	background: linear-gradient(90deg, #a2d8c2, #9dc3e6);
	animation: rotate 3s linear infinite reverse;
}
.aboutArea .dotList .dotItem .item .Img img {
	position: relative;
	z-index: 3;
	max-width: 73.08%; /*95px*/
	margin: auto;
}
.aboutArea .dotList .dotItem .dots {
	position: absolute;
	inset: 0;
	margin: auto;
	display: block;
	width: 0.625vw; /*12px*/
	height: 0.625vw; /*12px*/
	background: #9dc3e6;
	border-radius: 50%;
	-webkit-transition: all 0.5s 0.2s;
	transition: all 0.5s 0.2s;
}
.aboutArea .aboutList > .aboutItem:not(:first-child) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
.aboutArea .aboutList .aboutItem .Txt {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
@media (max-width: 600px) {
	.aboutArea .aboutList .aboutItem .Txt {
		text-align: center;
	}
}
.aboutArea .aboutList .aboutItem .title {
	color: #000000;
	font-size: 23px;
	font-weight: 600;
	padding-right: 80px;
}
@media (max-width: 600px) {
	.aboutArea .aboutList .aboutItem .title {
		padding-right: 0;
	}
}
.aboutArea .aboutList .aboutItem .textEditor {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 2;
	padding-top: 24px;
}
@media (max-width: 768px) {
	.aboutArea .aboutList .aboutItem .textEditor {
		padding-top: 15px;
	}
}
.aboutArea .aboutList .aboutItem .textEditor p {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 2;
}
.aboutArea .aboutList .aboutItem .pagingInfo {
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 600px) {
	.aboutArea .aboutList .aboutItem .pagingInfo {
		position: relative;
		left: 0;
		margin: auto;
		padding-bottom: 15px;
	}
}
.aboutArea .aboutList .aboutItem .pagingInfo .slash {
	color: #ccc;
	font-size: 16px;
	margin: 0 10px 0 14px;
}
.aboutArea .aboutList .aboutItem .pagingInfo .num {
	color: #ccc;
	font-size: 16px;
}
.aboutArea .aboutList .aboutItem .pagingInfo .num:first-child {
	color: #09c298;
	font-size: 30px;
	line-height: 1;
}
.aboutArea .controlBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-right: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
@media (max-width: 600px) {
	.aboutArea .controlBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 30px;
	}
}
@media (max-width: 414px) {
	.aboutArea .controlBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.aboutArea .controlBox .arrowBox {
	width: 110px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.aboutArea .controlBox .arrowBox .arrow {
	margin: 0;
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 1px solid #096f71;
	background-color: #ffffff;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.aboutArea .controlBox .arrowBox .arrow::after {
	position: absolute;
	inset: 0;
	content: "";
}
.aboutArea .controlBox .arrowBox .arrow.arrowPrev::after {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#096f71), color-stop(#096f71), color-stop(transparent), to(transparent));
	background: linear-gradient(270deg, #096f71, #096f71, transparent, transparent);
	background-position: 1% 50%;
	background-size: 300% 300%;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
@media (min-width: 1201px) {
	.aboutArea .controlBox .arrowBox .arrow.arrowPrev:hover::after {
		background-position: 99% 50%;
	}
}
.aboutArea .controlBox .arrowBox .arrow.arrowNext::after {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(transparent), color-stop(#096f71), to(#096f71));
	background: linear-gradient(270deg, transparent, transparent, #096f71, #096f71);
	background-position: 99% 50%;
	background-size: 300% 300%;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
@media (min-width: 1201px) {
	.aboutArea .controlBox .arrowBox .arrow.arrowNext:hover::after {
		background-position: 1% 50%;
	}
}
@media (min-width: 1201px) {
	.aboutArea .controlBox .arrowBox .arrow:hover svg {
		color: #ffffff;
	}
}
.aboutArea .controlBox .arrowBox svg {
	color: #096f71;
	position: relative;
	z-index: 1;
}
.aboutArea .controlBox .btnBox {
	margin-top: 0;
	margin-left: 20px;
}
@media (max-width: 414px) {
	.aboutArea .controlBox .btnBox {
		margin-left: 0;
		margin-top: 30px;
	}
}

.dataArea {
	padding: 52px 0 55px 0;
}
.dataArea .wrap {
	max-width: 1410px;
}
.dataArea .dataList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin: 0 -30px;
}
@media (max-width: 1180px) {
	.dataArea .dataList {
		margin: 0 -15px;
	}
}
@media (max-width: 768px) {
	.dataArea .dataList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0;
	}
}
.dataArea .dataList .dataItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 30px;
}
@media (max-width: 1180px) {
	.dataArea .dataList .dataItem {
		padding: 0 15px;
	}
}
@media (max-width: 768px) {
	.dataArea .dataList .dataItem {
		width: 100%;
		padding: 0;
	}
}
.dataArea .dataList .dataItem:not(:last-child) {
	position: relative;
}
@media (max-width: 768px) {
	.dataArea .dataList .dataItem:not(:last-child) {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}
.dataArea .dataList .dataItem:not(:last-child)::after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 45px;
	background-color: #cccccc;
}
@media (max-width: 768px) {
	.dataArea .dataList .dataItem:not(:last-child)::after {
		width: 100%;
		height: 1px;
		top: auto;
		-webkit-transform: none;
		        transform: none;
		left: 0;
		right: auto;
		bottom: 0;
	}
}
.dataArea .dataList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 290px;
	margin: 0 auto;
}
.dataArea .dataList .number {
	padding-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #096f71;
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
}
@media (max-width: 1180px) {
	.dataArea .dataList .number {
		font-size: 50px;
		padding-right: 20px;
	}
}
@media (max-width: 992px) {
	.dataArea .dataList .number {
		font-size: 45px;
	}
}
.dataArea .dataList .number .odometer {
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dataArea .dataList .title {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
}

.advantageArea {
	position: relative;
	overflow: hidden;
}
.advantageArea .titleBox .subtitle,
.advantageArea .titleBox .title,
.advantageArea .titleBox .text {
	color: #ffffff;
}
.advantageArea .bg {
	position: absolute;
	inset: 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.advantageArea .bg {
		background-attachment: scroll;
		background-size: cover;
	}
}
.advantageArea .wrap {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 35px;
	padding-bottom: 150px;
}
@media (max-width: 768px) {
	.advantageArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
.advantageArea .scrollmagic-pin-spacer {
	width: 595px !important;
}
@media (max-width: 1440px) {
	.advantageArea .scrollmagic-pin-spacer {
		width: 35% !important;
	}
}
.advantageArea .dataBox {
	padding-top: 150px;
}
@media (max-width: 1440px) {
	.advantageArea .dataBox {
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.advantageArea .dataBox {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
}
.advantageArea .advantageBox {
	margin-right: 0;
	margin-left: auto;
	width: calc(100% - 595px);
	padding-top: 150px;
}
@media (min-width: 1501px) {
	.advantageArea .advantageBox {
		max-width: 800px;
	}
}
@media (max-width: 1440px) {
	.advantageArea .advantageBox {
		width: 65%;
	}
}
@media (max-width: 768px) {
	.advantageArea .advantageBox {
		width: 100%;
		padding-top: 50px;
	}
}
.advantageArea .advantageBox .advantageList {
	margin: 0 -15px;
}
@media (max-width: 768px) {
	.advantageArea .advantageBox .advantageList.pc {
		display: none;
	}
}
@media (min-width: 769px) {
	.advantageArea .advantageBox .advantageList.mb {
		display: none;
	}
}
@media (max-width: 1180px) {
	.advantageArea .advantageBox .advantageList {
		margin: 0 -10px;
	}
}
.advantageArea .advantageBox .advantageList .advantageItem {
	float: left;
	width: 50%;
	padding: 15px;
}
@media (max-width: 1180px) {
	.advantageArea .advantageBox .advantageList .advantageItem {
		padding: 10px;
	}
}
@media (max-width: 640px) {
	.advantageArea .advantageBox .advantageList .advantageItem {
		float: none;
		width: 100%;
	}
}
.advantageArea .advantageBox .advantageList .advantageItem:nth-child(even) {
	-webkit-transform: translateY(105px);
	        transform: translateY(105px);
}
@media (max-width: 640px) {
	.advantageArea .advantageBox .advantageList .advantageItem:nth-child(even) {
		-webkit-transform: none;
		        transform: none;
	}
}
@media (min-width: 1201px) {
	.advantageArea .advantageBox .advantageList .advantageItem:hover .item::before {
		opacity: 1;
	}
}
.advantageArea .advantageBox .advantageList .item {
	padding: 36px 43px;
	border-radius: 10px;
	background: #ffffff;
	position: relative;
}
@media (max-width: 1180px) {
	.advantageArea .advantageBox .advantageList .item {
		padding: 20px 20px 30px;
	}
}
.advantageArea .advantageBox .advantageList .item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--rotate)), color-stop(#09c298), to(#d5e89d));
	background: linear-gradient(var(--rotate), #09c298, #d5e89d);
	-webkit-animation: gradientRotate 2.5s linear infinite;
	        animation: gradientRotate 2.5s linear infinite;
	opacity: 0;
	z-index: 1;
}
.advantageArea .advantageBox .advantageList .item::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 10px;
	background: #ffffff;
	z-index: 2;
}
.advantageArea .advantageBox .advantageList .imgBox,
.advantageArea .advantageBox .advantageList .Txt {
	position: relative;
	z-index: 3;
}
.advantageArea .advantageBox .advantageList .imgBox {
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: 1px solid #cccccc;
}
.advantageArea .advantageBox .advantageList .imgBox::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 2px;
	content: "";
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
}
.advantageArea .advantageBox .advantageList .imgBox .number {
	position: absolute;
	right: 0;
	top: 0;
	color: #b3b3b3;
	font-size: 24px;
	font-weight: 600;
}
.advantageArea .advantageBox .advantageList .Img {
	max-width: 72px;
}
.advantageArea .advantageBox .advantageList .Img img {
	width: 100%;
}
.advantageArea .advantageBox .advantageList .Txt .title {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
}
@media (min-width: 769px) {
	.advantageArea .advantageBox .advantageList .Txt .title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width: 768px) {
	.advantageArea .advantageBox .advantageList .Txt .title {
		height: 53px;
	}
}

.productsArea {
	padding: 105px 0 120px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.productsArea {
		padding: 60px 0;
	}
}
.productsArea.show .lineBg svg {
	-webkit-animation: proLineDraw 1.2s 0.5s ease-out forwards;
	        animation: proLineDraw 1.2s 0.5s ease-out forwards;
}
.productsArea.show .titleBar .titleBox .subtitle {
	-webkit-animation: slideUpAnimation 0.8s 1.5s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 1.5s ease-in-out forwards;
}
.productsArea.show .titleBar .titleBox .title {
	-webkit-animation: slideUpAnimation 0.8s 1.7s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 1.7s ease-in-out forwards;
}
.productsArea.show .titleBar .infoBox {
	-webkit-animation: slideUpAnimation 0.8s 1.9s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 1.9s ease-in-out forwards;
}
.productsArea.show .titleBar .btnBox {
	-webkit-animation: slideUpAnimation 0.8s 2.1s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 2.1s ease-in-out forwards;
}
.productsArea.show .productsBox {
	-webkit-animation: slideUpAnimation 0.8s 2.2s ease-in-out forwards;
	        animation: slideUpAnimation 0.8s 2.2s ease-in-out forwards;
}
.productsArea .titleBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-bottom: 70px;
}
@media (max-width: 992px) {
	.productsArea .titleBar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 50px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.productsArea .titleBar .titleBox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 0;
	width: 415px;
}
.productsArea .titleBar .titleBox .subtitle,
.productsArea .titleBar .titleBox .title {
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.productsArea .titleBar .titleBox .title {
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	letter-spacing: 0;
}
@media (min-width: 1181px) {
	.productsArea .titleBar .titleBox .title {
		font-size: 50px;
	}
}
@media (max-width: 1180px) {
	.productsArea .titleBar .titleBox {
		width: 330px;
	}
}
@media (max-width: 992px) {
	.productsArea .titleBar .titleBox {
		text-align: center;
		width: 100%;
	}
}
.productsArea .titleBar .infoBox {
	padding-left: 98px;
	padding-right: 105px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
@media (max-width: 1440px) {
	.productsArea .titleBar .infoBox {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 1180px) {
	.productsArea .titleBar .infoBox {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 992px) {
	.productsArea .titleBar .infoBox {
		text-align: center;
		padding: 20px 0;
	}
}
.productsArea .titleBar .infoBox .text {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 1.77;
}
.productsArea .titleBar .btnBox {
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
@media (min-width: 993px) {
	.productsArea .titleBar .btnBox {
		margin-top: 0;
	}
}
.productsArea .unClick {
	pointer-events: none;
}
.productsArea .lineBg {
	position: absolute;
	inset: 65px 0 0 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
@media (max-width: 480px) {
	.productsArea .lineBg {
		inset: 40px 0 0 0;
	}
}
@media (max-width: 375px) {
	.productsArea .lineBg {
		inset: 10% 0 0 0;
	}
}
.productsArea .lineBg svg {
	width: calc(100% + 140px);
	height: 100%;
	stroke-width: 77;
	fill: transparent;
	stroke: #f5f5f5;
	stroke-dasharray: 2962.374;
	stroke-dashoffset: 2962.374;
	margin-left: -90px;
	margin-right: -50px;
}
@media (max-width: 1600px) {
	.productsArea .lineBg svg {
		margin-left: -80px;
	}
}
@media (max-width: 768px) {
	.productsArea .lineBg svg {
		width: 850px;
		height: auto;
		stroke-width: 80;
		-webkit-transform: rotate(-10deg);
		        transform: rotate(-10deg);
	}
}
@media (max-width: 600px) {
	.productsArea .lineBg svg {
		width: 980px;
		margin-left: -90px;
	}
}
@media (max-width: 480px) {
	.productsArea .lineBg svg {
		margin-left: -115px;
		-webkit-transform: rotate(-15deg);
		        transform: rotate(-15deg);
	}
}
.productsArea .wrap {
	position: relative;
	z-index: 2;
}
.productsArea .productsBox {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.productsArea .productsBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.productsArea .productsList {
	margin: 0 -22px;
	position: relative;
}
@media (max-width: 992px) {
	.productsArea .productsList {
		margin: 0 -10px;
	}
}
.productsArea .productsList:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.productsArea .productsList:not(.slick-slider) .productsItem {
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.productsArea .productsList .slick-dots {
	position: relative;
	bottom: 0;
	padding-top: 50px;
}
.productsArea .productsList .slick-arrow.slick-prev, .productsArea .productsList .slick-arrow.slick-next {
	margin: -45px 0 0 0;
	background-color: transparent !important;
}
@media (max-width: 480px) {
	.productsArea .productsList .slick-arrow.slick-prev, .productsArea .productsList .slick-arrow.slick-next {
		margin-top: -60px;
	}
}
.productsArea .productsList .slick-arrow.slick-prev {
	left: 22px;
}
@media (max-width: 992px) {
	.productsArea .productsList .slick-arrow.slick-prev {
		left: 0;
	}
}
.productsArea .productsList .slick-arrow.slick-next {
	right: 22px;
}
@media (max-width: 992px) {
	.productsArea .productsList .slick-arrow.slick-next {
		right: 0;
	}
}
.productsArea .productsList .slick-list {
	max-width: calc(100% - 180px);
	margin: 0 auto;
}
@media (max-width: 992px) {
	.productsArea .productsList .slick-list {
		max-width: calc(100% - 40px);
	}
}
@media (max-width: 480px) {
	.productsArea .productsList .slick-list {
		max-width: calc(100% - 20px);
	}
}
.productsArea .productsList .productsItem {
	padding: 0 22px;
}
@media (max-width: 992px) {
	.productsArea .productsList .productsItem {
		padding: 0 10px;
	}
}
@media (min-width: 1201px) {
	.productsArea .productsList .productsItem:hover {
		cursor: pointer;
	}
	.productsArea .productsList .productsItem:hover .gotoArrow {
		opacity: 1;
		-webkit-transition-delay: 0.2s;
		        transition-delay: 0.2s;
	}
	.productsArea .productsList .productsItem:hover .gotoArrow svg {
		-webkit-animation: gotoLinkAni 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
		        animation: gotoLinkAni 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
	}
	.productsArea .productsList .productsItem:hover .Img::before {
		opacity: 1;
	}
	.productsArea .productsList .productsItem:hover .Txt .title {
		background-position: 0 0;
	}
}
.productsArea .productsList .item {
	position: relative;
}
.productsArea .productsList .linkWrap {
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 4;
}
.productsArea .productsList .gotoArrow {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 3;
	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;
	opacity: 0;
}
.productsArea .productsList .gotoArrow svg {
	color: #9dc3e6;
	-webkit-transform: rotate(-45deg) translateX(2.5px);
	        transform: rotate(-45deg) translateX(2.5px);
}
.productsArea .productsList .Img {
	padding: 3px;
	border-radius: 15px;
	background: #ffffff;
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}
.productsArea .productsList .Img::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--rotate)), color-stop(#09c298), to(#d5e89d));
	background: linear-gradient(var(--rotate), #09c298, #d5e89d);
	-webkit-animation: gradientRotate 2.5s linear infinite;
	        animation: gradientRotate 2.5s linear infinite;
	opacity: 0;
	z-index: 1;
}
.productsArea .productsList .Img::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	background: transparent;
	z-index: 2;
}
.productsArea .productsList .Img img {
	border-radius: 15px;
	position: relative;
	z-index: 3;
}
.productsArea .productsList .Txt {
	position: relative;
	padding: 20px 0 0 3px;
}
.productsArea .productsList .Txt .title {
	width: 100%;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
	display: block;
	background: #000000;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), color-stop(30%, #096f71), color-stop(70%, #000000), to(#000000));
	background: linear-gradient(90deg, #09c298 0%, #096f71 30%, #000000 70%, #000000 100%);
	background-size: 350% 100%;
	background-position: right 0;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background 0.7s linear;
	transition: background 0.7s linear;
}
@media (max-width: 1180px) {
	.productsArea .productsList .Txt .title {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.productsArea .productsList .Txt .title {
		font-size: 20px;
	}
}
.productsArea .productsList .Txt .title.ellipsis {
	height: 70px;
}
@media (max-width: 1180px) {
	.productsArea .productsList .Txt .title.ellipsis {
		height: 67px;
	}
}
@media (max-width: 768px) {
	.productsArea .productsList .Txt .title.ellipsis {
		height: 61px;
	}
}
.productsArea .productsList .Txt .text {
	font-size: 15px;
	line-height: 1.6;
}
.productsArea .productsList .Txt .text.ellipsis {
	height: 75px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.productsArea .productsList .Txt .text {
		font-size: 14px;
	}
	.productsArea .productsList .Txt .text.ellipsis {
		height: 70px;
	}
}

.solutionArea {
	position: relative;
	overflow: hidden;
}
.solutionArea .titleBox {
	max-width: 750px;
	margin: 0 auto;
}
.solutionArea .solutionMenuBox {
	padding-bottom: 30px;
}
.solutionArea .solutionMenuBox .solutionMenuList {
	margin: 0 -20px;
}
.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem {
	float: left;
	width: 20%;
}
.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 1600px) {
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem {
		width: 25%;
	}
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem:nth-child(5) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 1200px) {
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem {
		width: 33.33%;
	}
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem:nth-child(4) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 768px) {
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem {
		width: 50%;
	}
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem:nth-child(3) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 600px) {
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem {
		width: 100%;
	}
	.solutionArea .solutionMenuBox .solutionMenuList > .solutionMenuItem:nth-child(2) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-list {
	padding: 20px;
}
@media (max-width: 1600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-list {
		max-width: calc(100% - 120px);
		margin: 0 auto;
	}
}
@media (max-width: 992px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-list {
		max-width: calc(100% - 40px);
	}
}
@media (max-width: 600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-list {
		max-width: calc(100% - 140px);
	}
}
@media (max-width: 414px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-list {
		max-width: calc(100% - 40px);
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow {
	margin: 0;
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow.slick-prev {
	left: -64px;
}
@media (max-width: 1600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow.slick-prev {
		left: 0;
	}
}
@media (max-width: 992px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow.slick-prev {
		left: 15px;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow.slick-next {
	right: -64px;
}
@media (max-width: 1600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow.slick-next {
		right: 0;
	}
}
@media (max-width: 992px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-arrow.slick-next {
		right: 15px;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide {
	position: relative;
}
@media (max-width: 600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.slick-active .solutionMenuItem::after {
		opacity: 0;
	}
}
@media (max-width: 768px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.slick-active + .slick-active .solutionMenuItem::after {
		opacity: 0;
	}
}
@media (max-width: 1200px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.slick-active + .slick-active + .slick-active .solutionMenuItem::after {
		opacity: 0;
	}
}
@media (max-width: 1600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.slick-active + .slick-active + .slick-active + .slick-active .solutionMenuItem::after {
		opacity: 0;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .solutionMenuItem::after {
	opacity: 0;
}
@media (max-width: 600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .slick-slide:not(.slick-current) {
		opacity: 0;
		pointer-events: none;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.current .solutionMenuItem::before {
	opacity: 1;
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.current .solutionMenuItem .item::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.current .solutionMenuItem .Txt .title {
	background-position: 0 0;
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.current .solutionMenuItem .Img img {
	-webkit-filter: none;
	        filter: none;
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.prev .solutionMenuItem::after {
	opacity: 0;
}
.solutionArea .solutionMenuBox .solutionMenuList .slick-slide.last .solutionMenuItem::after {
	opacity: 0;
}
.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem {
	cursor: pointer;
	position: relative;
	border-radius: 15px;
}
.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem::before {
	content: "";
	position: absolute;
	width: calc(100% + 1px);
	height: 100%;
	inset: 0;
	opacity: 0;
	border-radius: 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 6px 14.94px 3.06px rgba(0, 0, 0, 0.05);
	        box-shadow: 0px 6px 14.94px 3.06px rgba(0, 0, 0, 0.05);
	-webkit-transform: scale(1);
	        transform: scale(1);
	z-index: 2;
}
@media (max-width: 600px) {
	.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem::after {
		display: none;
	}
}
@media (min-width: 1201px) {
	.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem:hover::before {
		opacity: 1;
	}
	.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem:hover .item::after {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem:hover .Txt .title {
		background-position: 0 0;
	}
	.solutionArea .solutionMenuBox .solutionMenuList .solutionMenuItem:hover .Img img {
		-webkit-filter: none;
		        filter: none;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .item {
	padding: 30px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	z-index: 2;
}
@media (max-width: 992px) {
	.solutionArea .solutionMenuBox .solutionMenuList .item {
		padding: 30px 15px;
	}
}
.solutionArea .solutionMenuBox .solutionMenuList .item::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	z-index: 3;
}
.solutionArea .solutionMenuBox .solutionMenuList .Txt {
	text-align: center;
	padding-top: 20px;
}
.solutionArea .solutionMenuBox .solutionMenuList .Txt .title {
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4375;
	background: #4c4c4c;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), color-stop(30%, #096f71), color-stop(70%, #4c4c4c), to(#4c4c4c));
	background: linear-gradient(90deg, #09c298 0%, #096f71 30%, #4c4c4c 70%, #4c4c4c 100%);
	background-size: 350% 100%;
	background-position: right 0;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: background 0.7s linear;
	transition: background 0.7s linear;
}
.solutionArea .solutionMenuBox .solutionMenuList .Txt .title.ellipsis {
	height: 47px;
}
.solutionArea .solutionMenuBox .solutionMenuList .Img {
	max-width: 55px;
	margin: 0 auto;
}
.solutionArea .solutionMenuBox .solutionMenuList .Img img {
	-webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(4546%) hue-rotate(198deg) brightness(122%) contrast(99%);
	        filter: brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(4546%) hue-rotate(198deg) brightness(122%) contrast(99%);
}
.solutionArea .solutionBox .solutionList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 900px) {
	.solutionArea .solutionBox .solutionList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.solutionArea .solutionBox .solutionList .Img,
.solutionArea .solutionBox .solutionList .Txt {
	width: 50%;
}
@media (max-width: 900px) {
	.solutionArea .solutionBox .solutionList .Img,
	.solutionArea .solutionBox .solutionList .Txt {
		width: 100%;
	}
}
.solutionArea .solutionBox .solutionList .Img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.solutionArea .solutionBox .solutionList .Txt {
	padding: 70px 110px;
	background-color: #f5f5f5;
}
@media (max-width: 1366px) {
	.solutionArea .solutionBox .solutionList .Txt {
		padding: 70px;
	}
}
@media (max-width: 1180px) {
	.solutionArea .solutionBox .solutionList .Txt {
		padding: 50px;
	}
}
@media (max-width: 900px) {
	.solutionArea .solutionBox .solutionList .Txt {
		padding: 50px 30px;
	}
}
.solutionArea .solutionBox .solutionList .Txt .title {
	color: #000000;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 600;
	padding-bottom: 30px;
}
.solutionArea .solutionBox .solutionList .textEditor .infoList {
	padding-left: 0;
	list-style: none;
}
.solutionArea .solutionBox .solutionList .textEditor .infoList li {
	position: relative;
	padding-left: 30px;
	color: #000000;
	font-size: 16px;
	line-height: 1.25;
}
.solutionArea .solutionBox .solutionList .textEditor .infoList li:not(:last-child) {
	margin-bottom: 24px;
}
.solutionArea .solutionBox .solutionList .textEditor .infoList li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
}
.solutionArea .solutionBox .solutionList .btnBox {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 70px;
}
@media (max-width: 1366px) {
	.solutionArea .solutionBox .solutionList .btnBox {
		margin-top: 50px;
	}
}
@media (max-width: 414px) {
	.solutionArea .solutionBox .solutionList .btnBox {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.solutionArea .solutionBox .solutionList .btnBox .btn {
		width: 100%;
	}
	.solutionArea .solutionBox .solutionList .btnBox .btn:not(:last-child) {
		margin-bottom: 20px;
	}
}

.newsArea {
	padding: 97px 0 76px;
}
@media (max-width: 992px) {
	.newsArea {
		padding: 70px 0 75px;
	}
}
@media (max-width: 768px) {
	.newsArea {
		padding: 50px 0 55px;
	}
}
@media (max-width: 480px) {
	.newsArea {
		padding: 40px 0 45px;
	}
}
.newsArea .newsBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1180px) {
	.newsArea .newsBox .pagingInfo {
		display: none;
	}
}
@media (max-width: 992px) {
	.newsArea .newsBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.newsArea .titleBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 45px;
}
@media (max-width: 480px) {
	.newsArea .titleBar {
		padding-bottom: 30px;
	}
}
.newsArea .titleBar .titleBox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 0;
}
.newsArea .titleBar .sideBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-right: 0;
	margin-left: auto;
}
@media (max-width: 768px) {
	.newsArea .titleBar .sideBox {
		display: none;
	}
}
.newsArea .bottomBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 40px;
}
@media (min-width: 769px) {
	.newsArea .bottomBox {
		display: none;
	}
}
@media (max-width: 375px) {
	.newsArea .bottomBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 30px;
	}
}
.newsArea .bottomBox .pagingInfo {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 50px;
}
@media (max-width: 768px) {
	.newsArea .bottomBox .pagingInfo {
		padding-right: 25px;
	}
}
@media (max-width: 480px) {
	.newsArea .bottomBox .pagingInfo {
		display: none;
	}
}
.newsArea .bottomBox .pagingInfo .num:last-child {
	padding-top: 5px;
}
.newsArea .bottomBox .pagingInfo .slash {
	color: #cccccc;
	font-size: 16px;
	margin: 5px 8px 0 12px;
}
.newsArea .bottomBox .arrowBox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.newsArea .bottomBox .btnBox {
	margin-left: 25px;
}
@media (max-width: 375px) {
	.newsArea .bottomBox .btnBox {
		margin-left: 0;
		margin-top: 30px;
	}
}
.newsArea .arrowBox {
	width: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.newsArea .arrowBox .arrow {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 1px solid #096f71;
	background-color: #ffffff;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.newsArea .arrowBox .arrow::after {
	position: absolute;
	inset: 0;
	content: "";
}
.newsArea .arrowBox .arrow.arrowPrev::after {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#096f71), color-stop(#096f71), color-stop(transparent), to(transparent));
	background: linear-gradient(270deg, #096f71, #096f71, transparent, transparent);
	background-position: 1% 50%;
	background-size: 300% 300%;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
@media (min-width: 1201px) {
	.newsArea .arrowBox .arrow.arrowPrev:hover::after {
		background-position: 99% 50%;
	}
}
.newsArea .arrowBox .arrow.arrowNext::after {
	background: transparent;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(transparent), color-stop(#096f71), to(#096f71));
	background: linear-gradient(270deg, transparent, transparent, #096f71, #096f71);
	background-position: 99% 50%;
	background-size: 300% 300%;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
@media (min-width: 1201px) {
	.newsArea .arrowBox .arrow.arrowNext:hover::after {
		background-position: 1% 50%;
	}
}
@media (min-width: 1201px) {
	.newsArea .arrowBox .arrow:hover svg {
		color: #ffffff;
	}
}
.newsArea .arrowBox svg {
	color: #096f71;
	position: relative;
	z-index: 1;
}
.newsArea .btnBox {
	margin-top: 0;
	margin-left: 20px;
}
.newsArea .slick-list {
	padding: 0;
}
.newsArea .txtBox {
	width: calc(100% - 710px);
	padding-right: 70px;
	padding-top: 24px;
}
@media (max-width: 1440px) {
	.newsArea .txtBox {
		padding-right: 30px;
		width: calc(100% - 700px);
	}
}
@media (max-width: 1280px) {
	.newsArea .txtBox {
		width: calc(55% - 50px);
	}
}
@media (max-width: 1180px) {
	.newsArea .txtBox {
		width: 50%;
	}
}
@media (max-width: 992px) {
	.newsArea .txtBox {
		width: 100%;
		padding-right: 0;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
.newsArea .txtBox .slick-slide {
	position: relative;
}
.newsArea .txtBox .slick-slide:not(.slick-active) {
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newsArea .txtBox .slick-slide.slick-active .newsItem {
	border-bottom: 1px solid #cccccc;
}
.newsArea .txtBox .slick-slide.slick-active .newsItem::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.newsArea .txtBox .slick-slide.slick-active + .slick-active .newsItem {
	border-bottom: 1px solid #cccccc;
}
.newsArea .txtBox .slick-slide.slick-active + .slick-active .newsItem::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.newsArea .txtBox .slick-slide.slick-active + .slick-active + .slick-active .newsItem {
	border-bottom: 1px solid transparent;
}
.newsArea .txtBox .slick-slide.slick-active + .slick-active + .slick-active .newsItem::before {
	display: none;
}
.newsArea .txtBox .slick-slide.slick-active.slick-current .newsItem::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1201px) {
	.newsArea .txtBox .slick-slide.slick-active:hover .newsItem::before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
.newsArea .txtBox .newsItem {
	padding: 16px 0 20px;
}
.newsArea .txtBox .newsItem:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
.newsArea .txtBox .newsItem:not(:last-child)::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #09c298;
	background: -webkit-gradient(linear, left top, right top, from(#09c298), to(#d5e89d));
	background: linear-gradient(90deg, #09c298, #d5e89d);
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media (min-width: 1201px) {
	.newsArea .txtBox .newsItem:hover::before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	.newsArea .txtBox .newsItem:hover .title {
		color: #096f71;
	}
}
@media (max-width: 1023px) {
	.newsArea .txtBox .newsItem {
		padding: 20px 0;
	}
}
@media (max-width: 480px) {
	.newsArea .txtBox .newsItem {
		padding: 15px 0;
	}
}
.newsArea .imgBox {
	width: 650px;
}
@media (max-width: 1280px) {
	.newsArea .imgBox {
		width: 45%;
	}
}
@media (max-width: 1180px) {
	.newsArea .imgBox {
		width: 50%;
	}
}
@media (max-width: 992px) {
	.newsArea .imgBox {
		width: 100%;
	}
}
.newsArea .imgBox .Img {
	border-radius: 15px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}
.newsArea .imgBox .Img img {
	width: 100%;
}
.newsArea .pagingInfo {
	width: 60px;
	text-align: right;
	padding-left: 20px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
@media (max-width: 1440px) {
	.newsArea .pagingInfo {
		width: 50px;
		padding-left: 15px;
	}
}
.newsArea .pagingInfo .num {
	display: block;
	color: #cccccc;
	font-size: 16px;
}
.newsArea .pagingInfo .num:first-child {
	color: #096f71;
	font-size: 28px;
}
.newsArea .pagingInfo .divider {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-top: 2px;
	margin-bottom: 10px;
}
.newsArea .newsItem {
	position: relative;
}
.newsArea .newsItem .item {
	position: relative;
	cursor: pointer;
}
.newsArea .newsItem .Img img {
	width: 100%;
}
.newsArea .newsItem .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.newsArea .newsItem .newsInfoBox {
	width: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 1440px) {
	.newsArea .newsItem .newsInfoBox {
		width: 90px;
	}
}
@media (max-width: 480px) {
	.newsArea .newsItem .newsInfoBox {
		width: 80px;
	}
}
.newsArea .newsItem .newsInfoBox .dateBox {
	text-align: left;
	font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
	.newsArea .newsItem .newsInfoBox .dateBox {
		text-align: center;
	}
}
.newsArea .newsItem .newsInfoBox .dateBox .date {
	color: #096f71;
	font-size: 58px;
	font-weight: 600;
	line-height: 1.12;
}
@media (max-width: 768px) {
	.newsArea .newsItem .newsInfoBox .dateBox .date {
		font-size: 50px;
	}
}
@media (max-width: 480px) {
	.newsArea .newsItem .newsInfoBox .dateBox .date {
		font-size: 40px;
	}
}
.newsArea .newsItem .newsInfoBox .dateBox .year {
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.028px;
	text-transform: uppercase;
}
@media (max-width: 480px) {
	.newsArea .newsItem .newsInfoBox .dateBox .year {
		font-size: 13px;
		letter-spacing: 0.026px;
	}
}
.newsArea .newsItem .textBox {
	width: calc(100% - 105px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 6px;
}
@media (max-width: 1440px) {
	.newsArea .newsItem .textBox {
		width: calc(100% - 90px);
	}
}
@media (max-width: 768px) {
	.newsArea .newsItem .textBox {
		padding-left: 20px;
	}
}
@media (max-width: 480px) {
	.newsArea .newsItem .textBox {
		padding-left: 10px;
		width: calc(100% - 80px);
	}
}
.newsArea .newsItem .textBox .classTitle {
	min-width: 88px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff;
	background-color: #a2d8c2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 12px;
	margin-bottom: 4px;
}
.newsArea .newsItem .textBox .title {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}
.newsArea .newsItem .textBox .title.ellipsis {
	height: 55px;
	overflow: hidden;
}
@media (max-width: 1440px) {
	.newsArea .newsItem .textBox .title {
		padding-right: 0;
	}
}
.newsArea .newsItem .textBox .text {
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.5;
}
.newsArea .newsItem .textBox .text.ellipsis {
	height: 22px;
	overflow: hidden;
}
.newsArea .newsItem .linkWrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
/*# sourceMappingURL=home.css.map */