div.mention_wrapper {
    font-family: "Malgun Gothic", "Malgun Gothic", dotum, tahoma, sans-serif;
    font-size: 12px;
    float: left;
}
.mention_wrapper .mentions-input-box {
    margin-bottom: 10px;
    font-size: 12px;
}
.mention_wrapper textarea {
    font-family: "Malgun Gothic", "Malgun Gothic", dotum, tahoma, sans-serif;
    font-size: 12px;
    /*height: 100px;*/
    /*max-height: 40px;*/
}
.mention_profile_text {
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-family: "Malgun Gothic", "Malgun Gothic", dotum, tahoma, sans-serif;
    font-weight: normal;
    color: #999999;
    margin-left: 3px;
}
.mentions-input-box {
    position: relative;
    background: #ffffff;
}
.mentions-input-box textarea {
    width: 100%;
    display: block;
    height: 18px;
    padding: 9px;
    border: 1px solid #dcdcdc;
    /*border-radius: 3px;*/
    overflow: hidden;
    background: transparent;
    position: relative;
    outline: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mentions-input-box .mentions-autocomplete-list {
    display: none;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px; /* textareaÀÇ ³ôÀÌ¿Í ÀÏÄ¡ÇØ¾ß ÇÔ */
    z-index: 10000;
    max-height: 350px; /* ÀÚµ¿¿Ï¼º ¸ñ·ÏÀÇ ÃÖ´ë³ôÀÌ */
    overflow-y: auto;
    /*margin-top: -2px;*/

    /*border-radius: 5px;*/
    /*border-top-right-radius: 0;*/
    /*border-top-left-radius: 0;*/

    /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);*/
    /*-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);*/
}
.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}
.mentions-input-box .mentions-autocomplete-list li {
    display: block;
    text-align: left;
    background-color: #ffffff;
    padding: 2px 2px 2px 5px;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #eeeeee;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
}
.mentions-input-box .mentions-autocomplete-list li:last-child {
    /*border-radius: 5px;*/
}
.mentions-input-box .mentions-autocomplete-list li > .mention_avatar,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
    /*width: 16px;*/
    /*height: 16px;*/
    /*float: left;*/
    /*margin-top: 5px;*/
    /*margin-right: 5px;*/
    /*-moz-background-origin: 3px;*/
    /*border-radius: 3px;*/
    width: 25px;
    height: 25px;
    border: solid 1px #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 3px;
}
.mentions-input-box .mentions-autocomplete-list li em {
    font-weight: bold;
    /*font-style: none;*/
}
.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
    background-color: #f5f5f5;
}
.mentions-input-box .mentions-autocomplete-list li b {
    background-color: #82a72b;
    color: #ffffff;
    font-weight: normal;
    border-radius: 3px;
    padding: 1px;
}
.mentions-input-box .mentions {
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    padding: 9px;
    color: #ffffff;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.mentions-input-box .mentions > div {
    color: #ffffff;
    white-space: pre-wrap;
    width: 100%;
}
/*.mentions-input-box .mentions > div > strong {*/
/*font-weight:normal;*/
/*background: #d8dfea;*/
/*}*/

.mentions-input-box .mentions > div > strong > span {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.mention_following_icon {
    width: 20px;
    height: 12px;
    vertical-align: text-bottom;
}
.mention_dangol_icon {
    width: 14px;
    height: 12px;
    vertical-align: text-bottom;
}
.mention_member {
    color: #82a72b;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;
    line-height: 20px;
}
.mention_member_myself {
    background-color: #82a72b;
    color: #ffffff;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;
    line-height: 20px;
}
/* ¸à¼ÇÀÔ·Â textarea ÀÇ ¸à¼ÇÅÂ±× ¹è°æ»ö */
.mention_tag_input {
    font-weight: normal;
    background: #dddddd;
    color:#dddddd;
    border-radius: 2px;
    margin-top: -1px;
    /*padding-top: 2px;*/
}
