.linkArea span::before, .linkArea a::after, .reportArea .documentBox .itemList a .title, .reportArea .documentBox .itemList a .num, .newsArea .item .text, .newsArea .item .title, .newsArea .item .infoBox .classTitle, .newsArea .item .infoBox, .newsArea .item .Img .arrow, .newsArea .newsItem, .newsArea .newsBox, .highLightsArea .highLightsItem .numBox .numList .numTxt {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.titleBox {
	margin-bottom: 0;
}
.titleBox .title {
	font-size: 45px;
	margin-top: 7px;
	letter-spacing: 1.6px;
}
.titleBox .decoTitle {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.7px;
}
@media (max-width: 1600px) {
	.titleBox .title {
		font-size: 40px;
	}
	.titleBox .decoTitle {
		font-size: 15px;
	}
}
@media (max-width: 1180px) {
	.titleBox .title {
		font-size: 36px;
	}
	.titleBox .decoTitle {
		font-size: 14px;
	}
}

.highLightsArea {
	padding: 89px 0;
	background-color: #f5f5f5;
}
@media (max-width: 1180px) {
	.highLightsArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.highLightsArea {
		padding: 40px 0;
	}
}
.highLightsArea .classBox {
	background-color: #fff;
	margin-bottom: 58px;
}
.highLightsArea .classBox::after {
	display: none;
}
.highLightsArea .classBox .classCurrent {
	border: 1px solid #e6e6e6;
}
@media (min-width: 1181px) {
	.highLightsArea .classBox .classLink::before {
		display: none;
	}
	.highLightsArea .classBox li,
	.highLightsArea .classBox .classItem {
		border-bottom: none;
	}
	.highLightsArea .classBox li::after,
	.highLightsArea .classBox .classItem::after {
		height: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.highLightsArea .classBox li:last-child::after,
	.highLightsArea .classBox .classItem:last-child::after {
		display: none;
	}
	.highLightsArea .classBox span,
	.highLightsArea .classBox a {
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	.highLightsArea .classBox {
		margin-bottom: 40px;
	}
}
.highLightsArea .highLightsItem {
	display: none;
}
.highLightsArea .highLightsItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.highLightsArea .highLightsItem .Img {
	width: 100%;
	max-width: 56.5%;
}
.highLightsArea .highLightsItem .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1600px) {
	.highLightsArea .highLightsItem .Img {
		max-width: 50%;
	}
}
@media (max-width: 840px) {
	.highLightsArea .highLightsItem .Img {
		max-width: 40%;
	}
}
@media (max-width: 640px) {
	.highLightsArea .highLightsItem .Img {
		display: none;
	}
}
.highLightsArea .highLightsItem .Txt {
	position: relative;
	width: 100%;
	max-width: 43.5%;
	padding-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-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;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (max-width: 1600px) {
	.highLightsArea .highLightsItem .Txt {
		max-width: 50%;
	}
}
@media (max-width: 840px) {
	.highLightsArea .highLightsItem .Txt {
		max-width: 60%;
	}
}
@media (max-width: 640px) {
	.highLightsArea .highLightsItem .Txt {
		max-width: 100%;
		padding-left: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.highLightsArea .highLightsItem .decoText {
	font-size: 428px;
	line-height: 1;
	letter-spacing: 3.424px;
	font-size: 4dvw;
	font-weight: bold;
	color: #eee;
	pointer-events: none;
	position: absolute;
	top: 10%;
	left: 40px;
}
@media (max-width: 840px) {
	.highLightsArea .highLightsItem .decoText {
		font-size: 6dvw;
	}
}
@media (max-width: 640px) {
	.highLightsArea .highLightsItem .decoText {
		display: none;
	}
}
.highLightsArea .highLightsItem .textBox {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
@media (max-width: 640px) {
	.highLightsArea .highLightsItem .textBox .titleBox {
		text-align: center;
	}
}
.highLightsArea .highLightsItem .btnBox {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin-top: auto;
	margin-bottom: 30px;
}
@media (max-width: 1600px) {
	.highLightsArea .highLightsItem .btnBox {
		margin-bottom: 0;
	}
}
.highLightsArea .highLightsItem .numBox {
	position: relative;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-top: 22%;
	margin-bottom: 40px;
}
@media (max-width: 1600px) {
	.highLightsArea .highLightsItem .numBox {
		margin-top: 80px;
	}
}
@media (max-width: 1400px) {
	.highLightsArea .highLightsItem .numBox {
		margin-top: 60px;
	}
}
@media (max-width: 640px) {
	.highLightsArea .highLightsItem .numBox {
		margin: 30px 0;
	}
}
.highLightsArea .highLightsItem .numBox .numList .item {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.highLightsArea .highLightsItem .numBox .numList .num {
	font-size: 72px;
	line-height: 1;
	letter-spacing: 0.72px;
	color: #1d28a8;
	font-weight: 600;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.highLightsArea .highLightsItem .numBox .numList .percent,
.highLightsArea .highLightsItem .numBox .numList .unit {
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0px;
	color: #141c75;
	font-weight: 500;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.highLightsArea .highLightsItem .numBox .numList .superior {
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	vertical-align: top;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.highLightsArea .highLightsItem .numBox .numList .title {
	width: 100%;
	position: relative;
	padding: 0 13px;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.32px;
	font-weight: 600;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	height: 45px;
}
.highLightsArea .highLightsItem .numBox .numList .title::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 37px;
	background-color: #e6e6e6;
}
.highLightsArea .highLightsItem .numBox .numList .title span {
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.highLightsArea .highLightsItem .numBox .numList .numTxt {
	display: inline-block;
	text-align: center;
}
@media (max-width: 1600px) {
	.highLightsArea .highLightsItem .numBox .numList .num {
		font-size: 64px;
	}
	.highLightsArea .highLightsItem .numBox .numList .percent,
	.highLightsArea .highLightsItem .numBox .numList .unit {
		font-size: 34px;
	}
}
@media (max-width: 1180px) {
	.highLightsArea .highLightsItem .numBox .numList .num {
		font-size: 56px;
	}
	.highLightsArea .highLightsItem .numBox .numList .percent,
	.highLightsArea .highLightsItem .numBox .numList .unit {
		font-size: 28px;
	}
}
@media (max-width: 400px) {
	.highLightsArea .highLightsItem .numBox .numList .title::after {
		display: none;
	}
}
.highLightsArea .highLightsItem .numBox .controlBox {
	position: absolute;
	top: 50%;
	left: 50%;
	right: unset;
	bottom: unset;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
	width: calc(100% + 48px);
}
@media (max-width: 400px) {
	.highLightsArea .highLightsItem .numBox .controlBox {
		width: calc(100% + 40px);
	}
}

.awardsArea {
	position: relative;
	background-color: #f5f5f5;
	padding-top: 120px;
	padding-bottom: 90px;
}
.awardsArea::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 86%;
	height: 457px;
	background: url("../images/esg/awardsBg.jpg") center center/cover no-repeat;
	z-index: 0;
}
@media (max-width: 1180px) {
	.awardsArea {
		padding: 60px 0;
	}
	.awardsArea::after {
		width: 90%;
	}
}
@media (max-width: 840px) {
	.awardsArea {
		padding-bottom: 30px;
	}
	.awardsArea::after {
		width: 100%;
		height: 100%;
	}
}
.awardsArea .wrap {
	position: relative;
	z-index: 2;
	max-width: 100%;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (max-width: 1180px) {
	.awardsArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 40px;
	}
}
@media (max-width: 840px) {
	.awardsArea .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 400px) {
	.awardsArea .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.awardsArea .titleBox {
	width: 100%;
	max-width: 410px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-left: 9%;
}
@media (max-width: 1600px) {
	.awardsArea .titleBox {
		padding-left: 50px;
		max-width: 300px;
	}
}
@media (max-width: 840px) {
	.awardsArea .titleBox {
		text-align: center;
		max-width: 100%;
		padding-left: 0;
	}
}
.awardsArea .awardsBox {
	position: relative;
	width: 100%;
	max-width: 1338px;
}
@media (min-width: 841px) {
	.awardsArea .awardsList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}
@media (max-width: 840px) {
	.awardsArea .awardsList {
		max-width: 300px;
		margin: 0 auto;
	}
}
@media (max-width: 840px) {
	.awardsArea .awardsList .slick-slide:nth-child(3n+1) .awardsItem {
		background-color: #1d28a8;
		color: #fff;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+1) .Img {
		background-color: #fff;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+1) .textEditor {
		color: #fff;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+1) .textEditor li::before {
		color: #f6dd00;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+2) .awardsItem {
		background-color: #fff;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+2) .subtitle {
		color: #1d28a8;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+2) .Img {
		background-color: #1d28a8;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+3) .awardsItem {
		background-color: #f3f3fb;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+3) .subtitle {
		color: #1d28a8;
	}
	.awardsArea .awardsList .slick-slide:nth-child(3n+3) .Img {
		background-color: #1d28a8;
	}
}
@media (min-width: 841px) {
	.awardsArea .awardsList .awardsItem {
		max-width: 446px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.awardsArea .awardsList .awardsItem:nth-child(1) {
		background-color: #1d28a8;
		color: #fff;
	}
	.awardsArea .awardsList .awardsItem:nth-child(1) .Img {
		background-color: #fff;
	}
	.awardsArea .awardsList .awardsItem:nth-child(1) .textEditor {
		color: #fff;
	}
	.awardsArea .awardsList .awardsItem:nth-child(1) .textEditor li::before {
		color: #f6dd00;
	}
	.awardsArea .awardsList .awardsItem:nth-child(2) {
		background-color: #fff;
	}
	.awardsArea .awardsList .awardsItem:nth-child(2) .subtitle {
		color: #1d28a8;
	}
	.awardsArea .awardsList .awardsItem:nth-child(2) .Img {
		background-color: #1d28a8;
	}
	.awardsArea .awardsList .awardsItem:nth-child(3) {
		background-color: #f3f3fb;
	}
	.awardsArea .awardsList .awardsItem:nth-child(3) .subtitle {
		color: #1d28a8;
	}
	.awardsArea .awardsList .awardsItem:nth-child(3) .Img {
		background-color: #1d28a8;
	}
}
.awardsArea .awardsList .item {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
	padding: 25px 30px 63px;
}
@media (max-width: 1600px) {
	.awardsArea .awardsList .item {
		padding: 25px 24px 50px;
	}
}
@media (max-width: 1400px) {
	.awardsArea .awardsList .item {
		padding-bottom: 40px;
	}
}
.awardsArea .awardsList .textBox {
	padding-top: 6px;
}
@media (max-width: 1600px) {
	.awardsArea .awardsList .textBox {
		padding-top: 0;
	}
}
.awardsArea .awardsList .subtitle {
	font-weight: bold;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.72px;
}
@media (max-width: 1400px) {
	.awardsArea .awardsList .subtitle {
		font-size: 20px;
	}
}
.awardsArea .awardsList .title {
	position: relative;
	margin-top: 20px;
	padding-top: 23px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.18px;
}
.awardsArea .awardsList .title::before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #f6dd00;
}
@media (max-width: 1400px) {
	.awardsArea .awardsList .title {
		font-size: 17px;
		margin-top: 16px;
		padding-top: 16px;
	}
}
.awardsArea .awardsList .Img {
	width: 74px;
	height: auto;
	aspect-ratio: 1/1;
	-webkit-mask: center center/cover no-repeat;
	        mask: center center/cover no-repeat;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.awardsArea .awardsList .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1600px) {
	.awardsArea .awardsList .Img {
		width: 65px;
	}
}
@media (max-width: 1400px) {
	.awardsArea .awardsList .Img {
		width: 55px;
	}
}
@media (max-width: 1180px) {
	.awardsArea .awardsList .Img {
		width: 45px;
	}
}
.awardsArea .awardsList .textEditor {
	width: 100%;
	margin-top: 83px;
}
@media (max-width: 840px) {
	.awardsArea .awardsList .textEditor li {
		font-size: 14px;
	}
}
.awardsArea .controlBox {
	width: calc(100% + 40px);
	max-width: 440px;
}
.awardsArea .controlBox .arrowBox {
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
@media (min-width: 841px) {
	.awardsArea .controlBox {
		display: none;
	}
}
@media (min-width: 451px) {
	.awardsArea .controlBox {
		position: absolute;
		top: 50%;
		left: 50%;
		right: unset;
		bottom: unset;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		z-index: 1;
	}
	.awardsArea .controlBox .arrowBox {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media (max-width: 450px) {
	.awardsArea .controlBox {
		padding-top: 30px;
		width: 100%;
	}
}

.newsArea {
	padding-top: 90px;
	padding-bottom: 100px;
	background: url("../images/esg/esgNewsBg.jpg") no-repeat center center/cover;
}
@media (max-width: 768px) {
	.newsArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.newsArea {
		padding: 40px 0;
	}
}
.newsArea .unClick {
	pointer-events: none;
}
.newsArea .topBox {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
@media (max-width: 1400px) {
	.newsArea .topBox {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 30px;
	}
}
@media (max-width: 1180px) {
	.newsArea .topBox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.newsArea .titleBox {
	margin-bottom: 48px;
}
.newsArea .titleBox .title {
	margin-top: 26px;
}
@media (max-width: 1400px) {
	.newsArea .titleBox {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	.newsArea .titleBox .title {
		margin-top: 10px;
	}
}
.newsArea .classBox {
	margin: 0;
	width: 100%;
}
.newsArea .classBox::after {
	display: none;
}
@media (min-width: 1181px) {
	.newsArea .classBox {
		max-width: 776px;
	}
	.newsArea .classBox .classLink {
		row-gap: 16px;
	}
	.newsArea .classBox .classLink::before {
		display: none;
	}
	.newsArea .classBox .classLink li,
	.newsArea .classBox .classLink .classItem {
		border-bottom: none;
	}
	.newsArea .classBox .classLink li::after,
	.newsArea .classBox .classLink .classItem::after {
		height: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.newsArea .classBox .classLink li:nth-child(4n+1)::before,
	.newsArea .classBox .classLink .classItem:nth-child(4n+1)::before {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 1px;
		height: 30px;
		background-color: #e6e6e6;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.newsArea .classBox .classLink li a,
	.newsArea .classBox .classLink li span,
	.newsArea .classBox .classLink .classItem a,
	.newsArea .classBox .classLink .classItem span {
		padding: 16px 10px;
		min-width: 194px;
		font-size: 16px;
	}
	.newsArea .classBox .classLink li a::after,
	.newsArea .classBox .classLink li span::after,
	.newsArea .classBox .classLink .classItem a::after,
	.newsArea .classBox .classLink .classItem span::after {
		display: none;
	}
}
@media (min-width: 1181px) and (max-width: 1400px) {
	.newsArea .classBox {
		max-width: 680px;
	}
	.newsArea .classBox .classLink li a,
	.newsArea .classBox .classLink li span,
	.newsArea .classBox .classLink .classItem a,
	.newsArea .classBox .classLink .classItem span {
		min-width: 170px;
	}
}
@media (max-width: 1180px) {
	.newsArea .classBox {
		max-width: calc(100% - 180px);
	}
	.newsArea .classBox .classCurrent {
		border: 1px solid #e6e6e6;
	}
}
@media (max-width: 540px) {
	.newsArea .classBox {
		max-width: 100%;
	}
}
.newsArea .controlBox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 540px) {
	.newsArea .controlBox {
		width: 100%;
	}
}
.newsArea .newsBox {
	padding-top: 17px;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.newsArea .newsBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.newsArea .newsBox.hide .newsItem {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 1400px) {
	.newsArea .newsBox {
		padding-top: 40px;
	}
}
@media (max-width: 540px) {
	.newsArea .newsBox {
		padding-top: 30px;
	}
}
.newsArea .newsList {
	width: 100%;
	max-width: 28%;
}
.newsArea .newsList.center {
	max-width: 40%;
	margin: 0 auto;
}
.newsArea .newsList.left, .newsArea .newsList.right {
	padding-top: 26px;
}
.newsArea .newsList:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.newsArea .newsList:not(.slick-slider) > .newsItem:not(:first-child) {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}
.newsArea .newsList .slick-current .Img {
	opacity: 1;
	translate: 0 0;
}
.newsArea .newsList .slick-current .Txt {
	opacity: 1;
	translate: 0 0;
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
@media (max-width: 840px) {
	.newsArea .newsList.left, .newsArea .newsList.right {
		display: none;
	}
	.newsArea .newsList.center {
		max-width: 100%;
	}
}
.newsArea .item {
	position: relative;
}
@media (min-width: 1181px) {
	.newsArea .item:hover .Img {
		background-color: #000;
	}
	.newsArea .item:hover .Img img {
		opacity: 0.8;
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
	.newsArea .item:hover .title {
		color: #1d28a8;
	}
}
.newsArea .item .Img {
	position: relative;
	width: 100%;
	translate: 0 -10px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.newsArea .item .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.newsArea .item .Img .arrow {
	width: 54px;
	height: 54px;
	background-color: #f6dd00;
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 2;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	color: #fff;
	font-size: 34px;
}
@media (max-width: 1180px) {
	.newsArea .item .Img .arrow {
		width: 45px;
		height: 45px;
		font-size: 26px;
	}
}
.newsArea .item .Txt {
	padding-top: 20px;
	translate: 0 -10px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.newsArea .item .infoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	margin-bottom: 13px;
}
.newsArea .item .infoBox .classTitle {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	max-width: 150px;
	padding: 9px 5px;
	text-align: center;
	color: #fff;
	background-color: #1d28a8;
	-webkit-box-shadow: 4px 4px 0px 0px #f6dd00;
	        box-shadow: 4px 4px 0px 0px #f6dd00;
}
@media (max-width: 1180px) {
	.newsArea .item .infoBox .classTitle {
		font-size: 15px;
		max-width: 120px;
		padding: 6px 5px;
	}
}
.newsArea .item .infoBox .date {
	color: #222;
	font-weight: bold;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0px;
}
.newsArea .item .title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1180px) {
	.newsArea .item .title {
		font-size: 17px;
	}
}
.newsArea .item .text {
	margin-top: 20px;
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1180px) {
	.newsArea .item .text {
		font-size: 15px;
	}
}

.reportArea {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fafafa;
	overflow-x: clip;
}
@media (max-width: 1180px) {
	.reportArea {
		padding: 60px 0;
	}
}
@media (max-width: 840px) {
	.reportArea {
		padding: 40px 0;
	}
}
.reportArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 36px;
}
@media (max-width: 1400px) {
	.reportArea .wrap {
		row-gap: 45px;
	}
}
@media (max-width: 1180px) {
	.reportArea .wrap {
		max-width: 800px;
	}
}
.reportArea .titleBox {
	position: relative;
	z-index: 1;
	width: 100%;
}
.reportArea .titleBox .title {
	margin-top: 26px;
}
.reportArea .titleBox .decoText {
	font-size: 428px;
	line-height: 1;
	letter-spacing: 2.996px;
	font-size: 4dvw;
	font-weight: bold;
	color: #eee;
	pointer-events: none;
	z-index: -1;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1180px) {
	.reportArea .titleBox .decoText {
		right: unset;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: 40px;
	}
}
@media (max-width: 400px) {
	.reportArea .titleBox .decoText {
		font-size: 34px;
	}
}
@media (max-width: 1400px) {
	.reportArea .titleBox {
		width: 100%;
		margin-bottom: 0;
	}
	.reportArea .titleBox .title {
		margin-top: 10px;
	}
}
@media (max-width: 1180px) {
	.reportArea .titleBox {
		text-align: center;
	}
}
.reportArea .reportBox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	max-width: 40.5%;
}
.reportArea .reportBox .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.reportArea .reportBox .title {
	display: inline-block;
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.36px;
	color: #1d28a8;
	border: 1px solid #1d28a8;
	padding: 6px 44px;
}
.reportArea .reportBox .text {
	margin-top: 18px;
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.48px;
}
.reportArea .reportBox .btnBox {
	margin-top: 41px;
}
@media (max-width: 1400px) {
	.reportArea .reportBox {
		max-width: 45%;
	}
}
@media (max-width: 1180px) {
	.reportArea .reportBox {
		max-width: 100%;
	}
	.reportArea .reportBox .btnBox {
		margin-top: 24px;
	}
}
@media (max-width: 540px) {
	.reportArea .reportBox .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.reportArea .reportBox .btnBox .btn {
		width: 100%;
	}
}
.reportArea .documentBox {
	width: 100%;
	max-width: 58.8%;
	margin: 0 -19px;
}
.reportArea .documentBox .documentList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 80px;
}
.reportArea .documentBox .documentItem {
	width: 33.3333333333%;
	padding: 0 19px;
}
.reportArea .documentBox .itemTitle {
	position: relative;
	color: #141c75;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4px 11px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e6e6e6;
}
.reportArea .documentBox .itemTitle::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 29%;
	height: 3px;
	background-color: #141c75;
	left: 0;
	bottom: -1.5px;
}
.reportArea .documentBox .itemTitle .num {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.reportArea .documentBox .itemList {
	padding-top: 6px;
}
.reportArea .documentBox .itemList a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 4px 7px;
	font-size: 16px;
	line-height: 2.75;
	letter-spacing: 0.32px;
}
.reportArea .documentBox .itemList a .num {
	color: #1d28a8;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
}
.reportArea .documentBox .itemList a .title {
	color: rgba(34, 34, 34, 0.7);
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: 400;
}
@media (min-width: 1181px) {
	.reportArea .documentBox .itemList a:hover .num {
		color: #141c75;
	}
	.reportArea .documentBox .itemList a:hover .title {
		color: #1d28a8;
	}
}
@media (max-width: 1400px) {
	.reportArea .documentBox {
		max-width: 55%;
		margin: 0 -12px;
	}
	.reportArea .documentBox .documentItem {
		padding: 0 12px;
	}
	.reportArea .documentBox .itemTitle {
		font-size: 17px;
		-webkit-column-gap: 8px;
		   -moz-column-gap: 8px;
		        column-gap: 8px;
	}
	.reportArea .documentBox .itemList a {
		font-size: 15px;
	}
}
@media (max-width: 1180px) {
	.reportArea .documentBox {
		max-width: 100%;
	}
	.reportArea .documentBox .documentList {
		row-gap: 40px;
		width: calc(100% + 24px);
	}
}
@media (max-width: 640px) {
	.reportArea .documentBox .documentItem {
		width: 50%;
	}
}
@media (max-width: 450px) {
	.reportArea .documentBox .documentItem {
		width: 100%;
	}
}

.linkArea {
	padding-top: 90px;
	padding-bottom: 90px;
}
@media (max-width: 768px) {
	.linkArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.linkArea {
		padding: 40px 0;
	}
}
.linkArea .linkList {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 18px;
}
@media (max-width: 840px) {
	.linkArea .linkList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 380px;
		margin: 0 auto;
	}
}
.linkArea .linkItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
}
.linkArea .linkItem:nth-child(1) span:before {
	-webkit-mask-image: url("../images/esg/esg_contact.png");
	        mask-image: url("../images/esg/esg_contact.png");
}
.linkArea .linkItem:nth-child(2) span:before {
	-webkit-mask-image: url("../images/esg/esg_survey.png");
	        mask-image: url("../images/esg/esg_survey.png");
}
.linkArea .linkItem:nth-child(3) span:before {
	-webkit-mask-image: url("../images/esg/esg_sitemap.png");
	        mask-image: url("../images/esg/esg_sitemap.png");
}
.linkArea a {
	position: relative;
	display: block;
	border: 1px solid #1d28a8;
	background-color: #fff;
	color: #1d28a8;
	padding: 44px 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3333333333;
	letter-spacing: 0.36px;
	border-bottom: 3px solid #1d28a8;
}
.linkArea a::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 2;
	width: 0;
	height: 3px;
	right: -1px;
	bottom: -3px;
	background-color: #f6dd00;
}
@media (min-width: 1181px) {
	.linkArea a:hover {
		background: #1d28a8;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
		        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
		color: #fff;
	}
	.linkArea a:hover::after {
		width: calc(100% + 2px);
		right: auto;
		left: -1px;
	}
	.linkArea a:hover span::before {
		background-color: #fff;
	}
}
.linkArea span {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}
.linkArea span::before {
	content: "";
	-webkit-mask: no-repeat center center/contain;
	        mask: no-repeat center center/contain;
	background-color: #222;
	width: 58px;
	height: auto;
	aspect-ratio: 1/1;
}
@media (max-width: 1400px) {
	.linkArea a {
		padding: 34px 20px;
	}
	.linkArea span::before {
		width: 48px;
	}
}
@media (max-width: 840px) {
	.linkArea a {
		font-size: 16px;
		padding: 28px 14px;
	}
	.linkArea span::before {
		width: 42px;
	}
}
@media (max-width: 400px) {
	.linkArea a {
		padding: 22px 14px;
	}
	.linkArea span::before {
		width: 38px;
	}
}
/*# sourceMappingURL=esg_home.css.map */