.s-list-section {
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 center;
    background-blend-mode: normal;
    background-color: #f7f9ff;
    padding-top: 64px;
    padding-bottom: 64px
}

@media screen and (max-width:850px) {
    .s-list-section {
        height: auto;
        padding-top: calc(32vw / 3.75);
        padding-bottom: calc(8vw / 3.75)
    }
}

.s-list-box {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center
}

@media screen and (max-width:850px) {
    .s-list-box {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}



.s-list-head {
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, rgba(244, 248, 255, 0) 0, rgba(250, 252, 255, .54) 4.69%, #fff 49.4%, rgba(251, 251, 251, .46) 95.31%, rgba(250, 250, 250, 0) 100%);
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    display: inline-flex;
    height: 68px;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px
}

@media screen and (max-width:850px) {
    .s-list-head {
        padding-left: calc(16vw / 3.75);
        padding-right: calc(16vw / 3.75);
        height: calc(54vw / 3.75)
    }
}

.s-list-tag-box {
    width: 208px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-left: 60px;
    padding-right: 60px
}

.s-list-tag-box:hover span {
    color: #2d3efe
}

.s-list-tag-box.active span {
    color: #2d3efe
}

.s-list-tag-box.active div {
    opacity: 1
}

@media screen and (max-width:850px) {
    .s-list-tag-box {
        font-size: calc(16vw / 3.75);
        line-height: calc(26vw / 3.75);
        width: calc(100vw / 3.75);
        padding-left: calc(20vw / 3.75);
        padding-right: calc(20vw / 3.75)
    }
}


@media screen and (max-width:850px) {
    .s-list-tag-text {
        white-space: nowrap
    }
}

.s-list-tag-line {
    position: absolute;
    height: 8px;
    bottom: 8px;
    background: linear-gradient(270deg, #2d3efe 0, #7fa5fe 100%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 0;
    width: 88px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width:850px) {
    .s-list-tag-line {
        width: calc(42vw / 3.75);
        height: calc(4vw / 3.75)
    }
}


@media screen and (max-width:850px) {
    .s-list-card-box {
        overflow-x: auto
    }
}



.s-list-card-con {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 36px
}

@media screen and (max-width:850px) {
    .s-list-card-con {
        flex-wrap: wrap;
        margin-top: calc(24vw / 3.75);
        width: calc(570vw / 3.75);
        height: auto;
        overflow-x: auto;
        margin-left: calc(16vw / 3.75);
        justify-content: space-between
    }
}


.s-list-card {
    width: 273px;
    height: 398px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 36px
}

.s-list-card a,
.s-list-card div,
.s-list-card h3,
.s-list-card p,
.s-list-card path,
.s-list-card span,
.s-list-card svg {
    transition: inherit
}

.s-list-card:last-of-type {
    margin-right: 0
}

@media only screen and (min-width:851px) {
    .s-list-card:hover .content h3 {
        position: absolute;
        opacity: 0
    }

    .s-list-card:hover .content p {
        opacity: 1;
        max-height: 200px;
        min-height: 93px;
        margin-bottom: 25px
    }
}

@media screen and (max-width:850px) {
    .s-list-card {
        width: calc(273vw / 3.75);
        margin-bottom: calc(24vw / 3.75);
        box-shadow: 0 3px 6px -6px rgba(31, 35, 41, .05), 0 6px 18px 6px rgba(31, 35, 41, .03);
        min-height: calc(344vw / 3.75);
        height: auto;
        overflow: hidden;
        border-top-left-radius: calc(20vw / 3.75);
        border-top-right-radius: calc(20vw / 3.75);
        border-bottom-left-radius: calc(20vw / 3.75);
        border-bottom-right-radius: calc(20vw / 3.75);
        justify-content: flex-end;
        margin-right: 0
    }
}

.s-list-card-info {
    width: 100%;
    min-height: 250px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.s-list-card-info.small h3 {
    font-size: 22px
}

.s-list-card-info.show-desc.content {
    justify-content: flex-start
}

.s-list-card-info.show-desc.content h3 {
    position: relative;
    opacity: 1;
    height: auto;
    margin-bottom: 10px;
    top: 0
}

.s-list-card-info.show-desc.content p {
    opacity: 1;
    max-height: 200px;
    min-height: 96px;
    margin-bottom: 25px
}

.s-list-card-info.show-desc.content div {
    height: auto;
    position: absolute;
    left: 24px;
    bottom: 24px
}

@media screen and (max-width:850px) {
    .s-list-card-info {
        min-height: calc(244vw / 3.75);
        justify-content: space-between;
        padding-top: calc(24vw / 3.75);
        padding-bottom: calc(17vw / 3.75);
        padding-left: calc(24vw / 3.75);
        padding-right: calc(24vw / 3.75);
        border-bottom-left-radius: calc(20vw / 3.75);
        border-bottom-right-radius: calc(20vw / 3.75)
    }

    .s-list-card-info.small h3 {
        font-size: calc(20vw / 3.75)
    }

    .s-list-card-info.show-desc.content div {
        bottom: calc(17vw / 3.75);
        left: calc(24vw / 3.75)
    }
}


.s-list-card-title {
    white-space: pre-wrap;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-align: left;
    height: 102px;
    margin-bottom: 50px;
    opacity: 1;
    position: absolute;
    top: 24px
}

@media screen and (max-width:850px) {
    .s-list-card-title {
        position: relative;
        top: 0;
        margin-bottom: 0;
        height: auto;
        font-size: calc(20vw / 3.75);
        line-height: calc(28vw / 3.75)
    }
}


.s-list-card-intro {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    margin-bottom: 0;
    opacity: 0;
    max-height: 0;
    min-height: 0;
    white-space: pre-wrap
}

@media screen and (max-width:850px) {
    .s-list-card-intro {
        display: none
    }
}

.s-list-card-btn {
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.s-list-card-btn.four {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto
}

.s-list-card-btn.four a {
    width: 50%
}

@media screen and (max-width:850px) {
    .s-list-card-btn {
        justify-content: flex-start;
        height: auto
    }
}

.s-list-card-btn-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px
}

.s-list-card-btn-link:hover:hover span {
    color: #477dfc
}

.s-list-card-btn-link:hover:hover svg {
    fill: #477dfc !important
}

@media screen and (max-width:850px) {
    .s-list-card-btn-link {
        width: 100%;
        padding-top: calc(11vw / 3.75);
        padding-bottom: calc(11vw / 3.75)
    }
}


.s-list-card-btn-text {
    color: #2d3efe;
    display: inline-block;
    margin-right: 4px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

@media screen and (max-width:850px) {
    .s-list-card-btn-text {
        font-size: calc(14vw / 3.75);
        line-height: calc(20vw / 3.75);
        width: auto
    }
}


.s-list-card-cover {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}