.title a {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;   /* 보여줄 줄 수 */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    max-height: 86px;
}