body {
	margin: 0;
}

#esgApp {
	width: 100%;
	position: relative;
	background: #f7f7f7;
}

#esgApp .s-nav-2 {
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: auto;
	height: 100%;
}

@media (max-width: 999px) {
	#esgApp .s-nav-2 {
		width: 80%;
	}
}

@media (max-width: 768px) {
	#esgApp .s-nav-2 {
		width: auto;
		height: auto;
	}
}

#esgApp .s-nav-2 ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	height: 100%;
}

@media (max-width: 768px) {
	#esgApp .s-nav-2 ul {
		height: auto;
	}
}

@media (max-width: 414px) {
	#esgApp .s-nav-2 ul {
		width: auto;
	}
}

#esgApp .s-nav-2 ul li {
	margin-right: 30px;
	white-space: nowrap;
	height: 100%;
	position: relative;
}

#esgApp .s-nav-2 ul li:last-child {
	margin-left: 0;
}

#esgApp .s-nav-2 ul li>a {
	position: relative;
	top: 33%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	#esgApp .s-nav-2 ul li {
		height: auto;
		font-size: 14px;
	}

	/*#esgApp .s-nav-2 ul li:last-child {
     margin-right: 30px;
   }*/
	#esgApp .s-nav-2 {
		margin-left: 30px;
	}

	#esgApp .s-nav-2 ul li {
		margin-right: 0px;
	}

	#esgApp .s-nav-2 ul li a {
		position: inherit;
		top: inherit;
		-webkit-transform: inherit;
		transform: inherit;
	}
}

#esgApp .s-nav-2 .section-active::after {
	height: 1px;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	#esgApp .s-nav-2 {
		position: inherit;
		left: inherit;
		top: inherit;
		-webkit-transform: inherit;
		transform: inherit;
		bottom: inherit;
	}

	#esgApp .s-nav-2 .s-nav-icon {
		font-size: 12px;
		text-align: center;
		line-height: 16px;
		color: #000;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	#esgApp .s-nav-2 .s-nav-icon.s-nav-icon-top {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#esgApp .s-nav-2 .s-nav-icon.s-nav-icon-bottom {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

#esgApp .zl-scrollBarBox {
	height: 100%;
	position: absolute;
	background: #f3f3f3;
}

#esgApp .zl-scrollBar {
	position: absolute;
	left: 0;
	top: 0;
	background: #848484;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

#esgApp .zl-scrollBar.zl-verticalBar {
	min-height: 10px;
}

#esgApp .zl-scrollBar.zl-horizontalBar {
	min-width: 10px;
}

#esgApp .zl-scrollBar:hover {
	background: #000;
}

#esgApp .zl-scrollContentDiv {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 0;
	left: 0;
}

#esgApp .blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transition: -webkit-filter 400ms;
	transition: -webkit-filter 400ms;
	transition: filter 400ms;
	transition: filter 400ms, -webkit-filter 400ms;
}

#esgApp .blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

#esgApp .matepad-paper-nowrap {
	white-space: nowrap;
}

#esgApp section {
	position: relative;
}

#esgApp img,
#esgApp video {
	display: block;
	width: 100%;
}

#esgApp img.object-fit,
#esgApp video.object-fit {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#esgApp a {
	color: inherit;
}

#esgApp p {
	line-height: 1.6;
}

#esgApp h2,
#esgApp h3,
#esgApp h4 {
	line-height: 1.25;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp h5 {
	line-height: 1.25;
}

#esgApp sup {
	position: relative;
	font-size: 55%;
	z-index: 4;
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
	line-height: 0;
}

#esgApp sup a {
	cursor: pointer;
}

#esgApp *,
#esgApp *:before,
#esgApp *:after {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

#esgApp *:focus,
#esgApp *:active {
	outline: none;
}

#esgApp ul {
	margin: 0;
	padding: 0;
}

#esgApp li {
	list-style-type: none;
}

@media (max-width: 768px) {
	#esgApp .s-nav-1 {
		margin-top: 3.05556vw;
	}
}

#esgApp .s-nav-1 img {
	height: 0.7708vw;
	display: block;
	margin: 0;
	width: auto;
}

@media (max-width: 768px) {
	#esgApp .s-nav-1 img {
		width: auto !important;
		height: 2.22222vw;
	}
}

#esgApp #esg-kv {
	width: 100%;
	position: relative;
}

#esgApp #esg-kv .kv-box {
	width: 100%;
	position: relative;
}

#esgApp #esg-kv .kv-box img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}

#esgApp #esg-kv .kv-box .kv-textBg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0);
	left: 0;
	top: 0;
	z-index: 3;
}

#esgApp #esg-kv .kv-box .kv-textShow {
	width: 50%;
	text-align: center;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 4;
	-webkit-transform: translateY(-50%);
	transform: translate(50%, -50%);
}

#esgApp #esg-kv .kv-box .kv-textShow h1 {
	font-size: 5vw;
	color: #fff;
	line-height: 6.25vw;
	margin: 0 0 1.04167vw;
	letter-spacing: 0.20833vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-kv .kv-box-new {
	padding: 7.708333333vw 0;
	background-color: #fff;
}

@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box-new {
		padding: 20.83333333vw 0;
	}
}

#esgApp #esg-kv .kv-box-new .kv-textShow {
	width: 62.5vw;
	text-align: center;
	position: static;
	left: 50%;
	top: 50%;
	z-index: 4;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	margin: auto;
}

@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box .kv-textShow {
		width: 77.52083333vw;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box .kv-textShow h1 {
		font-size: 8.61111vw;
		line-height: 10.66667vw;
		margin: 0 0 5.55556vw;
		letter-spacing: 0.55556vw;
	}
}

