.jm-article {
    position: relative;
}

.article-title-deliver {
    height: 0;
    overflow: hidden;
    border-bottom: solid 1px rgba(150,150,150, 0.12);
    margin: 40px 0 30px;
    display: none;
}

.jm-article .article-title .summary {
    background: rgba(210,210,210, 0.2);
    margin: 30px auto 0px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    color: var(--font-color);
    font-size: 1rem;
    font-weight: lighter;
    display: none;
}

.jm-article .article-title .title {
    font-size: 2.6rem;
    color: var(--deep-text-color);
    font-weight: 500;
}

.jm-article .subtitle {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: lighter;
}

.jm-article .subtitle .item {
    margin-right: 10px;
    display: none;
}

.jm-article .article-content {
    font-size: 1.1rem;
    font-weight: lighter;
    padding: 30px;
}

.jm-article .article-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0px 0 30px;
    box-shadow: 2px 2px 10px 0 #00000055;
    border: solid 6px #FFFFFF;
}

.article-text-content {
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: justify;
}

.article-text-content p {
    margin: 10px 0 40px;
}

.article-text-content h1,
.article-text-content h2,
.article-text-content h3,
.article-text-content h4,
.article-text-content h5,
.article-text-content h6 {
    color: var(--font-color);
    margin: 0;
    padding: 0;
}

.article-text-content * {
    color: var(--font-color);
}

.article-text-content b {
    font-weight: normal;
}

.article-text-content a {
    color: var(--deepblue-background);
}

