@charset "utf-8";


/* company 완료 */
.com_banner {
    padding-top: 200px;
    width: 1480px;
    margin: 0 auto;
}

.com_title h2 {
    margin-bottom: 15px;
}

.com_tit {
    margin-bottom: 40px;
}

.com_tit .img_home {
    display: flex;
}

.com_tit p {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.com_tit .esg_line {
    color: #444444;
    border-bottom: 2px solid #444444;
    width: 60px;
}

.banner_image {
    overflow: hidden;
    width: 1790px;
    height: 350px;
    border-radius: 50px;
    margin: 0 auto 100px;
}

.banner_image img {
    /* max-width: 100%; */
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
    max-width: 90%;
}

.banner_image:hover img {
    transform: scale(1.1);
}
/* company 완료 */


/* company_esg완료 */
.company_esg {
    width: 1480px;
    margin: 0 auto;
}

.esg_st {
    display: flex;
}

.esg_st h2 {
    font-size: 42px;
    font-weight: 800;
    color: #444444;
    margin-right: 158px;
}

.esg_bold {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
}

.text {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    line-height: 28px;
}

.text p {
    margin-bottom: 40px;
}

.img_area dl {
    position: relative;
}

.img_area dd {
    border-radius: 0 20px 0 20px;
    width: 220px;
    height: 55px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background: rgb(0,136,255);
    background: linear-gradient(90deg, rgba(0,136,255,1) 0%, rgba(0,212,140,1) 100%);
    position: absolute;
    bottom: 25px;
    left: 0;
}

.img_area img {
    margin-bottom: 35px;
    margin-top: 65px;
}

.img_area li {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 35px;
}

.img_area li::marker {
    content: '·   ';
    font-size: 1.2rem;
}
/* company_esg 완료 */




/* company_target 완료 */
.target_tit {
    display: flex;
    margin-top: 150px;
}

.target_tit h2 {
    font-size: 42px;
    font-weight: 800;
    color: #444444;
    margin-right: 148px;
}

.tar_bold {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
}

.tar_text {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    line-height: 28px;
}

.tar_text p {
    margin-bottom: 40px;
}

.text_box {
    background-color: #FBFBFB;
    border-radius: 20px;
    width: 1120px;
    padding: 35px 50px;
}

/* .text_tit {
    margin-left: 50px;
    padding-top: 35px;
} */

.text_tit span {
    font-size: 20px;
    font-weight: 700;
    color:#00AC72;
    margin-bottom: 15px;
}

.text_tit li {
    line-height: 35px;
}

.text_tit li::marker {
    content: '·   ';
    font-size: 1.2rem;
}

.tex_1  {
    margin-bottom: 40px;
}

.tex_2  {
    margin-bottom: 40px;
}


/* company_target 완료 */







