.news-detail-wrap {
    border-radius: 4px;
}
.product-card .media img {
    max-width: 90px;
    border-radius: 4px;
}
.news-notice .card-body>span.entry-date {
    float: initial;
}
.news-detail-wrap span {
    top: 15px;
    right: 15px;
}
.product-card:hover {
    box-shadow: 2px 2px 4px 2px #b6b6b6;
}
@media(min-width:768px){
    .news-detail-wrap img {
        float: left;
        max-width: 600px;
        margin: 0 20px 20px 0;
    }
    .notice-detail img {
        max-width: 800px;
    }
}