@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
}

.pic_lt .lat_title {
    display: block;
    line-height: 45px;
    font-size: 1.2em;
    color: #253dbe;
    margin-bottom: 15px;
}

.pic_lt .lat_title a {
    color: #000;
    display: inline-block;
    position: relative;
}

.lt_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lt_item {
    display: flex;
    gap: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.lt_thumb {
    flex: 0 0 120px;
}

.lt_thumb .lt_img {
    display: block;
    width: 120px;
    height: 120px;
}

.lt_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lt_content {
    flex: 1;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.lt_content a {
    font-size: 1.1em;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.lt_content a:hover {
    color: #007bff;
}

.lt_info {
    margin-top: auto;
    font-size: 0.9em;
}

.lt_info .lt_nick {
    margin-right: 10px;
}

.lt_info .lt_date {
    color: #888;
}

.new_icon {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 0.8em;
    color: #fff;
    background: #ff6b6b;
    border-radius: 3px;
}

.hot_icon {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 0.8em;
    color: #fff;
    background: #ff9b9b;
    border-radius: 3px;
}

.lt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 5px;
}

.pic_lt .lt_more {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 40px;
    line-height: 25px;
    color: #3a8afd;
    border-radius: 3px;
    text-align: center;
}

.pic_lt .lt_more:hover {
    color: #777;
}

.empty_li {
    text-align: center;
    padding: 50px 0;
    color: #888;
}

.pic_lt .profile_img img{border-radius:50%}

.pic_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.pic_lt .empty_li:before {background:none;padding:0}