.sec-news{
    position: relative;
    margin-bottom: 7.9rem;
}
.news-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #E0E0E0;
    min-height: 10rem;
    padding: 1.6rem 0;
}
.news-item:last-child{
    border-bottom: 1px solid #E0E0E0;
}
.news-date{
    width: 32rem;
    position: relative;
}
.news-date *{
    color: #878787;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: 0.028rem;
    display: block;
    padding-left: 2.4rem;
    background: url(../images/icon-date.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.news-title{
    position: relative;
    width: calc(100% - 32rem);
}
.news-title *{
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    padding-right: 4.1rem;
    position: relative;
    background: url(../images/icno-news-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    max-height: 4.8rem;
    transition: background-position 0.3s;
}
.news-item:hover .news-title *{
    text-decoration: underline !important;
    background-position: right 0.7rem center;
}
@media(min-width:1200px) and (max-width:1307.98px){
    .sec-news {
        margin-bottom: 6.9rem;
    }
    .news-date {
        width: 28rem;
    }
    .news-title {
        width: calc(100% - 28rem);
    }
	.news-title * {
        font-size: 1.9rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
    .sec-news {
        margin-bottom: 6.9rem;
    }
	.news-date {
        width: 25rem;
    }
    .news-title {
        width: calc(100% - 25rem);
    }
    .news-title * {
        font-size: 1.8rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .sec-news {
        margin-bottom: 6.4rem;
    }
	.news-date {
        width: 22rem;
    }
    .news-title {
        width: calc(100% - 22rem);
    }
    .news-title * {
        font-size: 1.8rem;
    }
}
@media(max-width:767.98px){
	.sec-news {
        margin-bottom: 6.4rem;
    }
    .news-item {
        padding: 2.4rem 0;
        min-height: 12.2rem;
    }
    .news-date {
        width: 100%;
        position: relative;
    }
    .news-title {
        position: relative;
        width: 100%;
        margin-top: 1.6rem;
    }
    .news-title * {
        font-size: 1.7rem;
        padding-right: 3.5rem;
    }
}