.hidden {
  display: none;
}

.w210 {
  width: 210px !important;
}

#startDate, #endDate, #sendStartDateStr, #sendEndDateStr, #testDate {
  width: calc((100% - 30px) / 2);
}

.line {
  border-bottom: dashed 1px #e4ebef;
}

.logoText {
  font-family: Helvetica, Noto Sans CJK KR !important;
  font-size: 55px !important;
  font-weight: 900 !important;
}
.logoColor{
  color: #1976D2 !important;
}

/* 선거 20건씩 전송 팝업 테이블 */
.twentyChk {
  vertical-align: middle !important;
  padding-top: 0px !important;
  writing-mode: vertical-lr !important;
}
.twentyTd {
  height: 30px !important;
  font-size: 13px !important;
  padding: 0px 7px !important;
  word-spacing: 0px !important;
}
.marginTop15 {
  margin-top: 15px;
}
.pl24 {
  padding-left: 24px;
}

.floatMessenger {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  bottom: 24px;
  right: 24px;
}
.messengers {
  width: 56px;
  height: auto;
}
.messengers img {
  margin-top: 5px;
  width: 56px;
}


.z_index{
  position: relative;
  z-index: 1;
}
.-mt20{
  margin-top: -20px;
}

.svgWhite {
  filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.swiper-slide > a > img {
  max-width: 100%;
}
.slimScroll{
  scrollbar-width: thin;
}
.slimScroll::-webkit-scrollbar {
  width: 10px;
}
.slimScroll::-webkit-scrollbar-thumb {
  background-color: rgb(194, 194, 194);
  border-radius: 5px;
  background-clip: padding-box;
  border: 3px solid #eaeaea;
}
.slimScroll::-webkit-scrollbar-track {
  background: #eaeaea;
  border: rgb(231, 231, 231) 1px;

}

.send_note_pd20{
  padding: 0px 20px!important;
}

.send_note_pd0{
  padding: 0px 0px!important;
}
.send_note_width{
  max-width: 470px!important;
  width: 470px!important;
}
.send_fast_tx_msg_h{
  height: 340px!important;
}
.send_fast_tx_num_h{
  height: 377px!important;
}

.sendMesgField .sendschedulewrap h3.fast_tit {
  padding: 0 15px;
  margin-bottom: 20px;
  height: 10px;
  display: flex
;
  justify-content: space-between;
  align-items: center;
}


.deleteBtn{
  text-align: center;
  min-width: 60px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #ccc;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  align-items: center;
  cursor: pointer;
  display: grid;
}

/* ***************************
 * 문자발송결과 목록화면 (공통)
 *************************** */
.sendListTR div.mesgtype{
  position: relative;
  display: flex;
  padding: 26px 0px;
  min-width: 200px;
  align-items: center;
}
.smsp {
  padding: 16px 0px !important;
}

.sendListTR div.mesgtype.nsms .kind {
  color: var(--color_nsms);
}
.sendListTR div.mesgtype.nlms .kind {
  color: var(--color_nlms);
}
.sendListTR div.mesgtype.nmms .kind {
  color: var(--color_nmms);
}
.sendListTR div.mesgtype.esms .kind {
  color: var(--color_esms);
}
.sendListTR div.mesgtype.elms .kind {
  color: var(--color_elms);
}
.sendListTR div.mesgtype.emms .kind {
  color: var(--color_emms);
}
.sendListTR div.mesgtype.kkoa .kind {
  color: var(--color_kkoa);
}
.sendListTR div.mesgtype.kkoc .kind {
  color: var(--color_kkoc);
}
.sendListTR div.mesgtype.kkop .kind {
  color: var(--color_kkop);
}
/*디자인대기*/
.sendListTR div.mesgtype.rsms .kind {
  color: var(--color_rsms);
}
.sendListTR div.mesgtype.rlms .kind {
  color: var(--color_rlms);
}
.sendListTR div.mesgtype.rmms .kind {
  color: var(--color_rmms);
}

.sendListTR div.mesgtype .chkbox {
  justify-content: center;
  text-align: center;
  min-width: 50px;
  max-width: 50px;
}
.sendListTR div.mesgtype .chkbox span {
  height: 20px;
}
.sendListTR div.mesgtype .tit {
  justify-content: center;
  flex: 1;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 300px;
  cursor: pointer;
}
.sendListTR div.mesgtype .tit span {
  font-weight: inherit;
}
.sendListTR div.mesgtype .kind {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
  /*cursor: pointer;*/
}
.sendListTR div.mesgtype .caller {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #42434F;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  flex-direction: column;
  text-align: center;
  /*cursor: pointer;*/
}
.sendListTR div.mesgtype .sendtime {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #9195B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  /*cursor: pointer;*/
}
.sendListTR div.mesgtype .tot {
  padding: 0 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: #9FA2BD;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  cursor: pointer;
}
.sendListTR div.mesgtype .status {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
  text-align: center;
  /*cursor: pointer;*/
}
.sendListTR div.mesgtype .status .result {
  /* 전송완료(success)/전송실패(failure)/취소완료(cancel)/예약중(reserv)/결과대기(wait)*/
}
.sendListTR div.mesgtype .status .result.success {
  color: var(--color_status_succ);
}
.sendListTR div.mesgtype .status .result.failure {
  color: var(--color_status_fail);
}
.sendListTR div.mesgtype .status .result.cancel {
  color: var(--color_status_canc);
}
.sendListTR div.mesgtype .status .result.reserv {
  color: var(--color_status_book);
}
.sendListTR div.mesgtype .status .result.wait {
  color: var(--color_status_wait);
}
.sendListTR div.mesgtype span.succ {
  color: var(--color_status_succ);
}
.sendListTR div.mesgtype span.fail {
  color: var(--color_status_fail);
}
.sendListTR div.mesgtype span.issep {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 5px 2px;
  border-radius: 20px;
  z-index: 1;
  background-color: #444;
  color: #fff;
}

.deletedMsg {
  justify-content: center;
  display: flex;
  border-bottom: solid rgb(215, 215, 215) 0.5px;
  padding: 15.5px 0px;
}
.deletedMsg span {
  line-height: 30px;
  font-size: 14px;
  color: #777;
  font-weight: bold;
}
.deletedMsgImg {
  width: 60px;
  height: 60px;
  opacity: 0.4 !important;
}


button.listdown {
  position: relative;
  line-height: 40px;
  box-shadow: var(--shadow_content);
  padding: 0 7px 0 26px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
}

button.listdown:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 5px;
  background: url(../img/icon/ico_excel_c.svg) no-repeat 0 1px/32px;
}

