/* 📱 모바일 화면용 스타일 */
@media screen and (max-width: 768px) {
    .eq.card {
        border-radius: 0px !important;
        _border-top: 1px solid #e1e1e1 !important;
        _border-bottom: 1px solid #e1e1e1 !important;
    }
}