#listWrap .item span {min-height: 21px; width: auto;}
#listWrap .item .nick-icon {background: #798df0; color: #fff; font-size: 24px; font-weight: 500; text-align: center; vertical-align: middle; margin-right: 10px; width: 36px; height: 36px; border-radius: 50%;}

#communityHouseList #listWrap .item {
    margin-right: 25px;
}
#communityHouseList #listWrap .item:nth-child(4n) {
    margin-right: 0;
}

#communityHouseList #listWrap .item .mas_img img {
    height: 300px;
    object-fit: cover;
}

.nota-meta-image {
    position: absolute;
    left: 0;
    top: 0;
}
.nota-meta-box {
    position: absolute;
    border: none;
    background: transparent;
}

.nota-meta-box.active {
}

.nota-meta-box.delete_item {
    background: rgba(192, 192, 192, .5);
}

/*.nota-meta-box span {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-top: -16px;*/
/*    margin-left: -12px;*/
/*    color: #fff;*/
/*    font-size: 1rem;*/
/*    z-index: 10;*/
/*    background: #ff4000;*/
/*    border-radius: 50%;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    line-height: 32px;*/
/*    text-align: center;*/
/*}*/

ion-icon {
    pointer-events :none;
}

.nota-image-mask {
    display: none;
    position: absolute;
    border: 1px solid rgba(255,255,255,.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nota-meta-box.active .nota-image-mask {
    display: block;
}

.nota-image-mask-corner::before {
    display: none;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    z-index: 5;
    border-color: rgba(255,255,255,.75);
    border-style: solid;
}
.nota-meta-box.active .nota-image-mask-corner::before {
    display: block;
}

.left-top.nota-image-mask-corner::before {
    left: 0px;
    top: 0px;
    border-width: 3px 0 0 3px;
}
.left-bottom.nota-image-mask-corner::before {
    left: 0px;
    bottom: 0px;
    border-width: 0 0 3px 3px;
}
.right-top.nota-image-mask-corner::before {
    right: 0px;
    top: 0px;
    border-width: 3px 3px 0 0;
}
.right-bottom.nota-image-mask-corner::before {
    right: 0px;
    bottom: 0px;
    border-width: 0 3px 3px 0;
}

.note-editor .note-editable figure[data-img-wrap] {
    display: inline-block;
}

.note-editor .note-editable .main-img-parent::before {
    content: "메인 이미지";
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    /*top: 10px;*/
    /*left: 10px;*/
    background: #ff0000;
    color: #fff;
    padding: 4px 8px;
    line-height: normal;
    margin: 10px;
}

.editor-img-actions {
    line-height: normal;
    /*float: right;*/
    /*z-index: 5;*/
    /*margin-top: -50px;*/
    /*margin-right: 10px;*/
    margin-top: -50px;
    height: 50px;
    padding-right: 10px;
    display: block;
    text-align: right;
}

/* summernote 파일첨부 외부이미지URL 표시숨김 */
.note-modal .form-group.note-group-image-url {display: none;}