.article-detail001-3 .page-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    font-size: 25px;
    font-weight: bold;


}

.article-detail001-3 .text-block {
    line-height: 185%;
}

.article-detail001-3 .page-title span {
    text-align: center;
}

.article-detail001-3 .page-btn {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-top: 60px;
}


.article-detail001-3 .date {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 2rem;
}

.article-detail001-3 .date::before {
    content: '';
    display: block;

    width: 80px;
    height: 3px;
}

.article-detail001-3 .date span {

    display: block;
    margin-bottom: 6px;
}