div.category_title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.read_header h1{
    text-align: left;
}
h1.title a{
    font-size: 40px;
    font-weight: 700;
}
.read_header .meta{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.read_header .meta a, .read_header .meta span{
    font-size: 20px;
}
.read_header .meta a, .read_header .meta .ipaddress{
    font-size: 20px;
}
div.fileList{
    margin-top: 20px;
}
.read_body{
    padding: 50px 0;
    border-top: 1px solid #E6E8EB;
    margin-top: 30px;
}
.xe_content p, .rhymix_content *{
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.read_footer{
    margin-top: 30px;
}
.read_footer .btnArea{
    padding: 20px 0;
    border-top: 1px solid #E6E8EB;
}
.prev_next{
    display: flex;
    align-items: center;
    gap: 20px;
}
.cmt_info{
    text-align: right;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
.cmt_info a{
    font-size: 16px;
    color: #000;
}
.cmt_info i{
    color: #898989;
}