#section_comment{
    border-top: 1px solid #EDEDED;
}

.section_comment_wrap{
    max-width: 720px;
    margin: 40px auto;
    padding-bottom: 40px;
}

.comment_title{
    margin-bottom: 16px;
}

.comment_form_wrap{
    width: auto;
    border-radius: 4px;
    margin-top: 12px;
}

.comment_write_wrap{
    padding-bottom: 24px;
}

.comment_write_item{
    width: 100%;
    padding: 8px;
    border: 1px solid #EDEDED;
    border-radius: 4px 4px 0 0;
    background: #fff;
}

.comment_upload_image_preview_area{
    margin: 12px 0;
}

.comment_write_item .preview_area_image{
    width: fit-content;
    position: relative;
}

.comment_write_item .preview_area_image img{
    max-width: 120px;
    max-height: 120px;
}

.comment_write_item .preview_area_image .btn_remove_upload_image_preview_area_image,
.comment_write_item .preview_area_image .btn_remove_modify_image{
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: -7px;
}

.comment_write_item .preview_button_wrap {
    line-height: normal;
}

.comment_write_item .preview_area_loading{
    /*margin:40px 60px;*/
    margin:54px 44px;
}

.textarea_comment{
    border: none;
    width: 100%;
    outline: none ;
    resize: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.reply_reply_content{
    width: 100%;
    height: 84px;
    overflow: auto;
}

.reply_reply_content p,
.reply_reply_content span{
    font-size: 14px;
}

.reply_reply_content .tag_user_nickname{
    color: #4294FF;
    font-weight: 600;
}

.reply_reply_content .tagging_user_nickname{
    color: #4294FF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


.comment_cnt{
    text-align: right;
    margin-top: 12px;
    color: #999;
}

.comment_register_list{
    width: 100%;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    background: #fff;
}

.comment_register_right{
    display: flex;
    align-items: center;
}

.comment_media_tools{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-right: 16px;
    line-height: normal;
}

.comment_media_tools .btn_comment_emoji_upload,
.comment_media_tools .btn_comment_image_upload{
    cursor: pointer;
}

.comment_media_tools .input_file_comment .btn_comment_image_upload{
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url("/assets/images/tokenpost_new/common_new/photo.svg") center center no-repeat;
    background-size: auto;
}


.comment_media_tools .btn_comment_emoji_upload{
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url("/assets/images/tokenpost_new/common_new/emoji.svg") center center no-repeat;
    background-size: auto;
}


.comment_register_right_button_wrap{
    display: inline-flex;
}

.btn_comment_register{
    display: flex;
    height: 28px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    color: #fff;
    letter-spacing: -0.35px;
    background: #bbbbbb;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center
}

.btn_comment_register.active{
    background: #4294FF;
}

.btn_comment_modify_cancel{
    display: flex;
    height: 28px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    color: #767676;
    letter-spacing: -0.35px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-right:10px;
}

.comment_recommend_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #767676;
}

.comment_recommend_item{
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    padding: 4px 8px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: -0.35px;
    display: inline-block;
}

.comment_item{
    padding: 20px 0;
    border-top: 1px solid #EDEDED;
    /*margin-bottom: 24px;*/
}

.comment_item .comment_form_wrap{
    display: none;
}

.comment_item:last-child{
    border-bottom: 1px solid #EDEDED;
}

.comment_profile_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment_profile_img{
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.comment_profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.comment_profile_info_nickname{
    display: flex;
    align-items: center;
    gap: 4px;
}

.comment_profile_left{
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment_profile_info_nickname p {
    color: #111;
    font-weight: bold;
    letter-spacing: -0.35px;
    line-height: normal;
}

.comment_profile_info .comment_date{
    color: #767676;
}

.comment_content_wrap{
    color: #111;
    letter-spacing: -0.35px;
    margin: 12px 0;
}

.comment_content_wrap img{
    max-width: 100%;
    margin: 10px 0;
}

.comment_replying_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -0.35px;
    margin: 12px 0 0 0;
}

.comment_replying_left{
    display: flex;
    gap: 16px;
    align-items: center;
}

.btn_comment_reply{
    cursor: pointer;
    color: #767676;
    font-weight: 500;
}

.comment_replying_num{
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.comment_replying_num p{
    color: #111;
    font-weight: 500;
}

.comment_reply_list,
.comment_reply_list_new{
    background: #FAFAFC;
}

.comment_reply_item{
    padding: 20px;
}

.comment_reply_item .comment_form_wrap{
    background: #fff;
}

.comment_reply_list_wrap{
    margin-top: 20px;
    background: #FAFAFC;
}

.comment_reply_list_wrap .comment_item.comment_reply_item{
    background: #FAFAFC;
    padding: 20px;
    margin-bottom: 0;
}

.comment_reply_list_wrap .comment_item.comment_reply_item:last-child{
    border-bottom: none;
}

.comment_reply_nickname{
    color: #4294FF;
    font-weight: 500;
    display: inline;
}

.comment_past_replies{
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    cursor: pointer;
    margin: 0 auto;
    border-top: 1px solid #EDEDED;
}

.comment_more_item{
    margin: 40px auto;
    text-align: center;
}

/*답글달기 */
.comment_reply_list_wrap .comment_replying_list{
    margin-bottom: 0;
}

.comment_reply_reply_write_wrap .comment_form_wrap{
   padding: 20px;
    margin-top: 0;
    border-top: 1px solid #EDEDED;
}

.best_comment_label{
    background-color: #9D7BFF;
    color:#fff;
    border-radius: 4px;
    display: flex;
    padding: 3px 8px;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.section_best_comment_list{
    padding: 24px 0;
    border-top: 1px solid #ededed;
}

.section_best_comment_list .comment_item{
    background: #F5F9FF;
    padding: 20px;
    border: none;
}





.comment_pc_show{
    display: block;
}

.comment_mob_show{
    display: none;
}

#section_comment .commentPaging .scriptPaging{
    cursor: pointer;
}


/*반응형*/
@media all and (max-width: 1399px) {
    .section_comment_wrap{
        max-width: 720px;
        margin: 40px 15px 0 90px;
    }

}