.sub_section_list {
    padding: 24px;
    background: #F5F5F5;
    width: 100%;
    max-width: 247px;
    border-radius: 24px;
    position:relative;
    .news_sub_section_nav {
        position:sticky;
        top: 20px;
        >li{
            list-style: none;
            margin-bottom: 16px;
            >a{
                font-size: var(--font-size16);
                font-weight: 400;
                line-height: var(--ln20);
                color: var(--black);
                text-underline-position: from-font;
                text-decoration-skip-ink: none;
            }
        }
        .selected {
            color: var(--black-22);
        }
    }
}
