ul li {
    list-style: none;
}
.asiaCrowdBoard .cmt_count_box {
    /* margin-left: 30px; */
    margin-top: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #373737;
    padding-bottom: 8px;
    padding-left: 10px;
}
.asiaCrowdBoard .write.top {
    position: relative;
}
.asiaCrowdBoard .boardWriting {
    position: relative;
    /* padding: 0px 0 21px 70px; */
}
.asiaCrowdBoard .boardWriting .person-img {
    border: 1px solid #e8ebf0;
    width: 48px;
    border-radius: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../_Img/Sub/reply-person.png?v=3) no-repeat center center;
    background-size: cover;
}

.asiaCrowdBoard .boardWriting .subject {
    margin-left: 70px;
    margin-bottom: 5px;
}

.asiaCrowdBoard .boardWriting .subject input {
    width: calc(100% - 116px);
    font-size: 14px;
    color: #212121;
    font-weight: 400;
    height: 30px;
    border: 1px solid #c6ccd5;
    padding-left: 15px;
}

.asiaCrowdBoard .boardWriting textarea {
    width: calc(100% - 170px);
    padding-right: 110px;
    margin-left: 70px;
    font-size: 14px;
    color: #212121;
    font-weight: 400;
    height: 120px;
    border: 1px solid #c6ccd5;
    padding: 15px;
    box-sizing: border-box;
    line-height: 130%;
}

.asiaCrowdBoard .boardWriting .btnWriteArticle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: none;
    width: 100px;
    max-height: 120px;
    border: 1px solid #c6ccd5;
    border-left: 0;
}

.asiaCrowdBoard .boardWriting .content {
    border-bottom: 1px dashed #c6ccd5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.asiaCrowdBoard .boardList .boardcontent {
    padding-top: 15px;
    position: relative;
    border-bottom: 1px solid #CCC;
}
.asiaCrowdBoard .boardList .boardcontent:first-child{
    padding-top: 0px
}
.asiaCrowdBoard .boardList .subject {
    font-size: 16px;
    color: #222;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.03em;
    text-align: left;
}

.asiaCrowdBoard .boardList .date {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: left;
    /* text-align: center; */
}

.asiaCrowdBoard .boardList .content {
    padding: 15px 0;
    border-bottom: 1px dashed #c6ccd5;
    border-top: 1px dashed #c6ccd5;
    font-size: 16px
}

.asiaCrowdBoard .boardList input {
    width: calc(100% - 170px);
    font-size: 14px;
    color: #212121;
    font-weight: 400;
    height: 30px;
    border: 1px solid #c6ccd5;
    padding-left: 15px;
}

.asiaCrowdBoard .boardList textarea {
    width: calc(100% - 170px);
    padding-right: 110px;
    font-size: 14px;
    color: #212121;
    font-weight: 400;
    height: 120px;
    border: 1px solid #c6ccd5;
    padding: 15px;
    box-sizing: border-box;
    line-height: 130%;
    margin-left: -15px;
}

.asiaCrowdBoard .btnModify {
    position: absolute;
    text-align: center;
    right: 55px;
    top: 25px;
    width: 50px;
    height: 30px;
    border: 1px solid #c6ccd5;
    line-height: 28px;
    cursor: pointer;
}

.asiaCrowdBoard .btnDelete {
    position: absolute;
    text-align: center;
    top: 25px;
    right: 0;
    width: 50px;
    height: 30px;
    border: 1px solid #c6ccd5;
    line-height: 28px;
    cursor: pointer;
}

.asiaCrowdBoard .boardList .btnModifyArticle {
    position: absolute;
    height: 120px;
    border: none;
    background: none;
    width: 70px;
    border: 1px solid #c6ccd5;
    border-left: 0;
}

.asiaCrowdBoard .boardList .btnCancelArticle {
    position: absolute;
    height: 120px;
    border: none;
    background: none;
    width: 70px;
    border: 1px solid #c6ccd5;
    border-left: 0;
    margin-left: 70px;
}
.asiaCrowdBoard .commentWriteForm {
    position: relative;
    margin: 10px 0 0; 
    padding-bottom: 15px;   
    /* margin-top: 20px; */
}
.asiaCrowdBoard .boardCommentWriteForm {
    /* position: relative;
    margin: 10px; */
}

.asiaCrowdBoard .boardCommentWriteForm .person-img {
    border: 1px solid #e8ebf0;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../_Img/Sub/reply-person.png?v=3) no-repeat center center;
    background-size: cover;
}

.asiaCrowdBoard .boardCommentWriteForm textarea {
    height: 70px;
    padding: 10px !important;
    border-color: #ccc;
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    border: 1px solid #c7c7c7;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    margin-left: 65px;
    width: calc(100% - 65px);
}

.asiaCrowdBoard .commentWriteBottom {
    width: calc(100% - 65px);
    height: 30px;
    padding-top: 1px !important;
    /* display: block; */
    margin-bottom: 4px;
    /* border: 1px solid #c7c7c7; */
    background-color: #fff;
    margin-left: 65px;  
    position: relative;
}
.asiaCrowdBoard .commentWriteBottom .limitchar{line-height: 30px} 
.asiaCrowdBoard .btnWriteComment {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    border: 1px solid #c6ccd5;
    line-height: 30px;
    cursor: pointer;
}

.asiaCrowdBoard .boardCommentWrap {
}

