.contents{
    min-height: 210px;
}
.disnone{
    display: none !important;
}
.contents p {
    font-size: 14px;
    line-height: 1.8;
}
.detailContent p {
    font-size: 14px;
    line-height: 1.8;
}
.homeNews .img {
    position: relative;
    height: 100%;
    max-height: 100%;
    padding-top: 75%;
}
.homeNews .img img {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .slider__item a img {
        height: 180px;
        object-fit: cover;
    }
}