body {
	margin: 0;
}

#esgApp {
	width: 100%;
	position: relative;
	background: #f7f7f7;
}

#esgApp .s-nav-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
}

@media (max-width: 768px) {
	#esgApp .s-nav-2 {
		height: auto;
	}
}

#esgApp .s-nav-2 ul {
	height: 100%;
}

@media (max-width: 768px) {
	#esgApp .s-nav-2 ul {
		height: auto;
	}
}

#esgApp .s-nav-2 ul li {
	margin-right: 30px;
	height: 100%;
	position: relative;
}

#esgApp .s-nav-2 ul li>a {
	position: relative;
	top: 33%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#esgApp .s-nav-2 ul li:last-child {
	margin-right: 0px;
}

@media (max-width: 970px) {
	#esgApp .s-nav-2 ul li {
		margin-right: 1.04167vw;
	}
}

@media (max-width: 768px) {
	#esgApp .s-nav-2 ul li {
		height: auto;
	}

	#esgApp .s-nav-2 ul li>a {
		position: relative;
		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-weight: 700;
}

#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: 1.5625vw;
	}
}

#esgApp .s-nav-1 img {
	height: 1.04167vw;
	display: block;
	margin: 0;
	width: auto;
}

@media (max-width: 768px) {
	#esgApp .s-nav-1 img {
		width: auto;
		height: 15px;
	}
}

#esgApp .s-nav-2 ul li:last-child {
	margin-right: 20px;
}

#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: 62.5vw;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#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;

}

#esgApp #esg-kv .kv-box-new {
	padding: 7.708333333vw 0;
	background-color: #fff;
}

#esgApp #esg-kv .kv-box .kv-title-new {
	display: flex;
	justify-content: space-between;
}



#esgApp #esg-kv .kv-box-new .kv-title-new h1:first-child {
	transform: translateX(10%);
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1:last-child {
	transform: translateX(-7%);
}

#esgApp #esg-kv .kv-box .kv-new {
	display: flex;
	justify-content: space-between;
}



#esgApp #esg-kv .kv-box .kv-new p:first-child {
	transform: translateX(8%);
}

#esgApp #esg-kv .kv-box .kv-new p:last-child {
	transform: translateX(-9%);
}

#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 #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-weight: 600;
}

#esgApp #esg-kv .kv-box .kv-new p {
	display: flex;
	width: 50%;
	justify-content: space-between;
	font-size: 1.666666667vw;
	font-family: 'HONOR Sans Brand Medium';
	background: -webkit-linear-gradient(top, #84D973, #327E53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	display: inline-block;
}

#esgApp #esg-kv .kv-box-new .kv-title-new h1 {
	line-height: 1.5;
	width: 50%;
	justify-content: space-between;
	font-size: 2.916666667vw;
	font-family: 'HONOR Sans Brand Medium';
	background: -webkit-linear-gradient(top, #84D973, #327E53);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin: 0;
}

@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box-new .kv-textShow h1 {
		font-size: 16.66667vw;
		line-height: 16.66667vw;
		margin: 0 0 5.55556vw;
		letter-spacing: 0.55556vw;
	}

	#esgApp #esg-kv .kv-box-new {
		padding: 20.83333333vw 0;
	}
}

#esgApp #esg-kv .kv-box .kv-textShow p {
	font-size: 1.25vw;
	color: #fff;
	line-height: 1.875vw;
	text-align: center;
	font-weight: 600;
}

#esgApp #esg-kv .kv-box .kv-textShow p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-kv .kv-box .kv-textShow p {
		width: 77.77778vw;
		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;
	padding-top: 9.89583vw;
}

#esgApp #esg-greenProduct .gpd-text {
	padding: 12.5vw 0 5.72917vw;
	width: 100%;
	position: relative;
	text-align: center;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-text {
		padding: 33.33333vw 0 13.88889vw;
	}
}

#esgApp #esg-greenProduct .gpd-text h3 {
	font-size: 4.16667vw;
	line-height: 6.25vw;
	color: #1d4022;
	margin: 0 0 1.5625vw;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-text h3 {
		font-size: 10.41667vw;
		line-height: 13.88889vw;
		margin: 0 0 4.16667vw;
	}
}

