  .news_type4 {
    padding-top: 3.3rem;
    padding-bottom: 5rem;
}
.news_type4 .container {
    padding: 0 2rem;
}
.news_type4 h3 {
    letter-spacing: 0.1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    min-height:60px;
}
.news_type4 .card {
    position: relative;
}
    .news_type4 .card-body h3 {
        color: #1f1f1f;
    }

        .news_type4 .card-body h3:hover {
            color: var(--color-primary);
        }

    .news_type4 .card-body .card-text {
        color: #5E5E5E;
    }
    

    .news_type4 .card .num {
        position: absolute;
        left: 10px;
        top: 10px;
        background-color: var(--color-secondary);
        color: var(--color-primary);
        padding: 8px 12px 8px 12px;
        border-radius: 10px;
        font-weight: 700;
        font-size: 1.125rem;
    }
.news_type4 .card .card-date {
    color: #b6b6b6;
}
.news_type4 .card .card-footer {
    background-color: transparent;
    border-top: 0;
}

.news_type4 .card .card-body a {
    color: #000;
    text-decoration: none;
}

.news_type4 .card .card-body a .card-text {
    color: #5e5e5e;
}

.news_type4 .card .card-body a:hover .card-text {
    color: var(--color-primary);
}

.news_type4 .card .card-footer .btn {
    border-radius: 15px 15px 0 0;
    color: var(--color-primary);
    background-color: #e4e4e4;
    /* border-top: .0625rem solid var(--color-primary);
    border-left: .0625rem solid var(--color-primary);
    border-right: .0625rem solid var(--color-primary); */
    font-size: 1rem;
    padding: 10px 30px;
}
.news_type4 .card .card-footer .btn:hover,
.news_type4 .card .card-footer .btn:focus {
    background-color: var(--color-primary);
    color: white;
}

.news_type4 .card .card-footer .btn i {
    margin-left: 5px;
}



    .news_type4 .read_more_box {
        text-align: end;
    }

    .news_type4 .decorate_icon {
        position: relative;
        width: 44px;
        height: 10px;
        text-align: right;
        display: block;
        top: 3px;
        left: 15px;
    }

        .news_type4 .decorate_icon::after {
            width: 44px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            right: 2px;
        }

        .news_type4 .decorate_icon::before {
            width: 8px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 3px;
            right: 2px;
            transform: rotate(38deg);
        }

@media (max-width: 480px ) {
    .news_type4 .read_more_box {
        text-align: center;
    }
}
