@charset "UTF-8";
/* modal popup css start --> */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
  /* modal header css */
  /* modal body css */
  /* modal footer css */
}
.modal-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-mask .modal-container {
  position: relative;
  margin: 0px auto;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-mask .modal-container-sms {
  position: relative;
  margin: 0px auto;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 20px;
}
.modal-mask .modal-header {
  display: block;
  margin-top: 0;
  padding: 20px;
  background-color: #37bc9b;
  border-radius: 0;
}
.modal-mask .modal-header .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.modal-mask .modal-header .desc {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  padding-top: 10px;
}
.modal-mask .modal-body {
  margin: 0;
  padding: 20px;
}
.modal-mask .modal-body .title {
  color: #656570;
  font-size: 20px;
  font-weight: bold;
}
.modal-mask .modal-body .modal-tbl {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #e4eaec;
  text-align: center;
}
.modal-mask .modal-body .modal-tbl th {
  padding: 10px;
  margin: -1px;
  border: 1px solid #e4eaec;
  line-height: 140%;
  background-color: #dcdcdc;
}
.modal-mask .modal-body .modal-tbl th.primary {
  color: #ffffff;
  background-color: #37bc9b;
}
.modal-mask .modal-body .modal-tbl th.back {
  background-color: #f4f4f4;
}
.modal-mask .modal-body .modal-tbl td {
  padding: 10px;
  margin: -1px;
  border: 1px solid #e4eaec;
  line-height: 140%;
}
.modal-mask .modal-body .modal-tbl td.primary {
  color: #ffffff;
  background-color: #37bc9b;
}
.modal-mask .modal-body .modal-tbl td.mark {
  font-size: 16px;
  color: #37bc9b;
  background-color: #ffffff;
}
.modal-mask .modal-footer {
  display: block;
  padding: 0 20px 20px;
  border: 0;
}
.modal-mask .modal-footer .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.modal-mask .modal-footer .desc {
  font-size: 12px;
  font-weight: normal;
  line-height: 140%;
}
.modal-mask .modal-default-button {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  outline: none;
  color: #fff;
}
.modal-mask .modal-default-button:focus {
  outline: none;
}
.modal-mask .modal-enter {
  opacity: 0;
}
.modal-mask .modal-leave-active {
  opacity: 0;
}
.modal-mask .modal-enter .modal-container,
.modal-mask .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.modal-mask .modal-chat {
  /* talk 현황 control */
  width: 500px;
}
.modal-mask .modal-chat .talk-mems .talk-mem {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
.modal-mask .modal-chat .talk-mems .talk-mem:hover {
  color: #37bc9b;
}
.modal-mask .modal-chat .talk-box {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.modal-mask .modal-chat .talk-box .talk-item .bubble-txt {
  min-height: 36px;
  padding: 14px 12px 4px 32px;
  word-wrap: break-word;
  font-size: 14px;
  color: #656570;
  line-height: 18px;
}
.modal-mask .modal-chat .talk-box .talk-item .left-area {
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 16px;
}
.modal-mask .modal-chat .talk-box .talk-item .left-area .bubble-top {
  padding-left: 20px;
}
.modal-mask .modal-chat .talk-box .talk-item .left-area .bubble {
  width: 271px;
  background: url("/resource/itmhq/img/bubble1_top.png") no-repeat left top;
}
.modal-mask .modal-chat .talk-box .talk-item .left-area .bubble-bottom {
  height: 10px;
  background: url("/resource/itmhq/img/bubble1_bot.png") no-repeat left top;
}
.modal-mask .modal-chat .talk-box .talk-item .right-area {
  text-align: right;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 16px;
}
.modal-mask .modal-chat .talk-box .talk-item .right-area .bubble-top {
  padding-right: 20px;
}
.modal-mask .modal-chat .talk-box .talk-item .right-area .bubble-txt {
  padding: 14px 32px 4px 12px;
  text-align: right;
}
.modal-mask .modal-chat .talk-box .talk-item .right-area .bubble {
  float: right;
  width: 271px;
  background: url("/resource/itmhq/img/bubble2_top.png") no-repeat left top;
}
.modal-mask .modal-chat .talk-box .talk-item .right-area .bubble-bottom {
  height: 10px;
  background: url("/resource/itmhq/img/bubble2_bot.png") no-repeat left top;
}
.modal-mask .modal-chat .talk-box .talk-item .talk-writer {
  font-size: 14px;
  color: #37bc9b;
}
.modal-mask .modal-chat .talk-box .talk-item .talk-wdate {
  font-size: 12px;
  font-weight: normal;
  color: #888888;
}
.modal-mask .modal-chat .talk-input-box {
  height: 100px;
  background-color: #e4eaec;
  padding-top: 10px;
  margin: 0 -20px -20px;
}
.modal-mask .modal-chat .talk-input-box .message {
  float: left;
  width: 370px;
  height: 80px;
  resize: none;
  padding: 10px;
  margin-left: 20px;
}
.modal-mask .modal-chat .talk-input-box .btn-chat {
  float: right;
  width: 89px;
  height: 80px;
  background-color: #37bc9b;
  color: #ffffff;
  border: 1px solid #e4eaec;
  margin-right: 20px;
}

.contact-list .contact-item {
  cursor: pointer;
  padding: 5px;
}
.contact-list .contact-item:hover {
  background-color: #b7eee0;
}
.contact-list .contact-active {
  background-color: #b7eee0;
}

/* --> modal popup css end */
.smile-info {
  text-align: center;
}
.smile-info .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 20px 10px;
  padding-top: 70px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
.smile-info .smile-info-icon1 {
  background-image: url(http://newitm.carrotkr.com/images/score3_on.png);
}
.smile-info .smile-info-icon2 {
  background-image: url(http://newitm.carrotkr.com/images/score2_on.png);
}
.smile-info .smile-info-icon3 {
  background-image: url(http://newitm.carrotkr.com/images/score1_on.png);
}

/*# sourceMappingURL=modal.css.map */
