.site-content h1 {
    font-size: 42px;
    font-weight: bold;
    color: #6edfba;
}
h1 span {
    font-size: 24px;
    font-weight: normal;
    color: rgba(0, 10, 15, 0.4);
}
.entry-content dt {
    display: flex;
    color: #693081;
}
.entry-content dt em {
    font-weight: normal;
    color: rgba(0, 10, 15, 0.5);
    margin-left: 10px;
}
.entry-content .comm-plminus,
.entry-content .add-fh-example-btn-wrap {
    display: none;
}
.entry-content #changelog-list {
    margin-top: 50px;
}
.entry-content #changelog-list + table {
    margin-bottom: 30px;
}
.entry-content .c_box_important,
.entry-content .c_box_note {
    padding: 1em 1em 1em 2em;
    border-left: 0.15em solid;
    border-radius: 0.2em;
    margin-bottom: 25px;
}
.entry-content .c_box_important {
    border-color: #d54e53;
    background-color: rgba(0, 10, 15, .06);
}
.entry-content .func-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 1em 1em 3em;
    margin-bottom: 15px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(200, 200, 200, 0.06);
}
.entry-content .c_box_note {
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.2);
}
.entry-content .func-note br {
    width: 10px;
}
.entry-content .func-note.veryfast {
    background-color: #c7ea9f;
}
.entry-content .func-note.veryslow {
    background-color: #ffd593;
}
.entry-content code {
    padding: .1em .3em;
    border-radius: .2em;
    background-color: rgba(0, 10, 15, .07);
}
.artical-cnt {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#tocmenu .kamatoc__top br{
    display: none;
}
.search-wrap-result{
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    padding: 0 5px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 17px #ccc;
}
.search-wrap-result .search-result-item{
    margin: 5px 0;
    border-bottom: 1px solid #000;
}
.search-wrap-result .search-result-item p{
    margin-bottom: 3px;
}