#esgApp #esg-kv .kv-box .kv-textShow p {
	font-size: 1.14583vw;
	color: #fff;
	line-height: 1.875vw;
	text-align: center;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-kv .kv-box-new .kv-textShow p {
	font-size: 1.14583vw;
	color: #fff;
	line-height: 1.875vw;
	text-align: left;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-kv .kv-box .kv-textShow p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box .kv-textShow p {
		width: 83.75vw;
		margin: 0 auto;
		font-size: 4.16667vw;
		line-height: 6.38889vw;
	}

	#esgApp #esg-kv .kv-box .kv-textShow p .nr {
		display: none;
	}

	#esgApp #esg-kv .kv-box .kv-textShow p .br {
		display: inline-block;
	}
}

#esgApp #esg-greenProduct {
	width: 100%;
	position: relative;
}

#esgApp #esg-greenProduct .gpd-text {
	/* padding: 12.5vw 0 5.72917vw; */
	width: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	position: relative;
	padding-top: 9.89583vw;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-text {
		/* padding: 33.33333vw 0 13.88889vw; */
		padding-top: 20.83333333vw;
	}
}

#esgApp #esg-greenProduct .gpd-text h3 {
	font-size: 3.17708vw;
	line-height: 4.16667vw;
	color: #1d4022;
	margin: 0 0 1.5625vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-greenProduct .gpd-text h3 .br {
	display: none;
}

#esgApp #esg-greenProduct .gpd-text h3 .nr {
	display: inline-block;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-text h3 {
		font-size: 8.05556vw;
		line-height: 8.05556vw;
		margin: 0 0 4.16667vw;
	}

	#esgApp #esg-greenProduct .gpd-text h3 .br {
		display: inline-block;
	}

	#esgApp #esg-greenProduct .gpd-text h3 .nr {
		display: none;
	}
}

#esgApp #esg-greenProduct .gpd-text p {
	font-size: 1.875vw;
	line-height: 2.8125vw;
	color: #666666;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-greenProduct .gpd-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-text p {
		font-size: 5.13889vw;
		line-height: 7.22222vw;
		padding: 0 2.77778vw;
	}

	#esgApp #esg-greenProduct .gpd-text p .nr {
		display: none;
	}

	#esgApp #esg-greenProduct .gpd-text p .br {
		display: inline-block;
	}
}