#esgApp #esg-greenProduct .gpd-text p {
	font-size: 2.5vw;
	line-height: 3.22917vw;
	color: #666666;
	font-weight: 600;
}

#esgApp #esg-greenProduct .gpd-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-text p {
		font-size: 6.66667vw;
		line-height: 9.16667vw;
	}

	#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 {
		padding-top: 20.83333333vw;
	}

	#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: 0vw;
}

@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.35417vw;
	font-weight: bold;
	color: #949494;
	bottom: 0.52083vw;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

@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 {
		text-align: left;
		font-size: 12px;
		bottom: -0.97222vw;
		right: -6.36111vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX {
	width: 23.1667vw;
	position: absolute;
	left: 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;
		left: 0;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		margin: 8.33333vw auto 7.11111vw;
		text-align: left;
	}
}

#esgApp #esg-greenProduct .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;
}

@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-weight: 600;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p span {
	color: #3c9621;
	font-weight: 900;
}

#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: 4.16667vw;
		line-height: 6.38889vw;
	}

	#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-weight: 500;
	text-decoration: none;
}

@media (max-width: 768px) {
	#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 17.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%;
	left: 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: 111.11111vw;
	}
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
	width: 2.13542vw;
	position: absolute;
	top: 1.5625vw;
	right: 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;
		right: 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.72222vw;
	}
}

#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-weight: 400;
}

#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;
}

#esgApp #esg-greenProduct .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p .pr {
	white-space: nowrap;
}

@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: 77.77778vw;
		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;
	padding-top: 9.89583vw;
}

#esgApp #esg-operating .gpd-text {
	padding: 10.41667vw 0 5.72917vw;
	width: 100%;
	position: relative;
	text-align: center;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-text {
		padding: 27.77778vw 0 13.88889vw;
	}
}

#esgApp #esg-operating .gpd-text h3 {
	font-size: 4.16667vw;
	line-height: 6.25vw;
	color: #1d4022;
	margin: 0 0 1.5625vw;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-text h3 {
		font-size: 10.41667vw;
		line-height: 13.88889vw;
		margin: 0 0 4.16667vw;
	}
}

#esgApp #esg-operating .gpd-text p {
	font-size: 2.5vw;
	line-height: 3.22917vw;
	color: #666666;
	font-weight: 600;
}

#esgApp #esg-operating .gpd-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-text p {
		font-size: 6.66667vw;
		line-height: 9.16667vw;
	}

	#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:last-child {
		margin-bottom: 0vw;
	}
}

#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;
	left: 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;
		left: 0;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0);
		margin: 8.33333vw auto 5.13889vw;
		text-align: left;
	}
}

#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;
}

@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-weight: 600;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX p span {
	color: #3c9621;
}

#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: 4.16667vw;
		line-height: 6.38889vw;
	}

	#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-weight: 500;
	text-decoration: none;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .gpd-list .gpd-listBX li .gpd-listText .gpd-TBX a {
		width: 17.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%;
	left: 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: 111.11111vw;
	}
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .close {
	width: 2.13542vw;
	position: absolute;
	top: 1.5625vw;
	right: 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;
		right: 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.72222vw;
	}
}

#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-weight: 400;
}

#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;
}

#esgApp #esg-operating .gpd-list .gpd-listBX li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p .pr {
	white-space: nowrap;
}

@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: 77.77778vw;
		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: 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 {
		padding-top: 20.83333333vw;
	}
}

#esgApp #esg-operating .oper-list .oper-li {
	width: 28.4375vw;
	height: 30.41667vw;
	border-radius: 1.04167vw;
	background: #232323;
	margin-right: 2.08333vw;
	position: relative;
}

@media (max-width: 768px) {
	#esgApp #esg-operating .oper-list .oper-li {
		width: 100%;
		height: 77.77778vw;
		border-radius: 2.77778vw;
		margin-right: 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-right: 0;
}

#esgApp #esg-operating .oper-list .oper-li .oper-text {
	position: absolute;
	top: 8.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-weight: 600;
}

@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.25vw;
	line-height: 1.66667vw;
	color: #ffffff;
	font-weight: 600;
}

#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.72222vw;
		line-height: 7.63889vw;
	}

	#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;
	font-weight: 600;
}

@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;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .gpd-text {
		padding: 27.77778vw 0 13.88889vw;
	}
}

