.sustainable {
    padding: 84px 0 122px 0;
}

.sustainable .wrap {
    width: 1300px;
    margin: auto;
}

.sustainable .wrap .title {
    text-align: center;
}

.sustainable .wrap .title h1 {
    font-weight: 400;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 56px;
}

.sustainable .wrap .title .pick {
    width: 1119px;
    margin: 54px auto 0;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 32px;
    max-width: 100%;
}

.sustainable .wrap .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 200px;
    margin: 106px 0 0 0;
}

.sustainable .wrap .content .img {
    width: 100%;
    height: 300px;
}

.sustainable2 {
    position: relative;
}

.sustainable2 .img {
    width: 100%;
}

.sustainable2 .wrap {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 864px;
    text-align: center;
}

.sustainable2 .wrap h1 {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 0 0 40px;
}

.sustainable2 .wrap p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
}

.sustainable3 {
    background: #272727;
    padding: 115px 0 108px 0;
}

.sustainable3 .wrap {
    width: 1480px;
    margin: auto;
}

.sustainable3 .wrap .title {
    text-align: center;
    margin: 0 0 60px;
}

.sustainable3 .wrap .title h1 {
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.sustainable3 .wrap .title .color {
    width: fit-content;
    margin: auto;
    font-weight: 500;
    font-size: 42px;
    color: #DD562E;
    line-height: 48px;
    background: linear-gradient(-81deg, #FFA286 0%, #DD562E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sustainable3 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sustainable3 .wrap .content .item {
    width: 700px;
}

.sustainable3 .wrap .content .item .text {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    min-height: 224px;
}

.sustainable3 .wrap .content .item .img {
    position: relative;
    width: 100%;
    height: 420px;
    margin: 115px 0 0 0;
}

.sustainable3 .wrap .content .item .img > img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.sustainable3 .wrap .content .item .img .position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 156px;
    padding: 99px 41px 0 41px;
}

.sustainable3 .wrap .content .item .img .position img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sustainable3 .wrap .content .item .img .position p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 32;
}

.sustainable4 {
    background: #181818;
    padding: 113px 0 125px 0;
}

.sustainable4 .wrap {
    width: 1480px;
    margin: auto;
}

.sustainable4 .wrap .title {
    text-align: center;
    margin: 0 0 60px;
}

