/* Scoped public-content navigation. No global typography/grid or article-body rules. */
.latest-content-area .sc-content-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 1.5;
}
.latest-content-area .sc-content-category-links a {
    color: #505f72;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.latest-content-area .sc-content-category-links a:focus {
    outline: 2px solid #327ee2;
    outline-offset: 3px;
}
@media (max-width: 991px) {
    .sc-community-banner {
        padding: 18px 15px;
        height: auto;
    }
    .sc-community-banner .h3 {
        margin: 0;
        font-size: 20px;
        line-height: 1.4;
        height: auto;
    }
    .sc-community-page .side_menu {
        margin-top: 0;
        margin-bottom: 16px;
    }
    .sc-community-page .side_menu_header {
        display: none;
    }
    .sc-community-page .side_menu > ul {
        display: flex;
        overflow-x: auto;
        max-width: 100%;
        margin: 0;
        padding: 4px 0;
        border-bottom: 1px solid #dce2ea;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }
    .sc-community-page .side_menu li {
        flex: 0 0 auto;
        height: auto;
        padding: 0;
        border: 0;
    }
    .sc-community-page .side_menu li.on::before,
    .sc-community-page .side_menu li.on::after {
        display: none;
    }
    .sc-community-page .side_menu a {
        display: block;
        padding: 12px 14px;
        white-space: nowrap;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 2px solid transparent;
    }
    .sc-community-page .side_menu li.on a {
        color: #246ac1;
        border-bottom-color: currentColor;
        font-weight: 600;
    }
    .sc-community-page .side_menu a:focus {
        outline: 2px solid #327ee2;
        outline-offset: -2px;
    }
    .sc-community-page section.section {
        padding-top: 0;
    }
    .sc-community-page .mypage_setion_title {
        padding: 8px 0 20px;
        text-align: left;
    }
    .sc-community-detail .mypage_setion_title {
        display: none;
    }
    .sc-community-detail .board_view > table > thead {
        display: table-caption;
        caption-side: top;
    }
    .sc-community-detail .board_view > table > thead > tr,
    .sc-community-detail .board_view > table > thead > tr > td {
        display: block;
        width: 100%;
    }
    .sc-community-detail .board_view > table > thead > tr > td {
        padding: 12px 7px 0;
        text-align: left !important;
    }
    .sc-community-detail .board_view > table > thead > tr > td:last-child {
        padding-top: 8px;
        padding-bottom: 16px;
    }
    .sc-community-detail .board_view > table > thead .title {
        margin: 0;
        font-size: 20px;
        line-height: 1.45;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }
    .sc-community-detail .board_view > table > thead .reg {
        margin: 0;
        text-align: left;
        color: #687382;
        font-size: 13px;
        line-height: 1.5;
    }
    .latest-content-area .title-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .latest-content-area .sc-content-category-links {
        justify-content: flex-start;
        gap: 8px 14px;
        font-size: 13px;
    }
}
