@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {float:left;margin-left:0px}
.lt {position:relative;float:left;font-size:12px;width:100%;overflow:hidden;}
.lt ul {margin:0 0 0px;padding:0;list-style:none}
.lt li {
    padding: 0px 0;
    overflow: hidden;
	white-space: nowrap; /* 줄 바꿈 방지 */
}
.lt_name {
	font-weight: bold;
	display: inline-block;
    flex-grow: 1; /* 가용 공간을 최대한 차지 */
    white-space: nowrap; /* 줄 바꿈 방지 */
    overflow: hidden; /* 넘치는 텍스트 숨김 */
    text-overflow: ellipsis; /* 말줄임표(...) 적용 */
    min-width: 0; /* flex 요소에서 말줄임표가 적용되도록 설정 */
	max-width: 80px;
}
.lt a {color:white; text-decoration: none;
    cursor:pointer !important;}
.lt .lt_title {display:block;padding-bottom:8px;}
.lt .lt_more {position:absolute;top:0px;right:0}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 0px;font-weight:bold}

.lt .material-icons {font-size:12px !important; line-height: 100% !important;
color:gray;}