.companyEsgWrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: antiquewhite; */
    padding-top: 48px;
}


.companyEsgbox{
    display: flex;
    justify-content: space-between;
    padding: 18px 0 18px 0;
    width: 1280px;
}

.companyEsgbox01{
    height: 628px;
    width: 628px;
    border-radius:26px;
    display: flex;
    flex-direction: column;
}
.last{
    padding-bottom: 50px;
}
/* .companyEsgbox01{
    background: url(../img/company_esg/esg01.png) no-repeat;
}
.companyEsgbox02{
    background: url(../img/company_esg/esg02.png) no-repeat;
}
.companyEsgbox03{
    background: url(../img/company_esg/esg03.png) no-repeat;
}
.companyEsgbox04{
    background: url(../img/company_esg/esg04.png) no-repeat;
    margin-bottom: 18px;
}
.companyEsgbox05{
    background: url(../img/company_esg/esg01.png) no-repeat;
} */


.companyEsgBoxText{
    /* padding: 35px 0 0 35px; */
    height: 265px;
    /* background-color: aquamarine; */
    
}

.companyEsgBoxText> div{
    display: flex;
    background-color: #F6F6F6;
    height: 100%;
    border-radius:0 0 26px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.companyEsgBoxText > div > p:first-child{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #2986F3;
}
.companyEsgBoxText > div  > p:nth-child(2){
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #2D3B4A;
    padding: 18px 0 32px 0;
}
.companyEsgBoxText > div  > p:last-child{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #5C6C7D;
    text-align: center;
}

/* 반응형------------------------------------------------ */


#pagewrap.mobile .companyEsgWrap{
    width: 90%;
    position: static;
}


#pagewrap.mobile .companyEsgbox{
    flex-direction: column;
    width: 100%;
    padding: 0;
}

#pagewrap.mobile .companyEsgbox01{
    width: 100%;
    margin-bottom: 60px;
}

#pagewrap.mobile .companyEsgbox01{
    height: 100%;
}
#pagewrap.mobile .companyEsgBoxText{
    height: 480px;
}
#pagewrap.mobile .companyEsgBoxText > div > p:last-child {
    font-size: 40px;
    line-height: 66px;
    width: 100%;
}

#pagewrap.mobile .companyEsgBoxText > div > p:nth-child(2){
    font-size: 50px;
    line-height: 50px;
    padding: 50px 0 50px 0;
}
#pagewrap.mobile .companyEsgBoxText > div > p:first-child{
    font-size: 35px;
    line-height: 35px;
}