/* --Start banner--------------- */

.section-banner {
    margin-top: 56px;
    background: url(../img/esg/banner.webp) no-repeat center center/ cover scroll;
    position: relative;
    display: block;
    height: 20vh;
}


.section-banner .title-item {
    /* width: 100%; */
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}

.section-banner .title-item img {
    width: 300px;
    display: block;
}


.section-banner .title-item span {
    display: block;
    padding-left: 0px;
    position: relative;
    color: #333;
    font-size: 12px;
}


.section-banner .title-item h2 {
    margin-top: 0px;
    font-size: 20px;
    color: #460059;
    text-align: left;
    padding: 10px 0;
    border-bottom: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bolder;
}


@media (min-width: 1200px) {

    .section-banner {
        margin-top: 96px;
        height: 65vh;

    }

    .section-banner .title-item img {
        width: 1000px;

    }

    .section-banner .title-item h2 {
        margin-top: 50px;
        font-size: 40px;
    }

    .section-banner .title-item span {
        font-size: 16px;
        display: inline-block;
        padding-left: 20px;
    }


    .section-banner .title-item {
        /* padding: 200px 0 50px; */
    }

}

/* --End banner--------------- */

/* --Start esg--------------- */
.section-esg {
    padding: 60px 0 10px;
    position: relative;
    overflow: hidden;
}


.section-esg .icon-img {
    position: absolute;
    width: 300px;
    left: 0;
    top: -50px;
    display: none;
}

.section-esg .icon-img.l {
    top: -50px;
    right: 0;
    left: auto;
    display: none;
}

@media (min-width: 1200px) {

    .section-esg .icon-img,
    .section-esg .icon-img.l {
        display: block;
    }

}

.section-esg .item {
    display: block;
    position: relative;
}

.section-esg .item .pic-item {
    text-align: end;
}

.section-esg .item .pic-item.l {
    text-align: start;
}

.section-esg .item .pic-item img {
    width: 90%;
}

    .section-esg .item .text-item {
        position: static;
        right: 5%;
        z-index: 4;
        top: 40%;
        transform: translateY(0%);
        text-align: end;
        padding-top: 10px;
        /*background: #323232e8;
        padding: 10px 15px 5px;
        border-radius: 5px;*/
        
    }

.section-esg .item .text-item.l {
    left: 5%;
    right: auto;
    text-align: left;
}




.section-esg .item .text-item h3 {
    color: #460059;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.section-esg .item .text-item ul {}

.section-esg .item .text-item ul li {
    color: #333;
}

.section-esg .item .text-item h4 {
    font-size: 20px;
    color: #aaa;
    font-weight: bolder;
    font-family: 'Noto Sans TC';
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .section-esg .item .text-item h4 {
        font-size: 30px;
    }
}



.section-esg .item .text-item ul {
    list-style: none;
    padding-left: 0;
}

.section-esg .item .text-item ul li {
    color: #333;
    font-size: 16px;
}

.section-esg .item .text-item ul li+li {
    margin-top: 10px;
}

@media (min-width: 1400px) {
    .section-esg .item .text-item h4 {
        font-size: 40px;
    }

    .section-esg .item .text-item {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 15%;
        text-align: left;
        padding-top: 0px;

    }

    .section-esg .item .text-item.l {
        left: 15%;
    }

    .section-esg .item .text-item h3 {
        color: #fff;
    }

    .section-esg .item .text-item ul li {
        color: #fff;
    }

    .section-esg .item .text-item ul li {
        color: #fff;
        font-size: 18px;
    }
}