.ezsboard6 .view,
.ezsboard6 .comment_box,
.ezsboard6 .list_btnBox,
.ezsboard6 .commentWriteForm {
    max-width: 880px;
    margin: 0 auto;
}

.ezsboard6 .post_content img {
    max-width: 100%;
}
.comment_box .comment_item > div { 
    position: relative;
}
.comment_box .reply-icon {
    position: absolute;
    top: 3px;
    left: 0;
    color: rgba(15, 15, 15, 0.5);
}
.comment_box .replyer .nav-member,
.write_comment_box .nav-member {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.view .fetched-url-info {
    cursor: pointer;
    pointer-events: initial;
}

.ezsboard6 .post_content {
    padding: 80px 0 30px;
}

.ezsboard6 .write_comment_box {
    background: #fff;
    /* border-radius: 15px; */
    margin-bottom: 20px;
    border-bottom: 0;
}

.ezsboard6 .write_comment_box .write_comment {
    width: 100%;
    /* height: 90px; */
    padding-right: 90px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    resize: none;
    border-radius: 10px;
    overflow: hidden;
}

.ezsboard6 .write_comment_box .write_comment > textarea {
    border:0;
    background: #fff;
    padding: 15px;
    margin: 0;
    line-height: 1.7;
    font-size: 15px;
    
}
.ezsboard6 .write_comment_box .write_comment > textarea:focus {
    outline: 0;
}

.ezsboard6 .write_comment_box .write_comment > button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 0;
    color: #5b7cff;
    background: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    width: auto;
    height: auto;
}

.comment_list .comment_view {
	word-break:break-all;
    background: rgb(238 245 255);
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 15px;
    color: #4f5159;
    margin-top: 15px;
    font-weight: 400;
}
.comment_list .reply .comment_view {
    background: #f1f1f1;
}

.ezsboard6 .board-btn-box {
    display: flex;
    justify-content: end;
    margin: 30px 0;
    background: rgba(229, 231, 235, 0.4);
    padding: 20px 10px;
    border-radius: 10px;
}

@media (max-width: 533px) {

    .ezsboard6 .board-btn-box > * {
        width: 50%;
        justify-content: center;
    }
}