.f-no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-tree {
  position: relative;
  /*overflow: hidden;*/
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-draggable {
  position: absolute;
  opacity: 0.8;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-node.placeholder > * {
  visibility: hidden;
}
.m-node.placeholder {
  border: 1px dashed #ccc;
}
.m-node .inner {
  position: relative;
  cursor: pointer;
  padding-left: 30px !important;
}
.m-node .inner.inner_pl_0{
  padding-left: 0px !important;
}
/*.children .inner{margin-left:20px}*/
/*.children .children .inner{margin-left:40px}*/
/*.children .children .children .inner{margin-left:60px}*/
/*.children .children .children .children .inner{margin-left:80px}*/
/*.children .children .children .children .children .inner{margin-left:100px}*/
/*.children .children .children .children .children .children .inner{margin-left:120px}*/

.m-node .collapse {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.m-node .caret-right:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url(https://static.wehago.com/imgs/common/sp_lux.png) -50px -125px no-repeat;
  line-height: 100em;
  vertical-align: top;
  content: '';
}
.m-node .caret-down:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url(https://static.wehago.com/imgs/common/sp_lux.png) -90px -125px no-repeat;
  line-height: 100em;
  vertical-align: top;
  content: '';
}

.m-node .caret-none:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url(https://static.wehago.com/imgs/common/sp_lux.png) -90px -150px no-repeat;
  line-height: 100em;
  vertical-align: top;
  content: '';
}

.m-node .caret-del-right:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url(https://static.wehago.com/imgs/common/sp_lux.png) -218px -811px no-repeat;
  line-height: 100em;
  vertical-align: top;
  content: '';
}
.m-node .caret-del-down:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url(https://static.wehago.com/imgs/common/sp_lux.png)  -258px -811px no-repeat;
  line-height: 100em;
  vertical-align: top;
  content: '';
}

.m-node .caret-del-none:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 13px;
  display: inline-block;
  overflow: hidden;
  background: url(https://static.wehago.com/imgs/common/sp_lux.png) -177px -250px no-repeat;
  line-height: 100em;
  vertical-align: top;
  content: '';
}

.tree {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #21252B;
}
.m-node.placeholder {
  border: 1px dashed #1385e5;
}
.m-node .inner {
  /*color: #9DA5B4;*/
  /*font-size: 12px;*/
  /*font-family: Menlo;*/
  cursor: default;
}
.m-node .node {
  display: inline-block;
  padding: 4px 5px;
  cursor: pointer;
}
.m-node .is-select {
  background-color: #f7f7f7 !important;
  color: #000 !important;
}
.m-node .is-active {
  /*background-color: #00a2ff;*/
  /*color: #fff;*/
  background-color: #e9f5ff !important;
  color: #000 !important;
}


body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.inspector {
  margin-left: 400px;
}
.inspector pre {
  font-family: Menlo;
  font-size: 13px;
}

.divplaceholder[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555;
}
/* Bootstrap3 is required for default styling */
/*
.mentiony-container [contenteditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder);
    color: #999999;
}

.mentiony-container {
    position: relative;
    height: auto;
}

.mentiony-container .pl0 {
    padding-left: 0;
}

.mentiony-container .mention-input-hidden {
    float: left;
    display: inline-block;
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}

.mentiony-container .mentiony-popover {
    position: absolute;
    z-index: 1000;
    top: auto;
    left: 0;
    bottom: 100%;
    width: 280px;
    height: auto;
    max-height: 200px;
    display: none;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0;
    background: #fefefe;
    overflow: auto;
}

.mentiony-container .mentiony-content {
    padding:20px 104px 18px 53px;
    font-size:14px;
    color:#010101;
    font-family:'돋움',Dotum,Helvetica,'Apple SD Gothic Neo',sans-serif;
    line-height:14px;
}

.mentiony-list {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.mentiony-item {
    border-top: 1px solid #eee;
    height: 50px;
    padding: 5px 10px;
    cursor: pointer;
    overflow: hidden;
}

.mentiony-item:first-child {
    border: none
}

.mentiony-item:hover {
    background: #ededed;
}

.mentiony-item.active {
    background: #ddd;
}

.mentiony-item img {
    width: 40px;
    height: 40px;
}

.mentiony-item .title, .mentiony-item .help-block {
    margin: 0;
}

.mentiony-item .title {
}

.mentiony-item .help-block {
}

.mention-area .highlight a.mentiony-link {
    color: white;
    background: #009688;
    padding: 1px 4px;
    border-radius: 3px;
}
*/

/* 2018.06.19 custormizing */
/* SVC2DEV6-6941 [메신저] (댓글) 댓글 등록시도시 댓글 입력란에 커서 노출안됨 => :not(focus) 제거 */
.mentiony-container [contenteditable="true"]:empty:before {
  content: attr(data-placeholder);
  color: #999999;
}

.mentiony-container {
  position: relative;
  height: auto;
}

.mentiony-container .pl0 {
  padding-left: 0;
}

.mentiony-container .mention-input-hidden {
  float: left;
  display: inline-block;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

.mentiony-container .mentiony-popover {
  position: absolute;
  width: calc(100% - 118px);
  bottom: calc(100% + 1px);
  left: 50px;
  right: 90px;
  z-index: 10;
  /*border: 1px solid #a3a3a3;*/ /* showDropDown() 에서 추가 */
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  max-height: 250px;
}

.mentiony-container .mentiony-content {
  padding: 20px 104px 18px 53px;
  font-size: 14px;
  color: #010101;
  line-height: 14px;
}

.mentiony-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mentiony-item {
  position: relative;
  padding: 9px 10px 7px 41px;
  text-align: left;
  font-size: 12px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: normal;
  cursor: pointer;
}

.mentiony-item:first-child {
  border: none;
}

.mentiony-item:hover {
  background: #fafafa;
}

.mentiony-item.active {
  background: #f5f5f5;
}

.mentiony-item .row {
}

.mentiony-item .LS_profile_image_wrap {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
  width: 25px;
  height: 25px;
}

.mentiony-item .LS_profile_image_wrap > .LS_profile_image {
  width: 25px;
  height: 25px;
}

.mentiony-item .LS_profile_image_wrap > .LS_profile_image .image_box {
  top: 0 !important;
}

/*.mentiony-item .title, .mentiony-item .help-block {*/
/*margin: 0;*/
/*}*/

.mentiony-item .title {
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
}

.mentiony-item .help-block {
  position: relative;
  font-size: 11px;
  color: #8d8d8d;
}

.mentiony-item .help-block:before {
  content: "-";
  padding-left: 2px;
  padding-right: 4px;
}

.chat_wrap .chat_balloon .mention-area .highlight .mentiony-link {
  font-size: 12px;
  color: #1c90fb;
  font-weight: bold;
  margin-top: -1px;
}

/* .mentiony-content .mention-area {
    color: #000000;
    background: #b7e4fc;
    padding: 1px 1px;
    border-radius: 3px;
} */

.mentiony-content a {
  text-decoration: none !important;
}

/* 멘션 팝오버 - SVC2DEV6-8472 [메신저] 대화 입력창 리뉴얼 */
.mentiony-container .chat_new_mentionlist {
  position: absolute;
  bottom: 100%;
  left: -20px;
  right: 0px;
  background: #fff;
  width: 100%;
  margin-bottom: 1px;
  max-height: 200px;
  overflow-y: auto;
  width: calc(100% + 79px);
  border: 0;
  border-top: 1px solid #ededed;
  margin-bottom: 12px;
}

/*!* 멘션 팝오버 @all 멘션 스타일 - SVC2DEV6-8472 [메신저] 대화 입력창 리뉴얼 *!*/
.mention_userbtn:hover {
  background: #f8f8f8;
}

/*!* 멘션 팝오버 @all 멘션 스타일 - SVC2DEV6-8472 [메신저] 대화 입력창 리뉴얼 *!*/
li.active .mention_userbtn {
  background: #f8f8f8 !important;
}

#postInput[contenteditable="true"]:empty:before {
  content: attr(data-placeholder);
  color: #999999;
}

.mention-input-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}

.mention-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
    padding: 8px;
    outline: none;
    resize: vertical;
    overflow-y: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.registered-mentions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.mention {
    color: #1c90fb;
    border-radius: 4px;
    padding: 4px 2px;
    margin-right: 2px;
    margin-bottom: 8px;
}

[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #888;
    opacity: 0.8;
}