#esgApp #esg-earth .gpd-text h3 {
	font-size: 4.16667vw;
	line-height: 6.25vw;
	color: #1d4022;
	margin: 0 0 1.5625vw;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .gpd-text h3 {
		font-size: 10.41667vw;
		line-height: 13.88889vw;
		margin: 0 0 4.16667vw;
	}
}

#esgApp #esg-earth .gpd-text p {
	font-size: 2.5vw;
	line-height: 3.22917vw;
	color: #666666;
	font-weight: 600;
}

#esgApp #esg-earth .gpd-text p .br {
	display: none;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .gpd-text p {
		font-size: 6.66667vw;
		line-height: 9.16667vw;
	}

	#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-top: 9.89583vw;
	padding-bottom: 9.89583vw;
	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-earth .earth-list {
		width: calc(100% - 11.11111vw);
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20.83333333vw;
		padding-top: 20.83333333vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li {
	width: 18.95833vw;
	height: 13.83333vw;
	border-radius: 1.04167vw;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-right: 1.04167vw;
	position: relative;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li {
		width: 100%;
		height: 40.66667vw;
		border-radius: 2.77778vw;
		margin-right: 0;
		margin-bottom: 7.63889vw;
	}

	#esgApp #esg-earth .earth-list .earth-li:last-child {
		margin-bottom: 0vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li:nth-child(4n) {
	margin-right: 0;
}

#esgApp #esg-earth .earth-list .earth-li .earth-text {
	padding: 5.333vw 1.04167vw 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-text {
		/* padding: 17.72222vw 8.33333vw 0; */
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% - 16.6666vw);
		transform: translate(-50%, -50%);
	}
}

#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
	font-size: 1.25vw;
	line-height: 2.86458vw;
	color: #000000;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-text h3 {
		font-size: 5.27778vw;
		line-height: 7.63889vw;
		/* margin-bottom: 3.47222vw; */
		margin-bottom: 0;
	}
}

#esgApp #esg-earth .earth-list .earth-li .earth-text p {
	font-size: 0.9375vw;
	line-height: 1.45833vw;
	color: #666666;
	font-weight: 600;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-text p {
		font-size: 4.16667vw;
		line-height: 6.38889vw;
	}
}

#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;
	left: 1.04167vw;
	bottom: 4.6875vw;
	z-index: 3;
	font-weight: 500;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .earth-more {
		width: 17.22222vw;
		height: 5.55556vw;
		border-radius: 2.77778vw;
		border: 0.27778vw solid #000000;
		margin: 6.94444vw 5.55556vw 0 8.33333vw;
		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%;
	left: 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: 111.11111vw;
	}
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .close {
	width: 2.13542vw;
	position: absolute;
	top: 1.5625vw;
	right: 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;
		right: 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.72222vw;
	}
}

#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-weight: 400;
}

#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;
}

#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt p .pr {
	white-space: nowrap;
}

@media (max-width: 768px) {
	#esgApp #esg-earth .earth-list .earth-li .poRe-tan .poRe-tanBox .poRe-tanTW .tanTW-txt {
		padding: 0 1.38889vw;
		height: 77.77778vw;
		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 .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.64vw;
	font-family: 'HONOR Sans Brand Medium';
	line-height: 1.5;
	width: 15.125vw;
	left: 1.34375vw;
	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.45vw;
	width: 15.125vw;
	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.64vw;
	font-family: 'HONOR Sans Brand 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-right: 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.9375vw;
	font-family: 'HONOR Sans Brand 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;
	text-align: center;
}