.asiaCrowdBoard .boardCommentWrap .commentList{
    float: none;
}
.asiaCrowdBoard .boardCommentWrap .commentList .btnReplayCount{/* border:1px solid #c6ccd5; */ padding: 5px 10px;}

.asiaCrowdBoard .boardCommentWrap .commentList .comment_text {
    /* display: inline-block; */
    position: relative;
    width: 100%;
    padding: 10px;
}

.asiaCrowdBoard .boardCommentWrap .commentList li {
    min-height: 50px;
    margin-left: 20px;
    border-bottom: 1px solid #eee;
}

/* .img_cmt.ico_recomm {
    float: left;
    width: 8px;
    height: 8px;
    margin: 3px 14px 0 0;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: -60px -110px;
    background-image: url(../_Img/board_icon_pc.png);
} */

.asiaCrowdBoard .comment_text .person-img.default {
    float: left;
    width: 35px;
    height: 35px;
    margin: 3px 14px 0 0;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: 39px 0;
    background-image: url(../_Img/board_icon_pc.png?v=4); 
}

.asiaCrowdBoard .comment_text .person-img.userPhoto {
    float: left;
    width: 35px;
    height: 35px;
    margin: 3px 14px 0 0;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-size: cover;
    border-radius: 100%;
}

.asiaCrowdBoard .comment_recomm .btn_recommend_like,.asiaCrowdBoard .comment_recomm .btn_recommend_unlike {
    float: left;
}
.asiaCrowdBoard .img_cmt.ico_recomm {
    float: left;
    width: 15px;
    height: 15px;
    margin: 3px;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: -21px -60px;
    background-image: url(../_Img/board_icon_pc.png?v=4); 
}

.asiaCrowdBoard .btn_recommend_like .num_text 
{
    color: red;
}

.asiaCrowdBoard .btn_recommend_unlike .num_text 
{
    color: blue;
}

.asiaCrowdBoard .img_cmt.ico_unlike {
    float: left;
    width: 15px;
    height: 15px;
    margin: 3px 3px 3px 11px;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: -40px -63px;
    background-image: url(../_Img/board_icon_pc.png?v=4); 
}

.asiaCrowdBoard .box_reply {
    font-size: 12.4px;
    color: #555;
    line-height: 1.7;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.asiaCrowdBoard .name span,.asiaCrowdBoard .reply_name span {
    position: relative;
    color: #868686;
    font-weight: 300;
    padding-left: 24px;
}

.asiaCrowdBoard .name span:before,.asiaCrowdBoard .reply_name span:before {
    width: 1px;
    height: 14px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -7px;
    background: #aaa;
    display: block;
    content: "";
}

.asiaCrowdBoard .desc_txt  {
    padding-left:  49px;
}
.asiaCrowdBoard .reply_desc_txt  {
    padding-left:  20px;
}

.asiaCrowdBoard .reply_list .reply_text {
    position: relative;
    min-height: 50px;
}
.asiaCrowdBoard .reply_list .desc_txt,.asiaCrowdBoard .reply_list .reply_name {
    padding-left:  20px;
}

.asiaCrowdBoard .desc_txt.removed,.asiaCrowdBoard .reply_desc_txt.removed {
    color: #d4d4d4;
    font-size: 13px;
    padding-top: 7px;
}

.asiaCrowdBoard .reply_write_box {
    padding-left: 50px;
}

.asiaCrowdBoard .reply_write_box .write.top {
    margin-left: 30px;
}
.asiaCrowdBoard .img_cmt.ico_reply {
    content: "";
    float: left;
    width: 9px;
    height: 8px;
    margin: 3px;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: -60px -110px;
    background-image: url(../_Img/board_icon_pc.png?v=4);
}

.asiaCrowdBoard .comment_recomm .btn_delete,.asiaCrowdBoard .comment_recomm .btn_modify {
    padding-right:5px; 
    float: left;
}

.asiaCrowdBoard .img_cmt.ico_delete {
    content: "";
    float: left;
    width: 9px;
    height: 8px;
    margin: 3px;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: -61px -90px;
    background-image: url(../_Img/board_icon_pc.png?v=4);
    margin: 5px 3px 3px 11px;  
}

.asiaCrowdBoard .img_cmt.ico_modify {
    content: "";
    float: left;
    width: 9px;
    height: 8px;
    margin: 3px;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    background-position: -70px -90px;
    background-image: url(../_Img/board_icon_pc.png?v=);
    margin: 5px 3px 3px 11px;  
}

.asiaCrowdBoard .reply_write_box .commentWriteBottom {
    width: calc(100% - 100px);
    padding: 7px 0px 0px 35px;
    margin-right: 10px;
}

.asiaCrowdBoard .reply_list li {
    padding-left: 50px;
}


.asiaCrowdBoard span.comment_recomm {
    float: right;
}

.asiaCrowdBoard .reply_list span.comment_recomm {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /*float: right;*/
}

@media only screen and (max-width:720px){
    .asiaCrowdBoard .boardList .btnModifyArticle {
        position: absolute;
        height: 120px;
        border: none;
        background: none;
        width: 70px;
        border: 1px solid #c6ccd5;
        border-left: 0;
        float: left;
    }

    .asiaCrowdBoard .boardList .btnCancelArticle {
        position: relative;
        height: 120px;
        border: none;
        background: none;
        width: 70px;
        border: 1px solid #c6ccd5;
        border-left: 0;
        margin-left: 70px;
        float: left;
    }
}