@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt {
    position: relative;
}

.lt h2 a,.lt h3 a,.lt h4 a {
    color: #fff;
}

.lt ul {
    padding: 0;
    list-style: none
}

.lt li {
    text-align: left;
    line-height: 28px;
    padding-left: 15px;
    position: relative
}

.lt li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #747dea;
    content: ''
}

.lt a {
    display: block;
    color: var(--main_color2) !important;
}

.lt a:hover {
    color: var(--main_color5) !important;
}

.lt ul a {
    font-size: 0.9rem;
}

.lt a:hover {
    color: skyblue;
}

.lt li i {
    color: #9da4bc
}

.lt li .fa-heart {
    color: #ff0000
}

.lt li .new_icon {
    display: inline-block;
    padding: 0 3px;
    line-height: 15px;
    font-size: 0.92em;
    color: #fff;
    background: #c56bed
}

.lt li .cnt_cmt {
    color: #48a3d5
}

.lt ul li:first-child a {
    color: var(--main_color2);
}
.lt ul li:first-child a:hover {
    color: var(--main_color7);
}
