.widget-history .history-content {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 60px 0;
}

.widget-history .history-content:first-child {
    padding-top: 0;
}

.widget-history .history-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-history .history-content h2.year {
    color: var(--color-primary);
    font-weight: 800;
    margin-right: 60px;
}

.widget-history .history-content .month {
    display: flex;
    margin-top: 40px;
}

.widget-history .history-content .month:first-child {
    margin-top: 10px;
}

.widget-history .history-content .month h3 {
    display: flex;
    font-weight: 800;
    letter-spacing: -1px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.widget-history .history-content .month h3::after {
    content: '';
    display: flex;
    width: 1px;
    height: 100%;
    background: var(--color-text);
    margin: 0 40px;
}

.widget-history .history-content ul>li {
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.5;
    text-indent: -5px;
    padding-left: 5px;
}

.widget-history .history-content ul>li:last-child {
    margin-bottom: 0;
}

/* .widget-history .history-content ul>li::before {
    content: '·';
    display: inline-flex;
    margin-right: 5px;
} */

.widget-history .history-content ul li ol {
    margin-top: 10px;
}

.widget-history .history-content ul li ol li {
    list-style: none;
    font-weight: 400;
    color: var(--color-mute);
    margin-bottom: 8px;
    padding-left: 10px;
}

.widget-history .history-content ul li ol li:last-child {
    margin-bottom: 0;
}

.widget-history .history-content ul li ol li::before {
    content: '-';
    display: inline-flex;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width:1024px) {}

/* Laptop ( 1024px ~ 1300px)*/
@media all and (min-width:1024px) and (max-width:1300px) {}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width:768px) and (max-width:1023px) {}

/* Moble ( ~ 767px)*/
@media all and (max-width:767px) {
    #infoAbout .tab .tab-nav.tab-box>div {
        width: calc(100%/2 - 10px);
    }

    .widget-history .history-content {
        display: block;
    }

    .widget-history .history-content h2.year {
        margin:0 0 15px 0;
    }

    .widget-history .history-content .month h3::after{
        margin: 0 20px;
        display: none;
    }

    .widget-history .history-content ul{
        margin-left: 20px;
    }
    .widget-history .history-content ul>li{
        margin-bottom: 12px;
    }
    
}

:root {
    --ck-custom-background: hsl(0, 100%, 100%)
}
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar{background: #fff}


/*
 * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
 .ck-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0;
 }
 .ck-content pre {
    background: hsl(0deg 0% 0% / 81%);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #d5d5d5;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 0;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    border-radius: 5px;
}
.ck-content pre code {
    background: transparent;
    border: 0;
    color: #d5d5d5;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    padding: 1em;
    white-space: pre-wrap;
}
.ck-content pre .code-lang {
    display: flex;
    justify-content: space-between;
    background-color: #000;
    padding: 0.2em 1em;
    align-items: center;
    border-radius: 5px 5px 0 0;
}
.ck-content pre .code-lang .lang {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}
.ck-content pre .code-lang .code-copy button {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    min-height: auto;
    height: auto;
}
.ck-content pre .code-lang .code-copy button>span{
    font-size: 20px;
    margin-right: 3px;
}
.ck-content pre .code-lang .code-copy button .tooltip{
    display: flex;
    align-items: center;
}
.ck-content pre .code-lang .code-copy button .tooltip>span{
    font-size: 20px;
    margin-right: 3px;
}

.ck.ck-editor__editable pre {
	position: relative;

}

.ck-content .todo-list .todo-list__label>input[checked]:before{
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.ck-content figure.media {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

