/* 프론트 페이지 파인싱크 소식 카드 */
.news-card {
    transition: all 0.3s ease;
    border: 1px solid #e0f5f4 !important;
}

.news-card:hover {
    border-color: #099F97 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(9, 159, 151, 0.2);
}

/* news 페이지 카드 */
.news-grid .news-card {
    transition: all 0.3s ease;
    border: 1px solid #e0f5f4 !important;
}

.news-grid .news-card:hover {
    border-color: #099F97 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(9, 159, 151, 0.2);
}
