@charset "utf-8";

.post_content {
    width: calc(100% - 260px);
    float: right;
}

.post_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post_box {
    background: #e5e5e5;
    padding: 20px;
}

.post_subject {
    background: #d3d3d3;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.post_info {
    background: #d3d3d3;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    gap: 30px;
}

.post_body {
    background: #d3d3d3;
    padding: 20px;
    min-height: 200px;
    font-size: 14px;
    line-height: 1.6;
}

.post_btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    background: #ccc;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.btn_right .btn {
    margin-left: 10px;
    margin-right: 0;
}
