.news_type3 {
    padding-top: 3.3rem;
    padding-bottom: 5rem;
    background: rgba(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
}
.news_type3 .container-slick-left {
    width: 16.6666%;
}
.news_type3 .container-slick-right {
    width: 66.6666%;
}
.news_type3 .container-slick {
    display: flex;
    justify-content: flex-end;
}
.news_type3 .container-slick .container {
    margin-right: initial;
    margin-left: initial;
}
    .news_type3 .title-box h2 {
        font-size: 3rem;
        word-wrap: break-word;
    }
.news_type3 .title-box {
    display: flex;
    flex-direction: column;
    padding: 0 1.2rem;
    justify-content: space-evenly;
}

    .news_type3 .card:hover {
        transform: scale(1.02,1.02);
        transition: 0.2s;
    }

    .news_type3 .card-body {
        position: relative;
    }

    .news_type3 .card {
        border-radius: 0;
    }

    .news_type3 .card .num {
        position: absolute;
        left: 0;
        top: -25px;
        background-color: var(--color-secondary);
        color: var(--color-primary);
        padding: 8px 12px 8px 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        font-weight: 700;
        font-size: 1.125rem;
    }

.news_type3 .slick-slide {
    padding: 10px;
}

.news_type3 .title {
    color: var(--color-primary);
    margin-bottom: 1.5625rem;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.news_type3 .card-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #1f1f1f;
    line-height: 1.5;
    min-height:60px;
}

.news_type3 .card-date {
    font-size: 0.875rem;
    font-weight: 500;
    color: #5e5e5e;
}

.news_type3 .card-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: #1f1f1f;
}

.news_type3 .card-body {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news_type3 .card-body a {
    text-decoration: none;
}

.news_type3 .more {
    margin-top: 20px;
    font-weight: 600;
    display: block;
    text-align: right;
}

.news_type3 .more.full {
    padding: 8px 48px;
    margin-top: 10px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
}

.news_type3 .more:hover,
.news_type3 .more:focus {
    color: var(--color-primary);
}

.news_type3 .slick-btns .btn {
    background-color: #fff;
}
.news_type3 .slick-btns .btn {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.news_type3 .slick-btns .slick-prev {
    margin-right: -4px;
    border-right: 1px solid rgb(255, 255, 255, 0.2);
    padding: 9px 18px;
    font-size: 1.25rem;
    border-radius: 0;
}

.news_type3 .slick-btns .slick-next {
    padding: 9px 18px;
    font-size: 1.25rem;
    border-radius: 0;
}
.news_type3 .slick-btns .slick-next:hover,
.news_type3 .slick-btns .slick-prev:hover,
.news_type3 .slick-btns .slick-next:focus,
.news_type3 .slick-btns .slick-prev:focus {
    background-color: var(--color-secondary);
}

.news_type3 .slick-btns .slick-next:hover i,
.news_type3 .slick-btns .slick-prev:hover i,
.news_type3 .slick-btns .slick-next:focus i,
.news_type3 .slick-btns .slick-prev:focus i {
    color: #fff;
}

    .news_type3 .read_more_box {
        text-align: end;
    }

    .news_type3 .decorate_icon {
        position: relative;
        width: 44px;
        height: 10px;
        text-align: right;
        display: block;
        top: 3px;
        left: 15px;
    }

        .news_type3 .decorate_icon::after {
            width: 44px;
            height: 2px;
            background: #1f1f1f;
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            right: 2px;
        }

        .news_type3 .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_type3 .read_more_box {
        text-align: center;
    }
}