/* editor article */
/*---------------------------------------------------------*/
.article { word-break: keep-all; }
.article h2 {
    margin-bottom: calc(18px * 2.0);
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: rgb(40, 40, 40);
}

.article h3 {
    margin-bottom: calc(18px * 2.0);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: rgb(40, 40, 40);
}

.article h4 {
    margin-bottom: calc(18px * 2.0);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: rgb(40, 40, 40);
}

.article h5 {
    margin-bottom: calc(18px * 2.0);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: rgb(40, 40, 40);
}

.article h6 {
    margin-bottom: calc(18px * 2.0);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: rgb(40, 40, 40);
}

.article p {
    letter-spacing: -0.2px;
    margin-bottom: calc(18px * 2.0);
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    color: rgb(40, 40, 40);
}

.article strong {
    font-weight: 700;
    color: rgb(40, 40, 40);
}

.article ul {
    margin-left: 20px;
    margin-bottom: calc(18px * 2.0);
    list-style-type: disc;
}

.article ol {
    margin-left: 20px;
    margin-bottom: calc(18px * 2.0);
    list-style-type: decimal;
}

.article li {
    display: list-item;
    font-size: 18px;
    line-height: 2.0;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: rgb(40, 40, 40);
}

.article hr {
    margin-top: calc(20px * 2.08 * 3.2);
    margin-bottom: calc(20px * 2.08 * 1.6);
    width: 100%;
    height: 5px;
    border-top: 5px solid rgb(40, 40, 40);
    max-width: calc(100% / 8);
    height: auto;
}

.article sup {
    font-size: 8px;
    top: -7px;
    color: rgb(40, 40, 40);
}

.article .indent-1 {
    padding-left: 110px;
}

.article .size-small {
    font-size: 13px;
    color: rgb(50, 50, 50);
    line-height: 1.6;
    display: inline-block;
    margin-top: 8px;
}

.article .size-footnote {
    display: inline-block;
    color: rgb(150, 150, 150);
    font-size: 14px;
    line-height: 1.6;
}

.article .size-verysmall {
    position: relative;
    top: 1.9px;
    font-size: 10px;
    vertical-align: text-top;
}

.article .editor-figure {
    position: relative;
    margin-top: calc(18px * 2.0);
    margin-bottom: calc(18px * 2.0 * 2);
    margin-left: auto;
    right: 0;
    /* margin-left: calc((800px) / 3 * 2 / 2); */
    /* width: calc(100% - (800px) / 3 * 2 / 2); */
    width: 60%;
    height: auto;
    z-index: 0;
}

.article .editor-figure figcaption {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .article .editor-figure {
        margin-left: 0;
        width: 100%;
    }
}

.article blockquote {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: calc(18px * 2.0);
    padding-left: 50px;
    position: relative;
}

.article blockquote::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 16px);
    border-left: 1px solid rgb(40, 40, 40);
}

.article blockquote p {
    margin-bottom: 18px !important;
}
.article figure,
.article img
{
    margin: 0;
    padding: 0;
    border: 0;
    border-style: none;
    font: inherit;
    word-break: keep-all;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    background-color: transparent;
    -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}
.article .w100 { width: 100%; margin: 0 !important; padding: 0 !important; }
.article img {
    width: 100%;
    height: auto;
}
.article .profile-img {
    width: calc(100% / 2.5);
    max-width: 250px;
}

.article a { color: black; text-decoration: underline; font-weight: bold; text-underline-offset: 2px; }
.article a:hover , .article a strong:hover { text-decoration: none !important; }
