@charset "utf-8";
/* 메신저 191017 김채연 */
html,
body,
form {
  width: 100%;
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
}
body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 14px;
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
  color: #000;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
  font-size: 12px;
  font-weight: normal;
  line-height: 100%;
  color: #000;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea {
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
}
input {
  outline: none;
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
p {
  margin: 0;
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR", 맑은 고딕, Malgun Gothic, sans-serif, dotum,
    "돋움", Apple-Gothic;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}

/* ===== margin ===== */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}

/* ===== common ===== */
.colortxt-grey {
  color: #666;
}
.titletype01 {
  font-size: 13px;
}
.underline {
  text-decoration: underline;
  cursor: pointer;
}
.posi-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.slimScrollBar {
  background: rgba(0, 0, 0, 0.3) !important;
}

/* ----- plasceholder color -----*/
input::-webkit-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}

/* ----- plasceholder color -----*/
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}

/* ----- checkbox ----- */
.chkStyle01 {
  font-size: 13px;
  color: #666;
}
.chkStyle01:first-child {
  padding-top: 0;
}
.chkStyle01 input[type="checkbox"] {
  position: absolute;
  left: -999999px;
  width: 0;
  height: 0;
  line-height: 0;
  height: 0;
}
.chkStyle01 label {
  cursor: pointer;
  display: block;
  line-height: 15px;
}
.chkStyle01 label > span {
  background: url(/chatStyleDefault/common/image/common/ico_checkbox_empty.svg)
    no-repeat center;
  background-size: 15px 15px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
}
.chkStyle01.chkType01 {
  font-size: 0;
}
.chkStyle01.chkType01 label {
  display: inline-block;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chkStyle01.chkType01 label > span {
  margin-right: 8px;
}
.chkStyle01.chkType01 label > span:first-child {
  background: #fff;
  border: 1px solid #acaeb2;
}
.chkStyle01.chkType01 label + span {
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}
.chkStyle01.chkType01 input[type="checkbox"]:checked + label span:first-child {
  background-color: #566472;
  border: 1px solid #566472;
}

.chkStyle02 {
  font-size: 13px;
  color: #666;
}
.chkStyle02 input[type="checkbox"] {
  position: absolute;
  left: -999999px;
  width: 0;
  height: 0;
  line-height: 0;
  height: 0;
}
.chkStyle02 label {
  cursor: pointer;
  display: block;
  line-height: 15px;
}
.chkStyle02 label > span {
  background: url(/chatStyleDefault/common/image/common/ico_check_off.svg)
    no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.chkStyle02.chkType02 {
  font-size: 0;
}
.chkStyle02.chkType02 label {
  display: inline-block;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chkStyle02.chkType02 label > span {
  margin-right: 8px;
}
.chkStyle02.chkType02 label > span:first-child {
  background: #fff;
  border: 1px solid #acaeb2;
}
.chkStyle02.chkType02 label + span {
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}
.chkStyle02.chkType02 input[type="checkbox"]:checked + label span:first-child {
  background-color: #566472;
  border: 1px solid #566472;
}
.chkStyle02 input[type="checkbox"]:disabled + label span {
  background-color: rgba(0, 0, 0, 0);
}
.chkStyle02 input[type="checkbox"]:checked + label span {
  border: 0;
}

input[id="chkStyle03"] + label {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  cursor: pointer;
  margin: 7px 1px 0 4px;
}

input[id="chkStyle03"] {
  display: none;
}

input[id="chkStyle04"] + label {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 1px 2px 4px;
}

input[id="chkStyle04"] {
  display: none !important;
}

/* ===== Login ===== */
#LoginWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.LoginBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
}
.LoginBox .logo-img {
  position: absolute;
  left: 125px;
  top: -33px;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.LoginBox .eumtalkText {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.5px;
  color: #222222;
  opacity: 1;
  font-weight: normal;
  width: fit-content;
}
.LoginBox .loginText {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: #222222;
  opacity: 1;
  font-weight: normal;
}

.LoginBox .IpSecurityBox {
  display: flex;
  flex-direction: row-reverse;
  margin: 6px 0;
}

.LoginBox .IpSecurityText {
  font-size: 11.5px;
  color: #9fa5b3;
  margin: 5px 3px;
}

.LoginBox .IpSecurityBtn {
  font-size: 12.5px;
  border: 1px solid #d9dee7;
  box-sizing: border-box;
  border-radius: 13px;
  color: #7c7ef5;
  padding: 3px 10px 2.5px 10px;
  line-height: 14px;
}

.LoginBox .onBtn {
  color: #7c7ef5;
}

.LoginBox .offBtn {
  color: #cf2828;
}

.LoginBox .LoginBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  height: 54px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 28px;
}
.LoginBox .LoginBtn.Type1 {
  color: #fff;
}
.LoginBox .LoginBtn.Type2 {
  border: 1px solid transparent;
}
.LoginBottom {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.LoginBottom a {
  color: #999;
  font-size: 12px;
  border-left: 1px solid #ddd;
  padding-left: 8px;
  padding-right: 5px;
}
.LoginBottom a:first-child {
  border-left: 0;
}

.LoginBox .loginOptionBox {
  margin: 24px 0 48px 0;
  padding: 0 4px;
}
.LoginBox .chkStyle01 {
  display: inline-block;
  font-size: 14px;
  height: 20px;
}
.LoginBox .link_select_box {
  float: right;
  margin-top: -1.5px;
}
.LoginBox .loginOptionBox .link_select_box.type1 ul {
  width: 70px;
  top: 20px;
  left: -5px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  border: none;
}
.LoginBox .loginOptionBox .link_select_box.type1 li {
  padding: 10px 5px;
}
.LoginBox .loginOptionBox .link_select_box.type1 a {
  width: 60px;
  height: 20px;
  line-height: 16px;
  border: none;
  padding: 0;
  font-size: 14px;
}
.LoginBox .loginOptionBox .link_select_box a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 35%;
  width: 9px;
  height: 5px;
  margin: 0;
  background: url(/chatStyleDefault/common/image/common/ico_select_arrow.svg)
    no-repeat center;
}

.LoginInputBox .LoginInput {
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 11px 4px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse;
  margin-top: 16px;
}
.LoginInputBox .LoginInput[type="password"] {
  border-top: 0;
}

/* ===== SecurityPopup ===== */

.securityPopupTitle {
  margin: 10px 0 15px 0;
  color: #7c7ef5;
  font-size: 15px;
  font-weight: 550;
}

.securityPopupDescription {
  margin: 10px 0 15px 0;
  font-size: 11px;
  line-height: 1.5;
}

.ipRadioBox {
  margin: 10px 0 14px 0;
}

.ipRadio {
  margin: 0 0 4px 0;
  font-size: 10px;
}

.ipCaution {
  color: red;
  font-size: 10px;
  font-weight: 550;
}

.ipBtnBox {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.ipConfirmBtn {
  color: #745fe2;
  font-weight: 700;
  float: right;
  margin-left: 10px;
  padding: 10px 0;
  box-sizing: border-box;
}

.ipCloseBtn {
  color: #666;
  font-weight: 700;
  float: right;
  margin-left: 10px;
  padding: 10px 0;
  box-sizing: border-box;
}

/* ===== MENU ===== */
.menu {
  position: absolute;
  height: 100%;
  width: 56px;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 100;
}
.menu .menu-ul {
  list-style: none;
  margin: auto;
  padding: 12px 6px;
}
.menu .menu-ul .menu-li {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 11px;
}
.menu .menu-ul .menu-li.active {
  background-color: #fff;
}
.menu .menu-ul .menu-li > object {
  width: 100%;
  height: 100%;
}
.menu .menu-ul .menu-div-line {
  width: 100%;
  height: 1px;
  margin-bottom: 11px;
}
.menu-bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
.menu-bottom-box button {
  display: block;
  height: 30px;
  text-align: center;
  width: 100%;
}
.menu-bottom-box .dark {
  background: url(/chatStyleDefault/common/image/common/ico_dark_moon.svg)
    no-repeat center;
  background-size: 22px 22px;
}
.menu-bottom-box .dark.active {
  background: url(/chatStyleDefault/common/image/common/ico_dark_sun.svg)
    no-repeat center;
  background-size: 22px 22px;
}
.menu-bottom-box .bell {
  background: url(/chatStyleDefault/common/image/common/ico_alarm_bell_off.svg)
    no-repeat center;
}
.menu-bottom-box .bell.active {
  background: url(/chatStyleDefault/common/image/common/ico_alarm_bell.svg)
    no-repeat center;
}
.menu-bottom-box .more {
  background: url(/chatStyleDefault/common/image/common/ico_setting.svg)
    no-repeat center;
}

/* ===== Content ===== */
.Content {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 55px;
  box-sizing: border-box;
}
.ListCont {
  width: 32%;
  height: 100%;
  box-sizing: border-box;
  float: left;
}

/* 타이틀 */
.Topheader {
  display: inline-block;
  width: 100%;
  padding: 18px 16px 17px 16px;
  box-sizing: border-box;
}
.Topheader .Logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
.Topheader .Logo.Company {
  /* 로고 고객사걸로 바꿀 시 icon_company_logo로 이름 그대로 파일만 바꿔치기(로그인 화면 로고와는 다름) */
  background: #f3f3f3
    url(/chatStyleDefault/common/image/common/ico_company_logo.svg) no-repeat
    center/32px 32px !important;
  border-radius: 25%;
}
.Topheader .profile-photo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.Topheader .profile-photo img {
  width: 32px;
  height: 32px;
}
.TopHeader .profile-photo .spare-text {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #777;
}
.Topheader .TopTitle {
  letter-spacing: 0px;
  font-size: 22px;
  font-weight: bold;
  margin: 0 8px 0 0;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  height: 32px;
  color: #222222;
}
.Topheader .headerBtnBox {
  float: right;
  margin-right: 4px;
  height: 30px;
}
.Topheader .headerBtnBox button {
  float: left;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  margin: 5px 0 5px 16px;
  padding: 0;
}
.Topheader .headerBtnBox button svg {
  vertical-align: middle;
  text-align: center;
}

/* 검색바*/
.SearchbarWrap {
  padding: 0 16px;
  margin-bottom: 8px;
}
.Searchbar {
  background-color: #f4f4f4;
  width: 100%;
  padding: 8px 17px 9px 15px;
  border-radius: 8px;
  border: none;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.Searchbar[disabled] {
  background: #ddd;
}
.Searchbar input {
  padding: 0 20px 0 0;
  height: 19px;
  border: none;
  width: 100%;
  background: none;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}
.Searchbar input:disabled {
  background: #ddd;
  width: 100%;
}
.Searchbar .searchico,
.Searchbar .searchdeleteico {
  position: absolute;
  right: 0;
  top: 10px;
  height: 15px;
  padding: 0 17px;
}

/* 리스트 공통 */
.people .person {
  position: relative;
  width: 100%;
  padding: 10px 16px;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 60px;
}
.people li:hover {
  border: 0;
  width: 100%;
  background: #f6f6f6;
}
.people .person:hover:after {
  display: none;
}
.people .person .name {
  font-size: 15px;
  line-height: 21px;
  color: #222;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  max-width: calc(100% - 145px);
}
.people .person .name span {
  display: inline-block;
  vertical-align: middle;
}
/* 메시지 목록 알림톡 */
.MessageList .alarm {
  border-radius: 11px;
  margin: 0 16px 8px;
}
.MessageList .alarm .people .person {
  position: relative;
  width: 100%;
  padding: 13px 6px;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 60px;
}
.MessageList .alarm .ListDivisionLine {
  padding: 7px 16px 8px 6px;
  height: fit-content;
}
.MessageList .alarm .ListDivisionLine:after,
.MessageList .alarm .ListDivisionLine.show:after {
  margin-right: 0;
  right: 6px;
  top: auto;
  transform: none;
}
.MessageList .alarm .people .person.active,
.MessageList .alarm .people .person:hover,
.MessageList .alarm .ListDivisionLine:hover {
  border: 0;
  width: 100%;
  background: none;
}
.MessageList .alarm .people .person .profile-photo {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  border-radius: 24px;
  box-sizing: border-box;
}
.MessageList .alarm .people .person .profile-photo img {
  margin-right: 6px;
}
.MessageList .alarm .people .person .alarm-photo,
.MessageList .alarm .people .person .alarm-img {
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  border-radius: 24px;
  box-sizing: border-box;
}
.MessageList .alarm .people .person .name span:nth-child(1) {
  max-width: 100%;
  width: fit-content;
}
.MessageList .alarm .people .person .time,
.MessageList .alarm .people .person .count {
  right: 6px;
}

/* 메시지 목록 일반 메시지  */
.MessageList .people .person .name {
  width: auto;
}
.MessageList .people .person .name span:nth-child(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 42px;
  max-width: calc(100% - 15px);
  vertical-align: text-top;
}
.MessageList .people .person .name span.roomMemberCtn {
  font-size: 13px;
  margin: auto 4px;
  color: #b8b8b8;
  vertical-align: bottom;
}

.people .person .channelName {
  font-size: 15px;
  line-height: 22px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  max-width: calc(100% - 155px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.MessageList .people .person .channelName span.categoryName {
  font-size: 13px;
  margin: auto 4px;
  color: #999;
}

.people .person .time {
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  right: 16px;
  color: #999;
}
.people .person .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block !important;
  vertical-align: middle;
}
.people .person .react-contextmenu .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4.5px;
  transform: translate(0, 2px);
  vertical-align: middle;
}
.people .person .team {
  font-size: 13px;
  display: block;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  line-height: 19px;
  padding-right: 35px;
  margin-left: 52px;
}
.people .person .pic {
  display: inline-block;
  padding: 3px 11px 4px 10px;
  background-color: #efefef;
  border-radius: 12px;
  color: #828282;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.people .person .mobileico {
  background: url(/chatStyleDefault/common/image/common/ico_mobile.svg)
    no-repeat 0 center;
  display: inline-block;
  width: 10px;
  height: 12px;
  vertical-align: middle;
}
.people .person .preview {
  font-size: 13px;
  display: block;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  line-height: 19px;
  padding-right: 50px;
  min-height: 19px;
}
.people .person .count {
  font-size: 13px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 11px;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  right: 16px;
  bottom: 13px;
  background-color: #fe4f42 !important;
}

.people .person .absence {
  display: inline-block;
  padding: 3px 10px;
  background-color: #fefefe;
  border-radius: 12px;
  color: #828282;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  max-width: calc(100% - 250px);
}
.people .person .absence > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: center;
}
.people .person .absence > span:first-child {
  color: #222;
  margin-bottom: 3px;
}
.people .person .statusMessage {
  position: relative;
  font-size: 11px;
  color: #999999;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #e3e3e3;
  margin-left: 52px;
  padding: 1px 8px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

/* 공통 프로필 사진 */
.profile-photo {
  position: relative;
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  border-radius: 24px;
  box-sizing: border-box;
  border: 1px solid #efefef;
}

.profile-photo-disable {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  border-radius: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-photo .status {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.profile-photo-disable .status {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #9d9d9d !important;
}

.status.online {
  background-color: #7ed321;
}
.status.busy {
  background-color: #e9a7f5;
}
.status.doNotDisturb {
  background-color: #fc7350;
}
.status.beRightBack {
  background-color: #fdcf2f;
}
.status.offWork {
  background-color: #a5badf;
}
.status.away {
  background-color: #ffffff;
  border: 1px solid #c7cfd1 !important;
  box-sizing: border-box;
}
.status.offline {
  background-color: #cacaca;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  margin-right: 8px;
  border-radius: 51px;
}

.profile-photo-disable img {
  width: 100%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  margin-right: 8px;
  border-radius: 51px;
  filter: opacity(0.5) drop-shadow(0 0 0 black);
}
.profile-photo.default {
  background: #f3f3f3
    url(/chatStyleDefault/common/image/common/profile_nophoto.svg) no-repeat
    center !important;
}

.profile-photo-disable.default {
  background: #f3f3f3
    url(/chatStyleDefault/common/image/common/profile_nophoto.svg) no-repeat
    center !important;
}
.profile-photo-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: left;
  width: 42px;
  height: 42px;
}
.profile-photo-group.two .profile-photo {
  width: 25px;
  height: 25px;
  margin-right: 0;
  background-size: 25px auto !important;
}
.profile-photo-group.two .profile-photo:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.profile-photo-group.three .profile-photo {
  width: 23px;
  height: 23px;
  margin-right: 0;
  background-size: 24px auto !important;
}
.profile-photo-group.three .profile-photo:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 3;
}
.profile-photo-group.three .profile-photo:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.profile-photo-group.three .profile-photo:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.profile-photo-group.four .profile-photo {
  width: 19px;
  height: 19px;
  margin-right: 0;
  background-size: 21px auto !important;
}
.profile-photo-group.four .profile-photo:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.profile-photo-group.four .profile-photo:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}
.profile-photo-group.four .profile-photo:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.profile-photo-group.four .profile-photo:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.people .person.group .name {
  line-height: 40px;
}

/* 채팅목록 */
.MessageList {
  width: 100%;
  height: calc(100% - 124px);
  overflow-y: auto;
  display: inline-block;
}
.MessageList .people {
  width: 100%;
}
.MessageList .people .person {
  position: relative;
  width: 100%;
  padding: 13px 16px;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 68px;
}

.MessageList .people .person.active,
.MessageList .people .person:hover {
  border: 0;
  width: 100%;
  background: #f6f6f6;
}
.MessageList .people .person.active:after,
.MessageList .people .person:hover:after {
  display: none;
}

/* profile image 없을경우 이름 앞글자 표시 */
.profile-photo .spare-text {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-photo-disable .spare-text {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-photo-group.two .spare-text {
  top: 6px !important;
  left: 6px !important;
  font-size: 10px !important;
}
.profile-photo-group.three .spare-text {
  top: 5px !important;
  left: 5px !important;
  font-size: 10px !important;
}
.profile-photo-group.four .spare-text {
  top: 3px !important;
  left: 3px !important;
  font-size: 10px !important;
}
.profile-con-box .spare-text {
  top: 50px !important;
  left: 35px !important;
  font-size: 50px !important;
}
.top .profile-photo .spare-text {
  top: 8px !important;
  left: 8px !important;
  font-size: 10px !important;
}

/* 대화상대 */
.PeopleList {
  width: 100%;
  height: calc(100% - 124px);
  overflow-y: auto;
  display: inline-block;
}
.PeopleList .people {
  width: 100%;
}
.ListDivisionLine {
  display: block;
  width: 100%;
  padding: 7px 16px 8px 16px;
  box-sizing: border-box;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  position: relative;
}
.PeopleList .people .person .profile-photo {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #efefef;
}
.PeopleList .people .person .profile-photo-disable {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  border-radius: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.PeopleList .people .person .name {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal !important;
}
.ListDivisionLine:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/chatStyleDefault/common/image/common/ico_list_arrow_down.svg)
    no-repeat center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background-size: 16px auto;
  margin-right: 3px;
}
.ListDivisionLine.show:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/chatStyleDefault/common/image/common/ico_list_arrow_up.svg)
    no-repeat center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background-size: 16px auto;
  margin-right: 3px;
}
.groupPeople:hover {
  background: none;
}
.groupPeople.show {
  display: block;
}
.groupPeople {
  display: none;
}
.groupPeople li.person {
  padding-left: 32px;
}
.contextArea .groupName {
  font-weight: 600;
  padding: 3px;
  font-size: 12px;
}

.ListDivisionLine:hover {
  border: 0;
  width: 100%;
  background: #f6f6f6;
}

/* 조직도 */
.OrgList {
  width: 100%; /*height: calc(100% - 124px);overflow-y:auto;*/
  display: inline-block;
}
.OrgList .org_tree_wrap {
  width: 100%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 0 0 41px;
  position: relative;
  min-height: 43px;
}
.OrgList .org_tree_wrap .top_folder {
  display: inline-block;
  overflow: hidden;
  width: 25px;
  height: 19px;
  position: absolute;
  left: 19px;
  top: 17px;
  text-indent: -9999px;
  border: 0;
  padding: 0;
}
.OrgList .org_tree_wrap .scr_h {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  padding: 13px 0px 10px 0px;
}
.OrgList .org_tree_wrap ul {
  display: table;
  padding: 0 25px 0 5px;
  position: relative;
}
.OrgList .org_tree_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.OrgList .org_tree_wrap li {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.OrgList .org_tree_wrap li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin: 0 8px;
  background: url(/chatStyleDefault/common/image/common/ico_org_arrow_right.svg)
    no-repeat 50% 50%;
  background-size: 5px;
}
.OrgList .org_tree_wrap li:last-child:after {
  display: none;
}
.OrgList .org_tree_wrap li a {
  display: inline-block;
  padding: 1px 7px 2px 8px;
  font-size: 12px;
  text-align: center;
  color: #222;
  line-height: 17px;
  background-color: #efefef;
  border-radius: 10px;
}
.OrgList .org_tree_wrap li:last-child a {
  color: #fff;
  border: 0;
}
.OrgList .people .SbTitleDiv:hover {
  background: #f6f6f6;
}
/* 채널 카테고리 폴더 */
.OrgList .category .org_tree_wrap .top_folder {
  display: inline-block;
  overflow: hidden;
  width: 25px;
  height: 19px;
  position: absolute;
  left: 12px;
  top: 13px;
  text-indent: -9999px;
  border: 0;
  padding: 0;
}
.OrgList .category .org_tree_wrap .scr_h {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  padding: 13px 0px;
}

/* ===== Chat ===== */
.Chat {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-left: 1px solid #efefef;
  box-sizing: border-box;
  background: #fff;
}
.Chat .top {
  width: 100%;
  height: 60px;
  padding: 17px 28px 16px 22px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  position: relative;
}
.Chat .top .name {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  width: calc(100% - 130px);
}
.Chat .top .name .text {
  display: inline-block;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.Chat .top span .usernumber {
  color: #000000;
  font-weight: 600;
  position: relative;
  vertical-align: top;
}
.Chat .top .LeftMenuBox {
  float: right;
  margin: 4px 0;
  display: flex;
  flex-direction: row;
}
.Chat .top .LeftMenuBox button {
  padding: 0;
  margin-left: 8px;
}
.Chat .top .profile-photo {
  width: 27px;
  height: 27px;
  border-radius: 20px;
  background: #fff;
  margin-right: 8px;
}
.Chat .top .profile-photo img {
  border-radius: 20px;
  background: #fff;
}
.Chat .top .status {
  width: 10px;
  height: 10px;
  bottom: -5px;
  right: -5px;
}
.Chat .SearchLayer .Searchbar {
  background-color: #fff;
  width: 100%;
  padding: 0 17px;
  border-radius: 50px;
  border: 1px solid #ddd;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.Chat .SearchLayer .Searchbar .searchico {
  position: absolute;
  left: 0;
  top: 8px;
  height: 15px;
  padding: 0 17px;
  width: 49px;
}
.Chat .SearchLayer .Searchbar .searchdeleteico {
  position: absolute;
  right: 0;
  top: 7px;
  height: 15px;
  padding: 0 17px;
}
.Chat .SearchLayer .Searchbar input {
  padding: 0 0 0 20px;
  height: 30px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}

.Chat .messages-chat {
  min-height: calc(100% - 190px);
  max-height: calc(100% - 190px);
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 0;
}
.Chat .messages-chat.layer {
  min-height: calc(100% - 411px);
  max-height: calc(100% - 411px);
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 0;
}
.Chat .messages-chat.layer-file {
  min-height: calc(100% - 300px);
  max-height: calc(100% - 300px);
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 0;
}
.Chat .messages-chat.layer-all {
  min-height: calc(100% - 525px);
  max-height: calc(100% - 525px);
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 0;
}
.Chat .messages-chat.search-box {
  min-height: calc(100% - 100px) !important;
  max-height: calc(100% - 100px) !important;
}
.Chat .messages-chat.search-box.empty {
  text-align: center;
  margin-top: 50px;
}
.dateinfo {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.dateinfo p {
  background-color: #ececec;
  display: inline-block;
  padding: 4px 13px 5px 14px;
  border-radius: 13px;
  color: #666;
  font-size: 12px;
  margin: 0;
  line-height: 17px;
}
.messages-chat-list {
  height: 100%;
  display: inline-block;
  width: 100%;
  padding: 0px 20px 10px;
  box-sizing: border-box;
}
.messages-chat-list li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 0px 8px 0px;
  width: 100%;
  font-size: 13px;
  position: relative;
}
.messages-chat-list li .msgtxt {
  display: inline-block;
  padding: 8px 14px 9px 15px;
  border-radius: 18px;
  max-width: 220px;
  line-height: 140%;
  margin: 0;
  word-break: break-all;
  -ms-user-select: none;
  -moz-user-select: -moz-text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  user-select: text;
  word-wrap: break-word;
}
.messages-chat-list li .emoticon {
  background: none !important;
}
.messages-chat-list li.replies {
  text-align: right;
}
.messages-chat-list li.sent .msgtxt {
  background: #efefef;
  color: #444;
}
.messages-chat-list li.replies .msgtxt {
  color: #222222;
  text-align: left;
}
.messages-chat-list li.replies .msgtxt a {
  color: #222222;
}
.messages-chat-list li.text-only .msgtxt {
  margin: 0 0 0 0;
}
.messages-chat-list li.text-only.sent {
  margin: 0 0 8px 0;
  padding-left: 51px;
  box-sizing: border-box;
}
.messages-chat-list li.text-only.replies {
  margin: 0 15px 8px 0px;
}
.messages-chat-list li .msgname {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.messages-chat-list .chatinfo {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.messages-chat-list .chatinfo .Unreadcount {
  display: block;
  color: #745fe2;
  font-weight: 700;
}
.messages-chat-list .chatinfo .Sendtime {
  color: #999;
}
.messages-chat-list li.sent .chatinfo {
  text-align: left;
  margin-left: 4px;
}
.messages-chat-list li.replies .chatinfo {
  text-align: right;
  margin-right: 4px;
}
.messages-chat-list .profile-photo {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

/*재전송*/
.messages-chat-list .resend-delete {
  background: #fb6045;
  display: inline-block;
  border-radius: 3px;
  height: 22px;
  width: 47px;
  cursor: pointer;
}
.messages-chat-list .resend-delete .resend {
  display: inline-block;
  width: 50%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.messages-chat-list .resend-delete .delete {
  display: inline-block;
  width: 50%;
  height: 100%;
}

/*전송중*/
.messages-chat-list .sending {
  background: url(/chatStyleDefault/common/image/common/ico_chat_sending.svg)
    no-repeat right 0;
  display: inline-block;
  width: 18px;
  height: 16px;
  box-sizing: border-box;
  background-size: 20px;
  vertical-align: bottom;
  background-position: inherit;
}

/*파일*/
.file-message {
  width: 220px;
  min-height: 68px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 15px 0px 25px 0px;
  cursor: pointer;
  margin-top: 7px;
}
.file-message:hover {
  background: #f6ffff;
  border: 1px solid #dff1f1;
}
.file-message .file-type-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: 20px;
  transform: translate(0, -50%);
}
.file-message.doc .file-type-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-doc.svg)
    no-repeat center;
}
.file-message.xls .file-type-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-xls.svg)
    no-repeat center;
}
.file-message.ppt .file-type-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-ppt.svg)
    no-repeat center;
}
.file-message.pdf .file-type-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-pdf.svg)
    no-repeat center;
}
.file-message.img .file-type-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-img.svg)
    no-repeat center;
}
.file-message.etc .file-type-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-etc.svg)
    no-repeat center;
}
.file-message .file-info-txt {
  display: inline-block;
  padding: 0 20px 0 75px;
  width: 100%;
  box-sizing: border-box;
  top: 50%;
}
.file-message .file-info-txt .file-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0;
  max-width: 100%;
  width: 100%;
}
.file-message .file-info-txt .file-size {
  color: #999;
  margin-top: 5px;
  font-size: 12px;
  margin-left: 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-message .file-info-txt .file-period {
  color: #999;
  margin-top: 5px;
  font-size: 12px;
}

.file-message-list {
  min-width: 180px;
  width: 100%;
  max-width: 250px;
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 10px 0px;
  cursor: pointer;
}
.file-list {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.file-list > li {
  margin: 0;
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px;
  box-sizing: border-box;
  position: relative;
}
.file-list > li .s-file-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.file-list > li.doc .s-file-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-doc.svg)
    no-repeat center;
  background-size: 13px;
}
.file-list > li.xls .s-file-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-xls.svg)
    no-repeat center;
  background-size: 13px;
}
.file-list > li.ppt .s-file-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-ppt.svg)
    no-repeat center;
  background-size: 13px;
}
.file-list > li.pdf .s-file-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-pdf.svg)
    no-repeat center;
  background-size: 13px;
}
.file-list > li.img .s-file-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-img.svg)
    no-repeat center;
  background-size: 13px;
}
.file-list > li.etc .s-file-ico {
  background: url(/chatStyleDefault/common/image/common/file-type-etc.svg)
    no-repeat center;
  background-size: 13px;
}
.file-list > li .file-name {
  padding-left: 7px;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 90px);
  max-width: 150px;
}
.file-list > li .file-size {
  color: #999;
  margin-left: 3px;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
  text-align: right;
}
.file-list > li > .file-func-list > span:hover {
  cursor: pointer;
}
.sent .file-message {
  margin-top: 0;
}
.sent .file-message-list {
  margin-top: 0;
}

