.show {
    background-color: #fff;
    padding: 0 0 8rem;
}

.show-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
}

.show-content-item {
    width: 45.6rem;
    height: 49.8rem;
    margin-bottom: 1.6rem;
    padding: 1.6rem 1.6rem 3.2rem;
    background-color: #F5F5F7;
    border-radius: 1rem;
}

.show-content-item>img {
    width: 42.4rem;
    height: 31.8rem;
}

.show-content-item-label {
    width: auto;
    height: 2.6rem;
    border-radius: 10rem;
    margin: 3.2rem 0 1.6rem;
    background-color: #05173C;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.6rem;
    padding: 0 1rem;
}

.show-content-item>p {
    height: 5.8rem;
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #05173C;
}

.button-arrowhead3 {
    margin: 0 auto;
}

.show-content-item:hover {
    background-color: #fff;
    box-shadow: 0px 4px 12px 1px rgba(5, 23, 60, 0.16);
}

.show-content-item:hover .show-content-item-label {
    background-color: #F16522;
}

.show-content-item:hover>p {
    color: #F16522;
}

.button-arrowhead3 {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .show {
        background-color: #fff;
        padding: 0 0 4rem;
    }

    .show-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }

    .show-content-item {
        width: 16.8rem;
        height: 22.5rem;
        margin-bottom: 0.7rem;
        padding: 0.8rem 0.8rem 1.2rem;
        background-color: #F5F5F7;
        border-radius: 1rem;
    }

    .show-content-item>img {
        width: 15.2rem;
        height: 11.4rem;
        border-radius: 0.8rem;
    }

    .show-content-item-label {
        width: 3.8rem;
        height: 1.7rem;
        border-radius: 10rem;
        margin: 1.2rem 0 0.8rem;
        background-color: #05173C;
        color: #fff;
        font-size: 1rem;
        text-align: center;
        line-height: 1.7rem;
    }

    .show-content-item>p {
        height: 5.4rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #05173C;
    }
}