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

.cm_lt {    
width:
position: relative;
    margin-bottom: 16px;
    /* overflow: hidden; */
/*
    background: #fff;
    border: 1px solid #dde7e9;
    border-radius: 16px;
*/
        margin: 0 4px;}
/*.cm_lt .cm_lt_title {display:block;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;background:#fcfcfc}*/
.cm_lt .lt_title {    display: block;
    font-size: 1.3em;
    padding: 10px 10px;
    line-height: 24px;
    background: #ddd;
    margin: 10px 10px 0;
    border-radius: 10px;
}
.cm_lt .lt_title a {position:relative;color:#000;display:inline-block;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; width:100%;}

.cm_lt ul {padding:10px 15px}
.cm_lt li {position:relative;line-height:18px;border-bottom:1px solid #e5ecee;margin-bottom:0px;padding:10px 0;text-overflow: ellipsis;
    white-space: nowrap;
word-wrap:normal;
    overflow: hidden; }
.cm_lt li:after {display:block;visibility:hidden;clear:both;content:""}
.cm_lt li:last-child {border-bottom:0;margin-bottom:0}
.cm_lt li a:hover {color:#3a8afd}

.cm_lt_nick {float:left}
.cm_lt_nick img {border-radius:50%;width:35px;height:35px;margin-right:10px}
.cm_lt_info {}
.cm_lt_info .lt_nick {}
.cm_lt_info .lt_date {color:#888}
.cm_lt_info a {display:block;font-weight:;width:;max-height:50px;overflow:hidden;
text-overflow:ellipsis;white-space:nowrap;}

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

.cm_lt .lt_cmt {color:#3a8afd;font-size:11px;padding:0 5px;font-weight:bold}
.cm_lt .lt_more {position:absolute;top:11px;right:20px;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.cm_lt .lt_more:hover {color:#777}

.lat_board_link {  padding: 2px 5px 0px 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    FLOAT: left;
    MARGIN-RIGHT: 8PX;
    BORDER: 1PX SOLID #888;
    COLOR: #888;
    width: 80px;
    text-align: center;
        line-height: 19px;
}
.over {line-height: 23px;}

.lt_nick {font-size: 0.9em}
.lt_mem {margin-top: 5px;}


@media (prefers-color-scheme: dark) {

    .cm_lt {background: #2c2c2e;border: 1px solid #383838;}
.cm_lt .lt_title {background: #636366}
    
    .cm_lt li{border-bottom: 1px solid #484848;}
    
}