/* CSS Document */
.humidityArea .humidityList .btnBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mainArea {
	padding: 0;
}

.introArea {
	padding: 65px 0 68px;
	background-color: #f8f8f8;
	background-image: url(../images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 768px) {
	.introArea {
		padding: 50px 0;
	}
}
.introArea .introBox {
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
}
.introArea .articleTitle {
	color: #1d689c;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 3.04px;
	/*80*/
	line-height: 1.473;
	padding: 0 0 40px;
	margin: 0;
	border-bottom: 0;
}
@media (max-width: 768px) {
	.introArea .articleTitle {
		font-size: 35px;
		padding-bottom: 20px;
	}
}
.introArea .subTitle {
	color: #303030;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	/*60*/
	line-height: 1.2;
}
@media (max-width: 768px) {
	.introArea .subTitle {
		font-size: 26px;
		letter-spacing: 1.56px;
	}
}
.introArea .editorBox {
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	padding-top: 25px;
}
@media (max-width: 768px) {
	.introArea .editorBox {
		font-size: 15px;
	}
}

.pcGroupArea {
	background-color: #ffffff;
}
.pcGroupArea.hasComponent {
	background-image: url(../images/component_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.policyArea {
	padding-top: 55px;
	padding-bottom: 70px;
}
.policyArea .infoBox {
	max-width: 1220px;
	padding: 0 0 68px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 768px) {
	.policyArea .infoBox {
		padding: 0 0 30px;
	}
}
@media (max-width: 640px) {
	.policyArea .infoBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.policyArea .infoBox .leftBox {
	width: 300px;
	border-right: 2px solid #e4e4e4;
	padding-top: 10px;
	padding-right: 30px;
}
@media (max-width: 992px) {
	.policyArea .infoBox .leftBox {
		width: 260px;
	}
}
@media (max-width: 640px) {
	.policyArea .infoBox .leftBox {
		width: 100%;
		border-right: 0;
		border-bottom: 2px solid #e4e4e4;
		padding: 0 0 15px 0;
		padding-right: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}
.policyArea .infoBox .rightBox {
	width: calc(100% - 300px);
	padding-left: 64px;
	padding-right: 52px;
}
@media (max-width: 992px) {
	.policyArea .infoBox .rightBox {
		padding-right: 0;
		padding-left: 30px;
	}
}
@media (max-width: 640px) {
	.policyArea .infoBox .rightBox {
		width: 100%;
		padding-left: 0;
	}
}
.policyArea .infoBox .title {
	color: #303030;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.8px;
}
.policyArea .infoBox .editorBox {
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9375;
}
.policyArea .policyList {
	margin: 0 -13.5px;
}
.policyArea .policyList .slick-dots {
	position: relative;
	bottom: 0;
	padding-top: 20px;
}
.policyArea .policyList .slick-dots li button:before {
	background-color: #dedede;
}
.policyArea .policyList .slick-dots li.slick-active button:before {
	background-color: #1d689c;
}
.policyArea .policyList > .policyItem {
	float: left;
	width: 25%;
}
.policyArea .policyList > .policyItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 992px) {
	.policyArea .policyList > .policyItem {
		width: 50%;
	}
	.policyArea .policyList > .policyItem:nth-child(4) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 768px) {
	.policyArea .policyList > .policyItem {
		width: 33.33%;
	}
	.policyArea .policyList > .policyItem:nth-child(3) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
@media (max-width: 414px) {
	.policyArea .policyList > .policyItem {
		width: 100%;
	}
	.policyArea .policyList > .policyItem:nth-child(2) {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.policyArea .policyList .policyItem {
	padding: 0 13.5px;
}
.policyArea .policyList .Img {
	-webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	        box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	border-radius: 3px;
}
.policyArea .policyList .Img img {
	width: 100%;
}
.policyArea .policyList .Txt {
	padding-top: 22px;
}
.policyArea .policyList .Txt .title {
	color: #303030;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.6px;
	/*80*/
	line-height: 1.6;
}
.policyArea .policyList .Txt .title a {
	display: block;
	color: #303030;
}
.policyArea .policyList .Txt .txt {
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	margin-top: 7px;
}

.componentArea {
	padding-top: 30px;
	padding-bottom: 185px;
}
@media (max-width: 768px) {
	.componentArea {
		padding-top: 0;
		padding-bottom: 80px;
	}
}
.componentArea.noPolicy {
	padding: 100px 0;
}
@media (max-width: 768px) {
	.componentArea.noPolicy {
		padding: 50px 0;
	}
}
.componentArea .componentList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 640px) {
	.componentArea .componentList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.componentArea .componentList .componentItem {
	width: 33.33%;
	text-align: center;
	border-right: 1px solid #dcdcdc;
}

.componentArea .componentList .componentItem .Img {
	padding-top: 20px;
}

.componentArea .componentList .componentItem .Img img {
	max-width: 60px;
	margin: auto;
}

.componentArea .componentList .componentItem:first-child {
	border-left: 1px solid #dcdcdc;
}
@media (max-width: 640px) {
	.componentArea .componentList .componentItem {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	.componentArea .componentList .componentItem:first-child {
		border-left: 0;
		border-top: 1px solid #dcdcdc;
	}
}
.componentArea .componentList .Txt {
	padding: 3px 15px 3px;
}
@media (max-width: 640px) {
	.componentArea .componentList .Txt {
		padding: 10px 20px 20px 20px;
	}
}
.componentArea .componentList .amount .num {
	background: rgb(93, 147, 201);
	background: -webkit-gradient(linear, left top, right top, from(rgb(93, 147, 201)), to(rgb(36, 105, 174)));
	background: linear-gradient(90deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 36px;
	line-height: 1;
	font-weight: 800;
	font-family: "Inter", sans-serif;
	letter-spacing: 2.1px;
	/*20*/
}
@media (max-width: 768px) {
	.componentArea .componentList .amount .num {
		font-size: 24px;
		letter-spacing: 1.6px;
	}
}
.componentArea .componentList .amount .txt {
	color: #9b9b9b;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	padding-left: 8px;
}
@media (max-width: 768px) {
	.componentArea .componentList .amount .txt {
		font-size: 18px;
	}
}
.componentArea .componentList .title {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.44px;
	/*80*/
	line-height: 1.5;
	padding-top: 15px;
}
@media (max-width: 768px) {
	.componentArea .componentList .title {
		font-size: 16px;
		letter-spacing: 1.28px;
		padding-top: 10px;
	}
}

.regulationsArea {
	padding-top: 95px;
	padding-bottom: 137px;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	.regulationsArea {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.regulationsArea .editorBox:nth-child(1) .text {
	margin-top: 42px;
}
@media (max-width: 768px) {
	.regulationsArea .editorBox:nth-child(1) .text {
		margin-top: 25px;
	}
}
.regulationsArea .editorBox:nth-child(2) .text {
	margin-top: 18px;
}
.regulationsArea .editorBox:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
	.regulationsArea .editorBox:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
.regulationsArea .editorBox .title {
	color: #303030;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.6;
}
.regulationsArea .editorBox h2.title {
	font-size: 30px;
	letter-spacing: 1.8px;
	/*60*/
	line-height: 1.2;
}
.regulationsArea .editorBox .text {
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
}

.reportArea {
	padding-top: 150px;
	padding-bottom: 125px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.reportArea {
		padding-top: 70px;
		padding-bottom: 80px;
	}
}
.reportArea .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-attachment: fixed;
	background-position: center;
}
.reportArea .reportBox {
	text-align: center;
	position: relative;
	z-index: 2;
}
.reportArea .reportBox .title {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	/*60*/
	line-height: 1.2;
}
@media (max-width: 768px) {
	.reportArea .reportBox .title {
		font-size: 26px;
	}
}
.reportArea .reportBox .btnBox {
	padding-top: 35px;
}
@media (max-width: 768px) {
	.reportArea .reportBox .btnBox {
		padding-top: 20px;
	}
}
.reportArea .reportBox .btnBox .btn_more {
	color: #ffffff;
	max-width: 246px;
	padding: 21px 16px;
}
@media (min-width: 1201px) {
	.reportArea .reportBox .btnBox .btn_more:hover {
		padding: 21px 0;
	}
}
.reportArea .reportBox .btnBox .btn_more:after {
	background: #ffffff;
}
.reportArea .reportBox .btnBox .btn_more .line {
	background: #ffffff;
}
.reportArea .reportBox .btnBox .btn_more svg {
	color: #ffffff;
}

.humidityArea {
	background-color: #f8f8f8;
}
.humidityArea .humidityList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 768px) {
	.humidityArea .humidityList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.humidityArea .humidityList .btnBox {
	position: absolute;
	width: 150px;
	height: 150px;
	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%;
	padding-top: 0;
	-webkit-box-shadow: 0px 1px 35px 0px rgba(45, 45, 45, 0.64);
	        box-shadow: 0px 1px 35px 0px rgba(45, 45, 45, 0.64);
	margin: auto;
}
@media (min-width: 769px) {
	.humidityArea .humidityList .btnBox {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}
@media (max-width: 992px) {
	.humidityArea .humidityList .btnBox {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 768px) {
	.humidityArea .humidityList .btnBox {
		top: -60px;
	}
}
.humidityArea .humidityList .btnBox:before, .humidityArea .humidityList .btnBox:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 0;
}
.humidityArea .humidityList .btnBox::before {
	background: rgb(93, 147, 201);
	background: -webkit-gradient(linear, left top, right top, from(rgb(93, 147, 201)), to(rgb(36, 105, 174)));
	background: linear-gradient(90deg, rgb(93, 147, 201) 0%, rgb(36, 105, 174) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d93c9",endColorstr="#2469ae",GradientType=1);
}
.humidityArea .humidityList .btnBox::after {
	-webkit-animation: outerAni 1.2s 0.35s infinite ease-in-out;
	        animation: outerAni 1.2s 0.35s infinite ease-in-out;
	background-color: #1d689c;
}
.humidityArea .humidityList .btnBox .level {
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	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;
	color: #1d689c;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.38px;
	/*80*/
	background-color: #ffffff;
	border-radius: 50%;
	z-index: 2;
}
.humidityArea .humidityList .btnBox .level:after {
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	margin: auto;
	content: "";
	background-image: url(../images/humidity_circleBg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-animation: rotate 50s linear infinite;
	        animation: rotate 50s linear infinite;
}
@media (max-width: 992px) {
	.humidityArea .humidityList .btnBox .level {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		font-size: 16px;
		letter-spacing: 1.28px;
	}
}
@-webkit-keyframes innerAni {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@keyframes innerAni {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@-webkit-keyframes outerAni {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@keyframes outerAni {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
.humidityArea .humidityList .Img,
.humidityArea .humidityList .Txt {
	width: 50%;
}
@media (max-width: 768px) {
	.humidityArea .humidityList .Img,
.humidityArea .humidityList .Txt {
		width: 100%;
	}
}
.humidityArea .humidityList .Img img {
	height: 665px;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 768px) {
	.humidityArea .humidityList .Img img {
		height: auto;
		-o-object-fit: fill;
		   object-fit: fill;
	}
}
.humidityArea .humidityList .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 50px 120px;
	background-image: url(../images/humidity_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 1440px) {
	.humidityArea .humidityList .Txt {
		padding: 50px 50px 50px 120px;
	}
}
@media (max-width: 992px) {
	.humidityArea .humidityList .Txt {
		padding: 50px 40px 50px 80px;
	}
}
@media (max-width: 768px) {
	.humidityArea .humidityList .Txt {
		position: relative;
		padding: 90px 30px 50px;
	}
}
.humidityArea .humidityList .Txt .TxtBox {
	max-width: 630px;
	padding-right: 145px;
}
@media (max-width: 1440px) {
	.humidityArea .humidityList .Txt .TxtBox {
		padding-right: 0;
	}
}
.humidityArea .humidityList .Txt .title {
	color: #303030;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	/*60*/
	line-height: 1.2;
}
@media (max-width: 768px) {
	.humidityArea .humidityList .Txt .title {
		font-size: 26px;
		letter-spacing: 1.56px;
	}
}
.humidityArea .humidityList .Txt .editorBox {
	color: #727272;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	font-family: "Noto Sans TC";
	padding-top: 35px;
}
@media (max-width: 768px) {
	.humidityArea .humidityList .Txt .editorBox {
		font-size: 15px;
		padding-top: 25px;
	}
}