section.welfare .wrapper{
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}

section.welfare h1{
    margin-bottom: 1.875rem;
}

.welfare-list{
    margin-right: -3.375rem;
    display: flex;
    flex-wrap: wrap;
}

.welfare-list .welfare{
    flex-basis: calc(100% / 4 - 3.375rem);
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 3.375rem;
    margin-bottom: 3.375rem;
}

.welfare .icon{
    flex: 0 0 auto;
    height: 7.5rem;
    padding: 1.25rem;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img{
    max-height: 100%;
    width: auto;
}
.info{
    flex-basis: calc(100% - 7.5rem);
    flex-shrink: 0;
    flex-grow: 0;

    border-bottom: 1px solid #e31019;
    padding-top: 1.875rem;
}

.info .title{
    font-size: 1.125em;
    margin-bottom: .75em;
}

.info .desc{
    font-size: .875em;
    line-height: 1.5em;
    min-height: 6em;
    margin-bottom: 1.5em;
    color: #666;
}

.swiper-slide{
    flex-basis: calc(100% - 5.625rem);
    flex-grow: 0;
    flex-shrink: 0;
}

.swiper-slide img{
    display: block;
    width: 100%;
    height: calc(100% - 3rem);
    object-fit: cover;
}

.swiper-slide .env-title{
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.5rem;
    text-align: right;
}

.env-swiper a.wfEditorMode{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 260;
}

@media (max-width: 1440px) {
    .welfare-list{
        margin-right: -3rem;
    }
    .welfare-list .welfare{
        flex-basis: calc(100% / 4 - 3rem);
        margin-right: 3rem;
    }
}

@media (max-width: 1280px) {
    .welfare-list{
        margin-right: -2rem;
    }
    .welfare-list .welfare{
        flex-basis: calc(100% / 4 - 2rem);
        margin-right: 2rem;
    }
}

@media (max-width: 960px) {
    section.welfare{
        font-size: 1.25rem;
    }
    .welfare-list{
    }
    .welfare-list .welfare{
        flex-basis: calc(100% / 3 - 2rem);
        margin-bottom: 2rem;
    }
}

@media (max-width: 640px) {
    .welfare-list{
        margin-right: -1.5rem;
    }
    .welfare-list .welfare{
        flex-basis: calc(100% / 2 - 1.5rem);
        margin-right: 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    .welfare-list .welfare{
        flex-basis: calc(100% - 1.5rem);
        margin-bottom: 1.25rem;
    }
}




