/* 여러 ID를 한 번에 */
#ksicGuide, #industryIntro, #bizCodeGuide, #codeGuide {
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.01em;

    /* 기존 패딩 유지(필요시 조절) */
    padding: 3rem 5rem 5rem;

    /* 핵심: 중앙 정렬 */
    max-width: 100rem;     /* 콘텐츠 최대 너비 (예: 1280px) */
    width: min(100%, 100rem);
    margin: 0 auto;       /* 좌우 자동 여백 = 가운데 정렬 */

}

#ksicGuide h2, #industryIntro h2, #bizCodeGuide h2, #codeGuide h2 { font-size: 1.875rem; margin-top: 20px; }
#ksicGuide h3, #industryIntro h3, #bizCodeGuide h3, #codeGuide h3 { font-size: 1.375rem; }
.tbl-st-2 { width: 100% }
/*.w-100{width: 80% !important;}*/
#ksicGuide p, #ksicGuide li, #ksicGuide dd,
#industryIntro p, #industryIntro li, #industryIntro dd,
#bizCodeGuide p, #bizCodeGuide li, #bizCodeGuide dd,
#codeGuide p, #codeGuide li, #codeGuide dd { font-size: 1.125rem; }
#ksicGuide table, #industryIntro table, #bizCodeGuide table, #codeGuide table { font-size: 1.0625rem; }
@media (max-width: 991px) {
    #ksicGuide, #industryIntro, #bizCodeGuide, #codeGuide { font-size: 1.0625rem; }
    #ksicGuide h2, #industryIntro h2, #bizCodeGuide h2, #codeGuide h2 { font-size: 1.625rem; }
    #ksicGuide h3, #industryIntro h3, #bizCodeGuide h3, #codeGuide h3 { font-size: 1.25rem; }
}