#memo { overflow:hidden; position:fixed; width:100%;max-width:420px;top:0; bottom:0;}
#memo-header {overflow:hidden; display:none;}
#memo-body {overflow:hidden; position:absolute; top:0px; left:0; right:0; bottom:80px; }
#memo-body #memo-left  { padding:20px; width:120px; height:100%; background:#f8f8f8; }
#memo-body #memo-right { padding:0;}
#memo-footer { overflow:hidden; position:absolute; left:0; right:0; bottom:0; height:60px; text-align: center; padding-top: 20px; font-size: 13px; border-top:1px solid #e2e8f0; color:#a0aec0;background:#fff}
#memo-footer #btn_close3 i {font-size:20px;color:#888}
#memo-mng { width:100%; }
#memo-mng .mng-pr {text-align:center;padding:10px;}
#memo-mng .chat-link{cursor:pointer;}
#memo-mng .mng-img,
#memo-mng .mng-name { width:100%; text-align:center; }
#memo-mng .mng-img { width:60px; height:60px; overflow: hidden; border-radius:100%; }
#memo-mng .mng-img img { width:100%; }
#memo-mng .mng-name .badge3 { display:block; width:auto; margin-top:3px !important; padding:0.25rem; font-size:1rem; font-weight:300; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background:#e83e8c;color:#ffffff}
#memo-search { overflow:hidden; position:absolute; top:0; left:0; right:0; padding:10px 20px 10px 20px; height:60px; z-index:1; background-color: #ffcc00;}
#memo-search #search-input {}
#memo-search #search-submit {position:absolute; top: 12px; right:48px; padding: 3px 0px 2px 10px; height: 36px; background-color: #ffcc00; border-top-right-radius: 4px; border-bottom-right-radius: 4px; color:#fff; border: 0px;}
#memo-search #search-submit:focus{outline: none !important;}

#btn_close {display:inline-block;cursor:pointer;}
#btn_close2 {position:absolute; top: 12px; right:18px;cursor:pointer;color:#fff}
#btn_close3 {position:absolute; bottom: 21px; right:20px;cursor:pointer; color:#a0aec0; font-size: 14px;}

#memo-chatlist { overflow:hidden; overflow-y:auto; position:absolute; top:60px; bottom:0; left:0; right:0; }
#memo-chatlist ul, #memo-chatlist ol, #memo-chatlist dl {margin:0; padding:0; list-style:none;}
#memo-chatlist li, #memo-chatlist dt, #memo-chatlist dd {margin:0; padding:0; list-style:none;}
#memo-chatlist .memo-chatlist {padding-top: 0px;}
#memo-chatlist .memo-chatroom {margin:20px 0; padding:20px 20px; -webkit-flex: 1; -ms-flex: 1; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center;cursor:pointer; background-color: #fff; margin-top: 0; margin-bottom: 0; border-bottom:1px solid #ddd; border-radius: 0;}
#memo-chatlist .memo-chatroom:hover {}
#memo-chatlist .memo-chatroom .chatroom-icon { display:inline-block; width:60px; border-radius:100%; overflow:hidden; }
#memo-chatlist .memo-chatroom .chatroom-icon img { width:100%; display:block; }
#memo-chatlist .memo-chatroom .chatroom-view {margin-left:20px;}
#memo-chatlist .memo-chatroom .chatroom-title,
#memo-chatlist .memo-chatroom .chatroom-date {display:block;}

