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

/* 새글 스킨 (latest) */
.lt_page {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #000;

}

.lt_page ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #000
}

.lt_page li {
    padding: 3px 0
}

.lt_page .lt_page_title {
    display: block;
    padding: 10px 0 8px
}

.lt_page .lt_page_more {
    position: absolute;
    top: 10px;
    right: 0
}

.lt_page .cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: bold
}

.list_page > li {
    display: none;
}

.list_page > li.on {
    display: list-item;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.list_page + div {
    margin-top: 20px;
    text-align: center;
}

.list_page + div p {
    display: inline-block;
}

.list_content {
    display: none;
    padding-bottom: 50px;
    line-height: 1.6em;
    word-break: keep-all;
}

.subject_wrap.active + .list_content {
    display: block;
}

.subject_wrap {
    display: flex;
    justify-content: space-between;
    height: 85px;
    line-height: 85px;
    cursor: pointer
}

.list_number {
    font-size: 18px;
    font-weight: 700
}

.list_subject {
    font-size: 18px;
    width: 80%;
}

.list_date {
    font-size: 18px;
}

.list_content {
    font-size: 18px;
}

.list_pagination {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    gap: 0 10px;
}

.list_pagination p {
    padding: 0 25px;
}

.list_page {
    cursor: pointer
}