.file-func-list {
  display: grid;
  grid-template-columns: max-content;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  flex-direction: row;
  justify-content: end;
}
.file-message .file-func-list {
  position: absolute;
  bottom: 5px;
  display: grid;
  grid-template-columns: max-content;
  grid-column-gap: 10px;
  justify-content: end;
  width: -webkit-fill-available;
  padding-right: 10px;
  padding-left: 10px;
  color: #999;
}
.file-func-list .file-func-txt {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.file-func-list .file-func-txt:last-child {
  margin-right: 0px;
}
.file-func-txt:hover {
  text-decoration: underline;
}

.progress-sticke {
  bottom: 80px;
  height: 50px;
  max-width: 70%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  position: sticky;
  text-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(200, 200, 200, 0.9);
}

.progress-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.progress-wrap .progress-box {
  position: absolute;
  width: 90%;
  height: 5px;
  border-radius: 3px;
  top: calc(90% - 10px);
  left: 5%;
  background: #fff;
}
.progress-wrap .progress-box .progress-bar {
  position: relative;
  width: 100%;
  height: 100%;
}
.progress-wrap .progress-box .progress-bar .progress {
  height: 100%;
  border-radius: 3px;
}

/* 책갈피 */

.bookmark-list:hover {
  background: #f6ffff;
  cursor: pointer;
}

.bookmark-list {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 15px 10px;
  cursor: pointer;
}

.bookmark-contents {
  width: 100%;
  height: 100%;
}

.sender-name {
  padding-top: 5px;
}

.bookmark-context {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: grey;
}

.del-bookmark-btn {
  width: 17px;
  padding-top: 15px;
}

/*링크썸네일*/
.link-thumbnail-box {
  border: 1px solid #eee;
  display: inline-block;
  cursor: pointer;
  width: 250px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.link-thumbnail-box .thumbnail {
  width: 100%;
  height: 130px;
  overflow: hidden;
  line-height: 130px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.link-thumbnail-box .thumbnail img {
  width: 100%;
  vertical-align: middle;
  line-height: 130px;
}
.link-thumbnail-box .link-txt {
  padding: 15px 20px;
  text-align: left;
  box-sizing: border-box;
  background-color: #fff;
}
.link-thumbnail-box .link-txt .site-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
}
.link-thumbnail-box .link-txt .site-sub {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #666;
  margin-top: 8px;
}
.link-thumbnail-box .link-txt .site-url {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #999;
  margin-top: 10px;
}

@media screen and (min-width: 735px) {
  .messages-chat-list li .msgtxt {
    max-width: 400px;
  }
}
.Chat .message-input-wrap {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.Chat .message-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 0;
  background-color: #fff;
}
.Chat .message-input .message-to-send {
  width: 100%;
  border: none;
  padding: 10px 16px 0px 16px;
  border-radius: 6px;
  resize: none;
  box-sizing: border-box;
  outline: none;
  height: 50px;
  line-height: 16px;
  font-size: 12px;
}
.Chat .message-input .message-to-send:disabled {
  background-color: white;
}
.Chat .message-input .input-bottombox {
  width: 100%;
  display: inline-block;
  padding: 0px 8px 8px 18px;
  box-sizing: border-box;
}
.Chat .message-input .input-bottombox .sendbtn {
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #ececec;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  outline: none;
  float: right;
}
.Chat .message-input .input-bottombox .sendbtn:hover {
  background: #d4d4d4;
}
.Chat .message-input .input-bottombox .sendbtn svg {
  text-align: center;
  vertical-align: middle;
}
.Chat .message-input .input-bottombox .sendbtn svg path {
  fill: #6d6d6d;
}
.Chat .message-input .input-bottombox .input-icobox {
  float: left;
  margin: 5px 0;
}
.Chat .message-input .input-bottombox .input-icobox button {
  vertical-align: middle !important;
  padding: 0;
  margin-right: 10px;
}
.Chat .message-input .input-bottombox .input-icobox button svg {
  vertical-align: bottom;
}
.ChatDownBtn {
  position: fixed;
  bottom: 144px;
  right: 21px;
  width: 38px;
  height: 38px;
  background: #fff
    url(/chatStyleDefault/common/image/common/ico_chatdownbtn.svg) no-repeat
    center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 3px 5px 1px #ccc;
}
.Chat.newtab {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.start-chat-wrap {
  background: #f9f9f9;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.start-chat-wrap .posi-center {
  width: 200px;
  max-width: 200px;
  text-align: center;
}
.start-chat-wrap .start-chat-img {
  background: url(/chatStyleDefault/common/image/common/img_startchat.svg)
    no-repeat center;
  display: inline-block;
  width: 100%;
  height: 140px;
  background-size: 120px auto;
}
.start-chat-wrap .infotxt {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.start-chat-wrap .loading-newwindow {
  text-align: center;
  width: 70%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-top: 20px;
  border-radius: 30px;
  background: #fff;
  color: #666;
  transition: box-shadow 0.2s;
}
.start-chat-wrap .loading-newwindow:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

/* ===== layer ===== */
.bg_dim {
  z-index: 501;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.bg_dim_layer {
  z-index: 750;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.modalheader {
  height: 48px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
}
.layerWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  z-index: 720;
  display: inline-block;
  max-width: 500px !important;
  background: #fff;
}
.closebtn {
  background: url(/chatStyleDefault/common/image/common/ico_cancelbutton.svg)
    no-repeat center;
  height: 48px;
  width: 48px;
  display: inline-block;
}
.checkbtn {
  background: url(/chatStyleDefault/common/image/common/ico_check_black.svg)
    no-repeat center;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  text-align: right;
  left: "-50px";
  font-weight: bold;
}
.Okbtn {
  height: 48px;
  min-width: 48px;
  max-width: 68px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  text-align: right;
  padding-right: 15px;
  font-weight: 700;
  cursor: pointer;
}
.ChgBtn {
  height: 20px;
  min-width: 35px;
  line-height: 20px;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  border-radius: 2px;
  color: #2bebf5;
  cursor: pointer;
}
.groupEditBtn {
  width: 400px;
  position: fixed;
  height: 40px;
  bottom: 0px;
}
.groupBtnLabel {
  color: white;
  font-size: 16px;
  position: relative;
  text-align: center;
  top: 36%;
}
.modaltit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modaltit p {
  font-weight: 700;
  font-size: 15px;
}

/* ===== RightMenu ===== */
.cover_chat_menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  z-index: 700;
  box-sizing: border-box;
}
.cover_chat_menu .innerbox {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow-y: hidden;
}
.scrollbox {
  height: calc(100% - 42px);
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-y: auto;
}

.cover_chat_menu .MenuList ul li {
  display: block;
}
.cover_chat_menu .MenuList ul li a {
  padding: 18px 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.cover_chat_menu .MenuList ul li a:hover {
  background-color: #f6f6f6;
}
.cover_chat_menu .MenuList ul li a .c_menu_ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 12px;
}
.cover_chat_menu .MenuList .c_menu_ico_01 {
  background: url(/chatStyleDefault/common/image/common/ico_chatmenu_01.svg)
    no-repeat 0 center;
  background-size: 17px auto;
}
.cover_chat_menu .MenuList .c_menu_ico_02 {
  background: url(/chatStyleDefault/common/image/common/ico_chatmenu_02.svg)
    no-repeat 0 center;
  background-size: 17px auto;
}
.cover_chat_menu .MenuList .c_menu_ico_03 {
  background: url(/chatStyleDefault/common/image/common/ico_chatmenu_03.svg)
    no-repeat 0 center;
  background-size: 17px auto;
}
.cover_chat_menu .MenuList .c_menu_ico_04 {
  background: url(/chatStyleDefault/common/image/common/ico_chatmenu_04.svg)
    no-repeat 0 center;
  background-size: 17px auto;
}
.cover_chat_menu .MenuList .c_menu_ico_05 {
  background: url(/chatStyleDefault/common/image/common/ico_chatmenu_05.svg)
    no-repeat 0 center;
  background-size: 17px auto;
}
.cover_chat_menu .MenuList .c_menu_ico_06 {
  background: url(/chatStyleDefault/common/image/common/ico_chatmenu_06.svg)
    no-repeat 0 center;
  background-size: 17px auto;
}
.cover_chat_menu .MenuList .control-loc-right {
  float: right;
  height: 18px;
  vertical-align: middle;
  line-height: 18px;
}
.cover_chat_menu .divideline {
  border-bottom: 1px solid #f0f0f0;
}
.cover_chat_menu .BottomContent {
  border-top: 1px solid #f0f0f0;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  background: #f9f9f9;
}
.cover_chat_menu .BottomContent .ico_chatout {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/chatStyleDefault/common/image/common/ico_chatout.svg)
    no-repeat center;
}
.cover_chat_menu .BottomContent .ico_chatclosure {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/chatStyleDefault/common/image/common/ico_chatclosure.svg)
    no-repeat center;
}

.AddnPersonlist {
  padding: 15px 15px;
}
.AddnPersonlist .titletype01 {
  width: 100%;
  display: inline-block;
}
.InviteUser a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 5px 0;
}
.InviteUser .AddBoxIco {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f3f3f3 url(/chatStyleDefault/common/image/common/ico_plus.svg)
    no-repeat center;
  border-radius: 15px;
  vertical-align: middle;
}
.InviteUser .Addusertxt {
  line-height: 42px;
  display: inline-block;
}
.InviteUser .Extuserbox {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f3f3f3;
  border-radius: 15px;
  vertical-align: middle;
}
.InviteUser .ExtuserImg {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
.AddnPersonlist .people .person {
  padding: 10px 0px;
}
.AddnPersonlist .people li:hover {
  background: none;
}

/* 검색 */
.Active-search .messages-chat {
  min-height: calc(100% - 88px);
  max-height: calc(100% - 88px);
}
.Active-search .ChatDownBtn {
  position: fixed;
  bottom: 60px;
  right: 21px;
}
.SearchLayer {
  display: inline-block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 8px 0 8px 20px;
  box-sizing: border-box;
}
.SearchLayer .Searchbar {
  width: calc(100% - 62px);
  margin-bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.SearchLayer .searchcancel {
  font-size: 13px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.SearchLayer .Searchbar .searchico {
  position: absolute;
  left: 0;
}
.SearchLayer .Searchbar input {
  padding: 0 0 0 20px;
}
.SearchLayer .searchdeleteico {
  position: absolute;
  right: 0;
  height: 33px;
  padding: 0 15px;
}
.SearchLayer-control {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f6f6;
  height: 40px;
  z-index: 100;
}
.SearchLayer-control .numbertxt {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: #666;
  font-size: 13px;
}
.SearchLayer-control .arrowbox {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15px;
}
.SearchLayer-control .up-arrow {
  background: url(/chatStyleDefault/common/image/common/ico_arrow_up.svg)
    no-repeat center;
  height: 40px;
  width: 30px;
  display: inline-block;
}
.SearchLayer-control .down-arrow {
  background: url(/chatStyleDefault/common/image/common/ico_arrow_down.svg)
    no-repeat center;
  height: 40px;
  width: 30px;
  display: inline-block;
}

/* ====== tab ====== */
.tab {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
}
.tab li {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.tab li a {
  display: inline-block;
  color: #999;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  font-size: 13px;
  transition: 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.tabcontent {
  display: none;
}
.tab li.active {
  color: #222;
  border-bottom: 2px solid #333;
}
.tab li.active a {
  color: #222;
}
.tabcontent.active {
  display: block;
}
.tab li:only-child {
  width: 100%;
}
.tab li:nth-last-child(2),
.tab li:nth-last-child(2) + li {
  width: 50%;
}
.tab li:nth-last-child(3),
.tab li:nth-last-child(3) ~ li {
  width: calc(100% / 3);
}
.tab li:nth-last-child(4),
.tab li:nth-last-child(4) ~ li {
  width: 25%;
}
.tab li:nth-last-child(5),
.tab li:nth-last-child(5) ~ li {
  width: 20%;
}
.tab li:nth-last-child(6),
.tab li:nth-last-child(6) ~ li {
  width: calc(100% / 6);
}
.tab li:nth-last-child(7),
.tab li:nth-last-child(7) ~ li {
  width: calc(100% / 7);
}

/* =====  config ===== */
/* on/off control */
.ChatConfigCon ul {
  padding: 0;
  margin: 0;
}
.ChatConfigCon .ChatConfig-list {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.ChatConfigCon .ChatConfig-list .ChatConfig-menu {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 20px 15px 20px 15px;
}

/* setting sub menu */
.ChatConfigCon .ChatConfig-list-sub {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  display: inline-block;
  width: 100%;
  height: 52px;
  position: relative;
}

.ChatConfigCon .ChatConfig-list-sub .ChatConfig-menu-subitem {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 20px 15px 20px 15px;
  margin-left: 12px;
}

.ChatConfigCon .opt_setting {
  float: right;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.opt_setting {
  display: inline-block;
  width: 42px;
  height: 18px;
  padding: 2px;
  border-radius: 10px;
  background: #c8c8c8;
  box-sizing: border-box;
  cursor: pointer;
}
.opt_setting.on {
  text-align: right;
}
.opt_setting .ctrl {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 7px;
}
.full {
  width: 100% !important;
}
.ellip {
  display: -webkit-box !important;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bg_gray {
  background: #ececec !important;
}

.Profile-edit-Con {
  position: relative;
}
.Profile-edit-Con .people .person {
  border-bottom: 0;
}
.Profile-edit-Con .people .person:hover {
  background: none;
}
.Profile-edit-Con .people .person a .subtxt {
  font-size: 13px;
  display: block;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #888;
  line-height: 22px;
  padding-right: 35px;
}
.config-profile-edit-btn {
  display: inline-block;
  color: #222;
  border: 1px solid #222;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  padding: 5px 10px;
  font-size: 13px;
}
.divide-grey-line {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #f6f6f6;
}

.Btn-con-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.Config-save-btn {
  display: inline-block;
  border-radius: 3px;
  padding: 7px 15px;
  text-align: center;
  transition: box-shadow 0.3s;
  width: 100%;
}
.Config-save-btn:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.ChatConfig-list .utill {
  margin: 0 auto 20px;
}
.ChatConfig-list .color-box-wrap {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 10;
  width: 18px;
  height: 18px;
}
.ChatConfig-list .chat-backup {
  background: url(/chatStyleDefault/common/image/common/ico_download.svg)
    no-repeat center;
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
}
.color-box {
  position: relative;
}
.color-box .topH_colorSbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: absolute;
  z-index: 10;
}
.color-box .topH_colorSbox span {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.color-box .topH_colorS {
  position: absolute;
  top: 22px;
  z-index: 4;
}
.color-box .topH_colorS li {
  border: 2px solid #fff;
  display: block;
  width: 18px;
  height: 18px;
}
.color-box .topH_colorS span {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.color-box .topH_colorSbox span:after {
  content: "";
  display: inline-block;
  background: url(/chatStyleDefault/common/image/common/ico_btn_colorSbox.svg)
    no-repeat 80% 80%;
  width: 18px;
  height: 18px;
  background-size: 8px;
}

.ChatConfigCon .Profile-info-input .input {
  display: block;
  position: relative;
  width: 50%;
  padding: 10px 15px 5px 15px;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ChatConfigCon .Profile-info-input .input:last-child {
  border-bottom: 0;
}
.ChatConfigCon .Profile-info-input .input.full {
  width: 100%;
}
.ChatConfigCon .Profile-info-input .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
}
.ChatConfigCon .Profile-info-input .input input {
  position: relative;
  display: inline-block;
  height: auto;
  font-size: 14px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  border: 1px solid #ddd;
  padding: 8px 5px;
}

.ChatConfigCon .Profile-info-input .value {
  position: relative;
  display: inline-block;
  height: auto;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 8px 0px;
}

.ChatConfig-list .link_select_box {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

/* ===== Full Screen Layer ===== */
.FullLayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #fff;
  z-index: 610;
}

/* ===== Add User ===== */
.container.AddUser {
  height: 100%;
}
.container.AddUser .tabcontent {
  height: 100%;
}
.AddUserCon {
  height: calc(100% - 124px);
}
.AddUserCon .SearchbarWrap {
  margin-top: 15px;
}
.AddUserCon .people.chkType .person {
  padding: 0;
}
.AddUserCon .people.chkType .person .con-link {
  display: block;
  padding: 10px 15px;
  width: calc(100% - 52px);
  box-sizing: border-box;
}
.AddUserCon .check {
  position: absolute;
  right: 0px;
  top: 0;
  text-align: center;
  width: 46px;
  height: 68px;
}
.AddUserCon .chkStyle02 label {
  padding: 22px 0;
}
.AddUserCon .AddUser .tab li {
  width: calc(100% / 3);
}

/* Notification Channel */

.NotificationSelectWrap {
  display: flex;
  margin-right: "30px";
  margin-left: "30px";
}

.NotificationChannelList {
  padding: 15px 15px;
}
.NotificationChannel {
  border-radius: 16px;
  padding: 10px;
  position: relative;
  width: 120px;
  height: 150px;
  text-align: center;
  display: inline-block;
}

.NotificationChannel:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.NotificationChannelList .imgBox {
  height: 100px;
  width: 80px;
  margin: auto;
  line-height: 80px;
}

.NotificationChannelList img {
  width: 100%;
  vertical-align: middle;
  filter: drop-shadow(5px 6px 6px #d3d3d3);
}

.NotificationChannelList p {
  font-size: 14px;
  font-weight: 550;
  color: gray;
}

.RequireIcon {
  margin-top: -3px;
}

.org_select_wrap {
  padding: 15px 15px;
  background: #f5f5f5;
  overflow: auto;
  overflow-y: hidden;
  min-height: 62px;
}

.org_select_wrap ul {
  display: table;
}
.org_select_wrap li {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  text-align: center;
  width: 55px;
}
.org_select_wrap li a {
  display: block; /* padding: 0 15px; */
  width: 60px;
  box-sizing: border-box;
}
.org_select_wrap .photo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  overflow: hidden;
}
.org_select_wrap .name {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.org_select_wrap .del {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: -2px;
  background: url(/chatStyleDefault/common/image/common/ico_select_delete.svg)
    no-repeat 0 0;
  background-size: 15px;
}
.org_select_wrap .profile-photo img {
  margin-right: 0;
}
.org_select_wrap .profile-photo {
  margin-right: 0;
  float: none;
}

.org_select_wrap .profile-photo-disable img {
  margin-right: 0;
}
.org_select_wrap .profile-photo-disable {
  margin-right: 0;
  float: none;
}

.org_select_wrap .profile-photo.default {
  background: #fff
    url(/chatStyleDefault/common/image/common/profile_nophoto.svg) no-repeat
    center !important;
  border: 1px solid #eee;
}
.org_select_wrap .profile-photo.group {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico_groupprofile.svg) no-repeat
    center !important;
  border: 1px solid #eee;
}
.org_select_wrap .profile-photo-disable.default {
  background: #fff
    url(/chatStyleDefault/common/image/common/profile_nophoto.svg) no-repeat
    center !important;
  border: 1px solid #eee;
}
.org_select_wrap .profile-photo-disable.group {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico_groupprofile.svg) no-repeat
    center !important;
  border: 1px solid #eee;
}

.add_link_container {
  margin-bottom: 15px;
}

.addLink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.addLink label {
  margin: auto auto auto 0;
}

.addLink input {
  width: 77% !important;
}

.warning_Box {
  text-align: right;
  margin-bottom: 5px;
}

.warning_txt {
  color: red;
  font-weight: 600;
  font-size: 9px;
}

/* ===== AllPhotoView ===== */
.layerWrap .datetxt {
  padding: 0 15px;
  font-size: 13px;
  padding-top: 15px;
}
.photo-list {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.photo-list li {
  display: inline-block;
  width: 116px;
  height: 116px;
  background: #eee;
  float: left;
  margin: 0 5px 5px 0;
  box-sizing: border-box;
  position: relative;
}
.photo-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.photo-list-img {
  background-color: #9d9990;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.photo-list-img:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.photo-list-img img {
  display: block;
  height: 100%;
  width: 100%;
}
.photo-list-img:focus:after,
.photo-list-img:hover:after {
  background-color: #fff;
  opacity: 0.1;
}
.photocheck .photo-list-img:after {
  background-color: #000;
  opacity: 0.4;
}
.photo-list .check {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
}
.photo-list .check .chkStyle02 label > span {
  margin-right: 0;
}

/* ===== AllFileView ===== */
.Layer-fileView .container {
  overflow-y: auto;
  display: inline-block;
  width: 100%;
  height: calc(100% - 48px);
}
.Layer-fileView .file-list {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.Layer-fileView .file-list li {
  width: 100%;
  padding: 0;
}
.Layer-fileView .file-message {
  border: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 15px 0;
}
.Layer-fileView .file-message .check {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

/* ===== LayerSet ===== */
.popup-layer-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 800;
}

.popup-layer {
  background: #fff;
  display: block;
  width: 260px;
  height: auto;
  padding: 25px 20px 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.popup-layer .normaltxt {
  color: #222;
  font-size: 13px;
  line-height: 16px;
}
.popup-layer .tittxt {
  font-size: 14px;
  font-weight: 700;
}
.popup-layer .tittxt:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 15px;
}
.popup-layer .menulist li {
  position: relative;
}
.popup-layer .menulist li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.popup-layer .menulist li:last-child a {
  border: 0;
}
.popup-layer .menulist .check {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.popup-layer .btnbox {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.popup-layer .btnbox a {
  font-weight: 700;
  float: right;
  margin-left: 10px;
  padding: 10px 0;
  box-sizing: border-box;
}
.popup-layer.type03 .btnbox {
  padding-top: 0;
}
.popup-layer.type04 .btnbox {
  padding-top: 0;
}
.popup-layer.type05 {
  padding: 10px 20px 10px 20px;
}
.popup-layer.type06 .normaltxt {
  margin-top: 10px;
}
.popup-layer.type06 .promptBox {
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 28px;
}
.popup-layer.type06 .btnbox {
  padding-top: 10px;
}

/* ===== profile ===== */
.cover_profile {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 600;
  box-sizing: border-box;
  height: 100%;
}
.cover_profile .innerbox {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  min-height: 300px;
}
.profileheader {
  height: 150px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
}
.profileheader .closebtn {
  background: url(/chatStyleDefault/common/image/common/ico_cancel_button.svg)
    no-repeat center;
  height: 48px;
  width: 48px;
  display: inline-block;
}
.profileheader .favoritebtn {
  background: url(/chatStyleDefault/common/image/common/ico_star_off.svg)
    no-repeat center;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  text-align: right;
}
.profileheader .favoritebtn.active {
  background: url(/chatStyleDefault/common/image/common/ico_star_fill.svg)
    no-repeat center;
}
.profile-con-box {
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}
.profile-con-box .profile-photo {
  width: 102px;
  height: 102px;
  float: none;
  margin-right: 0;
  margin-bottom: 8px;
  border: 1px solid #efefef;
  border-radius: 51px;
}
.profile-con-box .profile-photo.default {
  background-size: 70px auto !important;
}
.profile-con-box .profile-photo .status {
  width: 25px;
  height: 25px;
}
.profile-con-box .name {
  display: block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.profile-con-box .team {
  display: block;
  margin-top: 18px;
  color: #999;
  font-weight: 500;
  font-size: 14px;
}
.profile-con-box .role {
  display: block;
  margin-top: 12px;
  color: #999;
  font-weight: 500;
  font-size: 14px;
}
.profile-con-box .phonenumber {
  display: block;
  margin-top: 15px;
  color: #222;
  font-weight: 900;
  font-size: 16px;
}
.profile-link-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 0 28px;
  box-sizing: border-box;
}
.profile-link-btn .inner {
  padding: 22px 0;
  border-top: 1px solid #dddddd;
}
.profile-link-btn ul {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.profile-link-btn ul li {
  display: inline-block;
  width: 80px;
  height: auto;
  padding: 0 10px;
}
.profile-link-btn ul li a {
  display: inline-block;
  padding-top: 32px;
}
.profile-link-btn ul li a span {
  font-size: 12px;
  color: #999999;
}

.link-btn-chat a {
  background: url(/chatStyleDefault/common/image/common/ico_link_btn_chat.svg)
    no-repeat center 0;
}
.link-btn-call a {
  background: url(/chatStyleDefault/common/image/common/ico_link-btn-call.svg)
    no-repeat center 0;
}
.link-btn-mail a {
  background: url(/chatStyleDefault/common/image/common/ico_link-btn-mail.svg)
    no-repeat center 0;
}

/*type2*/
.cover_profile.type2 {
  user-select: text !important;
}
.cover_profile.type2 .profileheader {
  height: 99px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
}
.cover_profile.type2 .pro-photobox {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 40px;
}
.cover_profile.type2 .profile-con-box {
  position: relative;
  left: 0;
  top: -54px;
  transform: none;
  text-align: left;
  padding: 0;
  margin: 0 54px;
  height: calc(100% - 150px);
}
.cover_profile.type2 .profile-con-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cover_profile.type2 .profile-con-sub {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.cover_profile.type2 .profile-con-sub::-webkit-scrollbar {
  width: 5px;
}
.cover_profile.type2 .profile-con-sub::-webkit-scrollbar-thumb {
  background-color: #00000033;
  border-radius: 5px;
}
.cover_profile.type2 .profile-con-sub::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}
.cover_profile.type2 .profile-con-main .name-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cover_profile.type2 .profile-con-main .name-wrap .name {
  width: fit-content;
  font-size: 22px;
  line-height: 32px;
  color: #222222;
  letter-spacing: 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cover_profile.type2 .profile-con-box .team {
  color: #999999;
  display: inline-block;
  width: fit-content;
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cover_profile.type2 .abcense-wrap {
  padding: 5px 10px;
  width: fit-content;
  border-radius: 14px;
  position: absolute;
  top: 15px;
  right: -38px;
  font-size: 12px;
  font-weight: bold;
}

.cover_profile.type2 .profile-con-sub .inner .info-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}
.cover_profile.type2 .profile-con-sub .inner .info-wrap .info-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.cover_profile.type2 .profile-con-sub .inner .info-wrap .info-label {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  min-width: 52px;
  margin-right: 24px;
}
.cover_profile.type2 .profile-con-sub .inner .info-wrap .info-value {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  font-weight: bold;
  word-break: break-all;
}

/*type3*/
.cover_profile.type3 {
  width: 390px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.cover_profile.type3 .profileheader {
  height: 185px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
}
.cover_profile.type3 .pro-photobox {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 20px;
}
.cover_profile.type3 .profile-con-box {
  position: relative;
  top: -147px;
  left: 0;
  transform: none;
  text-align: left;
  padding: 0 50px;
}
.cover_profile.type3 .profile-con-box .profile-photo {
  float: left;
}
.cover_profile.type3 .profile-con-box .txtbox {
  display: inline-block;
  width: calc(100% - 120px);
  padding: 42px 0 0 20px;
  box-sizing: border-box;
}
.cover_profile.type3 .profile-con-box .name {
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 22px;
}
.cover_profile.type3 .profile-con-box .team {
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
}

.cover_profile.type3 .pro-infobox > dl {
  display: table;
  width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 13px 0;
}
.cover_profile.type3 .pro-infobox > dl + dl {
  margin-top: 0;
}
.cover_profile.type3 .pro-infobox > dl > dt,
.cover_profile.type3 .pro-infobox > dl > dd {
  display: table-cell;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.cover_profile.type3 .pro-infobox > dl > dt {
  font-weight: normal;
  width: 110px;
  font-size: 17px;
  color: #999;
}
.cover_profile.type3 .pro-infobox > dl > dd {
  font-size: 17px;
  font-weight: 700;
}

/* ===== contextmenu ===== */
.react-contextmenu {
  z-index: 800;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  padding: 2.5px 0;
}
.react-contextmenu .react-contextmenu-item {
  padding: 7.5px 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 17px;
  outline: none;
}
.react-contextmenu .react-contextmenu-item:hover {
  background: #f6f6f6;
}
.react-contextmenu-item.react-contextmenu-item--divider {
  width: 100%;
  height: 1px;
  background: #ddd;
  padding: 0 15px;
  box-sizing: border-box;
}
.react-contextmenu .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4.5px;
  transform: translate(0, 2px);
  vertical-align: middle;
}
.messages-chat-list .react-contextmenu-wrapper {
  display: inline-block;
}

/* =====  Newwindow ===== */
.Chat.Newwindow {
  width: 100%;
  display: block;
  overflow-y: hidden;
}

/* =====  Loading ===== */
.loadingBack {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 800;
}
.loadingBack .loading-gif {
  background: url(/chatStyleDefault/common/image/common/loader.gif) no-repeat
    center;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-size: 100%;
}

/* =====  fileUpload-Drag and Drop ===== */
.fileUpBack {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 700;
}
.fileUpBack .file-upload-ico {
  background: url(/chatStyleDefault/common/image/common/ico_fileUpload.svg)
    no-repeat center;
  display: inline-block;
  width: 130px;
  height: 130px;
  background-size: 100%;
}
.fileUpBack .infotxt {
  color: #666;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  line-height: 130%;
}
.before-send-file-wrap {
  position: absolute;
  bottom: 136px;
  left: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 136px;
  z-index: 100;
  overflow-y: auto; /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 0 -10px 5px -4px rgba(0, 0, 0, 0.05);
}
.before-send-file-wrap .file-list > li {
  padding: 7px 30px 7px 20px;
  width: 100%;
  position: relative;
}
.before-send-file-wrap .file-list > li .file-name {
  max-width: 100%;
}
.before-send-file-wrap .del {
  display: inline-block;
  width: 30px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url(/chatStyleDefault/common/image/common/ico_select_delete.svg)
    no-repeat center;
  background-size: 15px;
  cursor: pointer;
  transform: translate(0, -50%);
}

/* =====  Desktop App TopBar ===== */
.TopBar {
  background: #fff;
  height: 30px;
  width: 100%;
  z-index: 990;
  position: relative;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.TopBar.default {
  float: right;
  width: calc(100% - 55px);
}
.topbar-name {
  color: #444;
  float: left;
  line-height: 27px;
  max-width: calc(100% - 195px);
}
.rightCont {
  float: right;
}
.rightCont button {
  display: inline-block;
  width: 40px;
  height: 29px;
  background-size: 100%;
}
.rightCont .minisize {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico_topbar_mini.svg) no-repeat
    center;
}
.rightCont .minisize:hover {
  background: #f2f2f2
    url(/chatStyleDefault/common/image/common/ico_topbar_mini.svg) no-repeat
    center;
}
.rightCont .close {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico_topbar_close.svg) no-repeat
    center;
}
.rightCont .close:hover {
  background: #f2f2f2
    url(/chatStyleDefault/common/image/common/ico_topbar_close.svg) no-repeat
    center;
}
.rightCont .alwaysontop {
  background: #fff url(/chatStyleDefault/common/image/common/ico_pin_black.svg)
    no-repeat center;
}
.rightCont .alwaysontop:hover {
  background: #f2f2f2
    url(/chatStyleDefault/common/image/common/ico_pin_black.svg) no-repeat
    center;
}

/* ===== Size ===== */
@media screen and (max-width: 1000px) {
  .Chat {
    /* display: none; */
  }
  .ListCont {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .Chat {
    width: 68%;
  }
}

/* ======= Animation ===== */
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }

  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.msgtxt.shake {
  animation-name: spaceboots;
  animation-duration: 0.8s;
  transform-origin: 50% 50%;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

/* ===== Before file transfer ===== */
.Before-file-transfer {
  position: absolute;
  width: 100%;
  height: 110px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 135px;
  left: 0;
  right: 0;
  z-index: 101;
  overflow-y: hidden;
  white-space: nowrap;
}
.Before-file-transfer ul {
  display: block;
  width: 100%;
  height: 110px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.Before-file-transfer ul > li {
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.Before-file-transfer .file-message {
  position: relative;
  cursor: inherit;
  min-width: 180px;
  max-width: 180px;
}
.Before-file-transfer .del {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -6px;
  top: -6px;
  background: url(/chatStyleDefault/common/image/common/ico_select_delete.svg)
    no-repeat 0 0;
  background-size: 20px;
  cursor: pointer;
}

/* ===== Emoticon ===== */
.chat_sticker {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 220px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fafcfd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 136px;
  left: 0;
  right: 0;
  z-index: 101;
}
.chat_sticker_tab {
  padding: 0 29px;
}
.chat_sticker_tab .chat_sticker_prev,
.chat_sticker_tab .chat_sticker_next {
  overflow: visible;
  position: absolute;
  top: 0;
  width: 28px;
  height: 44px;
  border: 0;
  background-color: #fafcfd;
  font-size: 11px;
  vertical-align: top;
  cursor: pointer;
}
.chat_sticker_tab .chat_sticker_prev i,
.chat_sticker_tab .chat_sticker_next i {
  display: inline-block;
}
.chat_sticker_tab .chat_sticker_prev span,
.chat_sticker_tab .chat_sticker_next span {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  font-size: 0;
  line-height: 0;
}
.chat_sticker_tab .chat_sticker_prev em,
.chat_sticker_tab .chat_sticker_next em {
  opacity: 0.06;
  filter: alpha(opacity=6);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
  z-index: 999;
}
.chat_sticker_tab .chat_sticker_prev {
  left: 0;
}
.chat_sticker_tab .chat_sticker_prev em {
  left: 28px;
}
.chat_sticker_tab .chat_sticker_prev i {
  background: url(/chatStyleDefault/common/image/common/ico_emo_arrow_prev.svg)
    no-repeat center;
  width: 7px;
  height: 19px;
  background-size: 7px auto;
}
.chat_sticker_tab .chat_sticker_prev:hover i {
  background: url(/chatStyleDefault/common/image/common/ico_emo_arrow_prev.svg)
    no-repeat center;
  background-size: 7px auto;
}
.chat_sticker_tab .chat_sticker_prev.disable i {
  background: url(/chatStyleDefault/common/image/common/ico_emo_arrow_prev_dis.svg)
    no-repeat center;
  width: 7px;
  height: 19px;
  background-size: 7px auto;
}
.chat_sticker_tab .chat_sticker_next {
  right: 0;
}
.chat_sticker_tab .chat_sticker_next em {
  right: 28px;
}
.chat_sticker_tab .chat_sticker_next i {
  background: url(/chatStyleDefault/common/image/common/ico_emo_arrow_next.svg)
    no-repeat center;
  width: 7px;
  height: 19px;
  background-size: 7px auto;
}
.chat_sticker_tab .chat_sticker_next:hover i {
  background: url(/chatStyleDefault/common/image/common/ico_emo_arrow_next.svg)
    no-repeat center;
  background-size: 7px auto;
}
.chat_sticker_tab .chat_sticker_next.disable i {
  background: url(/chatStyleDefault/common/image/common/ico_emo_arrow_next_dis.svg)
    no-repeat center;
  width: 7px;
  height: 19px;
  background-size: 7px auto;
}
.chat_sticker_tab .chat_lst_sticker_set {
  overflow: hidden;
  height: 45px;
  white-space: nowrap;
}
.chat_sticker_tab .chat_lst_sticker_set button,
.chat_sticker_tab .chat_lst_sticker_set .btn_setup {
  overflow: visible;
  position: relative;
  display: inline-block;
  width: 56px;
  height: 44px;
  border: 0;
  background-color: #fafcfd;
  font-size: 11px;
  vertical-align: top;
  cursor: pointer;
}
.chat_sticker_tab .chat_lst_sticker_set > li {
  float: left;
}
.chat_sticker_tab .chat_lst_sticker_set > li + li {
  margin-left: -1px;
}
.chat_sticker_tab .chat_lst_sticker_set > li.on button:after {
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 11;
  width: 100%;
  height: 3px;
  background-color: #745fe2;
  content: "";
}
.chat_sticker_tab .chat_lst_sticker_set > li > img {
  margin-top: 1px;
}
.chat_sticker_tab .chat_lst_sticker_set > li .btn_setup {
  width: 42px;
  height: 18px;
  padding: 13px 0;
  text-align: center;
}
.chat_sticker_list {
  padding: 10px 0;
  overflow: hidden;
  float: left;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 175px;
  border-top: 1px solid #dee0e5;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.chat_sticker_list ul {
  overflow: hidden;
}
.chat_sticker_list li {
  float: left;
  width: 25%;
  height: 70px;
  margin: 0 0 10px 0;
}
.chat_sticker_list li.on:after {
  display: none;
}
.chat_sticker_list a {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  vertical-align: middle;
}
.chat_sticker_list a:hover {
  background: #f6f6f6;
  border-radius: 10px;
}
.chat_sticker_list a img {
  width: 100%;
  vertical-align: middle;
}
.chat_sticker_list a:after {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.chat_sticker_list a span {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  font-size: 0;
  line-height: 0;
}
.chat_sticker_tab .chat_lst_sticker_set > li .stickerPackBtn:hover {
  background: #f1f1f1;
}
.chat_sticker_tab .chat_lst_sticker_set > li .stickerPackBtn img {
  -webkit-filter: grayscale(100%);
  filter: gray;
  width: 35px;
  height: 35px;
}
.chat_sticker_tab .chat_lst_sticker_set > li.on .stickerPackBtn img {
  -webkit-filter: none;
  filter: none;
}

.chat_sticker_tab .chat_lst_sticker_set > li .stickerPackBtn .image {
  opacity: 0.5;
  width: 20px;
  height: 20px;
}
.chat_sticker_tab .chat_lst_sticker_set > li.on .stickerPackBtn .image {
  opacity: 1;
}

.chat_sticker_list .emoji-icon {
  font-size: 22px;
  padding: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  float: left;
  margin: 5px;
  text-align: center;
}

@media (min-width: 568px) {
  .chat_sticker_list li {
    width: calc(100% / 5);
  }
}

@media (min-width: 680px) {
  .chat_sticker_list li {
    width: calc(100% / 6);
  }
}

@media (min-width: 764px) {
  .chat_sticker_list li {
    width: calc(100% / 6);
  }
}

@media (min-width: 840px) {
  .chat_sticker_list li {
    width: calc(100% / 7);
  }
}

@media (min-width: 950px) {
  .chat_sticker_list li {
    width: calc(100% / 6);
  }
}

@media (min-width: 961px) {
  .chat_sticker_list li {
    width: calc(100% / 7);
  }
}

@media (min-width: 1068px) {
  .chat_sticker_list li {
    width: calc(100% / 7);
  }
}

@media (min-width: 1187px) {
  .chat_sticker_list li {
    width: calc(100% / 8);
  }
}

@media (min-width: 1300px) {
  .chat_sticker_list li {
    width: calc(100% / 8);
  }
}
@media (min-width: 1600px) {
  .chat_sticker_list li {
    width: calc(100% / 9);
  }
}

@media (min-width: 1920px) {
  .chat_sticker_list li {
    width: calc(100% / 10);
  }
}

/* ===== System-talk ===== */
.system-talk .msgtxt {
  width: 250px;
  border: 1px solid #eee;
  background: #fff url(/chatStyleDefault/common/image/common/ico-alarm-bell.svg)
    no-repeat 20px 30px !important;
  padding: 80px 20px 20px 20px !important;
  box-sizing: border-box;
}
.system-talk .system-btn {
  width: 100%;
  display: inline-block;
  background: #745fe2;
  padding: 10px 12px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 10px 0 0 0;
  transition: box-shadow 0.3s;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.system-talk .system-btn:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.system-talk .sys-tit {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

/* ===== Channel ===== */
.private {
  background: url(/chatStyleDefault/common/image/common/ico_channel_private.svg)
    no-repeat 0 center !important;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.private-img {
  background: #efefef url(/chatStyleDefault/common/image/common/ico_private.svg)
    no-repeat center;
}
.addchannel-btn {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #fff
    url(/chatStyleDefault/common/image/common/ico_channel_add.svg) no-repeat
    center !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 3px;
  border: 1px solid #ddd;
}
.Layer-AddChannel-Con {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box;
}
.Layer-AddChannel .add-cover-photo {
  width: 130px;
  height: 130px;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  background: #f2f2f2
    url(/chatStyleDefault/common/image/common/ico_photo_camera.svg) no-repeat
    center 40%;
  background-size: 50px auto;
  cursor: pointer;
  margin-bottom: 30px;
}
.Layer-AddChannel .add-cover-photo:hover {
  background: #f6f6f6
    url(/chatStyleDefault/common/image/common/ico_photo_camera.svg) no-repeat
    center 40%;
  background-size: 50px auto;
}
.Layer-AddChannel .add-cover-photo span {
  color: #999;
  font-size: 13px;
  text-align: center;
  padding-top: 90px;
  display: inline-block;
}
.Layer-AddChannel .Profile-info-input .input,
.Layer-AddUser .Profile-info-input .input {
  display: block;
  position: relative;
  width: 50%;
  padding: 12px 0 5px 0;
  border-bottom: none;
  float: left;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Layer-AddChannel .Profile-info-input .input:last-child,
.Layer-AddUser .Profile-info-input .input:last-child {
  border-bottom: 0;
}
.Layer-AddChannel .Profile-info-input .input.full,
.Layer-AddUser .Profile-info-input .input.full {
  width: 100%;
}
.Layer-AddChannel .Profile-info-input .input > label,
.Layer-AddUser .Profile-info-input .input > label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
  text-align: left;
}
.Layer-AddChannel .Profile-info-input .input input,
.Layer-AddUser .Profile-info-input .input input {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 14px;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.Layer-AddUser .input.full {
  padding: 5px 30px;
}
.Layer-AddChannel .checkbox-wrap {
  margin-top: 10px;
  text-align: left;
}
.Layer-AddChannel .chkStyle01 {
  color: #222 !important;
  display: inline-block;
  text-align: left;
  margin-right: 15px;
}
.Layer-AddChannel .chkStyle01 input[type="radio"] {
  position: absolute !important;
  left: -999999px !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}
.Layer-AddChannel .chkStyle01 label {
  cursor: pointer;
  display: block !important;
  line-height: 15px !important;
  font-size: 13px;
}

.popup-layer-wrap.Layer-AddChannel {
  text-align: center;
}
.popup-layer-wrap.Layer-AddChannel .popup-layer {
  width: 350px;
  padding: 35px 20px 10px 20px;
}
.popup-layer-wrap.Layer-AddChannel .add-cover-photo {
  width: 100px;
  height: 100px;
  margin: 0;
}
.popup-layer-wrap.Layer-AddChannel .add-cover-photo span {
  padding-top: 75px;
}

.layer-bottom-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 15px 30px 25px 30px;
  box-sizing: border-box;
}
.Btn-pointcolor-full {
  width: 100%;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: box-shadow 0.3s;
}
.Btn-pointcolor-full:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
.Layer-AddChannel .org_tree_wrap {
  border-bottom: 0;
}

.link_select_box {
  position: relative;
  cursor: default;
}
.link_select_box a {
  position: relative;
  display: block;
  padding-left: 15px;
  overflow: hidden;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: left;
  box-sizing: border-box;
}
.link_select_box a.on {
  border: 1px solid #555;
}

.link_select_box a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(/chatStyleDefault/common/image/common/ico_select_arrow.svg)
    no-repeat center;
}
.link_select_box ul {
  position: absolute;
  top: 40px;
  padding: 0;
  width: fit-content;
  max-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 30;
  box-sizing: border-box;
  border-top: 0;
}
.link_select_box ul > li {
  padding: 10px 15px;
  line-height: 1.2;
  font-size: 13px;
  color: #666;
  text-align: left;
  transform: skew(-0.1deg);
  cursor: pointer;
}
.link_select_box ul > li:hover {
  background: #f9f9f9;
}
.link_select_box.type1 a {
  width: 100px;
  height: 34px;
  line-height: 30px;
}
.link_select_box.type1 ul {
  width: 100px;
  top: 34px;
}
.link_select_box.type1 li {
  padding: 10px 5px;
}
.link_select_box.type2 a {
  width: 70px;
  height: 34px;
  line-height: 30px;
}
.link_select_box.type2 ul {
  width: 70px;
  top: 34px;
}

.ListDivisionLine.noarrow:after {
  background: none;
}

.meassage-newline {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.meassage-newline p {
  background: #ececec url(/chatStyleDefault/common/image/common/ico_mark.svg)
    no-repeat 10px center;
  display: inline-block;
  padding: 5px 12px 5px 30px;
  border-radius: 15px;
  color: #666;
  font-size: 12px;
  margin: 0;
}
.message-summary {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.message-summary p {
  background: #0095eb;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.meassage-noticepin {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.meassage-noticepin p {
  background: #ececec url(/chatStyleDefault/common/image/common/ico_pin.svg)
    no-repeat 10px center;
  display: inline-block;
  padding: 5px 12px 5px 27px;
  border-radius: 15px;
  color: #666;
  font-size: 12px;
  margin: 0;
}

/*채널 목록 가로보기*/
.ChannelListHorizon {
  padding: 8px 1px 8px 18px;
  width: calc(100% - 35px);
}
.ChannelListHorizon .scrollbar-horizontal {
  position: absolute;
  height: 4px !important;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 10px;
}
.ChannelListHorizon .scrollbar-horizontal .scrollbar-tumb,
.scrollbar-vertical-tumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ChannelListHorizon .channel {
  width: 100%;
}
.ChannelListHorizon .channel .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 56px;
}
.ChannelListHorizon .channel .item:not(:last-of-type) {
  margin-right: 12px;
}
.ChannelListHorizon .channel .item .channelName {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  line-height: 15px;
}
.ChannelListHorizon .channel .item .read {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 8px;
  height: 8px;
  background-color: #fe4f42;
  border-radius: 131px;
}

.channel-category {
  display: inline-block;
  width: 100%;
  padding: 20px 5px 20px 20px;
  box-sizing: border-box;
}
.channel-category li {
  width: calc(100% / 3);
  height: 140px;
  float: left;
  box-sizing: border-box;
  padding: 0 15px 15px 0;
}
.channel-category .category-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.channel-category li:first-child .category-box,
.channel-category li:nth-child(6n + 1) .category-box {
  background: #fff url(/chatStyleDefault/common/image/common/ico-folder-red.svg)
    no-repeat center 25px;
}
.channel-category li:nth-child(6n + 2) .category-box {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico-folder-yellow.svg) no-repeat
    center 25px;
}
.channel-category li:nth-child(6n + 3) .category-box {
  background: #fff url(/chatStyleDefault/common/image/common/ico-folder-sky.svg)
    no-repeat center 25px;
}
.channel-category li:nth-child(6n + 4) .category-box {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico-folder-green.svg) no-repeat
    center 25px;
}
.channel-category li:nth-child(6n + 5) .category-box {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico-folder-blue.svg) no-repeat
    center 25px;
}
.channel-category li:nth-child(6n + 6) .category-box {
  background: #fff
    url(/chatStyleDefault/common/image/common/ico-folder-purple.svg) no-repeat
    center 25px;
}
.channel-category .category-box.all {
  background: #fff url(/chatStyleDefault/common/image/common/ico_all.svg)
    no-repeat center 20px !important;
  background-size: 50px auto !important;
}
.channel-category .category-box:hover {
  background-color: #f9f9f9 !important;
}
.category-box-txt {
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #222;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 15px 0;
  box-sizing: border-box;
}

.list-more-btn {
  background: url(/chatStyleDefault/common/image/common/ico_list_more.svg)
    no-repeat center;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  transform: translate(0, -50px);
}

/* 공지 */
.NoticeBtn {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #fff url(/chatStyleDefault/common/image/common/ico_notice.svg)
    no-repeat center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 3px 5px 1px #ccc;
  background-size: 23px auto;
}
.NoticeLayer {
  width: 100%;
  height: 72px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 100;
}
.NoticeLayer .notice-ico {
  background: #745fe2
    url(/chatStyleDefault/common/image/common/ico_notice-white.svg) no-repeat
    center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin-right: 15px;
}
.NoticeLayer .notice-txt {
  width: calc(100% - 140px);
  float: left;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 85px;
}
.NoticeLayer .txt {
  font-size: 15px;
  line-height: 22px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
.NoticeLayer .txt .msgtxt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.NoticeLayer .subtxt {
  font-size: 13px;
  display: block;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #888;
  line-height: 22px;
  width: 100%;
}
.NoticeLayer .list-more-btn {
  right: 15px;
  transform: unset;
}
.NoticeLayer .notice-new {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #ff6060;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.Notice-all-layer-wrap {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 800;
}
.Notice-all-layer {
  background: #fff;
  display: block;
  width: 350px;
  height: 350px;
  padding: 30px 25px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.Notice-all-layer .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.Notice-all-layer .person {
  margin-bottom: 25px;
}
.Notice-all-layer .name {
  font-size: 15px;
  line-height: 22px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: calc(100% - 138px);
}
.Notice-all-layer .team {
  font-size: 13px;
  display: block;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #888;
  line-height: 22px;
}
.Notice-all-layer .txt-area {
  height: 220px;
  display: inline-block;
  width: 100%;
  overflow-y: auto;
}
.Notice-all-layer .txt-area > p {
  line-height: 22px;
  font-size: 14px;
}

/* 외부사용자추가 */
.addemail {
  display: inline-block;
  width: 100%;
  height: 45%;
  padding: 11px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.addemail .titbox {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.addemail .titbox .icoimage {
  background: #00d981 url(/chatStyleDefault/common/image/common/ico-link.svg)
    no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.addemail .titbox .tittxt {
  font-size: 15px;
  color: #000;
  line-height: 30px;
}
.addemail .titbox .subtxt {
  font-size: 13px;
  color: #999;
  line-height: 17px;
  display: block;
}
.addemail .addemailbtn {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  color: #00d981;
  border: 1px solid #00d981;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  transition: box-shadow 0.3s;
  margin: 20px 0;
}
.addemail .addemailbtn:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.addinput {
  background-color: #fff;
  width: 100%;
  padding: 0 17px;
  border-radius: 50px;
  border: 1px solid #ddd;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  margin: 0 0 10px 0;
  position: relative;
}
.addbottomCon {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.addinput input {
  padding: 0 20px 0 0;
  height: 30px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.addinput .addico {
  position: absolute;
  right: 0;
  height: 30px;
  padding: 0 20px;
  background: url(/chatStyleDefault/common/image/common/ico-addplusgrey.svg)
    no-repeat center;
}
.addemaillist {
  display: inline-block;
  width: 100%;
  overflow-y: hidden;
}
.addemaillist > li {
  font-size: 15px;
  color: #000;
  padding: 10px 8px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.addemaillist > li > span {
  float: left;
}
.addemaillist > li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 7px;
  cursor: pointer;
  float: left;
  background: #ccc
    url(/chatStyleDefault/common/image/common/ico-deletewhite.svg) no-repeat
    center;
}
.addemaillist > li:hover {
  background: #f6f6f6;
}

.NewMessageBtn {
  border-radius: 30px;
  color: #fff;
  position: absolute;
  bottom: 130px;
  padding: 10px 30px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
  width: auto;
  display: inline-block;
}
.NewMessageBtn .ico-arrow {
  background: url(/chatStyleDefault/common/image/common/ico-white-arrow.svg)
    no-repeat center;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.admintag {
  display: inline-block;
  border: 1px solid #745fe2;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 11px;
  color: #745fe2;
  line-height: 11px;
  margin-right: 5px;
  vertical-align: bottom;
}
.AddnPersonlist .people .person .name {
  max-width: calc(100% - 185px);
}

/* 채널 메시지 Context Menu */
.messages-chat-list .react-contextmenu-wrapper {
  display: inline-block;
}

/* ===== Mention ===== */
.Mention-list {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 220px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 136px;
  left: 0;
  right: 0;
  z-index: 101;
  overflow-y: auto;
}
.Mention-list > ul {
  display: inline-block;
  width: 100%;
}
.Mention-list > ul > li > a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
}
.Mention-list > ul > li > a:hover {
  background-color: #f6f6f6;
}
.Mention-list .name {
  font-size: 15px;
  line-height: 22px;
  color: #222;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: calc(100% - 138px);
}
.Mention-list .team {
  font-size: 13px;
  display: block;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #888;
  line-height: 22px;
  padding-right: 35px;
}

/* 이미지 뷰어 */
.image-viewer {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.image-viewer .image-view-number {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 20px;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
}
.image-viewer .image-view-control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
}
.image-viewer .prev {
  background: url(/chatStyleDefault/common/image/common/ico-viewer-arrow-prev.svg)
    no-repeat center;
  display: inline-block;
  width: 30px;
  height: 100px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.image-viewer .next {
  background: url(/chatStyleDefault/common/image/common/ico-viewer-arrow-next.svg)
    no-repeat center;
  display: inline-block;
  width: 30px;
  height: 100px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.image-viewer .left-box {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.image-viewer .left-box > button {
  background: url(/chatStyleDefault/common/image/common/ico-imgpreview-con.svg)
    no-repeat center;
  display: inline-block;
  height: 100%;
  width: 40px;
  float: left;
}
.image-viewer .left-box > button:hover {
  background-color: #e6e6e6;
}
.image-viewer .left-box .zoomin {
  background-position: 12px 12px;
}
.image-viewer .left-box .zoomout {
  background-position: -23px 12px;
}
.image-viewer .left-box .download {
  background-position: -58px 12px;
}
.image-viewer .left-box .clipboard {
  background-position: -96px 12px;
}
.image-viewer .left-box .info {
  background-position: -130px 12px;
}
.image-viewer .left-box .chat {
  background-position: -169px 12px;
}
.imgbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.imgbox img {
  display: flex;
}

/*nodata*/
.nodataBox {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}
.nodataBox .icoimg {
  display: inline-block;
  width: 100%;
  height: 250px;
  background-size: 130%;
}
.nodataBox .subtxt {
  color: #999;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 20px;
  height: 15px;
  margin-bottom: 28px;
}
.nodataBox .goBtn {
  background: #745fe2;
  color: #fff;
  padding: 11px 30px;
  border-radius: 28px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  transition: box-shadow 0.3s;
}
.nodataBox .goBtn:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.nodataBox.channel .icoimg {
  background: url(/chatStyleDefault/common/image/common/img-nodata-channel.svg)
    no-repeat center 80%;
  background-size: 130px auto;
}

/*mobile*/

.mobile-message-input-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 207px;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.mobile-message-input {
  background: #fff;
  padding: 5px 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  display: block;
}
.mobile-message-input-wrap .input-wrapper {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  width: calc(100% - 50px);
  height: 36px;
}
.mobile-message-input-wrap .input-wrapper input {
  height: 36px;
  line-height: 36px;
  border: 0;
  margin: 0;
  padding: 0 10px;
  outline: none;
  color: #5d7185;
  width: calc(100% - 65px);
  box-sizing: border-box;
}
.mobile-message-input-wrap .input-wrapper svg {
  cursor: pointer;
}
.mobile-message-input-wrap .send-btn {
  background: #745fe2 url(/chatStyleDefault/common/image/common/m-send-btn.png)
    no-repeat center;
  background-size: 13px;
  border: none;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  float: right;
  height: 36px;
  line-height: 30px;
  cursor: pointer;
  outline: none;
  width: 36px;
}

.mobile-message-input-wrap .input-icobox {
  float: left;
  height: 38px;
  display: inline-block;
}
.mobile-message-input-wrap .input-icobox button {
  height: 38px;
}
.mobile-message-input-wrap .input-icobox button svg {
  vertical-align: bottom;
}

.emoticon-layer-black {
  width: 100%;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.emoticon-layer-black > img {
  width: 150px;
}
.emoticon-layer-black .closebtn {
  background: url(/chatStyleDefault/common/image/common/mobile/closebtn.png)
    no-repeat center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.JoinBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.Join_Success_Box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  min-width: 300px;
}

.Join_Success_Box .logo-img {
  text-align: center;
  margin: 0 0 25px 10px;
  background: url(/chatStyleDefault/common/image/common/eum-logo.svg) no-repeat
    center;
  display: inline-block;
  width: 100%;
  height: 100px;
}

.Join_Success_Box .LoginBtn.Type1 {
  background-color: #745fe2;
  padding: 10px;
  color: #fff;
}
.JoinBox .input {
  display: block;
  position: relative;
  width: 50%;
  padding: 12px 0 5px 0;
  border-bottom: none;
  float: left;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.JoinBox .input:last-child {
  border-bottom: 0;
}
.JoinBox.full {
  width: 100%;
}
.JoinBox .input > label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 35%;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
}
.JoinBox .input input {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 14px;
  color: #555;
  border-radius: 0;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 65%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.JoinBox .tx_must {
  color: #f86a60;
}
.JoinBox .LoginBtn.Type1 {
  background-color: #745fe2;
  color: #fff;
}
.JoinBox .LoginBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  height: 44px;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.JoinBox_inputWrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.JoinBox_tit {
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.JoinBox_info {
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
}
.JoinBox_info_p {
  line-height: 1.5em;
}
.JoinBox .email_info {
  margin: 10px 0px;
  line-height: 1.5em;
  color: #f86a60;
}
.successWelcome .welcome_title {
  font-size: 37px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #444444;
}

.successWelcome .welcome_context {
  user-select: text;
  padding: 3% 10% 5%;
  margin: 0 10%;
  background: #f9f9f9;
}
.successWelcome .welcomeBtn_div {
  margin-top: 40px;
}
.successWelcome .welcome_info_p1:not(:first-child) {
  margin-top: 10px;
}
.successWelcome .welcome_info_p2 {
  text-align: left;
  margin-top: 20px;
}
.successWelcome > * br {
  display: block;
  margin: 10px 0;
  line-height: 22px;
  content: "";
}
.range-slider input[type="range"] {
  width: 100%;
}
.range-slider input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
}
.range-slider input[type="range"]:focus {
  outline: none;
}
/*webkit (Chrome)의 경우*/
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animation-duration: 0.2s;
  background: #aaa;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 10px;
  border-radius: 3px;
  background: #ddd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px; /*chrome의 경우 margin-top값을 부여해야합니다.*/
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.range-slider input[type="range"]:hover::-webkit-slider-thumb {
  background: #bbb; /*네모버튼에 포커스를 줬을때 뒤에 라인(ㅡ)의 효과*/
}

/* left ex links */
.menu-li.menu-ex {
  background: url(/chatStyleDefault/common/image/common/ico_external_link_default.svg)
    no-repeat center;
}

.menu-li.menu-ex.exlink-coviAI {
  background: url(/chatStyleDefault/common/image/common/ico_external_link_default.svg)
    no-repeat center;
}


/* 이음톡 쪽지기능 추가 */
.NoteList {
  width: 100%; /*height: calc(100% - 124px);overflow-y:auto;*/
  display: inline-block;
}
.NoteList .note_tree_wrap {
  width: 100%;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 4px 14px 12px 14px;
  position: relative;
  min-height: 43px;
}
.NoteList .note_tree_wrap .top_folder {
  display: inline-block;
  overflow: hidden;
  width: 28px;
  height: 23px;
  position: absolute;
  left: 15px;
  top: 10px;
  background: url(/chatStyleDefault/common/image/common/ico_org_folder.svg)
    no-repeat 0 0;
  background-size: 28px auto;
  text-indent: -9999px;
  border: 0;
  padding: 0;
}
.NoteList .note_tree_wrap .scr_h {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.NoteList .note_tree_wrap ul {
  display: table;
  position: relative;
}
.NoteList .note_tree_wrap ul:after {
  content: "";
  display: block;
  clear: both;
}
.NoteList .note_tree_wrap li {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.NoteList .note_tree_wrap li a {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 13px;
  text-align: center;
  color: #666666;
  border-radius: 16px;
  background-color: #f4f4f4;
}
.NoteList .note_tree_wrap li.active a {
  color: #fff;
}
.NoteList .note_tree_wrap li .icon-note {
  margin: 0 6px 0 0;
  vertical-align: sub;
}
.NoteList .note_tree_wrap li.active a .icon-note path {
  fill: #fff;
}
.NoteList .note_info {
  position: relative;
  min-height: 34px;
  padding: 7px 20px 7px 16px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.NoteList .note_info .txt {
  font-size: 13px;
  color: #222;
  line-height: 19px;
}
.NoteList .note_info .txt .count {
  display: inline-block;
  margin-right: 2px;
}
.NoteList .note_info .note_btn a {
  margin-left: 8px;
}
.NoteList .btn_sort {
  padding: 0 0 0 18px;
  font-size: 13px;
  color: #000000;
  background: url(/chatStyleDefault/common/image/common/ico_note_sort.svg)
    no-repeat 0 50%;
}
.NoteList .btn_delete {
  padding: 0 0 0 18px;
  font-size: 13px;
  color: #000000;
  background: url(/chatStyleDefault/common/image/common/ico_note_trash.svg)
    no-repeat 0 50%;
}
.people .person .tit {
  font-size: 14px;
  line-height: 22px;
  color: #222;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: calc(100% - 124px);
}
.people .person .tit.read {
  font-weight: 400;
}
.people .person .tit.unread {
  font-weight: 600;
}
.NoteList .person .team {
  max-width: calc(100% - 124px);
  margin-left: 0;
}
.NoteList .person .profile-photo + .tit {
  max-width: calc(100% - 185px);
}
.NoteList .person .profile-photo + .tit + .team {
  max-width: calc(100% - 185px);
}
.people .person .date {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
  color: #999;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 120px;
}
.fuction_btn {
  position: absolute;
  right: 15px;
  bottom: 12px;
  display: inline-block;
  vertical-align: middle;
}
.fuction_btn a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 1px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
}
.fuction_btn .btn_file {
  margin-top: 1px;
  background: url(/chatStyleDefault/common/image/common/ico_file.svg) no-repeat
    50% 50%;
}
.fuction_btn .btn_file.active {
  background: url(/chatStyleDefault/common/image/common/ico_file_active.svg)
    no-repeat 50% 50%;
}
.fuction_btn .btn_note {
  background: url(/chatStyleDefault/common/image/common/ico_note.svg) no-repeat
    50% 50%;
}
.fuction_btn .btn_note.active {
  background: url(/chatStyleDefault/common/image/common/ico_note_active.svg)
    no-repeat 50% 50%;
}
.fuction_btn .btn_favorite {
  background: url(/chatStyleDefault/common/image/common/ico_star02.svg)
    no-repeat 50% 50%;
}
.fuction_btn .btn_favorite.active {
  background: url(/chatStyleDefault/common/image/common/ico_star02_active.svg)
    no-repeat 50% 50%;
}

.noteWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  z-index: 720;
  display: inline-block;
  background: #fff;
}
.Btn-pointcolor-mini {
  width: auto;
  min-width: 60px;
  height: 30px;
  display: inline-block;
  padding: 0 18px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 29px;
  transition: box-shadow 0.3s;
  box-sizing: border-box;
}
.Btn-pointcolor-mini:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
.layer-bottom-btn-wrap.right {
  padding: 20px 30px;
  text-align: right;
  border-top: 1px solid #eee;
}
.layer-bottom-btn-wrap.right .Btn-pointcolor-mini {
  margin-left: 5px;
}
.layer-bottom-btn-wrap .btn_delete {
  position: absolute;
  left: 30px;
  text-align: left;
  line-height: 29px;
  padding: 2px 0 2px 18px;
  font-size: 13px;
  color: #222;
  background: url(/chatStyleDefault/common/image/common/ico_note_trash.svg)
    no-repeat 0 50%;
}
.Layer-Note-Con {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box;
}
.Layer-Note-Con.pd0 {
  padding: 0;
}
.txtBox {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  font-size: 13px;
  color: #000;
}

.disabled_box {
  pointer-events: none;
  cursor: text;
  z-index: 499;
  background-color: rgba(200, 200, 200, 0.6);
}

.org_select_wrap li.add li.add-disable {
  vertical-align: top;
  margin-top: 10px;
}
.org_select_wrap_txtBox {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.profile-photo.add {
  background: #fff url(/chatStyleDefault/common/image/common/ico_plus.svg)
    no-repeat center !important;
}

.profile-photo.addChange {
  background: #fff url(/chatStyleDefault/common/image/common/ico_change.svg)
    no-repeat center !important;
}

.profile-photo.add-disable {
  background: rgba(0, 0, 0, 0.1)
    url(/chatStyleDefault/common/image/common/ico_plus.svg) no-repeat center !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.Layer-Notepop .Profile-info-input .input {
  display: block;
  position: relative;
  width: 50%;
  padding: 12px 0 5px 0;
  border-bottom: none;
  float: left;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Layer-Notepop .Profile-info-input .input:last-child {
  border-bottom: 0;
}
.Layer-Notepop .Profile-info-input .input.full {
  width: 100%;
}
.Layer-Notepop .Profile-info-input .input > label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
  text-align: left;
}
.Layer-Notepop .Profile-info-input .input input {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 13px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  height: 30px;
  border: 1px solid #ddd;
}
.Layer-Notepop .Profile-info-input .input textarea {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #666;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ddd;
  resize: none;
}
.Layer-Notepop .Profile-info-input .input textarea:focus {
  outline: none;
}
.Layer-Notepop .Profile-info-input .input.full {
  float: none;
}
.Layer-Notepop .Profile-info-input .input.full:first-child {
  padding-top: 0;
}
.file-list_note {
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.file-list_note li,
.file-list_note.type02 li {
  display: table-cell;
  padding-right: 10px;
}
.file-list_note li .file-message {
  max-width: 215px;
  padding: 20px 0px 25px 0px;
}
.file-list_note.type02 {
  margin-top: 5px;
}
.file-list_note.type02 li .file-message {
  max-width: 100%;
  margin-top: 0;
  border-width: 0 0 1px;
  border-radius: 10px;
}
.file-list_note .del {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -3px;
  top: -6px;
  background: url(/chatStyleDefault/common/image/common/ico_select_delete.svg)
    no-repeat 0 0;
  background-size: 15px;
}
.file-list_note .file-message .btn_download {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 0;
  color: transparent;
  /*transform: translate(0, -50%);*/
  background: url(/chatStyleDefault/common/image/common/ico_download_gray.svg)
    no-repeat center;
}
.Layer-Notepop .Profile-info-input .input > label.file {
  background: url(/chatStyleDefault/common/image/common/ico_file.svg) no-repeat
    right center;
  background-size: 12px;
}
.note-txt-tit {
  display: block;
  height: 52px;
  line-height: 51px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.note-txt-cont {
  display: block;
  min-height: 200px;
  line-height: 1.5;
  padding: 20px 25px;
  font-size: 13px;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.send-box .people .person {
  padding: 15px;
}
.send-box .people .person .name {
  padding: 10px;
}
.send-box .people .person .date {
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 16px;
}
.send-box .people .person:hover {
  background: #fff;
}
.receive-box {
  border-top: 1px solid #ddd;
  border-bottom: 6px solid #f6f6f6;
}
.receive-box .people .person {
  padding: 15px;
}
.receive-box .people .person .name {
  padding: 10px;
  max-width: calc(100% - 160px);
}
.receive-box .people .person:hover {
  background: #fff;
}
.receive-box .rtxt {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  min-width: 56px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
}

.toastui-editor-pseudo-clipboard {
  display: none !important;
}

/* 환경설정 글씨 크기 설정 모달 */
.MuiSlider-markLabel,
.MuiSlider-markLabelActive {
  color: #000 !important;
}