.chatroom-name {font-size: 16px; font-weight: bold; color:#2D3748;}
.chatroom-title {padding:5px 0;color:#718096; font-size: 14px;}
.chatroom-date {color:#aaa; font-size: 12px;}

#memo-chatlist .memo-chatroom .chatroom-cnt2 {display:block; color:#666; margin-right: -25px;}
#memo-chatlist .memo-chatroom .chatroom-cnt {display:block; background:#e45c5c; color:#fff !important; margin-right: 0px; border-radius: 15px; width: 30px; text-align: center; border:0px solid #e2e8f0; font-size: 14px !important;}
#memo-chatlist .memo-chatroom .badge3 {position:absolute;right:35px;padding:0.25rem; font-size:1rem;font-weight:300; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#memo-chatlist .memo-chatroom .badge2 {position:absolute;right:20px;padding:0.25rem;white-space:nowrap; width: 60px; overflow:hidden; text-overflow:ellipsis;}
#memo-chatlist .memo-chatroom .badge2 .cntnum {font-weight: bold; color:#fff;}

.no_read {background:#FFCC00;border:2px solid #fff;border-radius:10px;width:14px;height:14px; margin-left: -7px;}
.no_read2 {width:14px;height:14px; margin-left: -7px;}
.no_read {animation:blinker 1s linear infinite}

@keyframes blinker {
	50% {opacity:0}
}

@media all and (max-width:440px) {
    .cnttxt {display: none;}
    #memo-chatlist .memo-chatroom .badge2 {width: 50px;}
}

@media all and (max-width:390px) {
    #memo-chatlist .memo-chatroom .badge2 {display: none;}
}

/*채팅 룸*/
#chat-header {overflow:hidden; position:absolute; top:0; left:0; right:0; height:90px; background:#ffcc00; color:#fff}
#chat-header .badge3 {padding:0.2rem; font-size:16px; font-weight:bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color:#fff; line-height: 45px; font-weight: bold;}
#chat-header .mo_tits {float: left; margin-left: 20px;}
#chat-header .mo_bdgs {float: right; }

#chat-body {position:absolute; top:90px; left:0; right:0; bottom:115px;overflow:hidden;overflow-y:scroll; background:#fff}
#chat-history {background-color: #e2e8f0; border:0px; border-radius: 4px; font-size: 13px; padding: 10px; display:inline-block; width: 95%; color:#718096;}
.chat_history_div {width: 100%; top:95px; position: fixed; text-align: center; z-index: 9999;}
.chat_history_div_wrap {width: 100%; height: 60px;}

#chat-list {}
#chat-list .recv {position:relative;float:right;margin-right:10px;clear:both;margin-bottom:0px;}
#chat-list .send {position:relative;float:left;margin-left:10px;clear:both;margin-bottom:0px}
#chat-list .p_icon{position: absolute;display:inline-block;width:40px;height:40px;border-radius:100%;overflow:hidden;margin-bottom:10px;}
#chat-list .p_icon img{width:100%;}
#chat-list .p_nick {position:absolute;margin-top:10px;left:50px;width:150px;font-weight:bold; font-size: 14px;}
#chat-list .chkdate{width:100%;text-align:center;line-height:50px; color: #a0aec0; font-size: 12px; font-weight: bold; border-top:1px solid #e2e8f0;}
#chat-list .chktotal{width:100%;text-align:center;color: #a0aec0; font-size: 11px; line-height: 50px;}
#chat-list  .bubble_recv {word-break:break-all; position: relative;padding: 10px 10px;background: #ebe6ec;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;max-width:250px; font-size:14px; margin-right: 5px; line-height:22px; box-shadow: 0px 0px 3px rgba(0,0,0,0.1);}
#chat-list  .bubble_recv:after {content: '';position: absolute;border-style: solid;border-width: 0 8px 12px;border-color: #ebe6ec transparent;display: block;width: 0;z-index: 1;top: -5px;right: 5px;}
#chat-list .chat_time_send{text-align:right;margin-bottom:20px; font-size: 9px; font-weight: bold; color: #718096; opacity: 0.7; margin-top: 5px;}
#chat-list .chat_time_recv{width: 100%; text-align:left;margin-bottom:20px; font-size: 9px; font-weight: bold; color: #718096; opacity: 0.7; margin-top: 5px;}
#chat-list .chat_time2_send{width: 100%; text-align:right;margin-bottom:20px; font-size: 9px; font-weight: bold; color: #718096; opacity: 0.7; margin-top: 5px;}
#chat-list .chat_time2_recv{width: 100%; text-align:left;margin-bottom:20px; font-size: 9px; font-weight: bold; color: #718096; opacity: 0.7; margin-top: 5px;}
#chat-list  .bubble_send {word-break:break-all; position: relative;padding: 10px 10px;background: #f7f7f1;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;max-width:250px;color:#000; font-size:14px; line-height:22px; margin-top: 50px; margin-left: 5px;}
#chat-list  .bubble_send:after {content: '';position: absolute;border-style: solid;border-width: 0 8px 12px;border-color: #f7f7f1 transparent;display: block;width: 0;z-index: 1;top: -5px;left: 5px;}
#chat-list .chkdate {clear:both;}

#chat-footer { overflow:hidden; position:absolute; left:0; right:0; bottom:0; height:115px; background:#fff; box-shadow: 0 -3px 15px rgba(0,0,0,0.05);}

#chat-message {overflow:hidden; margin:0;border:0;width:100%;height:60px;background:#fff;border-radius:0; font-size: 14px; padding:20px 120px 20px 20px;}
.chat_message_div {float: left; width: 99%;}
.chat_message_btn_div {float: right; width:1%;}
.chat_message_btn_div i {font-size:16px}

.chat_message_alim {position:relative;padding:10px 15px 0;height:55px;background:#fef7e2}
.chat_message_alim input {position:absolute;top:12px;left:12px;width:20px;height:20px}
.chat_message_alim label {float:left;padding-left:26px;font-size:13px;color:#ff0b04;line-height:17px;letter-spacing:-1px}

#btn-ref {position: absolute; align-items:center;justify-content:center;background:#fff;width:60px;height:60px !important;cursor:pointer;text-align:center;font-weight:bold; color:#a0aec0; margin-top: 0px; right: 0px; padding-top: 19px;}
#btn-chat {position: absolute; align-items:center;justify-content:center;background:#fff;width:60px;height:60px !important;cursor:pointer;text-align:center;font-weight:bold; color:#ffcc00; margin-top: 0px; right: 60px; padding-top: 19px; border-right: 1px solid rgba(0,0,0,0.05); border-left: 1px solid rgba(0,0,0,0.05);}

.del_div {position: absolute; margin-top:-62px; margin-left:-20px;}
.sec_inp {background-color: #ffcc00; border:0px; border-radius: 4px; padding: 10px 0px 10px 0px; font-size: 14px; width:80%; color:#fff; font-weight: bold;}
.sec_inp:focus, #chat-message {
    outline: none !important; 
    border-color:none !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
.sec_inp::placeholder {color:#fff;}
.sec_inp::-webkit-input-placeholder {color:#fff;}
.sec_inp:-ms-input-placeholder {color:#fff;}

#chat-message::placeholder {color:#a0aec0;}
#chat-message::-webkit-input-placeholder {color:#a0aec0;}
#chat-message:-ms-input-placeholder {color:#a0aec0;}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
	outline:none !important; border:0px !important;
}

#chat-message:focus {outline:none !important; border:0px !important;}
.ui-state-active {background: #f9f9f9 !important; color:#000 !important; font-weight: bold !important; border:1px solid #f1f1f1 !important; box-sizing: border-box}

.chat_od_wr {padding:0 0 40px}
.chat_order {margin:0 15px;padding:3px;background:#f2bc23;border-radius:4px}
.chat_od_hd {padding:10px 0 12px;font-size:17px;font-weight:bold;color:#fff;text-align:center}
.chat_od_hd p {margin:5px 0 0;font-size:13px}
.chat_od_con {padding:10px;text-align:center;background:#fff;border-radius:4px}
.chat_od_msg1 {padding:10px 0 12px;border-bottom:1px solid #eee}
.chat_od_msg2 {padding:12px 0;font-size:14px}
.chat_od_msg2 div {margin:0 auto;width:150px;text-align:left;color:#000;font-weight:bold;line-height:22px}
.chat_od_msg2 strong {display:inline-block;width:70px;color:#888}
.chat_od_name {margin:0 0 10px;font-size:14px}
.chat_od_name strong {font-size:20px;color:#000}
.chat_od_birth {font-size:13px;color:#666}
.chat_od_ext {padding:15px 0;text-align:center;color:#666;background:#f3f3f3;border-radius:4px}
.chat_od_ext p {font-size:12px;line-height:18px;letter-spacing:-1px}
.chat_od_ext strong {display:block;font-size:14px;margin:0 0 6px}
.chat_od_btm {margin:7px 0 0;padding:0 20px;font-size:12px;color:#ff0b04;text-align:center;line-height:16px;letter-spacing:-1px}
.chat_order_close {margin:0 15px;padding:3px;background:#ff9511;border-radius:4px}
.chat_od_con .p_close {padding:10px 0;font-size:15px}

.memo-guest {margin:80px 0 0;font-size:16px;text-align:center;line-height:25px}
.memo-guest strong {font-size:17px;color:#777}
.chat_none {margin:70px 0 0;font-size:16px;text-align:center}