.device_rcs_btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 5px;
  color: #666;
  font-size: 13px;
  cursor: pointer;
}

input#youtubeUrl {
  margin-top: 9px;
  width: 100%;
  border: 1px solid;
  margin-left: 7px;
  height: 65%;
  padding-left: 8px;
}

input#youtubeUrl::placeholder {
  padding-left: 8px;
}

fieldset.searcharea form div.elebtnwrap button.active {
  background-color: #fff !important;
  border: 1px solid #1976D2 !important;;
  color: #1976D2 !important;;
}

#newGroupNameComment {
  margin-left: 20px;
}

#contactStandardComment {
  margin-left: -19px;
}

#divisionCountOptionInfo {
  margin-left: -15px;
}

#divisionGroupOptionInfo {
  margin-left: -52px;
}

#groupStandardComment {
  margin-left: -30px;
}

input[type="datetime-local"] {
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 4px;
  line-height: 29px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  appearance: none;
  width: calc(100% - 80px);
}

input#newGroupName {
  border: solid #777 1px;
  width: 40%;
}



.rcsPreview {
  max-width: 480px;
  margin: auto;
}
.rcsPreview .sendMesgField {
  /*height: calc(75vh - 150px); */
}
.rcsPreview .sendMesgField .middlesendbox {
  border-bottom: none;
  padding-bottom: 0;
  /*height: calc(100% - 20px); */
}
.rcsPreview .sendMesgField .middlesendbox .mesgTitle {
  line-height: 37px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  word-spacing: -2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcsPreview .sendMesgField .middlesendbox .sendboxTextWrap {
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rcsPreview .sendMesgField .middlesendbox .sendboxTextWrap .photoBody {
  height: inherit;
  border-bottom: solid 1px #777;
}
.rcsPreview .sendMesgField .middlesendbox .sendboxTextWrap .photoBody img {
  width: 100%;
  /*height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
}
.rcsPreview .sendMesgField .middlesendbox .sendboxTextWrap .mesgBody {
  height: 100%;
  overflow: hidden auto;
  padding: 10px;
  min-height: 550px;
}
.rcsPreview .sendMesgField .middlesendbox .sendboxTextWrap .mesgBody .mesgContent {
  font-size: 16px;
  line-height: 1.4em;
  word-spacing: -2px;
  white-space: break-spaces;
}
.rcsPreview .diffview {
  height: 60px;
  padding: 0 15px;
  color: #fff;
  line-height: 60px;
  font-size: 13px;
  background-color: #3a3d57;
  margin-top: 25px;
}

.text-ss {
  font-size: 0.695rem;
}

.rcsBtn {
  text-align: center;
  padding: 0.625rem; /* 8.75px */
  border-radius: 0.625rem; /* 8.75px */
  background-color: #E7E7E7;
}

.rcsImgAndContentCommon {
  border-radius: 10px 10px 0 0;
  border-left: 1px;
  border-right: 1px;
  border-top: 1px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #a4a7b1;
  padding: 0.625rem; /* 8.75px */
}

.rcsImgMMSCommon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EDEDED;
}

.rcsButtonCommon {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border-left: 1px;
  border-right: 1px;
  border-top: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #a4a7b1;
  padding: 0.625rem; /* 8.75px */
}

.rcsOnlyMedia {
  border-radius: 10px 10px 10px 10px;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: #a4a7b1;
}

.chatbotFont{
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
}

.displayContent {
  display: contents;
}
.swiper-pagination-bullet {
  /*background: #0000ff !important;*/
}

/**
  브랜드 팝업
 */
.popup-content > span{
  margin: 0.6rem;
  color: #00000033;
  font-size: 16px;
}
.popup-content .active{
  color: #000000;
}
.popup-content > p{
  font-size: 14px;
  font-weight: 500;
  margin: 0.5rem;
}
.popup-content > p > a{
  color: #0080FF;
  font-weight: bold;
}
.popup-content > p > .important-1{
  color: #0080FF;
}
.popup-content > p > .important-2{
  color: #FF0000;
}

.delete_template {
  cursor: pointer;
}

span.text-xsm {
  font-size: 0.75rem; !important;
}

.mt68 {
  margin-top: 68px;
}
.mt44 {
  margin-top: 44px;
}
.mt29 {
  margin-top: 29px;
}
.jconfirm-content{
  scrollbar-width: none; !important;
}

.ele-floating {
  right: 85px !important;
  bottom: 100px !important;
}

.w-fix-224 {
  width: 224px;
}

.overflow-scroll-x {
  overflow-x: auto;
}
.h-fix-48 {
  height: 48px;
}
.h-fix-50 {
  height: 50px;
}
.h-fix-99 {
  height: 99px;
}

.disabled-all-area {
  position: relative;
}

.disabled-all-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}

