.new_box + .new_box {
    margin-top:20px !important;
}
.inner_table .new_table + .new_table {
    margin-top:20px;
}

.new_table tr th {
    text-align: center;
    background:#f5f5f5;
    position: relative;
    font-size:14px !important;
}
.new_table tr td {
    text-align: center;
    font-size:14px !important;
    height:50px !important;
}
.cert_img_box {
    text-align: center;
}
.cert_img {
    max-width:100%;
}
.none_img {
    text-align: center;
    display:flex;
    align-items: center;
    justify-content:center;
    height:100px;
}
.new_table tr th a {
    position: absolute;
    right:10px;
    top:calc(50% - 14px);
    background:#37d124;
    color:white;
    width:100px;
    height:28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    font-weight: normal;
}
.pdfobject-container {
    height:500px;
}

.comment_btn {
    font-size: 14px;
    cursor: pointer;
    width:80px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background:#5e5c83;
    color:white;
}
.comment_btn.update {
    background:#877b45;
}
.comment_btn:hover {
    opacity: 0.8;
}

[name='content'], [name='update_content'], [name='reply'] {
    width:calc(100% - 90px);
}
.comment_wrap {
    margin-top:20px;
}
.comment_wrap .comment_cnt {
    font-weight: bold;
    font-size:15px;
    margin-bottom:5px;
}
.comment_wrap .comment_cnt span {
    color:red;
    margin-left:2px;
}
.comment_wrap .comment_box {
    padding:12px 0;
    position:relative;
}
.comment_wrap .comment_box + .comment_box {
    border-top:1px solid #ececec;
}
.comment_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 26px;
}
.comment_info .left {
    display: flex;
    align-items: center;
}
.comment_info .left.remove {
    text-decoration: line-through;
}
.comment_info .user {
    font-size:14px;
    font-weight: bold;
}
.comment_info .space_line {
    display: inline-block;
    margin:0 10px;
    width:1px;
    height:10px;
    background:#ddd;
}
.comment_info .created_dt {
    color:#9b9b9b;
    font-size:13px;
}
.comment_info .right_btn {
    border: 1px solid #d9d9d9;
    color: #686868;
    padding: 4px 12px;
    cursor: pointer;
    border-radius: 5px;
    font-size:12px;
}
.comment_info .right_btn:hover {
    opacity: 0.5;
}
.comment_info .right_btn + .right_btn {
    margin-left:8px;
}
.comment_info .right_btn.update_btn {
    border: 1px solid #1781bf;
    color: #1781bf;
}
.comment_info .right_btn.reply_btn {
    border: 1px solid #1f9b67;
    color: #1f9b67;
}
.comment_info .right_btn.remove_btn {
    border: 1px solid #e94949;
    color: #e94949;
}
.comment {
    word-break: break-all;
    line-height: 26px;
}
.comment.remove {
    color:#afafaf;
}

.fa-reply, .fa-reply-all {
    position: absolute;
    top: 17px;
    transform: rotate(180deg);
}
.fa-circle-xmark {
    color: #707070;
    font-size: 22px;
    cursor: pointer;
}

pre {
    padding:0;
    margin:0;
    border:0;
    border-radius: 0;
    background:none;
    font-size:14px;
    font-family: 'Pretendard-Regular', sans-serif;
}