@charset "utf-8";
/* 새글 스킨 (latest) */

.lt_wr {
    border-bottom: var(--border-df);
}
.lt_wr:nth-child(2) {
    border-bottom: 0 !important;
    margin-top: 30px;
}

.pic_lt {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.pic_lt .lat_title {
    display: flex;
    line-height: 45px;
    font-size: 1.5em;
}
.pic_lt .lat_title:not(:first-child) {
    padding: 30px 0 0;
}
.pic_lt .lat_title a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.pic_lt .lat_title a i {
    position: absolute;
    right: 0;
}

.pic_lt .lt_more {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 25px;
    line-height: 25px;
    color: #aaa;
    border-radius: 3px;
    text-align: center;
}
.pic_lt .lt_more:hover {
    color: #777;
}
.pic_lt ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.pic_lt ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.5em 0;
    width: 100%;
}
.pic_lt li {
    width: 49%;
    margin: 5px 0 10px;
    padding: 0;
}
.pic_lt li .lt_img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
}
.pic_lt li .lt_img img {
    width: 100% !important;
    height:100%;
    max-height: 28vh;
    object-fit: cover;
}

.pic_lt li .lt_img .lt_cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0 10px;
}

.pic_lt li .lt_img .lt_cont p {
    width: 100%;
    padding: 12px 0;
    display: flex;
    line-height:1.2em;
}
.pic_lt li .lt_img .lt_cont p .category {
    font-size: 1em;
    display: flex;
    white-space: nowrap !important;
    margin-right: 6px;
}

.pic_lt li .lt_img .lt_cont p .tit {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: var(--body-text) !important;
    font-size:1.2em;
}
.pic_lt li a:hover {
    color: var(--point-text);
}

.pic_lt li .fa-heart {
    color: #ff0000;
}
.pic_lt li .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #a2c6ce;
}
.pic_lt li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #e52955;
    text-align: center;
    border-radius: 0;
}
.pic_lt li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #e52955;
    text-align: center;
    border-radius: 2px;
}
.pic_lt li .fa-caret-right {
    color: #bbb;
}
.pic_lt .lt_cmt {
    background: #5c85c1;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
}
.pic_lt li .lt_img .lt_cont .lt_date {
    display: block;
    margin-top: 5px;
    color: #888;
}

@media screen and (max-width: 1024px) {
    .pic_lt li {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .pic_lt li {
        width: 100%;
    }
}