.z-index1 {
  z-index: 1;
}

.search-box{
  display: flex;
  gap: 5px;
}

.search-box input{
  width:200px;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  padding-left: 4px;
  font-weight: 500;
}
.search-box input:focus {
  border-color: #333333;
  outline: none;
}
.search-box select:focus {
  border-color: #333333;
  outline: none;
}

.search-box select{
  width:200px;
  opacity: 0.3;
  background-color: transparent;
  border-radius: 4px;
  padding-left: 4px;
}

.search-box .search-btn{
  width: 45px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #CCD4DB;
  background: #FFF;
  color: #bdbdbd;
}

.h-fix-441 {
  height: 441px;
}

.h-fix-547 {
  height: 547px;
}

.h-fix-591 {
  height: 591px;
}

.rounded-all {
  border-radius : 10px 10px 10px 10px;
}

.nonClick {
  pointer-events: none;
  background-color: #E5E5E5 !important;
}

.wideImage {
  max-width: 327px !important;
}
.talkBodyWideImage {
  width: 327px !important;
}

.sticky-top {
  position: sticky;
  top: 1px;
}

.device_dataCopy {
  overflow-y: auto;
}

.main-bottom-banner{
  width: 1000px;
  max-height: 240px;
}

.payment-info {
  color: #555967 !important;
  font-weight: 700 !important;
}