    .post_section .post_box h1{
            font-size: 20px;
            margin: 20px 0 30px 0;
            padding-bottom: 20px;
            border-bottom: 2px solid #000;
            text-align: left;
    }

     .main_content section h1, .main_content section h2, .main_content section h3, .main_content section h4, .main_content section h5 {
         font-weight: bold;
         font-style: normal;
    }

    .post_detail  .post_title{

    }

    .post_section .post_box h1{
        font-size: 20px;
        margin: 9px 0 25px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
        text-align: left;
    }
    
    .post_detail .post_date{
        font-size: 15px;
    }
    .post_detail .content a{
    }

     .post_detail .content,
     .post_detail .content p,
     .post_detail .content a{
         font-size: 15px;
         font-weight: normal;
     }
    .post_detail .content a:hover{
        color: #B80535 !important;
    }

    
@media screen and (max-width:767px){
    .post_detail .post_date{
        font-size: 13px;
    }

    .main_content .post_section .post_box h1{
        font-size: 15px;
        line-height: 1.3;
    word-break: break-all;
    }

    .post_detail .content, .post_detail .content p, .post_detail .content a{
        font-size: 13px;
    }
}