/* 게시글과 편집 화면에서 이미지의 저장된 크기보다 화면 폭을 우선한다. */
.post-body img,
.editor-content img {
    max-width: 100% !important;
    height: auto !important;
}

.post-body .image-wrapper,
.post-body figure {
    max-width: 100%;
}
