/* SmartEditor2 이미지/글 캡션 (missionary_news 와 동일 마크업) */
.se-image-caption,
.se-text-caption {
    margin: 6px 0 14px;
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.se-image-caption__text,
.se-text-caption__text {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    background: #f7f7f7;
}
