@charset "utf-8";
/* 편집하기 전에 <사용자화된 CSS 활성화> 옵션이 켜져 있는지 확인하십시오. 이 줄 아래에 사용자화 스타일 시트 코드를 입력하면 됩니다. */

/* tocbot */
.toc-absolute {
    position: absolute;
    margin-top: calc(19vh + 165px);
}
.toc-fixed {
    position: fixed;
    top: 165px;
}
.toc {
    right: calc((100% - 850px) / 2 - 500px);
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
}
.toc-list {
    margin-top: 10px !important;
    font-size: 0.9em;
}
.toc > .toc-list li {
    margin-bottom: 10px;
}
.toc > .toc-list li:last-child {
    margin-bottom: 0;
}
.toc > .toc-list li a {
    text-decoration: none;
}
.is-active-link::before {
    background-color: #FF4B49;
}