@charset "UTF-8";
/* hanbom.com _ yk crime _ jang sung hun _ 230821 */

/* for Developer */

.sub.detail .article-body *{font-family: 'SUIT' !important;}

@media all and (min-width:821px) {
    .sub.detail .article-body :is(p:not(.auto-fs), strong:not(.auto-fs), span:not(.auto-fs)){ font-size: 18px !important; }
    .sub.detail .article-body :is(p.auto-fs *, strong.auto-fs *, span.auto-fs *){ font-size: inherit !important; }
}
@media all and (max-width:820px) {
    .sub.detail .article-body :is(p:not(.auto-fs), strong:not(.auto-fs), span:not(.auto-fs)){ font-size: 16px !important; }
    .sub.detail .article-body :is(p.auto-fs *, strong.auto-fs *, span.auto-fs *){ font-size: inherit !important; }
}

#container.sub.story.detail.not-contents .content-body{padding-bottom: 0;}

.data-table th{padding: 19px 0; border-bottom:  1px solid var(--gray)}
.data-table tr + tr td{border-top:  1px solid var(--gray)}
