.news-module{
    margin-bottom: 70px;
}
.news-module__container.swiper-container{
    padding-left: 25px;
    padding-right: 25px;
}
.news-card{
    background-color: #fafafa;
    padding: 30px 10px 32px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;    
    -webkit-box-align: start;    
    -webkit-align-items: flex-start;    
        -ms-flex-align: start;    
            align-items: flex-start;
}
.news-card__added{
    font-family: 'os';
    font-size: 10px;
    line-height: 125%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #B5B5B5;
    margin-bottom: 20px;
}
.news-card__title{
    font-family: 'fira500';
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #323232;
    text-decoration: none;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in; 
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.news-card__title:hover{
    color:rgba(105, 40, 156, 1)
}
.news-card__text{
    font-family: 'os';
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.03em;
    margin-bottom: 36px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.news-card__img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: relative;
}
.news-card__img img{
    min-height: auto;
    max-width: 100%;
    min-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (min-width: 901px){
    .news-module__wrapper.swiper-wrapper{
        overflow: unset;
        min-width: 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        z-index: 0;
    }
    .news-module__container{
        position: relative;
    }
    .news-module__container.swiper-container{
        overflow: unset;
    }
    .news-module__wrapper:before{
        /* content: url(../../image/2021/BGn1.svg); */
        /* content:'';
        display: block;
        width: 45vw;
        height: 45vw;
        position: absolute;
        left: -25vw;
        top: -9vw;
        background: url(../../image/2021/bg1.svg) center no-repeat;
        background-size: contain;
        z-index: 0; */
    }
    .news-module__wrapper:after{
        /* content: '';
        display: block;
        width: 30vw;
        height: 30vw;
        position: absolute;
        z-index: 0;
        right: 18vw;
        bottom: -15vw;
        background: url(../../image/2021/bg2.svg) center center no-repeat;
        background-size: 100%;
        z-index: -1; */
    }
    .swiper-slide.news-card:nth-child(3n+1){
        height: 100%;
    }
    .swiper-slide.news-card:nth-child(3n+2){
        height: 100%;
    }
    .swiper-slide.news-card:nth-child(3n){
        height: 100%;
    }
    .news-card{
        min-width: 51.5%;
        max-width: 51.5%;
        padding: 0;
        background-color: rgba(255,255,255,0);
        position: relative;
    }
    .news-card__text{
        line-height: 180%;
        -webkit-line-clamp: 4;
    }
    .news-card__title{
        line-height: 160%;
        -webkit-line-clamp: 1;
    }
    .news-card__wrapper{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        background: rgba(105, 40, 156, 0);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* transform: scale(0.4); */
        opacity: 0;
        color: #fff;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        padding: 34px 107px 31px 59px;
        text-decoration: none;
    }
    .news-card__wrapper .link{
        color: #fff
    }
    .news-card__wrapper .link i{
        color: #fff;
        background: rgba(255,255,255,0);
    }
    .news-card__wrapper .link:hover{
        color: #fff
    }
    .news-card__wrapper>*{
        color: #fff
    }
    .news-card .link{
        margin-top: auto;
    }
    .news-card:nth-child(3n+1){
        padding: 34px 107px 31px 59px;
        margin-bottom: 56px;
        position: relative;
    }
    .news-card:nth-child(3n+1):before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background-color: #fafafa;
    }
    .news-card:nth-child(3n+1) .news-card__wrapper{
        display: none;
    }
    .news-card:nth-child(3n+1) .news-card__img{
        display: none;
    }
    .news-card:nth-child(3n+2){
        min-width: -webkit-calc(48.5% - 67px);
        min-width: calc(48.5% - 67px);
        max-width: -webkit-calc(48.5% - 67px);
        max-width: calc(48.5% - 67px);
        position: absolute; 
        height: 100%;
        right: 0;
        top: 0;
        height: unset;
    }
    .news-card__img{
        width: 100%;
    }
    .news-card:nth-child(3n+2) .news-card__img{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .news-card:nth-child(3n+2):hover .news-card__wrapper, 
    .news-card:nth-child(3n):hover .news-card__wrapper{
        /* transform: scale(1); */
        background: rgba(105, 40, 156, 0.9);
        opacity: 1;
    }
    .news-card:nth-child(3n+2):hover .news-card__title{
        text-decoration: underline;
    }
    .news-card:nth-child(3n+2) .news-card__wrapper{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .news-card:nth-child(3n+2) .news-card__wrapper .news-card__title{
        display: none;
    }
    .news-card:nth-child(3n+2) .news-card__title{
        margin-top: 21px;
        margin-bottom: 0;
    }
    .news-card:nth-child(3n+2) .news-card__text{
        font-family: 'os300';
        line-height: 138%;
        -webkit-line-clamp: 7;
    }
    .news-card:nth-child(3n+2) .news-card__added{
        font-family: 'os300';
        margin-top: -32px;
    }
    .news-card:nth-child(3n+2) .link, .news-card:nth-child(3n) .link{
        margin-top: unset;
    }
    .news-card:nth-child(3n+2)>.news-card__added{
        display: none;
    }
    .news-card:nth-child(3n+2)>.news-card__text{
        display: none;
    }
    .news-card:nth-child(3n+2)>.link{
        display: none;
    }
    .news-card:nth-child(3n), .news-card:nth-child(3n+1){
        min-height: 311px;
        max-height: 311px;
    }
    .news-card:nth-child(3n){
        margin-bottom: 26px;
    }
    .news-card:nth-child(3n) .news-card__wrapper{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 34px 83px 31px 83px;
    }
    .news-card:nth-child(3n)>*:not(.news-card__img){
        opacity: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        position: absolute;
    }
}
@media screen and (min-width: 1280px){
    .news-module{
        margin-bottom: 151px;
    }
    .news-module .slider-title{
        margin-left: -2.5px;
        width: -webkit-calc(100% + 2.5px);
        width: calc(100% + 2.5px);
    }
    .news-module__container.swiper-container{
        padding-left: 122px;
        padding-right: 122px;
    }
    .news-card__added{
        margin-bottom: 15px;
        font-size: -webkit-calc(9px + (9 + 9 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(9px + (9 + 9 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .news-card__title{
        margin-bottom: 23px;
        font-size: -webkit-calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        -webkit-line-clamp: 2;
    }
    .news-card__text{
        margin-bottom: 14px;
        font-size: -webkit-calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        -webkit-line-clamp: 4;
    }
    .news-card:nth-child(3n+2) .news-card__added{
        font-size: -webkit-calc(14px + (14 + 14 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(14px + (14 + 14 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .news-card:nth-child(3n+2) .news-card__title{
        font-size: -webkit-calc(30px + (30 + 30 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(30px + (30 + 30 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .news-card:nth-child(3n+2) .news-card__text{
        font-size: -webkit-calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
    }
}
@media screen and (min-width: 1920px){
    .news-module{
        margin-bottom: 227px;
    }
    .news-module__container.swiper-container{
        padding-left: 183px;
        padding-right: 183px;
    }
    .news-card{
        min-width: 52%;
        max-width: 52%;
    }
    .news-card__wrapper{
        padding: 51px 161px 54px 101px;
    }
    .news-card:nth-child(3n+1){
        min-height: 473px;
        max-height: 473px;
        margin-bottom: 77px;
        padding: 51px 161px 54px 101px;
    }
    .news-card:nth-child(3n+2){
        min-width: -webkit-calc(48% -101px);
        min-width: calc(48% -101px);
        max-width: -webkit-calc(48% - 101px);
        max-width: calc(48% - 101px);
    }
    .news-card:nth-child(3n){
        min-height: 538px;
        max-height: 538px;
        margin-bottom: 28px;
    }
    .news-card:nth-child(3n) .news-card__wrapper{
        padding: 51px 131px 54px;
    }
    .news-card__added{
        margin-bottom: 20px;
    }
    .news-card__title{
        margin-bottom: 35px;
    }
    .news-card__text{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 2560px){
    .news-module{
        margin-bottom: 303px;
    }
    .news-module__container.swiper-container{
        padding-left: 245px;
        padding-right: 245px;
    }
    .news-card__wrapper{
        padding: 69px 215px 72px 135px;
    }
    .news-card:nth-child(3n+1){
        min-height: 631px;
        max-height: 1000px;
        margin-bottom: 102px;
        padding: 69px 215px 72px 135px;
    }
    .news-card:nth-child(3n+2){
        min-width: -webkit-calc(48% -135px);
        min-width: calc(48% -135px);
        max-width: -webkit-calc(48% - 135px);
        max-width: calc(48% - 135px);
    }
    .news-card:nth-child(3n){
        min-height: 716px;
        max-height: 1000px;
        margin-bottom: 41px;
    }
    .news-card:nth-child(3n) .news-card__wrapper{
        padding: 69px 175px 72px;
    }
    .news-card__added{
        margin-bottom: 30px;
    }
    .news-card__title{
        margin-bottom: 46px;
    }
    .news-card__text{
        margin-bottom: 27px;
    }
}
@media screen and (max-width: 900px){
    .swiper-slide.news-card{
        height: auto;
    }
    .news-card__img{
        display: none;
    }
    .news-card__text{
        margin-top: auto;
    }
}