.sustainable4 .wrap .title h1 {
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.sustainable4 .wrap .title .color {
    width: fit-content;
    margin: auto;
    font-weight: 500;
    font-size: 42px;
    color: #DD562E;
    line-height: 48px;
    background: linear-gradient(-81deg, #FFA286 0%, #DD562E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sustainable4 .wrap .text {
    max-width: 100%;
    width: 1006px;
    margin: 32px auto 73px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sustainable4 .wrap .content {
    height: 504px;
    background: #272727;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainable4 .wrap .content img{
    max-width: 90%;
}

.sustainable5 {
    position: relative;
    z-index: 1;
    padding: 324px 0 150px 0;
}

.sustainable5 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sustainable5 .wrap {
    width: 1164px;
    margin: auto;
}

.sustainable5 .wrap .title {
    text-align: center;
}

.sustainable5 .wrap .title h1 {
    font-weight: 400;
    font-size: 46px;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.sustainable5 .wrap .title p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.sustainable5 .wrap .text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin: 98px 0 0 0;
}

@media screen and (max-width: 1920px) {
    .sustainable {
        padding: 4.375vw 0 6.3541666667vw 0;
    }

    .sustainable .wrap {
        width: 67.7083333333vw;
        margin: auto;
    }

    .sustainable .wrap .title {
        text-align: center;
    }

    .sustainable .wrap .title h1 {
        font-weight: 400;
        font-size: 2.1875vw;
        color: #FFFFFF;
        line-height: 2.9166666667vw;
    }

    .sustainable .wrap .title .pick {
        width: 58.28125vw;
        margin: 2.8125vw auto 0;
        font-weight: 400;
        font-size: 0.9375vw;
        color: #888888;
        line-height: 1.6666666667vw;
        max-width: 100%;
    }

    .sustainable .wrap .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3.6458333333vw 10.4166666667vw;
        margin: 5.5208333333vw 0 0 0;
    }

    .sustainable .wrap .content .img {
        width: 100%;
        height: 15.625vw;
    }

    .sustainable2 {
        position: relative;
    }

    .sustainable2 .img {
        width: 100%;
    }

    .sustainable2 .wrap {
        position: absolute;
        bottom: 5.2083333333vw;
        left: 50%;
        transform: translateX(-50%);
        width: 45vw;
        text-align: center;
    }

    .sustainable2 .wrap h1 {
        font-weight: 500;
        font-size: 1.6666666667vw;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
        margin: 0 0 2.0833333333vw;
    }

    .sustainable2 .wrap p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
    }

    .sustainable3 {
        background: #272727;
        padding: 5.9895833333vw 0 5.625vw 0;
    }

    .sustainable3 .wrap {
        width: 77.0833333333vw;
        margin: auto;
    }

    .sustainable3 .wrap .title {
        text-align: center;
        margin: 0 0 3.125vw;
    }

    .sustainable3 .wrap .title h1 {
        font-weight: 500;
        font-size: 2.1875vw;
        color: #FFFFFF;
        margin: 0 0 0.5208333333vw;
    }

    .sustainable3 .wrap .title .color {
        width: fit-content;
        margin: auto;
        font-weight: 500;
        font-size: 2.1875vw;
        color: #DD562E;
        line-height: 2.5vw;
        background: linear-gradient(-81deg, #FFA286 0%, #DD562E 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sustainable3 .wrap .content {
        display: flex;
        justify-content: space-between;
    }

    .sustainable3 .wrap .content .item {
        width: 36.4583333333vw;
    }

    .sustainable3 .wrap .content .item .text {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #888888;
        line-height: 1.6666666667vw;
        min-height: 11.6666666667vw;
    }

    .sustainable3 .wrap .content .item .img {
        position: relative;
        width: 100%;
        height: 21.875vw;
        margin: 5.9895833333vw 0 0 0;
    }

    .sustainable3 .wrap .content .item .img > img {
        width: 100%;
        height: 100%;
        transition: .6s;
    }

    .sustainable3 .wrap .content .item .img .position {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8.125vw;
        padding: 5.15625vw 2.1354166667vw 0 2.1354166667vw;
    }

    .sustainable3 .wrap .content .item .img .position img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .sustainable3 .wrap .content .item .img .position p {
        font-weight: 500;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
        position: relative;
        z-index: 32;
    }

    .sustainable4 {
        background: #181818;
        padding: 5.8854166667vw 0 6.5104166667vw 0;
    }

    .sustainable4 .wrap {
        width: 77.0833333333vw;
        margin: auto;
    }

    .sustainable4 .wrap .title {
        text-align: center;
        margin: 0 0 3.125vw;
    }

    .sustainable4 .wrap .title h1 {
        font-weight: 500;
        font-size: 2.1875vw;
        color: #FFFFFF;
        margin: 0 0 0.5208333333vw;
    }

    .sustainable4 .wrap .title .color {
        width: fit-content;
        margin: auto;
        font-weight: 500;
        font-size: 2.1875vw;
        color: #DD562E;
        line-height: 2.5vw;
        background: linear-gradient(-81deg, #FFA286 0%, #DD562E 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sustainable4 .wrap .text {
        max-width: 100%;
        width: 52.3958333333vw;
        margin: 1.6666666667vw auto 3.8020833333vw;
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #888888;
        line-height: 1.6666666667vw;
    }

    .sustainable4 .wrap .content {
        height: 26.25vw;
        background: #272727;
        border-radius: 0.5208333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sustainable5 {
        position: relative;
        z-index: 1;
        padding: 16.875vw 0 7.8125vw 0;
    }

    .sustainable5 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sustainable5 .wrap {
        width: 60.625vw;
        margin: auto;
    }

    .sustainable5 .wrap .title {
        text-align: center;
    }

    .sustainable5 .wrap .title h1 {
        font-weight: 400;
        font-size: 2.3958333333vw;
        color: #FFFFFF;
        margin: 0 0 0.8333333333vw;
    }

    .sustainable5 .wrap .title p {
        font-weight: 500;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
    }

    .sustainable5 .wrap .text {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        line-height: 1.6666666667vw;
        text-align: center;
        margin: 5.1041666667vw 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .sustainable {
        padding: 24px 0;
    }
    .sustainable .wrap{
        width: 90%;
    }
    .sustainable .wrap .title h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .sustainable .wrap .title .pick {
        width: 100%;
        margin: 25px auto 0;
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .sustainable .wrap .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin: 30px 0 0 0;
    }
    .sustainable .wrap .content .img {
        width: 100%;
        height: auto;
    }
    .sustainable2 .wrap {
        bottom: 5%;
        width: 90%;
    }
    .sustainable2 .wrap h1 {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .sustainable2 .img{
        height: 500px;
    }
    .sustainable2 .wrap p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sustainable3 .wrap .title h1 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .sustainable3 {
        background: #272727;
        padding: 50px 0 0 0;
    }
    .sustainable3 .wrap .title .color {
        font-size: 14px;
        line-height: 1.8;
    }
    .sustainable3 .wrap{
        width: 90%;
    }
    .sustainable3 .wrap .content{
        flex-direction: column;
    }
    .sustainable3 .wrap .content .item .text {
        font-size: 14px;
        line-height: 1.8;
        min-height: fit-content;
    }
    .sustainable3 .wrap .content .item {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 0 40px!important;
    }
    .sustainable3 .wrap .content .item .img {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .sustainable3 .wrap .content .item .img .position {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        padding: 20px 5%;
    }
    .sustainable3 .wrap .content .item .img .position p {
        font-size: 14px;
    }
    .sustainable4 {
        padding: 25px 0;
    }
    .sustainable4 .wrap .title{
        margin: 0 0 25px;
    }
    .sustainable4 .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 5px;
    }
    .sustainable4 .wrap .title .color {
        font-size: 16px;
        line-height: 1;
    }
    .sustainable4 .wrap{
        width: 90%;
    }
    .sustainable4 .wrap .text {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    .sustainable4 .wrap .content{
        height: auto;
        padding: 25px 0;
    }
    .sustainable5 .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 5px;
    }
    .sustainable5 .wrap .title p {
        font-size: 14px;
    }
    .sustainable5 {
        padding: 150px 0 50px 0;
    }
    .sustainable5 .wrap{
        width: 90%;
    }
    .sustainable5 .wrap .text {
        font-size: 14px;
        line-height: 1.8;
        margin: 25px 0 0 0;
    }
}
