.last_garden_team {
    position: relative;
    overflow: hidden;
    z-index: 12;
}

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

.last_garden_team .wrap {
    left: 0;
    z-index: 9;
    margin: 125px auto 441px;
    position: relative;
    z-index: 5;
}

.last_garden_team .wrap .cut {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 54px;
}

.last_garden_team .wrap .cut .list {
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    color: #AB0E12;
    letter-spacing: 2px;
    position: relative;
    transition: .6s;
}

.last_garden_team .wrap .cut .list:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #111111;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: -7px;
    transition: .3s;
}

.last_garden_team .wrap .cut .list:not(:last-child) {
    margin: 0 50px 0 0;
}

.last_garden_team .wrap .cut .list.on, .last_garden_team .wrap .cut .list:hover {
    color: #111111;
}

.last_garden_team .wrap .cut .list.on:after, .last_garden_team .wrap .cut .list:hover:after {
    transform: translateX(-50%) scaleX(1);
}

.last_garden_team .wrap .content .matter {
    display: none;
    text-align: center;
}

.last_garden_team .wrap .content .matter.on {
    display: block;
}

.last_garden_team .wrap .content .matter h1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 36px;
    letter-spacing: 2px;
    margin: 0 0 40px;
}

.last_garden_team .wrap .content .matter .display {
    display: flex;
    justify-content: center;
}

.last_garden_team .wrap .content .matter .display:not(:last-child) {
    margin: 0 0 47px;
}

.last_garden_team .wrap .content .matter .display .list:not(:last-child) {
    margin: 0 80px 0 0;
}

.last_garden_team .wrap .content .matter .display .list img {
    width: 260px;
}

.last_garden_team .wrap .content .matter .display .list .text {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0 0 0;
}

.last_garden_team .wrap .content .matter .display.display2 .list .img {
    width: 208px;
}

@media screen and (max-width: 1920px) {
    .last_garden_team {
        position: relative;
        overflow: hidden;
        z-index: 12;
    }

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

    .last_garden_team .wrap {
        left: 0;
        z-index: 9;
        margin: 6.5104166667vw auto 22.96875vw;
        position: relative;
    }

    .last_garden_team .wrap .cut {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 2.8125vw;
    }

    .last_garden_team .wrap .cut .list {
        cursor: pointer;
        font-weight: 800;
        font-size: 0.9375vw;
        color: #AB0E12;
        letter-spacing: 0.1041666667vw;
        position: relative;
        transition: .6s;
    }

    .last_garden_team .wrap .cut .list:after {
        content: '';
        position: absolute;
        width: 0.8333333333vw;
        height: 0.1041666667vw;
        background: #111111;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        bottom: -0.3645833333vw;
        transition: .3s;
    }

    .last_garden_team .wrap .cut .list:not(:last-child) {
        margin: 0 2.6041666667vw 0 0;
    }

    .last_garden_team .wrap .cut .list.on, .last_garden_team .wrap .cut .list:hover {
        color: #111111;
    }

    .last_garden_team .wrap .cut .list.on:after, .last_garden_team .wrap .cut .list:hover:after {
        transform: translateX(-50%) scaleX(1);
    }

    .last_garden_team .wrap .content .matter {
        display: none;
        text-align: center;
    }

    .last_garden_team .wrap .content .matter.on {
        display: block;
    }

    .last_garden_team .wrap .content .matter h1 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
        line-height: 1.875vw;
        letter-spacing: 0.1041666667vw;
        margin: 0 0 2.0833333333vw;
    }

    .last_garden_team .wrap .content .matter .display {
        display: flex;
        justify-content: center;
    }

    .last_garden_team .wrap .content .matter .display:not(:last-child) {
        margin: 0 0 2.4479166667vw;
    }

    .last_garden_team .wrap .content .matter .display .list:not(:last-child) {
        margin: 0 4.1666666667vw 0 0;
    }

    .last_garden_team .wrap .content .matter .display .list img {
        width: 13.5416666667vw;
    }

    .last_garden_team .wrap .content .matter .display .list .text {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.25vw;
        letter-spacing: 0.1041666667vw;
        text-align: center;
        margin: 0.5208333333vw 0 0 0;
    }

    .last_garden_team .wrap .content .matter .display.display2 .list img {
        width: 10.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .last_garden_team {
        background: #FDEADF;
    }

    .last_garden_team .wrap {
        margin: 75px auto 30px;
    }

    .last_garden_team .wrap .cut {
        margin: 0 0 25px;
    }

    .last_garden_team .wrap .cut .list {
        font-size: 17px;
    }

    .last_garden_team .wrap .cut .list:after {
        width: 16px;
        height: 2px;
        bottom: -7px;
    }

    .last_garden_team .wrap .content .matter h1 {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .last_garden_team .wrap .content .matter .display .list img {
        width: 120px;
    }

    .last_garden_team .wrap .content .matter .display .list .text {
        font-size: 13px;
        line-height: 1.4;
        margin: 10px 0 0 0;
    }

    .last_garden_team .wrap .content .matter .display:not(:last-child) {
        margin: 0 0 15px;
    }

    .last_garden_team .wrap .content .matter .display.display2 .list img {
        width: 100px;
    }

    .last_garden_team .bg {
        display: none;
    }

    .last_garden_team .wrap .cut .list:not(:last-child) {
        margin: 0 20px 0 0;
    }
}

/*# sourceMappingURL=index.css.map */
