.reviewArea {
    border: 2px solid rgba(242, 242, 242, 1);
    margin-top: 25px;
}

.like_count_btn,
.collection_btn,
.like_count_btn i,
.collection_btn i {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

.comment-text,
.comment-text i {
    font-weight: normal;
    font-size: 26px;
}

.reviewArea textarea {
    height: 240px;
    padding: 20px;
    border: none;
    outline: none;
    width: 100%;
    resize: none
}
.to_user_comment>p{
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.plBtn {
    background: rgba(207, 33, 58, 1);
    width: 150px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(242, 242, 242, 1);
    font-size: 26px;
    border-radius: 10px;
    cursor: pointer;
}

.comment_controller {
    height: 90px;
    background: rgba(246, 246, 246, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 42px;
}

.user_comment_item {
    padding: 0px 0px 32px 0px;
    border-bottom: 2px solid rgba(242, 242, 242, 1);
    margin-top: 70px
}

.user_comment_item:last-child {
    border: none
}

.user_comment_item .comment_username {
    font-size: 20px;
    font-weight: 350;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}
.user_comment_item .comment_username img{
    padding-right: 10px;
    width: 34px;
 
}
.user_comment_item .comment_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.user_comment_item .comment_content {
    margin-bottom: 20px
}

.user_comment_item .comment_info .comment_time {
    font-size: 13px;
    color: rgba(130, 130, 130, 1);
}

.user_comment_item .to_user_comment {
    background: rgba(246, 246, 246, 1);
    font-size: 20px;
    padding: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px
}


.comment_content p{

}
.user_comment_item .comment_operate {
    display: flex;
    justify-content: flex-end
}

.user_comment_item .comment_operate span {
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 20px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
}
 
@media (max-width: 768px){
 
    .comment-text, .comment-text i {
        font-weight: normal;
        font-size: 14px;
    }
    .plBtn {
        background: rgba(207, 33, 58, 1);
        width: 87px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(242, 242, 242, 1);
        font-size: 14px;
        border-radius: 10px;
        cursor: pointer;
    }
    .reviewArea textarea {
        height: 102px;
        padding: 20px;
        border: none;
        outline: none;
        width: 100%;
        resize: none;
    }
    .comment_controller {
        height: 50px;
        background: rgba(246, 246, 246, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 42px;
    }
    .user_comment_item .comment_username {
        font-size: 14px;
        font-weight: 350;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 18px;
    }
    .user_comment_item .comment_username img{
        font-size: 14px;
        width: 34px;
        padding-right: 1rem
    }
    .user_comment_item .to_user_comment {
        background: rgba(246, 246, 246, 1);
        font-size: 1rem;
        padding: 8px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 13px;
    }
    .user_comment_item {
        padding: 0px 0px 32px 0px;
        border-bottom: 2px solid rgba(242, 242, 242, 1);
        margin-top: 8px;
    }
    .user_comment_item .comment_operate span {
        cursor: pointer;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0px 9px;
        color: rgba(0, 0, 0, 1);
        font-size: 0.8rem;
    }
    .user_comment_item .comment_content {
        margin-bottom: 0;
    }
    #comment-show {
        margin-top: 25px;
    }
    #detail_container .col-12 {
        padding-left: 0;
    }
}