@media (max-width: 768px) {

	#esgApp #esg-kv .kv-box .kv-img {
		padding: 4.6875vw 0;
		width: 2.34375vw;
		position: absolute;
		left: 46%;
		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: 37.08333333vw;
		height: 53vw;
		align-content: space-between;
		align-items: center;
	}

	#esgApp #esg-kv .kv-box .kv-textShow {
		width: 82.52083333vw;

	}

	#esgApp #esg-kv .kv-box .kv-textShow h3 {
		display: block;
		/* font-family: 'HONOR Sans Brand Medium'; */
		font-size: 8.333333333vw;
		line-height: 16.66667vw;
		text-align: center;
		margin-bottom: 12.76041667vw;
	}

	#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: 16.66667vw;
		line-height: 16.66667vw;
		margin: 0 0 5.55556vw;
		letter-spacing: 0.55556vw;
	}

	#esgApp #esg-kv .kv-box .kv-textShow p {
		width: 77.77778vw;
		margin: 0 auto;
		font-size: 4.16667vw;
		line-height: 6.38889vw;
	}

	#esgApp #esg-kv .kv-box .kv-new {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 41.5vw;
		align-content: space-between;
		height: 50vw;
	}

	#esgApp #esg-kv .kv-box-new .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-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(45%);
	}

	#esgApp #esg-kv .kv-box .kv-new p:last-child {
		transform: translateX(0%) translateY(-50%);
	}

	#esgApp #esg-kv .kv-box .kv-new p.next-years {
		display: flex;
		justify-content: space-between;
		font-family: 'HONOR Sans Brand Medium';
		background: -webkit-linear-gradient(top, #84D973, #327E53);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
	}

	#esgApp .environmental-protection-strategy h3 {
		font-size: 8.333333333vw;
		margin-bottom: 8.333333333vw;
	}

	#esgApp .environmental-protection-strategy {
		background-color: #ffffff;
		padding-bottom: 20.83333333vw;
		padding-top: 20.83333333vw;

	}

	.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: 4.166666667vw;
	}

	.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-right: 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.34375vw;
		font-family: 'HONOR Sans Brand 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;
	}
}

/* 260515 */
#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: 90%;
}

#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 {
		width: 87.23958333vw;
		height: 54.6875vw;
		border-radius: 2.77778vw;
		margin: auto;
		margin-right: 0;
		margin-bottom: 2.604166667vw;
	}
}
#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 .times {
	position: relative;
	margin-left: 0;
	transform: translateX(3vw);
}

#esgApp #esg-kv .kv-box-new .kv-textShow .time-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translateX(-3vw);
	width: 66.666666663vw;
}

#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 Brand 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: 10.41666667vw;
}

#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: 8.333333333vw;
}

#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: 59.79166667vw;
	height: 0.78125vw;
	left: 0;
	z-index: -1;
}

#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: 15.10416667vw;
	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: 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: 1.666666667vw;
	text-align: center;
	font-family: "HONOR Sans Brand DemiBold";
}


#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title p {
	font-size: 1.666666667vw;
	font-family: "HONOR Sans Brand DemiBold";
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;

}

#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con p {
	font-size: 0.9375vw;
	font-family: "HONOR Sans Brand Regular";
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12.60416667vw;
	text-align: left;
    margin-bottom: 0;
}

@media (max-width: 768px){
	#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;
	}
	#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;
	}
	#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: 27.08333333vw;
	    height: 12.5vw;
		border-radius: 2.083333333vw;
	}
	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-con {
	    width: 75.52083333vw;
	    height: 20.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: 60.41666667vw;
		position: absolute;
		    top: 0px;
		    left: 3vw;
	}
	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(2){
		position: absolute;
		    top: 33.33333333vw;
		    left: 3vw;
	}
	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(3){
		position: absolute;
		    top: 98.95833333vw;
		    left: 3vw;
	}
	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(4){
		position: absolute;
		    top: 164.5833333vw;
		    left: 3vw;
	}
	#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec .spec-title p {
	    font-size: 4.6875vw;
		}
		#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);
	   
	}
}
/*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 {
	   
	    left: 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;
    left: 0;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(2) {
    position: absolute;
    top: 26.333333vw;
    left: 3vw;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 55.541667vw;
    left: 0;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(3) {
    position: absolute;
    top: 67.958333vw;
    left: 3vw;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(3) {
    width: 100%;
    position: absolute;
    top: 96.90625vw;
    left: 0;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .spec-list .spec:nth-child(4) {
    position: absolute;
    top: 109.583333vw;
    left: 3vw;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .time:nth-child(4) {
    width: 100%;
    position: absolute;
    top: 137.791667vw;
    left: 0;
}
#esgApp #esg-kv .kv-box-new .kv-textShow .line {
    position: static;
    bottom: -0.28333vw;
    width: 1px;
    height: 145.666667vw;
    left: 0;
    z-index: -1;
       padding-top: 19vw;
}
}