@charset "utf-8";

/* 새글 스킨 (latest) */
.latest_comment_wrap {background: #f9f9f9;border: 1px solid #ddd;padding: 15px;border-radius: 10px;font-family: 'Noto Sans KR', sans-serif;}
.latest_comment_wrap h2 {text-align: center;font-size: 18px;font-weight: bold;margin-bottom: 15px;color: #333;border-bottom: 2px solid #ddd;padding-bottom: 5px;}
.latest_comment_wrap ul {list-style: none;padding: 0;margin: 0;}
.latest_comment_wrap li {display: flex;justify-content: space-between;align-items: center;padding: 8px 5px;border-bottom: 1px solid #eee;font-size: 14px;color: #555;}
.latest_comment_wrap li:last-child {border-bottom: none;}
.latest_comment_wrap a {flex: 1;text-decoration: none;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: 500;}
.latest_comment_wrap .comment_info {margin-left: 10px;font-size: 12px;color: #999;flex-shrink: 0;}
