.digitallist-top-background {
    width: 100%;
    height: 434px;
}

.swiper-image-class {
    height: 100%;
    width: 100%;
}

.digital-type-class {
    width: 100%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
}

.digital-type-button {
    background: #616161;
    padding: 15px 20px;
    color: #fff !important;
    position: relative;
    cursor: pointer;
}

.digital-type-button-click {
    background: #bb0019;
}

.digitallist-body {
    width: 100%;
    max-width: 1280px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.digital-card {
    display: flex;
    margin: 30px 0px;
    cursor: pointer;
}

.digital-card-img {
    width: 160px;
    height: 170px;
}

.digital-card-right {
    margin-left: 10px;
    width:200px;
}

.digital-card-right-title {
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.digital-card-right-gr {
    font-size: 16px;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.digital-card-right-such {
    font-size: 18px;
    font-weight: 900;
    color: #fc2b33;
    
}

.digital-card-right div {
    margin-bottom: 20px;
}
.digital-card-right div:last-child {
    margin-bottom: 0px;
}