#esgApp #esg-greenProduct .gpd-list {
	width: 58.95833vw;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list {
		width: calc(100% - 11.11111vw);
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX {
	width: 100%;
	padding: 0;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li {
	width: 100%;
	position: relative;
	border-radius: 1.04167vw;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-bottom: 2.08333vw;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li {
		border-radius: 2.77778vw;
		margin-bottom: 6.94444vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listImg {
	width: 29.47917vw;
	position: relative;
	float: left;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listImg {
		width: 100%;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listImg img {
	width: 100%;
	display: block;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText {
	width: calc(100% - 29.47917vw);
	height: 100%;
	position: absolute;
	left: 29.47917vw;
	top: 0;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText {
		width: 100%;
		position: relative;
		left: 0;
		float: left;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom {
	position: absolute;
	text-align: center;
	width: 200%;
	right: 0;
	font-size: 1.04167vw;
	color: #949494;
	bottom: 0.47917vw;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .nr {
	display: inline-block;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .br {
	display: none;
}

@media (max-width: 1025px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom {
		width: 200%;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom {
		width: 200%;
		font-size: 12px;
		bottom: 0.69444vw;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .nr {
		display: none;
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-dom .br {
		display: inline-block;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
	width: 24.667vw;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	text-align: center;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
		width: 75.5vw;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		margin: 8.33333vw auto 7.91667vw;
		text-align: right;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
	font-size: 1.77083vw;
	line-height: 2.34375vw;
	color: #000000;
	margin: 0 0 1.04167vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
		font-size: 5.27778vw;
		line-height: 7.63889vw;
		margin: 0 0 2.77778vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
	font-size: 0.9375vw;
	line-height: 1.45833vw;
	color: #666666;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p span {
	color: #3c9621;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
	display: none;
}

@media (max-width: 1160px) and (min-width: 770px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
		display: none;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
		font-size: 3.75vw;
		line-height: 5.83333vw;
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
		display: none;
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
		display: inline-block;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
	width: 6.45833vw;
	height: 2.08333vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.04167vw;
	border: 2px solid #000000;
	display: block;
	margin: 1.6vw auto 0;
	text-align: center;
	line-height: 1.97917vw;
	font-size: 0.83333vw;
	color: #000000;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	text-decoration: none;
}

@media (max-width: 1075px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 8.33333vw;
	}
}

@media (max-width: 1030px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 9.89583vw;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 22.22222vw;
		height: 5.55556vw;
		border-radius: 2.77778vw;
		border: 0.27778vw solid #000000;
		margin: 3.94444vw 0 0;
		line-height: 5.27778vw;
		font-size: 2.22222vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
	background: #000000;
	color: #fff;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
		background: #fff;
		color: #000;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li:nth-child(odd) .gpd-listImg {
	float: right;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li:nth-child(odd) .gpd-listText {
	left: 0;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li::after {
	content: "";
	clear: both;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 88;
	display: none;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
	width: 50vw;
	height: 30.20833vw;
	background: #fff;
	border-radius: 1.04167vw;
	position: relative;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 1;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
		width: 80.55556vw;
		height: 90.11111vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
	width: 2.13542vw;
	position: absolute;
	top: 1.5625vw;
	left: 1.5625vw;
	z-index: 5;
	opacity: 1;
	cursor: pointer;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
		width: 5.69444vw;
		top: 4.16667vw;
		left: 4.16667vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close img {
	width: 100%;
	display: block;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
	width: 41.66667vw;
	position: relative;
	margin: 0 auto;
	top: 4.6875vw;
	z-index: 3;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
		width: 75vw;
		top: 12.5vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
	width: calc(100% - 1.04167vw);
	margin: 0 auto;
	padding-bottom: 1.82292vw;
	border-bottom: 0.05208vw solid #d0d0d0;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
		width: calc(100% - 2.77778vw);
		padding-bottom: 4.86111vw;
		border-bottom: 0.13889vw solid #d0d0d0;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
	font-size: 1.77083vw;
	font-weight: 600;
	color: #000;
	margin: 0 0;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
		font-size: 4.16667vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
	padding: 0 0.52083vw;
	height: 13.54167vw;
	overflow-y: auto;
	margin-top: 1.45833vw;
	font-size: 1.04167vw;
	color: #000000;
	line-height: 1.66667vw;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
	font-size: 1.04167vw;
	color: #000000;
	line-height: 1.66667vw;
	margin: 0;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
	padding: 0 0 1.04167vw;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
		padding: 0 1.38889vw;
		height: 55.55556vw;
		margin-top: 3.88889vw;
		font-size: 3.33333vw;
		line-height: 5.55556vw;
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
		font-size: 3.33333vw;
		line-height: 5.55556vw;
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
		padding: 0 0 2.77778vw;
	}
}

#esgApp #esg-operating {
	width: 100%;
	position: relative;
}

#esgApp #esg-operating .gpd-text {
	/* padding: 10.41667vw 0 5.72917vw; */
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 9.89583vw;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-text {
		/* padding: 27.77778vw 0 13.88889vw; */
		padding-top: 20.83333333vw;
	}
}

#esgApp #esg-operating .gpd-text h3 {
	font-size: 3.17708vw;
	line-height: 4.16667vw;
	color: #1d4022;
	margin: 0 0 1.5625vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-operating .gpd-text h3 .br {
	display: none;
}

#esgApp #esg-operating .gpd-text h3 .nr {
	display: inline-block;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-text h3 {
		font-size: 8.05556vw;
		line-height: 8.05556vw;
		margin: 0 0 4.16667vw;
	}

	#esgApp #esg-operating .gpd-text h3 .br {
		display: inline-block;
	}

	#esgApp #esg-operating .gpd-text h3 .nr {
		display: none;
	}
}

#esgApp #esg-operating .gpd-text p {
	font-size: 1.875vw;
	line-height: 2.8125vw;
	color: #666666;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-operating .gpd-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-text p {
		font-size: 5.13889vw;
		line-height: 7.22222vw;
		padding: 0 2.77778vw;
	}

	#esgApp #esg-operating .gpd-text p .br {
		display: inline-block;
	}

	#esgApp #esg-operating .gpd-text p .nr {
		display: none;
	}
}

#esgApp #esg-operating .gpd-list {
	width: 58.95833vw;
	margin: 0 auto;
	position: relative;
	padding-top: 9.89583vw;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list {
		width: calc(100% - 11.11111vw);
		padding-top: 20.83333333vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX {
	width: 100%;
	padding: 0;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li {
	width: 100%;
	position: relative;
	border-radius: 1.04167vw;
	overflow: hidden;
	background: #fff;
	position: relative;
	/* margin-bottom: 2.08333vw; */
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li {
		border-radius: 2.77778vw;
		/* margin-bottom: 6.94444vw; */
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listImg {
	width: 29.47917vw;
	position: relative;
	float: left;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listImg {
		width: 100%;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listImg img {
	width: 100%;
	display: block;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText {
	width: calc(100% - 29.47917vw);
	height: 100%;
	position: absolute;
	left: 29.47917vw;
	top: 0;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText {
		width: 100%;
		position: relative;
		left: 0;
		float: left;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
	width: 23.91667vw;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	text-align: center;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
		width: 75.5vw;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		margin: 8.33333vw auto 5.13889vw;
		text-align: right;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
	font-size: 1.77083vw;
	line-height: 2.86458vw;
	color: #000000;
	margin: 0 0 1.04167vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX h3 {
		font-size: 5.27778vw;
		line-height: 7.63889vw;
		margin: 0 0 2.77778vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
	font-size: 0.9375vw;
	line-height: 1.45833vw;
	color: #666666;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p span {
	color: #3c9621;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
	display: none;
}

@media (max-width: 1275px) and (min-width: 770px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
		display: none;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p {
		font-size: 3.75vw;
		line-height: 5.83333vw;
	}

	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .br {
		display: inline-block;
	}

	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p .nr {
		display: none;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
	width: 6.45833vw;
	height: 2.08333vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.04167vw;
	border: 2px solid #000000;
	display: block;
	margin: 1.6vw auto 0;
	text-align: center;
	line-height: 1.97917vw;
	font-size: 0.83333vw;
	color: #000000;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	text-decoration: none;
}

@media (max-width: 1075px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 8.33333vw;
	}
}

@media (max-width: 1030px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 9.89583vw;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 22.22222vw;
		height: 5.55556vw;
		border-radius: 2.77778vw;
		border: 0.27778vw solid #000000;
		margin: 3.94444vw 0 0;
		line-height: 5.27778vw;
		font-size: 2.22222vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
	background: #000000;
	color: #fff;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a:hover {
		background: #fff;
		color: #000;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li:nth-child(even) .gpd-listImg {
	float: right;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li:nth-child(even) .gpd-listText {
	left: 0;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li::after {
	content: "";
	clear: both;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 88;
	display: none;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
	width: 50vw;
	height: 30.20833vw;
	background: #fff;
	border-radius: 1.04167vw;
	position: relative;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 1;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
		width: 80.55556vw;
		height: 90.11111vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
	width: 2.13542vw;
	position: absolute;
	top: 1.5625vw;
	left: 1.5625vw;
	z-index: 5;
	opacity: 1;
	cursor: pointer;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
		width: 5.69444vw;
		top: 4.16667vw;
		left: 4.16667vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close img {
	width: 100%;
	display: block;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
	width: 41.66667vw;
	position: relative;
	margin: 0 auto;
	top: 4.6875vw;
	z-index: 3;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW {
		width: 75vw;
		top: 12.5vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
	width: calc(100% - 1.04167vw);
	margin: 0 auto;
	padding-bottom: 1.82292vw;
	border-bottom: 0.05208vw solid #d0d0d0;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
		width: calc(100% - 2.77778vw);
		padding-bottom: 4.86111vw;
		border-bottom: 0.13889vw solid #d0d0d0;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
	font-size: 1.77083vw;
	font-weight: 600;
	color: #000;
	margin: 0 0;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
		font-size: 4.16667vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
	padding: 0 0.52083vw;
	height: 13.54167vw;
	overflow-y: auto;
	margin-top: 1.45833vw;
	font-size: 1.04167vw;
	color: #000000;
	line-height: 1.66667vw;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
	font-size: 1.04167vw;
	color: #000000;
	line-height: 1.66667vw;
	margin: 0;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
	padding: 0 0 1.04167vw;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
		padding: 0 1.38889vw;
		height: 55.55556vw;
		margin-top: 3.88889vw;
		font-size: 3.33333vw;
		line-height: 5.55556vw;
	}

	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
		font-size: 3.33333vw;
		line-height: 5.55556vw;
	}

	#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
		padding: 0 0 2.77778vw;
	}
}

#esgApp #esg-operating .oper-list {
	width: 58.95833vw;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list {
		width: calc(100% - 11.11111vw);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#esgApp #esg-operating .oper-list .oper-li {
	width: 28.4375vw;
	height: 30.41667vw;
	border-radius: 1.04167vw;
	background: #232323;
	/* margin-left: 2.08333vw; */
	position: relative;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list .oper-li {
		width: 100%;
		height: 100.69444vw;
		border-radius: 2.77778vw;
		margin-left: 0vw;
		margin-bottom: 5.55556vw;
	}

	#esgApp #esg-operating .oper-list .oper-li:last-child {
		margin-bottom: 0;
	}
}

#esgApp #esg-operating .oper-list .oper-li:nth-child(2n) {
	margin-left: 0;
}

#esgApp #esg-operating .oper-list .oper-li .oper-text {
	position: absolute;
	top: 5.85417vw;
	width: 100%;
	text-align: center;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list .oper-li .oper-text {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

#esgApp #esg-operating .oper-list .oper-li .oper-text h3 {
	font-size: 3.125vw;
	font-weight: 600;
	color: #73c65a;
	margin: 0 auto 1.04167vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list .oper-li .oper-text h3 {
		font-size: 8.61111vw;
		margin: 0 auto 2.77778vw;
	}
}

#esgApp #esg-operating .oper-list .oper-li .oper-text p {
	font-size: 1.14583vw;
	line-height: 1.66667vw;
	color: #ffffff;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
}

#esgApp #esg-operating .oper-list .oper-li .oper-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list .oper-li .oper-text p {
		margin: 0 auto;
		font-size: 4.02778vw;
		line-height: 5.83333vw;
	}

	#esgApp #esg-operating .oper-list .oper-li .oper-text p .nr {
		display: none;
	}

	#esgApp #esg-operating .oper-list .oper-li .oper-text p .br {
		display: inline-block;
	}
}

#esgApp #esg-operating .oper-list .oper-li .oper-zhushi {
	color: #949499;
	font-size: 0.625vw;
	text-align: right;
	position: absolute;
	width: 95%;
	bottom: 0.52083vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list .oper-li .oper-zhushi {
		font-size: 2.22222vw;
		bottom: 1.38889vw;
		text-align: center;
	}
}

#esgApp #esg-earth {
	width: 100%;
	position: relative;
}

#esgApp #esg-earth .gpd-text {
	/* padding: 10.41667vw 0 5.72917vw; */
	width: 100%;
	position: relative;
	text-align: center;
	/* padding-top: 9.89583vw; */
}

@media (max-width: 768px) {
	#esgApp #esg-earth .gpd-text {
		/* padding: 27.77778vw 0 13.88889vw; */
		/* padding-top: 20.83333333vw; */
	}
}

#esgApp #esg-earth .gpd-text h3 {
	font-size: 3.17708vw;
	line-height: 4.16667vw;
	color: #1d4022;
	margin: 0 0 1.5625vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-earth .gpd-text h3 .br {
	display: none;
}

#esgApp #esg-earth .gpd-text h3 .nr {
	display: inline-block;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .gpd-text h3 {
		font-size: 8.05556vw;
		line-height: 8.05556vw;
		margin: 0 0 4.16667vw;
	}

	#esgApp #esg-earth .gpd-text h3 .br {
		display: inline-block;
	}

	#esgApp #esg-earth .gpd-text h3 .nr {
		display: none;
	}
}

#esgApp #esg-earth .gpd-text p {
	font-size: 1.875vw;
	line-height: 2.8125vw;
	color: #666666;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-earth .gpd-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .gpd-text p {
		font-size: 5.13889vw;
		line-height: 7.22222vw;
		padding: 0 2.77778vw;
	}

	#esgApp #esg-earth .gpd-text p .br {
		display: inline-block;
	}

	#esgApp #esg-earth .gpd-text p .nr {
		display: none;
	}
}

