@charset "utf-8";

.widget-board-comment {
    margin-top: 30px;
}
.widget-board-comment .group-list {
    background: #f7f7f7;
    border-radius: var(--radius);
    padding: 20px;
}
.widget-board-comment .total-count {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget-board-comment .comment-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.widget-board-comment .comment-list li {
    border-top: 1px solid var(--line-color);
    padding: 14px;
}
.widget-board-comment .comment-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.widget-board-comment .comment-list-top .date {
    color: var(--font-color);
}
.widget-board-comment .comment-list-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 5px;
}
.widget-board-comment .board-comment-write-form {
    margin-top: 20px;
}
.widget-board-comment textarea {
    max-width: 100%;
    width: 100%;
}
.widget-board-comment .submit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px !important;
}

/*
.widget-board-comment .comment-list li .comment-list-box {
    padding: 23px 30px 21px;
    position: relative;
}
.widget-board-comment .comment-list li.depth {
    border-top: none;
    padding: 2px;
}
.widget-board-comment .comment-list li.depth .comment-list-box {
    position: relative;
    padding: 23px 12px 19px 34px;
    margin: -8px 0 15px 28px;
}
.widget-board-comment .comment-list li.depth .comment-list-box:before {
    position: absolute;
    left: 12px;
    top: 25px;
    content: "";
    display: block;
    width: 10px;
    height: 12px;
    background: url("../imgs/reply-arrow.png") no-repeat 0 0;
    background-size: contain;
}
.widget-board-comment .comment-list li.depth .comment-list-box {
    background-color: #fafafa;
}
.widget-board-comment .comment-list .date {
    color: #666;
    margin-right: 4px;
}
.widget-board-comment .comment-list .comment-list-content {
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    padding-right:140px;
}
.widget-board-comment .comment-list .event-click-comment-reply {
    display: block;
    margin-bottom: 4px;
}
#board-comment-write {
    padding-top: 30px;
    margin-top: 6px;
    border-top: 1px solid #ececec;
}
.widget-board-comment .board-comment-write-form {
    padding: 10px;
    background: #f4f4f4;
}
.widget-board-comment .board-comment-write-form .form-group {
    margin-bottom: 10px;
}
.widget-board-comment .board-comment-write-form .form-info label {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
}
.widget-board-comment .board-comment-write-form .form-info label span {
    display: inline-block;
    margin-top: 4px;
    margin-right: 10px;
}
.widget-board-comment .board-comment-write-form .form-info label.passwd span {
    margin-left: 12px;
}
.widget-board-comment .board-comment-write-form .form-info .type-text {
    float: right;
    max-width: 110px;
}
.widget-board-comment .board-comment-write-form .form-content {
    margin-bottom: 10px;
}
.widget-board-comment .board-comment-write-form .btns-area {
    overflow: hidden;
    margin: -5px 0 0;
}
.widget-board-comment .board-comment-write-form .checkbox {
    float: left;
    margin: 1px 0 0;
}
.widget-board-comment .board-comment-write-form .btns {
    float: right;
}
.widget-board-comment .board-comment-write-form .form-control-static {
    min-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
}
.widget-board-comment .board-comment-write-form .btns button.btn-sm {
    padding: 5px 8px 4px 9px;
    min-width: 50px;
    font-size: 13px;
    font-weight: normal;
}
.widget-board-comment .board-comment-write-form .btns button.btn-sm:last-child {
    margin-left: 3px;
}
 */