/* 게시글 첨부 이미지 */
.post-images {
    margin: 0;
    padding: 0;
    border: none;
}

.post-images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
}
