.detail-page {
    padding: 20px 0;
}

.tomtatnd {
	padding: 10px;
	background: #eee;
    margin-bottom: 15px;
}

.header-tomtat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#toc-list {
    margin-left: 25px;
    margin-top: 8px;
}

#toc-list li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
}

#toc-list li a:hover {
    color: var(--color-4)
}

.header-left-tomtat {
    display: flex;
    align-items: center;
}

.header-tomtat svg {
    width: 15px;
    height: 15px;
    margin-top: 3px;
}

.header-left-tomtat p {
    padding-left: 10px;
    font-weight: 700 !important;
    font-size: 18px;
}

.header-right-tomtat {
    cursor: pointer;
}

.tomtatnd .table-content {
    display: none;
}

.tomtatnd.active-scroll .table-content {
    display: block;
}

#myTabContent.active-scroll .header-right-tomtat svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.box_news_detail h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.box_news_detail .news_note {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #eee;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
}

.box-post-bycate {
    padding: 10px 0 20px;
}

.box-post-bycate .c-ttl__01 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
}

.post-related .slick-slide {
    margin: 0 15px;
}

.post-related .slick-list {
    margin: 0 -15px;
}

@media (max-width: 768px) {
    .box_news_detail h1 {
        text-align: justify;
    }
}