

.article_con {
    padding: 2rem;
    background: #fff;
}

.article_con .title {
    width: 100%;
    font-size: 3.33rem;
    font-weight: 600;
    color: #000000;
    line-height: 4.67rem
}

.article_con .author {
    height: 2.67rem;
    font-size: 2.2rem;
    font-weight: 400;
    color: #89939E;
    line-height: 2.67rem;
    margin-top: 1.33rem;
    margin-bottom: 2.67rem
}

.article_con .content {
    text-align: justify;
    font-size: 2.5rem;
    font-weight: 400;
    color: #24292E;
    line-height: 4.5rem;
    letter-spacing: 1px
}

.article_con .liability {
    background: #F5F5F5;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 400;
    color: #59636D;
    padding: 2rem;
    margin-top: 2rem
}

.article_con .liability .lia_title {
    margin-bottom: 1rem
}

.article_con .liability .lia_content {
    text-align: justify;
    line-height: 3.33rem
}

.article_con .user_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.67rem
}

.article_con .user_button .button_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem
}

.article_con .user_button img {
    width: 5rem;
    height: 5rem
}

