/* 모달 */
.modal [data-role="article"]{
    min-height: 500px;
    height: calc(100vh - 16.6rem);
    overflow:auto
}
.modal [data-role="comment-main"] .timeline-vscroll {
    max-height: calc(100vh - 16.8rem) !important
}
.modal .article-body {
    height: calc(100vh - 16.6rem);
    overflow:auto
}
