@charset "utf-8";
/* 편집하기 전에 <사용자화된 CSS 활성화> 옵션이 켜져 있는지 확인하십시오. 이 줄 아래에 사용자화 스타일 시트 코드를 입력하면 됩니다. */
/* tocbot */
.toc-absolute {
position: absolute;
margin-top: calc(15vh + 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; // 색상변경
}