#esgApp #esg-earth .earth-list {
	width: 58.95833vw;
	margin: 0 auto;
	padding-bottom: 9.89583vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	    flex-direction: row-reverse;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list {
		width: calc(100% - 11.11111vw);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20.83333333vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li {
	width: 18.95833vw;
	height: 26.2vw;
	border-radius: 1.04167vw;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-right: 1.04167vw;
}

#esgApp #esg-earth .earth-list .earth-li:last-child {
	margin-right: 0;
}

@media (max-width: 1200px) {
	#esgApp #esg-earth .earth-list .earth-li {
		height: 28.64583vw;
	}

	#esgApp #esg-earth .earth-list .earth-li:last-child {
		margin-bottom: 0vw;
	}
}

@media (max-width: 1040px) {
	#esgApp #esg-earth .earth-list .earth-li {
		height: 31.25vw;
	}
}

@media (max-width: 920px) {
	#esgApp #esg-earth .earth-list .earth-li {
		height: 36.45833vw;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li {
		width: 100%;
		height: auto;
		padding-bottom: 11.11111vw;
		border-radius: 2.77778vw;
		margin-right: 0;
		margin-bottom: 7.63889vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li:nth-child(3n) {
	margin-left: 0;
}

#esgApp #esg-earth .earth-list .earth-li .earth-text {
	padding: 2.08333vw 1.04167vw 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-text {
		padding: 9.72222vw 8.33333vw 0;
	}
}

#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
	font-size: 0.9375vw;
	line-height: 1.66667vw;
	color: #000000;
	margin: 0 auto;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
		font-size: 5.27778vw;
		line-height: 6.38889vw;
		margin-bottom: 3.47222vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .earth-text p {
	font-size: 0.9375vw;
	line-height: 1.45833vw;
	color: #666666;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
	margin: 1.04167vw 0 0;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-text p {
		font-size: 3.75vw;
		line-height: 5.83333vw;
		margin: 2.77778vw 0 2.08333vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .earth-more {
	width: 6.45833vw;
	height: 2.08333vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1.04167vw;
	border: 2px solid #000000;
	text-align: center;
	line-height: 1.97917vw;
	font-size: 0.83333vw;
	color: #000000;
	text-decoration: none;
	position: absolute;
	right: 1.04167vw;
	bottom: 4.6875vw;
	z-index: 3;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
}

@media (max-width: 1075px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-more {
		width: 8.33333vw;
	}
}

@media (max-width: 1030px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-more {
		width: 9.89583vw;
	}
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-more {
		width: 22.22222vw;
		height: 5.55556vw;
		border-radius: 2.77778vw;
		border: 0.27778vw solid #000000;
		margin: 6.94444vw 5.55556vw 0 5.55556vw;
		line-height: 5.27778vw;
		font-size: 2.22222vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .earth-more:hover {
	background: #000000;
	color: #fff;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-more:hover {
		background: #fff;
		color: #000;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 88;
	display: none;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox {
	width: 50vw;
	height: 30.20833vw;
	background: #fff;
	border-radius: 1.04167vw;
	position: relative;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 1;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox {
		width: 80.55556vw;
		height: 90.11111vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close {
	width: 2.13542vw;
	position: absolute;
	top: 1.5625vw;
	left: 1.5625vw;
	z-index: 5;
	opacity: 1;
	cursor: pointer;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close {
		width: 5.69444vw;
		top: 4.16667vw;
		left: 4.16667vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close img {
	width: 100%;
	display: block;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW {
	width: 41.66667vw;
	position: relative;
	margin: 0 auto;
	top: 4.6875vw;
	z-index: 3;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW {
		width: 75vw;
		top: 12.5vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
	width: calc(100% - 1.04167vw);
	margin: 0 auto;
	padding-bottom: 1.82292vw;
	border-bottom: 0.05208vw solid #d0d0d0;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title {
		width: calc(100% - 2.77778vw);
		padding-bottom: 4.86111vw;
		border-bottom: 0.13889vw solid #d0d0d0;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
	font-size: 1.77083vw;
	font-weight: 600;
	color: #000;
	margin: 0 0;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-title h3 {
		font-size: 4.16667vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
	padding: 0 0.52083vw;
	height: 13.54167vw;
	overflow-y: auto;
	margin-top: 1.45833vw;
	font-size: 1.04167vw;
	color: #000000;
	line-height: 1.66667vw;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
	font-size: 1.04167vw;
	color: #000000;
	line-height: 1.66667vw;
	margin: 0;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
	padding: 0 0 1.04167vw;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
		padding: 0 1.38889vw;
		height: 55.55556vw;
		margin-top: 3.88889vw;
		font-size: 3.33333vw;
		line-height: 5.55556vw;
	}

	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt h3 {
		font-size: 3.33333vw;
		line-height: 5.55556vw;
	}

	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p {
		padding: 0 0 2.77778vw;
	}
}

/*# sourceMappingURL=grenn.css.map */

#esgApp #esg-kv .kv-box .kv-title-new {
	display: flex;
	justify-content: space-between;
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1 {
	width: 38%;
	justify-content: space-between;
	font-size: 2.916666667vw;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	background: -webkit-linear-gradient(bottom, #84D973, #327E53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin: 0;
	line-height: 1.5;
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1:first-child {
	transform: translateX(-26%);
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1:last-child {
	transform: translateX(28%);
}

#esgApp #esg-kv .kv-box .kv-new {
	display: flex;
	justify-content: space-between;
}

#esgApp #esg-kv .kv-box .kv-new p {
	display: flex;
	width: 32%;
	justify-content: space-between;
	font-size: 1.666666667vw;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	background: -webkit-linear-gradient(bottom, #84D973, #327E53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	display: inline-block;
	line-height: 1.3;
}

#esgApp #esg-kv .kv-box .kv-new p:first-child {
	transform: translateX(-40%);
}

#esgApp #esg-kv .kv-box .kv-new p:last-child {
	transform: translateX(39%);
}

#esgApp #esg-kv .kv-box .kv-new p.next-years {
	color: #949595;
	background: none;
	-webkit-text-fill-color: unset;
}

#esgApp #esg-kv .kv-box .kv-img {
	padding: 1.520833333vw 0;
}

#esgApp .environmental-protection-strategy {
	background-color: #ffffff;
	padding-bottom: 7.708333333vw;
	padding-top: 7.708333333vw;
}

#esgApp .environmental-protection-strategy h3 {
	font-size: 3.17708vw;
	line-height: 1.5;
	color: #000000;
	margin: auto;
	margin-bottom: 3.125vw;
	width: 72.65625vw;
	text-align: center;
}

.environmental-protection-strategy .environmental-protection-strategy-flex {
	display: flex;
	width: 72.65625vw;
	margin: auto;
	justify-content: space-between;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental {
	width: calc(25% - 1px);
	border-radius: 0.8vw;
	overflow: hidden;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img {
	position: relative;
	border-radius: 0.8vw;
	overflow: hidden;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-title {
	position: absolute;
	color: #fff;
	font-size: 1.27vw;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	line-height: 2;
	width: 14.8125vw;
	right: 1.65vw;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid #ffffff;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img:hover .environmental-title {
	display: none;
	transition: all 0.7s ease 0.3s;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show {
	display: none;
	transition: all 0.7s ease 0.3s;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img:hover .environmental-hover-show {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #327E53;
	opacity: 0.9;
	transition: all 0.7s ease 0.3s;
	top: 0;
	left: 0;
	border-radius: 0.8vw;
	overflow: hidden;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-box {
	margin: 1.8375vw;
	width: 13.8125vw;
	transition: all 0.7s ease 0.3s;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-title {
	color: #fff;
	font-size: 1.27vw;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	line-height: 1.5;
	border-bottom: 1px solid #ffffff;

}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon {
	margin-top: 10.1075vw;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.833333333vw 0;
	border-bottom: 1px solid #ffffff;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon img {
	width: 2.291666667vw !important;
	margin: auto;
	margin-left: 0.833333333vw;
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon .environmental-hover-show-icon-title {
	font-size: 0.84vw;
	font-family: 'HONOR Sans Arabic Regular','HONOR Sans World Regular';
	line-height: 1.5;
	color: #fff;
	width: calc(100% - 2.291666667vw);
}

.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon:last-child {
	border-bottom: none;
}

#esgApp #esg-kv .kv-box .kv-textShow h3 {
	font-size: 3.17708vw;
	line-height: 1.5;
	color: #000000;
	margin: auto;
	margin-bottom: 3.125vw;
	/* width: 72.65625vw; */
	text-align: center;
}

@media (max-width: 768px) {

	#esgApp #esg-kv .kv-box .kv-img {
		padding: 4.6875vw 0;
		width: 2.34375vw;
		position: absolute;
		left: 57%;
		top: 50%;
		z-index: 4;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#esgApp #esg-kv .kv-box .kv-title-new {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 33.08333333vw;
		height: 53vw;
		align-content: space-between;
		align-items: center;
	}

	#esgApp #esg-kv .kv-box .kv-textShow {
		width: 77.52083333vw;

	}

	#esgApp #esg-kv .kv-box .kv-textShow h3 {
		font-size: 7.05vw;
		padding-bottom: 8.333333333vw;
		line-height: 1.5;
	}

	#esgApp #esg-kv .kv-box .kv-textShow .kv-textShow-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}

	#esgApp #esg-kv .kv-box .kv-textShow h1 {
		font-size: 8.333333333vw;
		line-height: 16.66667vw;
		margin: 0 0 5.55556vw;
		letter-spacing: 0.55556vw;
		width: 100%;
		margin-bottom: 0;
	}

	#esgApp #esg-kv .kv-box .kv-textShow p {
		font-size: 4.16667vw;
		width: 100%;
		line-height: 1.3;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow p {
		font-size: 3.9vw;
		width: 100%;
		text-align: right;
		line-height: 1.3;
	}

	#esgApp #esg-kv .kv-box .kv-new {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 37.5vw;
		align-content: space-between;
		height: 53vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-title-new h1:first-child {
		transform: translateX(0%) translateY(-14%);
	}

	#esgApp #esg-kv .kv-box-new .kv-title-new h1:last-child {
		transform: translateX(0%);
	}

	#esgApp #esg-kv .kv-box .kv-new p:first-child {
		transform: translateX(0%) translateY(-23%);
	}

	#esgApp #esg-kv .kv-box .kv-new p:last-child {
		transform: translateX(0%) translateY(1%);
	}

	#esgApp #esg-kv .kv-box .kv-new p.next-years {
		display: flex;
		justify-content: space-between;
		font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
		background: -webkit-linear-gradient(bottom, #84D973, #327E53);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
	}

	#esgApp .environmental-protection-strategy h3 {
		font-size: 7.05vw;
		margin-bottom: 8.333333333vw;
		line-height: 1.5;
	}

	#esgApp .environmental-protection-strategy {
		background-color: #ffffff;
		padding-bottom: 20.83333333vw;
		padding-top: 0;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex {
		flex-wrap: wrap;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental {
		width: calc(50% - 0.8vw);
		border-radius: 1.5vw;
		overflow: hidden;
		margin-bottom: 1.6vw;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-title {
		display: none;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img:hover .environmental-hover-show {
		background: #ffffff00;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		background: #ffffff00;
		opacity: 0.9;
		transition: all 0.7s ease 0.3s;
		top: 0;
		left: 0;
		border-radius: 0.8vw;
		overflow: hidden;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-title {
		color: #fff;
		font-size: 3.366666667vw;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon img {
		width: 5.47vw !important;
		margin: auto;
		margin-left: 2.833333vw;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon .environmental-hover-show-icon-title {
		font-size: 2.3vw;
		font-family: 'HONOR Sans Arabic Regular','HONOR Sans World Regular';
		line-height: 1.5;
		color: #fff;
		width: calc(100% - 7.47vw);
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-box {
		margin: 4.729166667vw;
		width: 35.03125vw;
		transition: all 0.7s ease 0.3s;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex {
		width: 93.65625vw;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon {
		margin-top: 17.6875vw;
	}

	.environmental-protection-strategy .environmental-protection-strategy-flex .environmental .environmental-img .environmental-hover-show-list-icon .environmental-hover-show-icon {
		padding: 1.833333vw 0;
	}
}


@media (max-width: 720px) and (min-width:500px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox {
		width: 80.55556vw;
		height: 88.11111vw;
	}

	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
		padding: 0 1.38889vw;
		height: 54.77778vw;
	}
}

.revolving-commitment {
	position: relative;
}

.revolving-commitment .revolving-commitment-title {
	position: absolute;
	top: 16.14583333vw;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3.2vw;
	line-height: 1.5;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
	color: #fff;
	text-align: center;
	width: 80%;
}

.revolving-commitment .revolving-commitment-title span {
	display: block;
	font-size: 2.5vw;
	line-height: 1.5;
	font-family: 'HONOR Sans Arabic Medium','HONOR Sans World Medium';
}

.tanTW-txt-c {

	font-family: 'HONOR Sans Arabic DemiBold','HONOR Sans World DemiBold';
}

@media (max-width: 768px) {
	.revolving-commitment .revolving-commitment-title {
		top: 21.145833vw;
		font-size: 6.8vw;
		width: 100%;
	}

	.revolving-commitment .revolving-commitment-title span {
		font-size: 4.5vw;
	}
}

.br-pc {
	display: block;
}

@media (max-width: 768px) {
	.br-pc {
		display: none;
	}
}



/* 260728 */
#esgApp #esg-earth .earth-list {
	width: 58.96vw;
}

#esgApp #esg-earth .show-pc {
	display: inline-block;
}

#esgApp #esg-earth .show-mob {
	display: none;
}

#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	line-height: 1.5;
	width: 85%;
	font-size: 1.25vw;

}

#esgApp #esg-earth .earth-list .earth-li .earth-text {
	padding: 0;
	position: relative;
	z-index: 2;
}

#esgApp #esg-earth .earth-list .earth-li {
	width: 13.96vw;
	height: 20.83333333vw;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .show-pc {
		display: none;
	}

	#esgApp #esg-earth .show-mob {
		display: inline-block;
	}

	#esgApp #esg-earth .earth-list {
		width: 87.23958333vw;
	}

	#esgApp #esg-earth .earth-list .earth-li .earth-text {
		width: 100%;
	}

	#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
		font-size: 4.166666667vw;
		width: 80%;
	}

	#esgApp #esg-earth .earth-list .earth-li {
		width: 87.23958333vw;
		height: 54.6875vw;
		border-radius: 2.77778vw;
		margin: auto;
		margin-right: 0;
		margin-bottom: 2.604166667vw;
	}

	#esgApp #esg-earth .earth-list .earth-li {
		padding-bottom: 0;
	}
}

#esgApp #esg-kv .kv-box-new .show-pc {
	display: block;
}

#esgApp #esg-kv .kv-box-new .show-mob {
	display: none;
}

#esgApp #esg-kv .kv-box-new {
	padding: 7.708333333vw 0 2.187496667vw;
	background-color: #fff;
}

