/* 기본 스타일 */
.toc {
    position: fixed;
    top: 86px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    padding: 10px;
}

.learn-more-main {
    position: relative;
    top: 40px;
}


@media (max-width: 992px) {
    .learn-more-main {
        position: relative;
        top:340px;
    }

    .toc {
        position: fixed;
        top: 110px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 1000;
        padding: 10px;
    }

    #scroll-spy-learn-more {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }

    #scroll-spy-learn-more a {
        white-space: nowrap;
    }
}
