@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */


.g_lt {
    position: relative;
    width: 1600px; /* 부모 컨테이너의 너비를 조정 */
    max-width: 100%; /* 반응형 조정을 위해 최대 너비 추가 */
    overflow: hidden;
    margin: 0 auto; /* 중앙 정렬 */
    text-align: center; /* 가운데 정렬 */
}

.g_lt ul {
    margin: 0 auto; /* 리스트를 중앙 정렬 */
    padding: 0;
    list-style: none;
    display: inline-block; /* 가로 정렬을 유지하기 위해 추가 */
}

.g_lt li {
    float: left;
    display: block;
    padding: 0;
    margin: 0 15px 20px 0; /* 간격 조정 */
    width: 380px;
    height: 260px;
    overflow: hidden;
}


/* .g_lt li.last {margin-right:0;} */
.g_lt .lt_title {display:block;padding:5px 0 5px; color:#868585;}
.g_lt .lt_more {position:absolute;top:10px;right:0}
.g_lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

