@charset "utf-8";

/* 새글 스킨 (latest) */
div.pic_lt{
    overflow: hidden;
}
.lt_line{
    width: 100%;
    height: 0.5px;
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
}

.gallery_li{
    width: calc(95%/3);
    height: calc(95%/3);
    float: left;
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    margin-bottom: 2.5%;
    border-color: #EDEDED;
    box-sizing: border-box;
}
.li_center{
    margin-bottom: 2.5%;margin-left: 2.5%;margin-right: 2.5%;
}
.talk_dairy_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 13px;
    margin: 15px 7px 11px 7px;
    line-height: 18px;
    min-width: 94px;
    min-height: 90px;
}
span.sv_member{
    margin-left:6px;
    color: #989898;
}
.lt_nick{
    font-family: 'Agothic15';
    font-size:13px;
}
.lt_contents{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #B9B4B4;
    font-family: 'Agothic13';
    padding-top: 5px;
}