#esgApp #esg-kv .kv-box-new .kv-textShow {
	width: 70.3125vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .times {
	position: relative;
	margin-left: 0;
	transform: translateX(6vw);
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateX(-6vw);
	width: 76.3125vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time {
	text-align: center;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time p {
	line-height: 1.5;
	background: linear-gradient(to bottom, #84D973 0%, #327E53 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.916666667vw;
	text-align: center;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time:first-child {
	width: 23.95833333vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(2) {
	width: 15.625vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(3) {
	width: 23.95833333vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(4) {
	width: 12.770833vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .icon {
	width: 0.78125vw;
	margin: auto;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .line {
	position: absolute;
	bottom: -0.28333vw;
	width: 64.89583333vw;
	height: 0.78125vw;
	right: 0;
	z-index: -1;
	transform: translateX(-12vw);
}

#esgApp #esg-kv .kv-box-new .kv-textShow .line1,
#esgApp #esg-kv .kv-box-new .kv-textShow .line2 {
	width: 100%;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list {
	margin-top: 2.34375vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:last-child {
	align-items: flex-end;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title {
	width: 10.9375vw;
	height: 6.25vw;
	position: relative;
	background-color: #F8F8F8;
	border-radius: 0.833333333vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con {
	width: 17.70833333vw;
	height: 6.770833333vw;
	position: relative;
	background-color: #F8F8F8;
	border-radius: 0.833333333vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:first-child .spec-con {
	border-radius: 0.833333333vw 0.833333333vw 0 0;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:last-child .spec-con {
	border-radius: 0 0 0.833333333vw 0.833333333vw;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con span {
	line-height: 0;
	background: linear-gradient(to bottom, #84D973 0%, #327E53 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.666666667vw;
	text-align: center;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
}


#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title p {
	font-size: 1.25vw;
	font-family: "HONOR Sans Arabic DemiBold",'HONOR Sans World DemiBold';
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	text-align: center;
}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con p {
	font-size: 0.9375vw;
	line-height: 2;
	font-family: "HONOR Sans Arabic Regular",'HONOR Sans World Regular';
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15.20833333vw;
	text-align: right;
	margin: auto;
}

@media (max-width: 768px) {
	#esgApp .environmental-protection-strategy {
		padding-top: 20.83333333vw;
	}

	#esgApp #esg-kv .kv-box-new .show-pc {
		display: none;
	}

	#esgApp #esg-kv .kv-box-new .show-mob {
		display: block;
	}

	#esgApp #esg-kv .kv-box-new {
		padding: 15.625vw 0 2vw 0;
	}

	#esgApp #esg-kv .kv-box .kv-textShow h3 {
		display: block;
		line-height: 1.5;
		margin-bottom: 15.625vw;
		padding-bottom: 0;
	}

	#esgApp #esg-kv .kv-box .kv-textShow {
		width: 83.33333333vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .line {
		position: static;
		bottom: -0.28333vw;
		width: 1px;
		height: 225.6666667vw;
		left: 0;
		z-index: -1;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .line img {
		height: 100%;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .times {
		position: relative;
		margin-left: 0;
		transform: translateX(0vw);
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time-list {
		display: block;
		justify-content: space-between;
		align-items: center;
		transform: translateX(2.125vw);
		width: 19.53125vw;
		position: absolute;
		z-index: 2;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .icon {
		width: 3.90625vw;
		margin: auto;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time {
		text-align: center;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;

	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:first-child {
		width: 100%;
		position: absolute;
		top: 22.91666667vw;
		left: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(2) {
		width: 100%;
		position: absolute;
		top: 88.54166667vw;
		left: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(3) {
		width: 100%;
		position: absolute;
		top: 153.90625vw;
		left: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(4) {
		width: 100%;
		position: absolute;
		top: 219.7916667vw;
		left: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time p {
		font-size: 6.25vw;
		width: auto;    transform: translateY(1.1vw);
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(1) {}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title {
		width: 37.5vw;
		height: 12.5vw;
		border-radius: 2.083333333vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title:last-child {
		width: 41.66666667vw;
	}


	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con {
		width: 75.52083333vw;
		height: 26.83333333vw;
		border-radius: 2.083333333vw;
		margin-bottom: 2.604166667vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:first-child .spec-con {
		border-radius: 2.083333333vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:last-child .spec-con {
		border-radius: 2.083333333vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 75.52083333vw;
		flex-wrap: wrap;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:first-child {
		width: 81.60416667vw;
		position: absolute;
		top: 0px;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(2) {
		position: absolute;
		top: 33.33333333vw;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(3) {
		position: absolute;
		top: 98.95833333vw;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(4) {
		position: absolute;
		top: 164.5833333vw;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title p {
		font-size: 4.26875vw;
		width: 96%;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con p {
		font-size: 3.645833333vw;
		width: 67.1875vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con span {
		font-size: 6.25vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title:nth-child(2) {
		background: #93c2a720;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con:nth-child(2) {
		background: #93c2a720;
	}
}

#esgApp #esg-operating .oper-list .oper-li {
	margin-right: 0;
}

#esgApp #esg-operating .oper-list {
	width: 58.95833vw;
	justify-content: center;
}

#esgApp #esg-operating .oper-list .oper-li {
	width: 100%;
	height: 16.41667vw;

}

#esgApp #esg-operating .oper-list .oper-li .oper-text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list {
		width: calc(100% - 11.11111vw);

	}
	#esgApp #esg-operating .oper-list .oper-li {
	    width: 100%;
	    height: 100.69444vw;
	    border-radius: 2.77778vw;
	    margin-right: 0vw;
	    margin-bottom: 5.55556vw;
	}
}

/*0608*/
@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box .kv-textShow h3 {
		margin-bottom: 8.333333333vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:first-child {

		right: 50%;
		transform: translate(50%);
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title {
		height: 4.6875vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title,
	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title:nth-child(2) {
		background-color: #fff;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title.show-title p {
		color: #327E53;
		display: inline-block;
		width: max-content;
		padding-bottom: 0.25vw;
		line-height: 1.5;
		border-bottom: 1px #327E53 solid;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title.hide-title p {
		color: #000;
		opacity: 0.4;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con.hide {
		display: none;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con.show {
		display: block;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:first-child {
		width: 100%;
		position: absolute;
		top: 13.916667vw;
		right: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(2) {
		position: absolute;
		top: 24.0333333vw;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(2) {
		width: 100%;
		position: absolute;
		top: 55.541667vw;
		right: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(3) {
		position: absolute;
		top: 66.58333vw;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(3) {
		width: 100%;
		position: absolute;
		top: 96.90625vw;
		right: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(4) {
		position: absolute;
		top: 107.83333vw;
		right: 3vw;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(4) {
		width: 100%;
		position: absolute;
		top: 137.791667vw;
		right: 0;
	}

	#esgApp #esg-kv .kv-box-new .kv-textShow .line {
		position: static;
		bottom: -0.28333vw;
		width: 1px;
		height: 145.666667vw;
		right: 0;
		z-index: -1;
		/* transform: translateY(16vw); */
		padding-top: 19vw;
		transform: translateX(0vw);
	}
	#esgApp #esg-kv .kv-box .kv-textBg{
		height: auto;
	}
}
#esgApp #esg-operating .oper-list .oper-li .oper-text p {
    text-align: right !important;
}
/* 260728 */