
/* esg 경영 */
.esgWrap {padding: 0; background: #FFF;}

.esgContWrap {
    padding: 10rem 0;
}
.esgsTitle {
    color: #111;
    text-align: center;
    font-family: "Pretendard-Medium";
    font-size: 3rem;
    line-height: 4.6rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
}
.esgTxt {
	color: #111;
	text-align: center;
	font-family: "Pretendard-Light";
	font-size: 2rem;
	line-height: 3.8rem;
}


.esgnewwrap{
	position:relative;
	margin-top:8rem;
	padding-left:2rem;
}
.esgnewCont{
	position:relative;
	width:100%;
}
.esgnewCont::before {
    content: '';
    width: 1px;
    height: calc(100% - 3rem);
    background: #DBE7F9;
    position: absolute;
    left: 0rem;
    bottom: 0;
}
.esgitemBox{
	position:relative;
	padding-left:4rem;
	margin-top:2rem;
}
.esgitemBox:nth-child(1){
	margin-top:0rem;
}
.esgitemBox strong{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	color: #004F71;
	font-family: 'Pretendard-Bold';
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 8rem;
}
.esgitemBox strong::before {
	background:#fff;
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
    left: -5rem;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    border: 0.6REM solid #004F71;
}




.esgitem {
    display: flex;
    align-items: flex-start;
    /* min-height: 42rem; */
    position: relative;
    padding: 3rem 0;
    /* padding: 3rem 66rem 3rem 0; */
    justify-content: flex-start;
}
.esgitem span{
	position:relative;
	display:block;
	margin:0 0 2rem 0;
	padding:0;
	color: #004F71;
	font-family: 'Pretendard-Bold';
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.4rem;
}
.esgitem span::before {
    content: '';
    position: absolute;
    width: 1rem;
    height:1rem;
    flex-shrink: 0;
    left: -4.5rem;
    transform: translateY(-50%);
    top: 50%;
	background:#004F71;
    border-radius: 50%;
}
.esgitem h2{
	padding:0;
	margin:0;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
	display:block;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.2rem;
}
.esgitem h3{
	display:block;
	margin:2rem 0 2rem 0;
	color: #111;
	font-family: Pretendard;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 3.4rem;
}
.esgtextBox {
    position: relative;
    padding-right: 10rem;
    width: 65.45%;
}
.esgimg {
    width: 34.55%;
    height: 0;
    padding-bottom: 20.988%;
    position: relative;
    overflow: hidden;
	border-radius: 1rem;
}
.esgimg img {
    /* width: auto; */
    /* height: 100%; */
	border-radius: 1rem;
    width: 101%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    vertical-align: bottom;
}
.esglinkBtn.pclbtn{display: inline-block;}
.esglinkBtn.molbtn{display: none;}
.esglinkBtn{
	position:relative;
}
.esglinkBtn a {
    background: #fff;
    display: flex;
    border-radius: 99px;
    border: 1px solid #111;
    padding: 1.8rem 3.4rem;
    color: #333;
    text-align: center;
    font-family: 'Pretendard-SemiBold';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.esglinkBtn a img{
	height:1.8rem;
	margin-left:1rem;
}

.morebtnInner {
    display: flex;
    margin: 2rem 0 0 0;
    justify-content: center;
    align-items: flex-start;
}
.morebtn:hover{
	border: 1px solid #093C71;
}
.morebtn{
	cursor:pointer;
	border-radius: 0.6rem;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	width: 400px;
	padding: 2.2rem 0;
	justify-content: center;
	align-items: center;
	
	color: #000;
	text-align: center;
	font-family: 'Pretendard-SemiBold';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
}
.morebtn img{
	height:6px;
	margin-left:1rem;
}
@media (max-width:1500px) and (min-width:992px) {
	.esgTxt {font-size: 1.8rem; line-height: 3rem;}
	.esgtextBox {
		padding-right: 6rem;
		width: 65.45%;
	}
}


@media (max-width:991px){
	.esgsTitle {font-size: 2.2rem; line-height: 3.4rem; margin-bottom: 2.5rem; margin-top: 2rem;}
	.esgTxt {font-size: 2rem; line-height: 3.2rem; letter-spacing: -0.16px;}
	
	.esgnewwrap {
		margin-top: 6rem;
		padding-left: 1rem;
	}
	.esgitemBox {
		padding-left: 2rem;
		margin-top: 2rem;
	}
	.esgitemBox strong {
		font-size: 5rem;
		line-height: 7rem;
	}
	.esgitemBox strong::before {
		width: 0.8rem;
		height: 0.8rem;
		left: -3rem;
		border: 0.6REM solid #004F71;
	}
	.esgitem span {
		margin: 0 0 1rem 0;
		font-size: 2.4rem;
		line-height: 3rem;
	}
	.esgitem span::before {
		content: '';
		position: absolute;
		width: 1rem;
		height: 1rem;
		flex-shrink: 0;
		left: -2.5rem;
		transform: translateY(-50%);
		top: 50%;
		background: #004F71;
		border-radius: 50%;
	}
	.esgtextBox {
		padding-right: 4rem;
		width: 65.45%;
	}
	.esgitem h2 {
		font-size: 2.2rem;
		line-height: 3.4rem;
	}
	.esgitem h3 {
		margin: 2rem 0 2rem 0;
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.esglinkBtn a {
		border-radius: 0.6rem;
		padding: 1.2rem 2rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
		letter-spacing: -0.18px;
	}
}
@media (max-width:767px) {
	.esgContWrap {
		padding: 8rem 0;
	}
	.esgBox {flex-direction: column; margin-top: 3rem;}
	.esgsTitle {font-size: 1.8rem; line-height: 2.8rem; margin-bottom: 1.4rem; margin-top: 2rem;}
	.esgTxt {font-size: 1.6rem; line-height: 2.6rem; letter-spacing: -0.16px;}
	
	.esgnewwrap {
		margin-top: 5rem;
		padding-left: 0.5rem;
	}
	.esgnewCont::before {
		height: calc(100% - 1.5rem);
	}
	.esgitemBox {
		padding-left: 1.8rem;
		margin-top: 3rem;
	}
	.esgitemBox strong {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.esgitemBox strong::before {
		width: 0.6rem;
		height: 0.6rem;
		left: -2.5rem;
		border: 0.4REM solid #004F71;
	}
	.esgitem {
		display: flex;
		align-items: flex-start;
		padding: 1rem 0;
		justify-content: flex-start;
		flex-direction: column;
	}
	.esgitem span {
		margin: 0 0 1rem 0;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.esgitem span::before {
		width: 0.6rem;
		height: 0.6rem;
		left: -2.1rem;
	}
	.esgtextBox {
		padding-right: 0rem;
		width: 100%;
	}
	.esgitem h2 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.esgitem h3 {
		margin: 1rem 0 2rem 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: -0.14px;
	}
	.esglinkBtn {
		margin-bottom: 1rem;
		position: relative;
	}
	
	.esglinkBtn.pclbtn{display: none;}
	.esglinkBtn.molbtn{display: block;width: 100%;margin-top:2rem;}
	.esglinkBtn a {
		border-radius: 0.6rem;
		padding: 1.1rem 2rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
		letter-spacing: -0.15px;
	}
	.esglinkBtn a img {
		height: 1.6rem;
		margin-left: 1rem;
	}
	.esgimg {
		width: 100%;
		padding-bottom: 60.988%;
		border-radius: 0.6rem;
	}
	.esgimg img{
		border-radius: 0.6rem;
	}
	
	.morebtnInner {
		margin: 2rem 0 0 0;
	}
	.morebtn{
		border-radius: 0.6rem;
		padding: 1.2rem 0;
		font-size: 1.5rem;
		letter-spacing: -0.15px;
		line-height: 2.2rem;
	}
	.morebtn img{
		height:6px;
		margin-left:0.6rem;
	}
}













