@charset "UTF-8";
/* *******************************************************
 * filename : sendkakao.css
 * description : 카카오 알림톡/친구톡 보내기 관련 (카카오 미리보기 화면 포함) CSS
 * date : 2023-05-23
******************************************************** */
/* ***************************
 * 채널관리, 템플릿관리 공통
 *************************** */
.kkochlResult figure.awkward {
  width: 150px !important;
  height: 150px !important;
  border-radius: 150px;
  background: #e9ecef url(../img/sub/kakao/imgawkward.svg) no-repeat 50%/140px !important;
}
.kkochlResult p {
  padding: 0 !important;
  font-size: 14px !important;
  color: #ccc !important;
}

.whatssubpart {
  text-align: left;
  font-size: 13px;
  letter-spacing: -0.5px; /* update 2023/10/12 lyh */
}
.whatssubpart ul > li > em {
  color: var(--color_primary);
}

/* ***************************
 *
 * 카카오톡 알림톡/친구톡 공통
 *
 *************************** */
.kkoUpperNoti {
  display: none;
  padding: 0 15px;
  margin-bottom: 32px;
}
.kkoUpperNoti .notiwrap {
  position: relative;
  border: solid 1px #a4a7b2;
  background-color: #fff;
  padding: 7px 7px 0 16px;
}
.kkoUpperNoti .notiwrap h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.kkoUpperNoti .notiwrap button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/icon/btn_mn_close.svg) no-repeat 0 50%/14px;
  opacity: 0.5;
}

.sendKakaoField {
  position: relative;
  padding: 0;
  /* 상단 발신번호 및 기타정보 */
  /* 전송대상 */
  /* 전송시각 */
  /* 대체문자 */
}
.sendKakaoField .kkoupperinfo {
  padding: 0 15px;
}
.sendKakaoField .kkoupperinfo .extrainfo {
  height: 50px;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}
.sendKakaoField .kkoupperinfo .extrainfo span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  box-sizing: border-box;
  color: #fff;
  padding: 0 5px;
  border-radius: 10px 10px 0 0;
  background-color: #9f9f9f;
  margin-right: 1px;
  /* width: 92px; */
  /* update 08/25 */
  min-width: 92px;
  text-align: center;
  line-height: 50px;
}
.sendKakaoField .kkoupperinfo .extrainfo span em {
  font-size: inherit;
  line-height: 20px;
  font-family: Helvetica;
}
.sendKakaoField .kkoupperinfo .extrainfo span.issubpart, .sendKakaoField .kkoupperinfo .extrainfo span.isbook, .sendKakaoField .kkoupperinfo .extrainfo span.issub {
  display: none;
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.nsms {
  background-color: var(--color_nsms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.nlms {
  background-color: var(--color_nlms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.nmms {
  background-color: var(--color_nmms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.esms {
  background-color: var(--color_esms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.elms {
  background-color: var(--color_elms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.emms {
  background-color: var(--color_emms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkoa {
  background-color: var(--color_kkoa);
  color: #222;
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkoc {
  background-color: var(--color_kkoc);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkop {
  background-color: var(--color_kkop);
}
/*디자인대기*/
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.rsms {
  background-color: var(--color_rsms);
  color: #222;
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.rlms {
  background-color: var(--color_rlms);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.rmms {
  background-color: var(--color_rmms);
}
/* 브랜드 메시지 발송결과 start  2025-11-05 SKH*/
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkbt {
  background-color: var(--color_kkbt);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkbi {
  background-color: var(--color_kkbi);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkbwi {
  background-color: var(--color_kkbwi);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkbil {
  background-color: var(--color_kkbil);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkbc {
  background-color: var(--color_kkbc);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkbv {
  background-color: var(--color_kkbv);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.btf {
  background-color: var(--color_btf);
}
.sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.btn {
  background-color: var(--color_btn);
}
/* 브랜드 메시지 발송결과 end  2025-11-05 SKH*/

.sendKakaoField .kkoupperinfo .channelwrap {
  background-color: #575b5d;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.sendKakaoField .kkoupperinfo .channelwrap .channelset {
  padding: 0 10px;
  height: 50px;
  width: 130px;
  cursor: pointer;
}
.sendKakaoField .kkoupperinfo .channelwrap .channelset em,
.sendKakaoField .kkoupperinfo .channelwrap .channelset span {
  vertical-align: top;
  display: inline-block;
}
.sendKakaoField .kkoupperinfo .channelwrap .channelset span {
  color: #aaa;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.sendKakaoField .kkoupperinfo .channelwrap .channelset em {
  width: 20px;
  height: 50px;
  background: url(../img/icon/ico_setting.svg) no-repeat 0 17px/17px;
  filter: invert(100);
  opacity: 0.5;
}
.sendKakaoField .kkoupperinfo .channelwrap .selectchannel {
  width: 235px; /* update 2023/09/07 jh */
  height: 50px;
  cursor: pointer;
}
.sendKakaoField .kkoupperinfo .channelwrap .selectchannel select {
  width: 100%;
  border: 0;
  outline: none;
  height: 50px;
  font-size: 18px;
  text-align: right;
  text-align-last: right;
  text-align: right;
  -ms-text-align-last: right;
  -moz-text-align-last: right;
  padding-right: 36px;
  color: #fff;
  font-weight: 700;
  appearance: none;
  background: url(../img/icon/ico_dropdownwhite.svg) no-repeat calc(100% - 12px)/14px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: -1.4px;
}
.sendKakaoField .kkoupperinfo .channelwrap .selectchannel select:active {
  direction: ltr;
}
.sendKakaoField .kkoupperinfo .channelwrap .selectchannel select option {
  color: #333;
}
.sendKakaoField .kkomidsendbox {
  padding: 0 15px;
}

.myTemplatebox .sendKakaoField .kkomidsendbox {
  padding: 0 0px;
}
.sendKakaoField .kkomidsendbox .mesgTitle {
  position: relative;
  border: solid 1px #777;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background-color: var(--color_kko_boxbg);
  padding: 0 10px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
}
.sendKakaoField .kkomidsendbox .mesgTitle .channelTitle {
  position: relative;
  display: inline-block;
  max-width: 265px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 49px;
  word-spacing: -1.8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #222;
}
.sendKakaoField .kkomidsendbox .mesgBody {
  border: solid 1px #777;
  border-top: 0;
  background-color: var(--color_kko_boxbg);
  padding: 10px 20px 40px 20px; /* update 2023/08/25 lyh */
  min-height: 500px;  /* update 2023/09/04 lyh */
  -ms-overflow-style: none; /* update 2023/09/14 jh */
  overflow-y: scroll; !important; /* update 2023/09/14 jh */
  max-height: 500px; /* update 2023/09/14 jh */
  /* 카톡 모양그리기 */
}
.sendKakaoField .kkomidsendbox .mesgBody.template {
  border: solid 1px #dcdcdc;
  border-top: 0;
  background-color: var(--color_kko_boxbg);
  padding: 10px 30px 10px 10px;
  min-height: 180px;
  /* 카톡 모양그리기 */
}
.mesgBody::-webkit-scrollbar{ /* create 2023/09/14 jh */
  display:none;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox {
  position: relative;
  max-width: 250px;
  /* 채널명 */
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox:after {
  position: absolute;
  bottom: -20px;
  right: 5px;
  display: flex;
  content: "수신거부 | 홈 > 채널차단";
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: -1px;
  color: #333;
  font-size: 8px;
  color: #8b95a5;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8b95a5;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 3px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname em,
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname:before {
  display: inline-flex;
  /*content: '문자'; update 2023/09/06 kh */
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead {
  margin-left: 25px;
  position: relative;
  height: 35px;
  background-color: var(--color_kko_yellow);
  border: solid 1px #ddd;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  line-height: 35px;
  font-size: 14px;
  padding: 0 10px;
  word-spacing: -1.8px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead::after {
  content: "kakao";
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #626256;
  border-radius: 30px;
  color: #fff;
  font-family: Helvetica;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody {
  background-color: #fff;
  min-height: 100px;
  border-radius: 10px;
  font-size: 14px;
  word-spacing: -1.8px;
  overflow: hidden;
  margin-left: 25px;
  position: relative;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .template_image img.none-image {
  width: 100%;
  height: 120px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  outline: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #AAAAAA;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .template_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
  outline: none;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer {
  padding: 10px 15px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .hdslayx {
  background: #FAE64C;
  height: 36px;
  width: 100%;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text {
  padding: 8px 0 11px;
  border-bottom: 1px solid #e5e5e5;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text .strong_subtitle {
  color: #bdbdbd;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text .strong_title {
  color: #666;
  font-size: 18px;
  word-spacing: -1.6px;
  font-weight: 700;
  line-height: 1.1em;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_header {
  font-size: 14px;
  word-spacing: -1.6px;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight.singletype {
  border-bottom: 0;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_txt {
  width: calc(100% - 55px);
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_txt .highlight_title {
  font-size: 16px;
  line-height: 1.1em;
  word-spacing: -1.6px;
  margin-bottom: 10px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_txt .highlight_content {
  font-size: 13px;
  line-height: 1.1em;
  word-spacing: -1.6px;
  color: #000;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_img {
  width: 50px;
  height: 50px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  outline: none;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list {
  position: relative;
  padding: 8px 0;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item .item_list_title {
  font-size: 12px;
  color: #bdbdbd;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item .item_list_content {
  font-size: 12px;
  color: #444;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item.total .item_list_content {
  font-weight: 700;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .template_summary {
  padding: 8px 0;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .template_summary .summary_item .summary_title {
  font-size: 12px;
  color: #bdbdbd;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .template_summary .summary_item .summary_content {
  font-size: 13px;
  font-weight: 700;
  color: #999;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .borderbot1 {
  border-bottom: 1px solid #e5e5e5;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap {
  padding: 8px 0;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_header {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  word-spacing: -1px;
  color: #333;
  min-height: 20px;
  white-space: pre-wrap;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: -1px;
  color: #333;
  min-height: 20px;
  margin-bottom: 0;
  white-space: pre-wrap;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: -1px;
  color: #333;
  min-height: 20px;
  margin-bottom: 10px;
  white-space: pre-wrap;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_content + .type_message_ex {
  border-top: 1px solid #ddd;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .type_message_ex {
  font-size: 13px;
  line-height: 1.2;
  color: #bdbdbd;
  padding: 10px 0;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap {
  font-size: 0;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap .device_chanel_btn {
  margin-top: 5px;
  font-size: 12px;
  word-spacing: -1px;
  line-height: 1.2em;
  color: #bdbdbd;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap .device_chanel_btn img {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  margin-top: 5px;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fbec5d;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap .device_btns .device_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;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead + .talkbody {
  border-radius: 0 0 10px 10px;
}
.sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbottom {
  display: none;
  padding-top: 3px;
  text-align: right;
  font-size: 8px;
  color: #8b95a5;
}
.sendKakaoField .kkomidtempbox {
  position: relative;
  padding: 0 15px;
}
.sendKakaoField .kkomidtempbox + .kakaotempnoti {
  margin-top: 24px;
}
.sendKakaoField .kkomidtempbox.chingu2 {
  padding: 0;
  margin-top: 16px;
}
.sendKakaoField .kkomidtempbox.chingu2.none-top {
  margin-top: 0 !important;
}
.sendKakaoField .kkomidtempbox.chingu2 .kkomid {
  border-radius: 0;
  background: #fff;
  border: 0;
}
.sendKakaoField .kkomidtempbox.kakaotemp {
  border-radius: 10px;
}
.sendKakaoField .kkomidtempbox.kakaotemp .kkomid {
  border-radius: 0;
}
.sendKakaoField .kkomidtempbox.chingu {
  border-radius: 10px;
  padding: 0;
}
.sendKakaoField .kkomidtempbox.chingu .kkomid {
  border: solid 0px #A4A7B2;
  border-bottom: solid 0px #A4A7B2;
}
.sendKakaoField .kkomidtempbox.chingu .kkomid:first-child {
  border-radius: 10px 10px 0px 0px;
}
.sendKakaoField .kkomidtempbox.chingu .kkomid:last-child {
  border-radius: 0px 0px 10px 10px;
}
.sendKakaoField .kkomidtempbox.chingu .kkomid + .kkomid {
  border-bottom: solid 1px #A4A7B2;
}
.sendKakaoField .kkomidtempbox .kkomid {
  position: relative;
  border: solid 1px #777;
  border-top: 0;
  background-color: #fff;
}
.sendKakaoField .kkomidtempbox .kkomid-none {
  border: none !important;
  background-color: transparent !important;
}
.sendKakaoField .kkomidtempbox .kkomid.kakaotempAppend .kkomidhead {
  padding-right: 16px;
}
.sendKakaoField .kkomidtempbox .kkomid.kakaotempAppend .kkomidhead .addbtns {
  display: block;
  max-width: 50px;
  height: 30px;
  padding: 0 8px;
  background-color: #525867;
  border-radius: 6px;
  color: #fff;
}
.sendKakaoField .kkomidtempbox .kkomid .rdobx {
  border-top: 1px solid #777;
  background: #DEE1EB;
  padding: 10px 15px;
}
.sendKakaoField .kkomidtempbox .kkomid .rdobx .checklabel {
  padding: 0 16px 0 0px;
  color: #000;
}
.sendKakaoField .kkomidtempbox .kkomid .rdobx .chkrdo .radio {
  background: url(../img/icon/radio_default_off2.svg) no-repeat 0;
}
.sendKakaoField .kkomidtempbox .kkomid .rdobx .chkrdo .radio.checked {
  background-image: url(../img/icon/radio_default_on2.svg);
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead {
  position: relative;
  height: 50px;
  padding-left: 15px;   /* update 2023/09/04 lyh */
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  /* 코딩위해넣은거.. */
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead.imageupLoad {
  background: #fff;
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectTypebx {
  padding-right: 13px;
  color: #444;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead h4 {
  display: inline-block;
  padding-right: 10px;
  height: 50px;
  line-height: 49px;
  font-size: 18px;
  word-spacing: -1.8px;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: top;
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead h4.btny {
  padding-left: 5px;
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectwrap {
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectwrap select {
  width: 100%;
  border: 0;
  outline: none;
  height: 50px;
  font-size: 18px;
  text-align: right;
  text-align-last: right;
  text-align: right;
  -ms-text-align-last: right;
  -moz-text-align-last: right;
  padding-right: 36px;
  color: #444;
  font-weight: 700;
  appearance: none;
  background: transparent url(../img/icon/ico_dropdown.svg) no-repeat calc(100% - 12px)/14px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: -1.4px;
}
.sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectwrap select:active {
  direction: ltr;
}
.sendKakaoField .kkomidtempbox .kkomid.seltemplatewrap .kkomidhead h4 {
  cursor: pointer;
  display: flex;
}
.sendKakaoField .kkomidtempbox .kkomid.seltemplatewrap .kkomidhead h4 em {
  display: inline-block;
  width: 20px;
  height: 50px;
  background: url(../img/icon/ico_setting.svg) no-repeat 0 17px/17px;
  opacity: 0.8;
}
.sendKakaoField .kkomidtempbox .kkomid.seltemplatewrap .kkomidhead h4 span {
  display: inline-block;
  color: #222;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendpartwrap {
  position: relative;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap.imageupLoadSel {
  border-bottom: 0;
  border-top: 1px solid #777;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap {
  background: #fff;
  padding: 10px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap.commonimg {
  display: block;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap.showbx {
  display: block !important;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap h5 {
  font-size: 13px;
  font-weight: 700;
}
.uploadGuideFont { /* create 2023/09/18 jh */
  font-size: 13px;
  font-weight: 700;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap span.red_f {
  font-size: 13px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .disc li {
  font-size: 12px;
}
.uploadGuideFontLi { /* create 2023/09/18 jh */
  font-size: 12px !important;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .imguploadbtnwrap {
  padding: 6px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DDD;
  margin-bottom: 20px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .imguploadbtnwrap label {
  display: block;
  height: 40px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  line-height: 39px;
  text-align: center;
  font-weight: 700;
  border: solid 1px #AEB3C3;
  border-radius: 6px;
  color: #000;
  background-color: #CDD2E0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .imguploadbtnwrap input[type="file"] {
  display: none;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .btnDeleteKkoItnwrap {
  padding: 6px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DDD;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .btnDeleteKkoImage {
  display: block;
  height: 40px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  /* padding: 0 10px; */
  height: 42px;
  border: solid 1px #AEB3C3;
  border-radius: 6px;
  color: #000;
  background-color: #CDD2E0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .btnDeleteKkoImage span {
  display: inline-block;
  height: 40px;
  font-size: 15px;
  line-height: 39px;
  font-weight: 700;
  color: #000;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap {
  border-bottom: 0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .btnResetCnt {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/icon/ico_refreshblack.svg) no-repeat 50%/15px;
  opacity: 0.3;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap {
  padding: 0 10px 10px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx {
  padding: 0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx .kkolink {
  border-radius: 6px 6px 0 0;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #777;
  border-bottom: 0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx ul.hxs li {
  margin-bottom: 0;
  min-height: 44px;
  padding: 8px 10px 8px 16px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx ul.hxs li + li {
  border-top: 1px solid #777;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempTitwrap {
  border: solid 1px #777;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempTitwrap input[type="text"] {
  width: 100%;
  height: 38px;
  line-height: 37px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  word-spacing: -2px;
  background: transparent;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap {
  border: solid 1px #777;
  border-top: 0;
  padding: 5px 10px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap.bdt1 {
  border-top: 1px solid #777;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap.addon textarea {
  height: 100px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap textarea {
  width: 100%;
  height: 150px;
  resize: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.4em;
  word-spacing: -2px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap {
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .callblocktxt {
  text-align: left;
  font-size: 11px;
  color: #777;
  line-height: 19px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .kkobytes {
  text-align: right;
  font-size: 12px;
  color: #777;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .kkobytes .maxbytes,
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .kkobytes .curbytes {
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 500;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocMesgCtrls {
  height: 36px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #777;
  border-top: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocMesgCtrls .ctrlbtn {
  position: relative;
  width: 50%; /* update jh 230901*/
  border-left: solid 1px #bababa;
  height: 35px;
  line-height: 34px;
  text-align: center;
  color: #444;
  font-weight: 500;
  font-size: 14px;
  background-color: #cdd2e0;
  cursor: pointer;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocMesgCtrls .ctrlbtn:first-child {
  border-left: 0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .selectbtnlistwrap {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .selectbtnlistwrap .addbtns {
  display: block;
  height: 30px;
  padding: 0 8px;
  background-color: #525867;
  border-radius: 6px;
  max-width: 50px;
  margin-right: 5px;  /* update 2023/09/04 lyh */
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .selectbtnlistwrap .addbtns span {
  font-size: 14px;
  line-height: 29px;
  white-space: nowrap;
  color: #fff;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap {
  padding: 0 10px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink {
  position: relative;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 6px;
  padding: 7px 30px 4px 10px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink .btndellink {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: url(../img/icon/ico_trash.svg) no-repeat 50%/20px;
  opacity: 0.3;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul {
  padding: 0;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li {
  height: 30px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li span {
  display: inline-block;
  font-size: 13px;
  line-height: 29px;
  height: 30px;
  width: 75px;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li span.required::after {
  content: "*";
  padding-left: 3px;
  font-size: 14px;
  color: #f00;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li input[type="text"] {
  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);
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li.cmmt {
  padding: 10px 0 5px 0px;
  height: initial;
  flex-direction: column;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li.cmmt span {
  display: block;
  width: 100%;
  line-height: 1.4em;
  height: initial;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink.on ul li:nth-child(2), .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink.on ul li:nth-child(3) {
  display: flex;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink.on ul li.cmmt {
  display: block;
}
.sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink:last-child {
  margin-bottom: 10px;
}
.sendKakaoField .btn_kkosendtest {
  padding: 0 15px;
  height: 40px;
  margin-bottom: 20px;
}
.sendKakaoField .btn_kkosendtest button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 39px;
  color: #fff;
  font-size: 16px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  background-color: #1976d2;
  border-radius: 0 0 10px 10px;
}
.sendKakaoField .kkosendtargetwrap {
  padding: 20px 15px 15px;
  /* 부분치환 사용하지 않을때 */
  /* 부분치환 사용할때*/
}
.sendKakaoField .kkosendtargetwrap h3.tit {
  padding: 10px 0 15px;
  display: flex;
  align-items: center;
}
.sendKakaoField .kkosendtargetwrap h3.tit.alrimtalk {
  justify-content: space-between;
}
.sendKakaoField .kkosendtargetwrap h3.tit strong {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 10px;
}
.sendKakaoField .kkosendtargetwrap h3.tit .chkrdo .checklabel {
  padding-right: 0;
}
.sendKakaoField .kkosendtargetwrap h3.tit .whatsubpart {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
  margin-left: auto;
}
/*.whatsubpart {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  font-size: 12px;*/
/*  color: #666;*/
/*  cursor: pointer;*/
/*  margin-left: auto;*/
/*}*/
/*.whatsubpart i.xi-help {*/
/*  font-size: 20px;*/
/*  color: #a8a8a8;*/
/*  cursor: pointer;*/
/*}*/
.sendKakaoField .kkosendtargetwrap h3.tit .whatsubpart i.xi-help {
  font-size: 20px;
  line-height: 30px;
  color: #a8a8a8;
  cursor: pointer;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap {
  border-radius: 10px;
  border: solid 1px #777;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName,
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone,
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button {
  width: 33.33%;
  height: 40px;
  display: block;
  border-left: solid 1px #ddd;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName:first-child,
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone:first-child,
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button:first-child {
  border-left: none;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button {
  background-color: #eaecf2;
  border-bottom: solid 1px #ddd;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button:last-child {
  border-bottom: none;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName,
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone {
  padding: 0 3px;
  background-color: #fff;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName input,
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone input {
  width: 100%;
  height: 100%;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName {
  border-left: none;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers {
  display: block;
  width: 100%;
  border: solid 1px #aaa;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead {
  display: block;
  background-color: #eaecf2;
  border-bottom: solid 1px #aaa;
  height: 30px;
  box-sizing: border-box;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr {
  width: 100%;
  height: 30px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th {
  display: block;
  border-left: solid 1px #ddd;
  box-sizing: border-box;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2a2a2a;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th i {
  font-size: 20px;
  color: #a8a8a8;
  vertical-align: middle;
  margin-top: -2px;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th:first-child {
  width: 140px;
  border-left: none;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th:nth-child(2) {
  width: calc(100% - 210px);
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th:last-child {
  width: 45px;
  text-align: left;
  padding-left: 5px;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden scroll;
  box-sizing: border-box;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr {
  width: 100%;
  height: 30px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: solid 1px #ddd;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr .groupNname { /*update hj 230911*/
  border-left: none;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td {
  display: block;
  height: 30px;
  line-height: 29px;
  box-sizing: border-box;
  padding: 0 5px; /*update hj 230911*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
  border-left: solid 1px #ddd; /*update hj 230911*/
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td i {
  font-size: 20px;
  color: #a8a8a8;
  vertical-align: middle;
  margin-top: -2px;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td:first-child {
  width: 147px;
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td:nth-child(2) {
  width: calc(100% - 195px);
}
.sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td:last-child {
  width: 35px;
  text-align: left;
  padding-left: 5px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart {
  display: none;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep {
  margin-bottom: 15px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep:last-child {
  margin-bottom: 0;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step {
  font-size: 14px;
  line-height: 20px;
  word-spacing: -1px;
  margin-bottom: 5px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step em {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-family: Helvetica;
  font-size: 11px;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 3px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step em i {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-family: Helvetica;
  padding-left: 8px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step em i::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_sample {
  display: block;
  height: 40px;
  background-color: #eaecf2;
  border: solid 1px #aaa;
  border-radius: 6px;
  text-align: center;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_sample span {
  position: relative;
  display: inline-block;
  line-height: 39px;
  color: #555;
  font-weight: 700;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_sample span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: -20px;
  background: url(../img/icon/ico_excel_c.svg) no-repeat 0 2px/18px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_inspecterr {
  display: block;
  height: 40px;
  width: 100%;
  background: orangered;
  border: solid 1px #d03800;
  border-radius: 6px;
  text-align: center;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_inspecterr span {
  position: relative;
  display: inline-block;
  line-height: 39px;
  color: #fff;
  font-weight: 700;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_inspecterr span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: -22px;
  background: url(../img/icon/ico_inspect.svg) no-repeat 50%/18px;
  filter: invert(100%);
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults {
  height: 80px;
  border: solid 1px #aaa;
  border-radius: 10px 10px 0 0;
  padding: 0 7px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li:first-child {
  border-bottom: dashed 1px #aaa;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li span,
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li strong {
  display: inline-block;
  line-height: 39px;
  height: 40px;
  color: #555;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li span {
  width: 60px;
  font-size: 13px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li strong {
  width: calc(100% - 60px);
  font-weight: 400;
  text-align: right;
  font-size: 15px;
}
.sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li strong em {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 15px;
}
.sendKakaoField .kkosendtargetwrap .receiversNumber {
  width: 100%;
  height: 40px;
  border-radius: 0 0 10px 10px;
  border: solid 1px #aaa;
  border-left-color: #575b5e;
  border-bottom-color: #575b5e;
  margin-top: -1px;
  height: 40px;
  /*cursor: pointer; 20230919 kh */
  background-color: #575b5e;
  padding: 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sendKakaoField .kkosendtargetwrap .receiversNumber button.goCallBlockListx {
  width: 133px;
  background: #EAECF2;
  margin-right: -8px;
  border-radius: 0 0px 10px 0;
  border: 1px solid #aaa;
  /*margin-top: -1px; 230907 kh */
  height: calc(100%);
  color: #2A2A2A;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  padding: 0 5px;
  letter-spacing: -2.2px; /* update 2023/10/11 lyh */
}
.sendKakaoField .kkosendtargetwrap .receiversNumber button.goCallBlockListx:before {
  content: "";
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url(../img/icon/settings-ico.svg);
  background-size: 20px;
  margin-right: 5px;
}
.sendKakaoField .kkosendtargetwrap .receiversNumber span,
.sendKakaoField .kkosendtargetwrap .receiversNumber strong {
  display: inline-block;
  line-height: 39px;
  height: 40px;
  color: #fff;
}
.sendKakaoField .kkosendtargetwrap .receiversNumber span {
  width: 60px;
  font-size: 13px;
  letter-spacing: -1.7px; /* update 2023/10/11 lyh */
}
.sendKakaoField .kkosendtargetwrap .receiversNumber strong {
  width: calc(100% - 60px);
  font-weight: 400;
  text-align: right;
  font-size: 16px;
  padding-right: 10px;
}
.sendKakaoField .kkosendtargetwrap .receiversNumber strong em {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
}
.sendKakaoField .kkosendtargetwrap .mbtns {
  padding-top: 15px;
}
.sendKakaoField .kkosendschedulewrap {
  padding: 20px 0 0;
}
.sendKakaoField .kkosendschedulewrap h3.tit {
  padding: 0 15px;
  margin-bottom: 20px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sendKakaoField .kkosendschedulewrap h3.tit strong {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 10px;
}
.sendKakaoField .kkosendschedulewrap .settingwrap {
  padding: 10px 0;
  margin: 0 15px 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 10px 10px;
  gap: 10px;
}
.sendKakaoField .kkosendschedulewrap .settingwrap .titchk {
  min-width: 100px;
}
.sendKakaoField .kkosendschedulewrap .settingwrap .schwrap {
  flex: 1;
  height: 30px;
  text-align: center;
}
.sendKakaoField .kkosendschedulewrap .settingwrap .schwrap input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  appearance: none;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 4px;
}
.sendKakaoField .kkosubsendwrap {
  padding: 20px  20px 40px 0px;
}
.sendKakaoField .kkosubsendwrap .innerbx {
  display: flex;
  gap: 16px;
  padding: 15px 20PX 0 20px;
}
.sendKakaoField .kkosubsendwrap .innerbx + .innerbx {
  border-top: 1px solid #E9E9E9;
}
.sendKakaoField .kkosubsendwrap .innerbx h3.tit {
  padding: 0;
}
.sendKakaoField .kkosubsendwrap .innerbx h3, .sendKakaoField .kkosubsendwrap .innerbx .rtbx {
  flex: 1;
}
.sendKakaoField .kkosubsendwrap .innerbx .rtbx {
  min-width: 340px;
  margin-bottom: 20px;
}
.sendKakaoField .kkosubsendwrap .innerbx .rtbx p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.sendKakaoField .kkosubsendwrap h3.tit {
  padding: 0 15px;
  margin-bottom: 20px;
  height: 30px;
}
.sendKakaoField .kkosubsendwrap h3.tit strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 10px;
}
.sendKakaoField .kkosubsendwrap .sendMesgField {
  padding-bottom: 0;
  display: none;
}
.sendKakaoField .kkosubsendwrap .sendMesgField .middlesendbox {
  border-bottom: none;
}

/* ***************************
 * 카카오 테스트전송(HalfPop)
 *************************** */
.kkosendtestwrap {
  padding: 0 15px 20px;
}
.kkosendtestwrap .kkoHeros {
  padding-top: 20px;
  margin-bottom: 15px;
}
.kkosendtestwrap .kkoHeros h3 {
  font-size: 16px;
  line-height: 1.4em;
  word-spacing: -1.8px;
  font-weight: 500;
  color: #222;
}
.kkosendtestwrap .kkoHeros .disc {
  padding-top: 5px;
  padding-bottom: 0;
}
.kkosendtestwrap .iptwrap {
  border: solid 1px #aaa;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.kkosendtestwrap .iptwrap button {
  height: 40px;
  border-left: solid 1px #aaa;
  background-color: #eaecf2;
}
.kkosendtestwrap .iptwrap button span {
  font-size: 14px;
  line-height: 39px;
  padding: 10px;
}
.kkosendtestwrap .iptwrap input {
  width: calc(100% - 60px);
  padding: 0 5px;
  height: 40px;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  text-align: center;
}
.kkosendtestwrap .tblTestReceivers {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #aaa;
}
.kkosendtestwrap .tblTestReceivers thead,
.kkosendtestwrap .tblTestReceivers tbody {
  display: block;
  width: 100%;
}
.kkosendtestwrap .tblTestReceivers thead tr,
.kkosendtestwrap .tblTestReceivers tbody tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.kkosendtestwrap .tblTestReceivers thead tr th,
.kkosendtestwrap .tblTestReceivers thead tr td,
.kkosendtestwrap .tblTestReceivers tbody tr th,
.kkosendtestwrap .tblTestReceivers tbody tr td {
  height: 30px;
  padding: 4px;
  display: block;
  text-align: center;
}
.kkosendtestwrap .tblTestReceivers thead tr td,
.kkosendtestwrap .tblTestReceivers tbody tr td {
  width: calc(100% - 47px);
}
.kkosendtestwrap .tblTestReceivers thead tr th,
.kkosendtestwrap .tblTestReceivers tbody tr th {
  width: 47px;
}
.kkosendtestwrap .tblTestReceivers thead tr th i,
.kkosendtestwrap .tblTestReceivers tbody tr th i {
  font-size: 20px;
  color: #a8a8a8;
  vertical-align: middle;
  margin-top: -2px;
}
.kkosendtestwrap .tblTestReceivers thead {
  background-color: #eaecf2;
  border-bottom: solid 1px #aaa;
  height: 30px;
}
.kkosendtestwrap .tblTestReceivers thead th {
  border-left: solid 1px #ddd;
}
.kkosendtestwrap .tblTestReceivers tbody {
  height: 124px;
}
.kkosendtestwrap .tblTestReceivers tbody tr {
  border-bottom: dashed 1px #eee;
  box-sizing: border-box;
}
.kkosendtestwrap .tblTestReceivers tbody tr:last-child {
  border-bottom: none;
}

/* ***************************
 * 대체문자이용가이드(HalfPop)
 *************************** */
.kkosubsendwrap {
  padding: 0 15px 20px;
}
.kkosubsendwrap .kkoHeros {
  position: relative;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}
.kkosubsendwrap .kkoHeros::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/sub/joinmem2.png) no-repeat bottom right/100px;
}
.kkosubsendwrap .kkoHeros h3 {
  font-size: 20px;
  line-height: 1.2em;
  word-spacing: -1.8px;
  font-weight: 700;
  color: #555;
  padding-top: 30px;
}
.kkosubsendwrap .kkoHeros h3 strong {
  display: block;
}
.kkosubsendwrap .kkoHeros h3 strong:first-child {
  color: #1976d2;
}
.kkosubsendwrap .kkoHeros h3 strong:last-child {
  color: #f00;
}
.kkosubsendwrap .kkoHeros .billiad {
  width: 200px;
  font-size: 10px;
}
.kkosubsendwrap .subsendcaution .sscwrap {
  padding-top: 20px;
  border-bottom: solid 1px #eee;
}
.kkosubsendwrap .subsendcaution .sscwrap:last-child {
  border-bottom: none;
}
.kkosubsendwrap .subsendcaution .sscwrap h4 {
  font-size: 14px;
  word-spacing: -1.5px;
  font-weight: 700;
  color: 555;
}
.kkosubsendwrap .subsendcaution .sscwrap ul.disc li {
  font-size: 12px;
}

/* ***************************
 * 미리보기화면
 * (발송창과 HTML이 같으므로 발송창 수정시 해당 내용 변경됩니다
 *************************** */
.kakaoPreview .kkoupperinfo .extrainfo {
  border-bottom: 0;
}
.kakaoPreview .sendKakaoField {
  /*height: calc(100vh - 150px);*/  /* update 2023/08/25 lyh */
  max-height: 1000px; /* update 2023/08/25 lyh */
}
.kakaoPreview .sendKakaoField .kkomidsendbox {
  height: calc(100% - 20px);
}
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgTitle {
  border-top: solid 1px #777;
  border-radius: 0 10px 0 0;
}
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody {
  border-radius: 0 0 10px 10px;
  padding-bottom: 30px;   /* update 2023/09/01 lyh */
  height: calc(100% - 100px);
  overflow: hidden auto;
  scrollbar-width: none;  /* update 2023/09/01 lyh */
  min-height: 550px;  /* update 2023/09/01 lyh */
}
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname .adYn {
  display: inline;
}
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead {
  display: block;
}
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .template_image {
  display: block;
}
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_header,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight_txt,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight_img,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_summary,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_message_ex,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_chanel_btn,
.kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_btns {
  display: block;
}
.kakaoPreview .diffview {
  height: 60px;
  padding: 0 15px;
  color: #fff;
  line-height: 60px;
  font-size: 13px;
  background-color: #3a3d57;
  margin-top: 25px; /* update 2023/08/25 lyh */
}

/* ***************************
 * 내 템플릿함
 *************************** */
.myTemplateboxs {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #eee;
  /* item */
  /* 내역없음 */
}
.myTemplateboxs .myTemplatebox {
  width: 50%;
  padding: 3px 3px 15px;
  font-size: 0;
}
.myTemplateboxs .myTemplatebox:hover .mesgTitle,
.myTemplateboxs .myTemplatebox:hover .sendKakaoField .kkomidsendbox .mesgBody,
.myTemplateboxs .myTemplatebox:hover .down, .myTemplateboxs .myTemplatebox.on .mesgTitle,
.myTemplateboxs .myTemplatebox.on .kkotalkbox,
.myTemplateboxs .myTemplatebox.on .down {
  border-color: #bbb;
}
.myTemplateboxs .myTemplatebox .mesgTitle {
  border: solid 1px #dcdcdc;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  background-clip: content-box;
  height: 32px;
  line-height: 31px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  text-indent: 10px;
}

.myTemplatebox .sendKakaoField .kkomidsendbox .mesgBody {
  border: solid 1px #dcdcdc;
  border-top: 0;
  background-color: var(--color_kko_boxbg);
  padding: 10px 20px 40px 20px; /* update 2023/08/25 lyh */
  min-height: 500px;  /* update 2023/09/04 lyh */
  -ms-overflow-style: none; /* update 2023/09/14 jh */
  overflow-y: scroll; !important; /* update 2023/09/14 jh */
  max-height: 500px; /* update 2023/09/14 jh */
  /* 카톡 모양그리기 */
}

/*.myTemplateboxs .myTemplatebox .kkotalkbox {*/
/*  padding: 7px;*/
/*  border: solid 1px #dcdcdc;*/
/*  border-top: none;*/
/*  background-color: var(--color_kko_boxbg);*/
/*  overflow: hidden auto;*/
/*  height: 300px;*/
/*  cursor: pointer;*/
/*}*/
/*.myTemplateboxs .myTemplatebox .kkotalkbox .adYn {*/
/*  color: #8b95a5;*/
/*  font-size: 8px;*/
/*  padding-bottom: 2px;*/
/*}*/
/*.myTemplateboxs .myTemplatebox .kkotalkbox .talkbody {*/
/*  background-color: #fff;*/
/*  border: solid 1px #ddd;*/
/*  min-height: 100px;*/
/*  border-radius: 10px;*/
/*  overflow: hidden;*/
/*  white-space: pre-line;  !* update 2023/09/14 lyh *!*/
/*  width: 250px; !* update 2024/07/12 jjh *!*/
/*}*/
/*.myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .template_image img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*  object-fit: cover;*/
/*  border: none;*/
/*  outline: none;*/
/*}*/
/*.myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .talkbodycontainer {*/
/*  padding: 7px;*/
/*}*/
/*.myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .talkbodycontainer .device_content {*/
/*  font-size: 12px;*/
/*  line-height: 1.4em;*/
/*  font-weight: 400;*/
/*  word-spacing: -1px;*/
/*  color: #333;*/
/*  min-height: 45px;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .talkbodycontainer .device_btn {*/
/*  width: 100%;*/
/*  height: 30px;*/
/*  line-height: 30px;*/
/*  text-align: center;*/
/*  background-color: #f5f5f5;*/
/*  border-radius: 4px;*/
/*  margin-top: 5px;*/
/*  color: #666;*/
/*  font-size: 12px;*/
/*  cursor: pointer;*/
/*}*/
.myTemplateboxs .myTemplatebox .down {
  border: solid 1px #dcdcdc;
  border-top: 0;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.myTemplateboxs .myTemplatebox .down .time {
  display: inline-block;
  font-size: 11px;
  font-family: Helvetica;
  line-height: 11px;
  color: #999;
  padding-left: 5px;
}
.myTemplateboxs .myTemplatebox .down .btn_delete {
  width: 30px;
  height: 30px;
  background: url(../img/icon/ico_delete.svg) no-repeat 50%/20px;
  filter: invert(100%);
  opacity: 0.3;
  cursor: pointer;
}
.myTemplateboxs .listNone {
  width: 100%;
  flex: none;
  height: 300px;
}
.myTemplateboxs .listNone span {
  position: relative;
  height: 30px;
  line-height: 30px;
  top: calc(50% + 15px);
  font-size: 14px;
  color: #777;
  display: block;
  text-align: center;
}
.myTemplateboxs .listNone span::before {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 50px;@charset "UTF-8";
  /* *******************************************************
   * filename : sendkakao.css
   * description : 카카오 알림톡/친구톡 보내기 관련 (카카오 미리보기 화면 포함) CSS
   * date : 2023-05-23
  ******************************************************** */
  /* ***************************
   * 채널관리, 템플릿관리 공통
   *************************** */
  .kkochlResult figure.awkward {
    width: 150px !important;
    height: 150px !important;
    border-radius: 150px;
    background: #e9ecef url(../img/sub/kakao/imgawkward.svg) no-repeat 50%/140px !important;
  }
  .kkochlResult p {
    padding: 0 !important;
    font-size: 14px !important;
    color: #ccc !important;
  }

  .whatssubpart {
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.5px; /* update 2023/10/12 lyh */
  }
  .whatssubpart ul > li > em {
    color: var(--color_primary);
  }

  /* ***************************
   *
   * 카카오톡 알림톡/친구톡 공통
   *
   *************************** */
  .kkoUpperNoti {
    display: none;
    padding: 0 15px;
    margin-bottom: 32px;
  }
  .kkoUpperNoti .notiwrap {
    position: relative;
    border: solid 1px #a4a7b2;
    background-color: #fff;
    padding: 7px 7px 0 16px;
  }
  .kkoUpperNoti .notiwrap h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .kkoUpperNoti .notiwrap button {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/icon/btn_mn_close.svg) no-repeat 0 50%/14px;
    opacity: 0.5;
  }

  .sendKakaoField {
    position: relative;
    padding: 0;
    /* 상단 발신번호 및 기타정보 */
    /* 전송대상 */
    /* 전송시각 */
    /* 대체문자 */
  }
  .sendKakaoField .kkoupperinfo {
    padding: 0 15px;
  }
  .sendKakaoField .kkoupperinfo .extrainfo {
    height: 50px;
    font-size: 0;
    border-bottom: 1px solid #ddd;
  }
  .sendKakaoField .kkoupperinfo .extrainfo span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    box-sizing: border-box;
    color: #fff;
    padding: 0 5px;
    border-radius: 10px 10px 0 0;
    background-color: #9f9f9f;
    margin-right: 1px;
    /* width: 92px; */
    /* update 08/25 */
    min-width: 92px;
    text-align: center;
    line-height: 50px;
  }
  .sendKakaoField .kkoupperinfo .extrainfo span em {
    font-size: inherit;
    line-height: 20px;
    font-family: Helvetica;
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.issubpart, .sendKakaoField .kkoupperinfo .extrainfo span.isbook, .sendKakaoField .kkoupperinfo .extrainfo span.issub {
    display: none;
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.nsms {
    background-color: var(--color_nsms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.nlms {
    background-color: var(--color_nlms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.nmms {
    background-color: var(--color_nmms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.esms {
    background-color: var(--color_esms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.elms {
    background-color: var(--color_elms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.emms {
    background-color: var(--color_emms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkoa {
    background-color: var(--color_kkoa);
    color: #222;
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkoc {
    background-color: var(--color_kkoc);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.kkop {
    background-color: var(--color_kkop);
  }
  .sendMesgField .kkoupperinfo .extrainfo span.mesgtype.kkbt {
    background-color: var(--color_kkbt);
  }
  .sendMesgField .kkoupperinfo .extrainfo span.mesgtype.kkbi {
    background-color: var(--color_kkbi);
  }
  .sendMesgField .kkoupperinfo .extrainfo span.mesgtype.kkbwi {
    background-color: var(--color_kkbwi);
  }
  .sendMesgField .kkoupperinfo .extrainfo span.mesgtype.kkbil {
    background-color: var(--color_kkbil);
  }
  .sendMesgField .kkoupperinfo .extrainfo span.mesgtype.kkbc {
    background-color: var(--color_kkbc);
  }
  .sendMesgField .kkoupperinfo .extrainfo span.mesgtype.kkbv {
    background-color: var(--color_kkbv);
  }
  /*디자인대기*/
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.rsms {
    background-color: var(--color_rsms);
    color: #222;
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.rlms {
    background-color: var(--color_rlms);
  }
  .sendKakaoField .kkoupperinfo .extrainfo span.mesgtype.rmms {
    background-color: var(--color_rmms);
  }
  .sendKakaoField .kkoupperinfo .channelwrap {
    background-color: #575b5d;
    height: 50px;
    display: flex;
    justify-content: space-between;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .channelset {
    padding: 0 10px;
    height: 50px;
    width: 130px;
    cursor: pointer;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .channelset em,
  .sendKakaoField .kkoupperinfo .channelwrap .channelset span {
    vertical-align: top;
    display: inline-block;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .channelset span {
    color: #aaa;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .channelset em {
    width: 20px;
    height: 50px;
    background: url(../img/icon/ico_setting.svg) no-repeat 0 17px/17px;
    filter: invert(100);
    opacity: 0.5;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .selectchannel {
    width: 235px; /* update 2023/09/07 jh */
    height: 50px;
    cursor: pointer;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .selectchannel select {
    width: 100%;
    border: 0;
    outline: none;
    height: 50px;
    font-size: 18px;
    text-align: right;
    text-align-last: right;
    text-align: right;
    -ms-text-align-last: right;
    -moz-text-align-last: right;
    padding-right: 36px;
    color: #fff;
    font-weight: 700;
    appearance: none;
    background: url(../img/icon/ico_dropdownwhite.svg) no-repeat calc(100% - 12px)/14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-spacing: -1.4px;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .selectchannel select:active {
    direction: ltr;
  }
  .sendKakaoField .kkoupperinfo .channelwrap .selectchannel select option {
    color: #333;
  }
  .sendKakaoField .kkomidsendbox {
    padding: 0 15px;
  }
  .sendKakaoField .kkomidsendbox .mesgTitle {
    position: relative;
    border: solid 1px #777;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: var(--color_kko_boxbg);
    padding: 0 10px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
  }
  .sendKakaoField .kkomidsendbox .mesgTitle .channelTitle {
    position: relative;
    display: inline-block;
    max-width: 265px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 49px;
    word-spacing: -1.8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #222;
  }
  .sendKakaoField .kkomidsendbox .mesgBody {
    border: solid 1px #777;
    border-top: 0;
    background-color: var(--color_kko_boxbg);
    padding: 10px 20px 40px 20px; /* update 2023/08/25 lyh */
    min-height: 500px;  /* update 2023/09/04 lyh */
    -ms-overflow-style: none; /* update 2023/09/14 jh */
    overflow-y: scroll; !important; /* update 2023/09/14 jh */
    max-height: 500px; /* update 2023/09/14 jh */
    /* 카톡 모양그리기 */
  }
  .sendKakaoField .kkomidsendbox .mesgBody.template {
    border: solid 1px #dcdcdc;
    border-top: 0;
    background-color: var(--color_kko_boxbg);
    padding: 10px 30px 10px 10px;
    min-height: 180px;
    /* 카톡 모양그리기 */
  }
  .mesgBody::-webkit-scrollbar{ /* create 2023/09/14 jh */
    display:none;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox {
    position: relative;
    max-width: 250px;
    /* 채널명 */
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox:after {
    position: absolute;
    bottom: -20px;
    right: 5px;
    display: flex;
    content: "수신거부 | 홈 > 채널차단";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: -1px;
    color: #333;
    font-size: 8px;
    color: #8b95a5;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8b95a5;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname em,
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname:before {
    display: inline-flex;
    /*content: '문자'; update 2023/09/06 kh */
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead {
    margin-left: 25px;
    position: relative;
    height: 35px;
    background-color: var(--color_kko_yellow);
    border: solid 1px #ddd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
    word-spacing: -1.8px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead::after {
    content: "kakao";
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #626256;
    border-radius: 30px;
    color: #fff;
    font-family: Helvetica;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody {
    background-color: #fff;
    border: solid 1px #ddd;
    min-height: 100px;
    border-radius: 10px;
    font-size: 14px;
    word-spacing: -1.8px;
    overflow: hidden;
    margin-left: 25px;
    position: relative;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .template_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    outline: none;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer {
    padding: 10px 15px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .hdslayx {
    background: #FAE64C;
    height: 36px;
    width: 100%;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text {
    padding: 8px 0 11px;
    border-bottom: 1px solid #e5e5e5;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text .strong_subtitle {
    color: #bdbdbd;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.1em;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text .strong_title {
    color: #666;
    font-size: 18px;
    word-spacing: -1.6px;
    font-weight: 700;
    line-height: 1.1em;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_header {
    font-size: 14px;
    word-spacing: -1.6px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight.singletype {
    border-bottom: 0;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_txt {
    width: calc(100% - 55px);
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_txt .highlight_title {
    font-size: 16px;
    line-height: 1.1em;
    word-spacing: -1.6px;
    margin-bottom: 10px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_txt .highlight_content {
    font-size: 13px;
    line-height: 1.1em;
    word-spacing: -1.6px;
    color: #000;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_img {
    width: 50px;
    height: 50px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight .template_highlight_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0;
    outline: none;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list {
    position: relative;
    padding: 8px 0;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item .item_list_title {
    font-size: 12px;
    color: #bdbdbd;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item .item_list_content {
    font-size: 12px;
    color: #444;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .device_list .device_item.total .item_list_content {
    font-weight: 700;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .template_summary {
    padding: 8px 0;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .template_summary .summary_item .summary_title {
    font-size: 12px;
    color: #bdbdbd;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .template_summary .summary_item .summary_content {
    font-size: 13px;
    font-weight: 700;
    color: #999;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list .borderbot1 {
    border-bottom: 1px solid #e5e5e5;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap {
    padding: 8px 0;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_header {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: -1px;
    color: #333;
    min-height: 20px;
    margin-bottom: 0;
    white-space: pre-wrap;
    font-weight: bold;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: -1px;
    color: #333;
    min-height: 20px;
    margin-bottom: 10px;
    white-space: pre-wrap;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_content {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: -1px;
    color: #333;
    min-height: 20px;
    margin-bottom: 10px;
    white-space: pre-wrap;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .device_content + .type_message_ex {
    border-top: 1px solid #ddd;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_content_wrap .type_message_ex {
    font-size: 13px;
    line-height: 1.2;
    color: #bdbdbd;
    padding: 10px 0;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap {
    font-size: 0;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap .device_chanel_btn {
    margin-top: 5px;
    font-size: 12px;
    word-spacing: -1px;
    line-height: 1.2em;
    color: #bdbdbd;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap .device_chanel_btn img {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fbec5d;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .devie_btn_wrap .device_btns .device_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;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead + .talkbody {
    border-radius: 0 0 10px 10px;
  }
  .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbottom {
    display: none;
    padding-top: 3px;
    text-align: right;
    font-size: 8px;
    color: #8b95a5;
  }
  .sendKakaoField .kkomidtempbox {
    position: relative;
    padding: 0 15px;
  }
  .sendKakaoField .kkomidtempbox + .kakaotempnoti {
    margin-top: 24px;
  }
  .sendKakaoField .kkomidtempbox.chingu2 {
    padding: 0;
    margin-top: 16px;
  }
  .sendKakaoField .kkomidtempbox.chingu2 .kkomid {
    border-radius: 0;
    background: #fff;
    border: 0;
  }
  .sendKakaoField .kkomidtempbox.kakaotemp {
    border-radius: 10px;
  }
  .sendKakaoField .kkomidtempbox.kakaotemp .kkomid {
    border-radius: 0;
  }
  .sendKakaoField .kkomidtempbox.chingu {
    border-radius: 10px;
    padding: 0;
  }
  .sendKakaoField .kkomidtempbox.chingu .kkomid {
    border: solid 0px #A4A7B2;
    border-bottom: solid 0px #A4A7B2;
  }
  .sendKakaoField .kkomidtempbox.chingu .kkomid:first-child {
    border-radius: 10px 10px 0px 0px;
  }
  .sendKakaoField .kkomidtempbox.chingu .kkomid:last-child {
    border-radius: 0px 0px 10px 10px;
  }
  .sendKakaoField .kkomidtempbox.chingu .kkomid + .kkomid {
    border-bottom: solid 1px #A4A7B2;
  }
  .sendKakaoField .kkomidtempbox .kkomid {
    position: relative;
    border: solid 1px #777;
    border-top: 0;
    background-color: #fff;
  }
  .kkomid.kkomid-none {
    border: none !important;
    background-color: transparent !important;
  }
  .sendKakaoField .kkomidtempbox .kkomid.kakaotempAppend .kkomidhead {
    padding-right: 16px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.kakaotempAppend .kkomidhead .addbtns {
    display: block;
    max-width: 50px;
    height: 30px;
    padding: 0 8px;
    background-color: #525867;
    border-radius: 6px;
    color: #fff;
  }
  .sendKakaoField .kkomidtempbox .kkomid .rdobx {
    border-top: 1px solid #777;
    background: #DEE1EB;
    padding: 10px 15px;
  }
  .sendKakaoField .kkomidtempbox .kkomid .rdobx .checklabel {
    padding: 0 16px 0 0px;
    color: #000;
  }
  .sendKakaoField .kkomidtempbox .kkomid .rdobx .chkrdo .radio {
    background: url(../img/icon/radio_default_off2.svg) no-repeat 0;
  }
  .sendKakaoField .kkomidtempbox .kkomid .rdobx .chkrdo .radio.checked {
    background-image: url(../img/icon/radio_default_on2.svg);
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead {
    position: relative;
    height: 50px;
    padding-left: 15px;   /* update 2023/09/04 lyh */
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    /* 코딩위해넣은거.. */
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead.imageupLoad {
    background: #fff;
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectTypebx {
    padding-right: 13px;
    color: #444;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead h4 {
    display: inline-block;
    padding-right: 10px;
    height: 50px;
    line-height: 49px;
    font-size: 18px;
    word-spacing: -1.8px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: top;
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead h4.btny {
    padding-left: 5px;
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectwrap {
    width: 100%;
    height: 50px;
    cursor: pointer;
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectwrap select {
    width: 100%;
    border: 0;
    outline: none;
    height: 50px;
    font-size: 18px;
    text-align: right;
    text-align-last: right;
    text-align: right;
    -ms-text-align-last: right;
    -moz-text-align-last: right;
    padding-right: 36px;
    color: #444;
    font-weight: 700;
    appearance: none;
    background: transparent url(../img/icon/ico_dropdown.svg) no-repeat calc(100% - 12px)/14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-spacing: -1.4px;
  }
  .sendKakaoField .kkomidtempbox .kkomid .kkomidhead .selectwrap select:active {
    direction: ltr;
  }
  .sendKakaoField .kkomidtempbox .kkomid.seltemplatewrap .kkomidhead h4 {
    cursor: pointer;
    display: flex;
  }
  .sendKakaoField .kkomidtempbox .kkomid.seltemplatewrap .kkomidhead h4 em {
    display: inline-block;
    width: 20px;
    height: 50px;
    background: url(../img/icon/ico_setting.svg) no-repeat 0 17px/17px;
    opacity: 0.8;
  }
  .sendKakaoField .kkomidtempbox .kkomid.seltemplatewrap .kkomidhead h4 span {
    display: inline-block;
    color: #222;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendpartwrap {
    position: relative;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap.imageupLoadSel {
    border-bottom: 0;
    border-top: 1px solid #777;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap {
    background: #fff;
    padding: 10px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap.commonimg {
    display: block;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap.showbx {
    display: block !important;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap h5 {
    font-size: 13px;
    font-weight: 700;
  }
  .uploadGuideFont { /* create 2023/09/18 jh */
    font-size: 13px;
    font-weight: 700;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap span.red_f {
    font-size: 13px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .disc li {
    font-size: 12px;
  }
  .uploadGuideFontLi { /* create 2023/09/18 jh */
    font-size: 12px !important;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .imguploadbtnwrap {
    padding: 6px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .imguploadbtnwrap label {
    display: block;
    height: 40px;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    line-height: 39px;
    text-align: center;
    font-weight: 700;
    border: solid 1px #AEB3C3;
    border-radius: 6px;
    color: #000;
    background-color: #CDD2E0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .imguploadbtnwrap input[type="file"] {
    display: none;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .btnDeleteKkoItnwrap {
    padding: 6px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #DDD;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .btnDeleteKkoImage {
    display: block;
    height: 40px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    /* padding: 0 10px; */
    height: 42px;
    border: solid 1px #AEB3C3;
    border-radius: 6px;
    color: #000;
    background-color: #CDD2E0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtypewrap .imguploadwrap .btnDeleteKkoImage span {
    display: inline-block;
    height: 40px;
    font-size: 15px;
    line-height: 39px;
    font-weight: 700;
    color: #000;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap {
    border-bottom: 0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .btnResetCnt {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../img/icon/ico_refreshblack.svg) no-repeat 50%/15px;
    opacity: 0.3;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap {
    padding: 0 10px 10px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx {
    padding: 0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx .kkolink {
    border-radius: 6px 6px 0 0;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #777;
    border-bottom: 0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx ul.hxs li {
    margin-bottom: 0;
    min-height: 44px;
    padding: 8px 10px 8px 16px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocBtnsListwrapx ul.hxs li + li {
    border-top: 1px solid #777;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempTitwrap {
    border: solid 1px #777;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempTitwrap input[type="text"] {
    width: 100%;
    height: 38px;
    line-height: 37px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    word-spacing: -2px;
    background: transparent;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap {
    border: solid 1px #777;
    border-top: 0;
    padding: 5px 10px 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap.bdt1 {
    border-top: 1px solid #777;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap.addon textarea {
    height: 100px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 1.4em;
    word-spacing: -2px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap {
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .callblocktxt {
    text-align: left;
    font-size: 11px;
    color: #777;
    line-height: 19px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .kkobytes {
    text-align: right;
    font-size: 12px;
    color: #777;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .kkobytes .maxbytes,
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .tempCntwrap .kkocbtnbytewrap .kkobytes .curbytes {
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 500;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocMesgCtrls {
    height: 36px;
    display: flex;
    justify-content: space-between;
    border: solid 1px #777;
    border-top: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocMesgCtrls .ctrlbtn {
    position: relative;
    width: 50%; /* update jh 230901*/
    border-left: solid 1px #bababa;
    height: 35px;
    line-height: 34px;
    text-align: center;
    color: #444;
    font-weight: 500;
    font-size: 14px;
    background-color: #cdd2e0;
    cursor: pointer;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendtempcntswrap .templateContentsWrap .kkocMesgCtrls .ctrlbtn:first-child {
    border-left: 0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .selectbtnlistwrap {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .selectbtnlistwrap .addbtns {
    display: block;
    height: 30px;
    padding: 0 8px;
    background-color: #525867;
    border-radius: 6px;
    max-width: 50px;
    margin-right: 5px;  /* update 2023/09/04 lyh */
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .selectbtnlistwrap .addbtns span {
    font-size: 14px;
    line-height: 29px;
    white-space: nowrap;
    color: #fff;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap {
    padding: 0 10px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink {
    position: relative;
    border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px 30px 4px 10px;
    box-sizing: border-box;
    margin-bottom: 3px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink .btndellink {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/icon/ico_trash.svg) no-repeat 50%/20px;
    opacity: 0.3;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul {
    padding: 0;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li {
    height: 30px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li span {
    display: inline-block;
    font-size: 13px;
    line-height: 29px;
    height: 30px;
    width: 75px;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li span.required::after {
    content: "*";
    padding-left: 3px;
    font-size: 14px;
    color: #f00;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li input[type="text"] {
    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);
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li.cmmt {
    padding: 10px 0 5px 0px;
    height: initial;
    flex-direction: column;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink ul li.cmmt span {
    display: block;
    width: 100%;
    line-height: 1.4em;
    height: initial;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink.on ul li:nth-child(2), .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink.on ul li:nth-child(3) {
    display: flex;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink.on ul li.cmmt {
    display: block;
  }
  .sendKakaoField .kkomidtempbox .kkomid.selsendbtnswrap .kkocBtnsListwrap .kkolink:last-child {
    margin-bottom: 10px;
  }
  .sendKakaoField .btn_kkosendtest {
    padding: 0 15px;
    height: 40px;
    margin-bottom: 20px;
  }
  .sendKakaoField .btn_kkosendtest button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    background-color: #1976d2;
    border-radius: 0 0 10px 10px;
  }
  .sendKakaoField .kkosendtargetwrap {
    padding: 20px 15px 15px;
    /* 부분치환 사용하지 않을때 */
    /* 부분치환 사용할때*/
  }
  .sendKakaoField .kkosendtargetwrap h3.tit {
    padding: 10px 0 15px;
    display: flex;
    align-items: center;
  }
  .sendKakaoField .kkosendtargetwrap h3.tit.alrimtalk {
    justify-content: space-between;
  }
  .sendKakaoField .kkosendtargetwrap h3.tit strong {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 10px;
  }
  .sendKakaoField .kkosendtargetwrap h3.tit .chkrdo .checklabel {
    padding-right: 0;
  }
  .sendKakaoField .kkosendtargetwrap h3.tit .whatsubpart {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
    margin-left: auto;
  }
  .sendKakaoField .kkosendtargetwrap h3.tit .whatsubpart i.xi-help {
    font-size: 20px;
    line-height: 30px;
    color: #a8a8a8;
    cursor: pointer;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap {
    border-radius: 10px;
    border: solid 1px #777;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName,
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone,
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button {
    width: 33.33%;
    height: 40px;
    display: block;
    border-left: solid 1px #ddd;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName:first-child,
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone:first-child,
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button:first-child {
    border-left: none;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button {
    background-color: #eaecf2;
    border-bottom: solid 1px #ddd;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap button:last-child {
    border-bottom: none;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName,
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone {
    padding: 0 3px;
    background-color: #fff;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName input,
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiPhone input {
    width: 100%;
    height: 100%;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart .readBtnsWrap div.addIndiName {
    border-left: none;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers {
    display: block;
    width: 100%;
    border: solid 1px #aaa;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead {
    display: block;
    background-color: #eaecf2;
    border-bottom: solid 1px #aaa;
    height: 30px;
    box-sizing: border-box;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr {
    width: 100%;
    height: 30px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th {
    display: block;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2a2a2a;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th i {
    font-size: 20px;
    color: #a8a8a8;
    vertical-align: middle;
    margin-top: -2px;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th:first-child {
    width: 140px;
    border-left: none;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th:nth-child(2) {
    width: calc(100% - 210px);
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers thead tr th:last-child {
    width: 45px;
    text-align: left;
    padding-left: 5px;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden scroll;
    box-sizing: border-box;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr {
    width: 100%;
    height: 30px;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr .groupNname { /*update hj 230911*/
    border-left: none;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td {
    display: block;
    height: 30px;
    line-height: 29px;
    box-sizing: border-box;
    padding: 0 5px; /*update hj 230911*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    border-left: solid 1px #ddd; /*update hj 230911*/
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td i {
    font-size: 20px;
    color: #a8a8a8;
    vertical-align: middle;
    margin-top: -2px;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td:first-child {
    width: 147px;
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td:nth-child(2) {
    width: calc(100% - 195px);
  }
  .sendKakaoField .kkosendtargetwrap .notUseSubpart table.tblReceivers tbody tr td:last-child {
    width: 35px;
    text-align: left;
    padding-left: 5px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart {
    display: none;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep {
    margin-bottom: 15px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep:last-child {
    margin-bottom: 0;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step {
    font-size: 14px;
    line-height: 20px;
    word-spacing: -1px;
    margin-bottom: 5px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step em {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 3px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step em i {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-family: Helvetica;
    padding-left: 8px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .step em i::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    display: inline-block;
    width: 1px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_sample {
    display: block;
    height: 40px;
    background-color: #eaecf2;
    border: solid 1px #aaa;
    border-radius: 6px;
    text-align: center;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_sample span {
    position: relative;
    display: inline-block;
    line-height: 39px;
    color: #555;
    font-weight: 700;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_sample span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: -20px;
    background: url(../img/icon/ico_excel_c.svg) no-repeat 0 2px/18px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_inspecterr {
    display: block;
    height: 40px;
    width: 100%;
    background: orangered;
    border: solid 1px #d03800;
    border-radius: 6px;
    text-align: center;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_inspecterr span {
    position: relative;
    display: inline-block;
    line-height: 39px;
    color: #fff;
    font-weight: 700;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .btn_inspecterr span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: -22px;
    background: url(../img/icon/ico_inspect.svg) no-repeat 50%/18px;
    filter: invert(100%);
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults {
    height: 80px;
    border: solid 1px #aaa;
    border-radius: 10px 10px 0 0;
    padding: 0 7px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li:first-child {
    border-bottom: dashed 1px #aaa;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li span,
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li strong {
    display: inline-block;
    line-height: 39px;
    height: 40px;
    color: #555;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li span {
    width: 60px;
    font-size: 13px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li strong {
    width: calc(100% - 60px);
    font-weight: 400;
    text-align: right;
    font-size: 15px;
  }
  .sendKakaoField .kkosendtargetwrap .useSubPart .subpartstep .readresults li strong em {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 15px;
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber {
    width: 100%;
    height: 40px;
    border-radius: 0 0 10px 10px;
    border: solid 1px #aaa;
    border-left-color: #575b5e;
    border-bottom-color: #575b5e;
    margin-top: -1px;
    height: 40px;
    /*cursor: pointer; 20230919 kh */
    background-color: #575b5e;
    padding: 0 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber button.goCallBlockListx {
    width: 133px;
    background: #EAECF2;
    margin-right: -8px;
    border-radius: 0 0px 10px 0;
    border: 1px solid #aaa;
    /*margin-top: -1px; 230907 kh */
    height: calc(100%);
    color: #2A2A2A;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    padding: 0 5px;
    letter-spacing: -2.2px; /* update 2023/10/11 lyh */
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber button.goCallBlockListx:before {
    content: "";
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: url(../img/icon/settings-ico.svg);
    background-size: 20px;
    margin-right: 5px;
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber span,
  .sendKakaoField .kkosendtargetwrap .receiversNumber strong {
    display: inline-block;
    line-height: 39px;
    height: 40px;
    color: #fff;
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber span {
    width: 60px;
    font-size: 13px;
    letter-spacing: -1.7px; /* update 2023/10/11 lyh */
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber strong {
    width: calc(100% - 60px);
    font-weight: 400;
    text-align: right;
    font-size: 16px;
    padding-right: 10px;
  }
  .sendKakaoField .kkosendtargetwrap .receiversNumber strong em {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
  }
  .sendKakaoField .kkosendtargetwrap .mbtns {
    padding-top: 15px;
  }
  .sendKakaoField .kkosendschedulewrap {
    padding: 20px 0 0;
  }
  .sendKakaoField .kkosendschedulewrap h3.tit {
    padding: 0 15px;
    margin-bottom: 20px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sendKakaoField .kkosendschedulewrap h3.tit strong {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 10px;
  }
  .sendKakaoField .kkosendschedulewrap .settingwrap {
    padding: 10px 0;
    margin: 0 15px 20px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 10px 10px;
    gap: 10px;
  }
  .sendKakaoField .kkosendschedulewrap .settingwrap .titchk {
    min-width: 100px;
  }
  .sendKakaoField .kkosendschedulewrap .settingwrap .schwrap {
    flex: 1;
    height: 30px;
    text-align: center;
  }
  .sendKakaoField .kkosendschedulewrap .settingwrap .schwrap input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    appearance: none;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 4px;
  }
  .sendKakaoField .kkosubsendwrap {
    padding: 20px  20px 40px 0px;
  }
  .sendKakaoField .kkosubsendwrap .innerbx {
    display: flex;
    gap: 16px;
    padding: 15px 20PX 0 20px;
  }
  .sendKakaoField .kkosubsendwrap .innerbx + .innerbx {
    border-top: 1px solid #E9E9E9;
  }
  .sendKakaoField .kkosubsendwrap .innerbx h3.tit {
    padding: 0;
  }
  .sendKakaoField .kkosubsendwrap .innerbx h3, .sendKakaoField .kkosubsendwrap .innerbx .rtbx {
    flex: 1;
  }
  .sendKakaoField .kkosubsendwrap .innerbx .rtbx {
    min-width: 340px;
    margin-bottom: 20px;
  }
  .sendKakaoField .kkosubsendwrap .innerbx .rtbx p {
    color: #999;
    font-size: 12px;
    font-weight: 400;
  }
  .sendKakaoField .kkosubsendwrap h3.tit {
    padding: 0 15px;
    margin-bottom: 20px;
    height: 30px;
  }
  .sendKakaoField .kkosubsendwrap h3.tit strong {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 10px;
  }
  .sendKakaoField .kkosubsendwrap .sendMesgField {
    padding-bottom: 0;
    display: none;
  }
  .sendKakaoField .kkosubsendwrap .sendMesgField .middlesendbox {
    border-bottom: none;
  }

  /* ***************************
   * 카카오 테스트전송(HalfPop)
   *************************** */
  .kkosendtestwrap {
    padding: 0 15px 20px;
  }
  .kkosendtestwrap .kkoHeros {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .kkosendtestwrap .kkoHeros h3 {
    font-size: 16px;
    line-height: 1.4em;
    word-spacing: -1.8px;
    font-weight: 500;
    color: #222;
  }
  .kkosendtestwrap .kkoHeros .disc {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .kkosendtestwrap .iptwrap {
    border: solid 1px #aaa;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
  }
  .kkosendtestwrap .iptwrap button {
    height: 40px;
    border-left: solid 1px #aaa;
    background-color: #eaecf2;
  }
  .kkosendtestwrap .iptwrap button span {
    font-size: 14px;
    line-height: 39px;
    padding: 10px;
  }
  .kkosendtestwrap .iptwrap input {
    width: calc(100% - 60px);
    padding: 0 5px;
    height: 40px;
    border: none;
    outline: none;
    appearance: none;
    background-color: transparent;
    text-align: center;
  }
  .kkosendtestwrap .tblTestReceivers {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #aaa;
  }
  .kkosendtestwrap .tblTestReceivers thead,
  .kkosendtestwrap .tblTestReceivers tbody {
    display: block;
    width: 100%;
  }
  .kkosendtestwrap .tblTestReceivers thead tr,
  .kkosendtestwrap .tblTestReceivers tbody tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .kkosendtestwrap .tblTestReceivers thead tr th,
  .kkosendtestwrap .tblTestReceivers thead tr td,
  .kkosendtestwrap .tblTestReceivers tbody tr th,
  .kkosendtestwrap .tblTestReceivers tbody tr td {
    height: 30px;
    padding: 4px;
    display: block;
    text-align: center;
  }
  .kkosendtestwrap .tblTestReceivers thead tr td,
  .kkosendtestwrap .tblTestReceivers tbody tr td {
    width: calc(100% - 47px);
  }
  .kkosendtestwrap .tblTestReceivers thead tr th,
  .kkosendtestwrap .tblTestReceivers tbody tr th {
    width: 47px;
  }
  .kkosendtestwrap .tblTestReceivers thead tr th i,
  .kkosendtestwrap .tblTestReceivers tbody tr th i {
    font-size: 20px;
    color: #a8a8a8;
    vertical-align: middle;
    margin-top: -2px;
  }
  .kkosendtestwrap .tblTestReceivers thead {
    background-color: #eaecf2;
    border-bottom: solid 1px #aaa;
    height: 30px;
  }
  .kkosendtestwrap .tblTestReceivers thead th {
    border-left: solid 1px #ddd;
  }
  .kkosendtestwrap .tblTestReceivers tbody {
    height: 124px;
  }
  .kkosendtestwrap .tblTestReceivers tbody tr {
    border-bottom: dashed 1px #eee;
    box-sizing: border-box;
  }
  .kkosendtestwrap .tblTestReceivers tbody tr:last-child {
    border-bottom: none;
  }

  /* ***************************
   * 대체문자이용가이드(HalfPop)
   *************************** */
  .kkosubsendwrap {
    padding: 0 15px 20px;
  }
  .kkosubsendwrap .kkoHeros {
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
  }
  .kkosubsendwrap .kkoHeros::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/sub/joinmem2.png) no-repeat bottom right/100px;
  }
  .kkosubsendwrap .kkoHeros h3 {
    font-size: 20px;
    line-height: 1.2em;
    word-spacing: -1.8px;
    font-weight: 700;
    color: #555;
    padding-top: 30px;
  }
  .kkosubsendwrap .kkoHeros h3 strong {
    display: block;
  }
  .kkosubsendwrap .kkoHeros h3 strong:first-child {
    color: #1976d2;
  }
  .kkosubsendwrap .kkoHeros h3 strong:last-child {
    color: #f00;
  }
  .kkosubsendwrap .kkoHeros .billiad {
    width: 200px;
    font-size: 10px;
  }
  .kkosubsendwrap .subsendcaution .sscwrap {
    padding-top: 20px;
    border-bottom: solid 1px #eee;
  }
  .kkosubsendwrap .subsendcaution .sscwrap:last-child {
    border-bottom: none;
  }
  .kkosubsendwrap .subsendcaution .sscwrap h4 {
    font-size: 14px;
    word-spacing: -1.5px;
    font-weight: 700;
    color: 555;
  }
  .kkosubsendwrap .subsendcaution .sscwrap ul.disc li {
    font-size: 12px;
  }

  /* ***************************
   * 미리보기화면
   * (발송창과 HTML이 같으므로 발송창 수정시 해당 내용 변경됩니다
   *************************** */
  .kakaoPreview .kkoupperinfo .extrainfo {
    border-bottom: 0;
  }
  .kakaoPreview .sendKakaoField {
    /*height: calc(100vh - 150px);*/  /* update 2023/08/25 lyh */
    max-height: 1000px; /* update 2023/08/25 lyh */
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox {
    height: calc(100% - 20px);
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgTitle {
    border-top: solid 1px #777;
    border-radius: 0 10px 0 0;
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody {
    border-radius: 0 0 10px 10px;
    padding-bottom: 30px;   /* update 2023/09/01 lyh */
    height: calc(100% - 100px);
    overflow: hidden auto;
    scrollbar-width: none;  /* update 2023/09/01 lyh */
    min-height: 550px;  /* update 2023/09/01 lyh */
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .channelname .adYn {
    display: inline;
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkhead {
    display: block;
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .template_image {
    display: block;
  }
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_text,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_header,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight_txt,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_highlight_img,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_strong_item_list,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .template_summary,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .type_message_ex,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_chanel_btn,
  .kakaoPreview .sendKakaoField .kkomidsendbox .mesgBody .kkotalkbox .talkbody .talkbodycontainer .device_btns {
    display: block;
  }
  .kakaoPreview .diffview {
    height: 60px;
    padding: 0 15px;
    color: #fff;
    line-height: 60px;
    font-size: 13px;
    background-color: #3a3d57;
    margin-top: 25px; /* update 2023/08/25 lyh */
  }

  /* ***************************
   * 내 템플릿함
   *************************** */
  .myTemplateboxs {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #eee;
    /* item */
    /* 내역없음 */
  }
  .myTemplateboxs .myTemplatebox {
    width: 50%;
    padding: 3px 3px 15px;
    font-size: 0;
  }
  .myTemplateboxs .myTemplatebox:hover .mesgTitle,
  .myTemplateboxs .myTemplatebox:hover .kkotalkbox,
  .myTemplateboxs .myTemplatebox:hover .down, .myTemplateboxs .myTemplatebox.on .mesgTitle,
  .myTemplateboxs .myTemplatebox.on .kkotalkbox,
  .myTemplateboxs .myTemplatebox.on .down {
    border-color: #bbb;
  }
  .myTemplateboxs .myTemplatebox .mesgTitle {
    border: solid 1px #dcdcdc;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    background-clip: content-box;
    height: 32px;
    line-height: 31px;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    text-indent: 10px;
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox {
    padding: 7px;
    /*border: solid 1px #dcdcdc;*/
    border-top: none;
    background-color: var(--color_kko_boxbg);
    overflow: hidden auto;
    height: 300px;
    cursor: pointer;
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox .adYn {
    color: #8b95a5;
    font-size: 8px;
    padding-bottom: 2px;
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox .talkbody {
    background-color: #fff;
    border: solid 1px #ddd;
    min-height: 100px;
    border-radius: 10px;
    overflow: hidden;
    white-space: pre-line;  /* update 2023/09/14 lyh */
    width: 250px; /* update 2024/07/12 jjh */
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .template_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    outline: none;
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .talkbodycontainer {
    padding: 7px;
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .talkbodycontainer .device_content {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    word-spacing: -1px;
    color: #333;
    min-height: 45px;
    margin-bottom: 10px;
    white-space: pre-wrap;
  }
  .myTemplateboxs .myTemplatebox .kkotalkbox .talkbody .talkbodycontainer .device_btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
  }
  .myTemplateboxs .myTemplatebox .down {
    border: solid 1px #dcdcdc;
    border-top: 0;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .myTemplateboxs .myTemplatebox .down .time {
    display: inline-block;
    font-size: 11px;
    font-family: Helvetica;
    line-height: 11px;
    color: #999;
    padding-left: 5px;
  }
  .myTemplateboxs .myTemplatebox .down .btn_delete {
    width: 30px;
    height: 30px;
    background: url(../img/icon/ico_delete.svg) no-repeat 50%/20px;
    filter: invert(100%);
    opacity: 0.3;
    cursor: pointer;
  }
  .myTemplateboxs .listNone {
    width: 100%;
    flex: none;
    height: 300px;
  }
  .myTemplateboxs .listNone span {
    position: relative;
    height: 30px;
    line-height: 30px;
    top: calc(50% + 15px);
    font-size: 14px;
    color: #777;
    display: block;
    text-align: center;
  }
  .myTemplateboxs .listNone span::before {
    content: "";
    position: absolute;
    top: -50px;
    left: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.4;
    background: url(../img/icon/nop.svg) no-repeat 50%;
    background-size: contain;
  }

  /* ***************************
   * 카카오 발신채널관리 목록화면
   *************************** */
  .DesignRoundListTypeA.kakao {
    margin-top: 16px;
  }

  .kakaoChanelListTR {
    border-bottom: 1px solid #ddd;
  }
  .kakaoChanelListTR.hds {
    border-bottom: 0;
  }
  .kakaoChanelListTR .hds {
    /*padding: 0px 20px;*/ /* update 08/28 kizellee*/
    display: flex;
    background: #E6EEF5;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #CCC;
  }
  .kakaoChanelListTR .hds div {
    padding: 10px 0;/* update 08/28 kizellee*/
    /*flex: 1;*/ /* update 08/28 kizellee*/
    font-size: 14px;/* update 08/28 kizellee*/
    color: #000;/* update 08/28 kizellee*/
    font-weight: 500;/* update 08/28 kizellee*/
    text-align: center;/* update 08/28 kizellee*/
    border-left: 1px solid #DCDEE7;/* update 08/28 kizellee*/
    justify-content: center;/* update 08/28 kizellee*/
    margin: 0;/* update 08/28 kizellee*/
    height: auto;/* update 08/28 kizellee*/
    position: relative;/* update 08/28 kizellee*/
  }

  .kakaoChanelListTR .chnum { /* update 08/28 kizellee*/
    width: 100px;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .chId {/* update 08/28 kizellee*/
    width: 300px;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .chName {/* update 08/28 kizellee*/
    width: 300px;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .chkey {/* update 08/28 kizellee*/
    width: 95%;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .cstats { /* update 08/28 kizellee*/
    width: 150px;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .chdate {/* update 08/28 kizellee*/
    width: 150px;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .chstatus {/* update 08/28 kizellee*/
    width: 100px;/* update 08/28 kizellee*/
  }
  .kakaoChanelListTR .cbrand {/* update 10/29 skh*/
    width: 400px;/* update 10/29 skh*/
  }

  .kakaoChanelListTR.hds .cbrand .info_head {
    margin-left: 4px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  .kakaoChanelListTR.hds .cbrand .info_head i.xi-help {
    font-size: 20px;
    color: #a8a8a8;
    cursor: pointer;
  }


  .kakaoChanelListTR .listarray {
    position: relative;
    display: flex;
    padding: 16px 0px;
    min-width: 200px;
    align-items: center;
  }
  .kakaoChanelListTR .listarray div{/* update 08/28 kizellee*/
    text-align: center;/* update 08/28 kizellee*/
    justify-content: center;/* update 08/28 kizellee*/
    /*flex: 1;*//* update 08/28 kizellee*/
    color: #42434F;/* update 08/28 kizellee*/
    font-size: 14px;/* update 08/28 kizellee*/
    font-weight: 500;/* update 08/28 kizellee*/
    white-space: nowrap;        /* 텍스트를 한 줄로 만듭니다 */
    overflow: hidden;           /* 넘치는 텍스트를 숨깁니다 */
    text-overflow: ellipsis;    /* 숨겨진 텍스트를 `...`으로 표시합니다 */
  }
  .kakaoChanelListTR .listarray .chstatus span.wakeup {
    padding: 7px 9px;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #ECECEC;
  }
  .kakaoChanelListTR .listarray .chstatus span.wakeup.active {
    background: #1976D2;
    color: #fff;
    border: 1px solid #1976D2;
  }

  .kakaoTalkImageListTR {
    border-bottom: 1px solid #ddd;
  }
  .kakaoTalkImageListTR.hds {
    border-bottom: 0;
  }
  .kakaoTalkImageListTR .hds {
    /*padding: 0px 20px; update 2023/09/04 jh */
    display: flex;
    background: #E6EEF5;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #CCC;
  }
  .kakaoTalkImageListTR .hds .chkrdox,
  .kakaoTalkImageListTR .hds .chTemplateName,
  .kakaoTalkImageListTR .hds .chId,
  .kakaoTalkImageListTR .hds .chnum,
  .kakaoTalkImageListTR .hds .chdate,
  .kakaoTalkImageListTR .hds .chstatus {
    padding: 10px 0;
    /*flex: 1; update 2023/09/04 jh */
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #DCDEE7;
    /*justify-content: center; update 2023/09/04 jh */
    margin: 0;
    height: auto;
    position: relative;
  }
  .kakaoTalkImageListTR .hds .chkrdox {
    border-left: 0;
  }
  .kakaoTalkImageListTR .chkrdox {
    /* position: relative; update 2023/09/04 jh */
    width: 80px; /* update 2023/09/04 jh */
  }
  .kakaoTalkImageListTR .chTemplateName {
    width: 300px; /* create 2023/09/04 jh */
  }
  .kakaoTalkImageListTR .chdate {
    width: 200px; /* create 2023/09/04 jh */
  }
  .kakaoTalkImageListTR .chstatus {
    width: 80px; /* create 2023/09/04 jh */
  }

  .kakaoTalkImageListTR .chkrdox span.chkrdo {
    display: inline-flex;
    align-items: center;
  }
  .kakaoTalkImageListTR .listarray {
    position: relative;
    display: flex;
    padding: 16px 0px; /* update 2023/09/04 jh */
    min-width: 200px;
    align-items: center;
  }
  .kakaoTalkImageListTR .listarray .chkrdox,
  .kakaoTalkImageListTR .listarray .chTemplateName,
  .kakaoTalkImageListTR .listarray .chId,
  .kakaoTalkImageListTR .listarray .chnum,
  .kakaoTalkImageListTR .listarray .chdate,
  .kakaoTalkImageListTR .listarray .chstatus {
    text-align: center;
    /*justify-content: center; update 2023/09/04 jh */
    /*flex: 1; update 2023/09/04 jh */
    color: #42434F;
    font-size: 14px;
    font-weight: 500;
  }
  .kakaoTalkImageListTR .listarray .chTemplateName{
    text-overflow: ellipsis;/* create 2023/09/04 jh */
    display: block;/* create 2023/09/04 jh */
    white-space: nowrap;/* create 2023/09/04 jh */
    overflow: hidden;/* create 2023/09/04 jh */
  }
  .kakaoTalkImageListTR .listarray .chstatus span.wakeup {
    padding: 7px 9px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #ECECEC;
  }
  .kakaoTalkImageListTR .listarray .chstatus span.wakeup.active {
    background: #1976D2;
    color: #fff;
    border: 1px solid #1976D2;
  }

  .kakaoChCreatebx {
    padding: 18px 40px;
    margin-top: 24px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .kakaoChCreatebx .cus.w50 {
    width: 50%;
  }
  .kakaoChCreatebx .cus.cate .elewrapbx {
    display: flex;
    gap: 16px;
  }
  .kakaoChCreatebx .cus.cate .elewrap {
    flex: 1;
  }
  .kakaoChCreatebx .cus.cate .elewrap + .elewrap {
    margin-top: 0;
  }

  .elewrapgrp-kakao {
    display: flex;
    margin: 10px 0;
    flex: 1;
    padding: 0 10px;
    gap: 16px;
    align-items: center;
  }
  .elewrapgrp-kakao label {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    color: #555967;
  }
  .elewrapgrp-kakao .elewrap {
    flex: 1;
  }

  .kkomid.appendui {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1px;
    border-top: 0 !important;
    background: #CDD2E0;
  }
  .kkomid.appendui button {
    text-align: center;
    flex: 1;
    height: 100%;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
  }
  .kkomid.appendui button + button {
    border-left: 1px solid #A4A7B2;
  }

  button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  button.kakaotemp {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    border-radius: 4px;
    border: 1px solid #CCD4DB;
    background: #FFF;
    height: 40px;
  }
  button.kakaotemp.active {
    color: #1976D2;
    border: 1px solid #1976D2;
  }

  .listchkx {
    display: flex;
    padding: 0 16px 16px 16px;
  }
  .listchkx .chkrdos {
    display: flex;
    align-items: center;
  }
  .listchkx .chkrdos + .chkrdos {
    margin-left: 10px;
  }
  .listchkx .chkrdos .chkrdo {
    display: inline-flex;
    align-items: center;
    height: auto;
  }
  .listchkx .chkrdos .chkrdo .checkbox.chkitem {
    background-color: #fff;
  }
  .listchkx .chkrdos label {
    color: #000;
    font-size: 12px !important;
    font-weight: 400;
    padding: 0 0 0 5px;
  }

  .kakaotemphds {
    padding: 10px 16px;
    display: flex;
    align-items: center;
  }
  .kakaotemphds h3 {
    margin-right: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    /* 166.667% */
  }

  .kkocBtnsListwrapx {
    padding: 0 10px;
  }
  .kkocBtnsListwrapx .imguploadbtnwrap {
    width: 100%;
    padding: 0 0px 0px;
  }
  .kkocBtnsListwrapx .imguploadbtnwrap label {
    display: block;
    height: 30px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-radius: 6px;
    border: 1px solid #AEB3C3;
    background: #CDD2E0;
  }
  .kkocBtnsListwrapx .imguploadbtnwrap input[type="file"] {
    display: none;
  }
  .kkocBtnsListwrapx .kkolink {
    position: relative;
    border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px 10px 4px 10px;
    box-sizing: border-box;
    margin-bottom: 3px;
  }
  .kkocBtnsListwrapx .kkolink .btndellink {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/icon/ico_trash.svg) no-repeat 50%/20px;
    opacity: 0.3;
  }
  .kkocBtnsListwrapx .kkolink ul {
    padding: 0;
  }
  .kkocBtnsListwrapx .kkolink ul.exp {
    display: flex;
  }
  .kkocBtnsListwrapx .kkolink ul.exp li {
    flex: 1;
  }
  .kkocBtnsListwrapx .kkolink ul.exp li.lbs {
    max-width: 40px;
  }
  .kkocBtnsListwrapx .kkolink ul.exp li.lbs label {
    line-height: 15px;
  }
  .kkocBtnsListwrapx .kkolink ul.exp li.desc {
    min-width: 270px;
    margin-right: 20px; /* create 2023/09/08 jh */
  }
  .kkocBtnsListwrapx .kkolink ul.exp li + li {
    margin-left: 10px;
  }
  .kkocBtnsListwrapx .kkolink ul li {
    height: 30px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
  .kkocBtnsListwrapx .kkolink ul li span {
    display: inline-block;
    font-size: 13px;
    line-height: 29px;
    height: 30px;
    width: 70px;
  }
  .kkocBtnsListwrapx .kkolink ul li span.required::after {
    content: "*";
    padding-left: 3px;
    font-size: 14px;
    color: #f00;
  }
  .kkocBtnsListwrapx .kkolink ul li label {
    min-width: 80px;
    font-size: 12px;
  }
  .kkocBtnsListwrapx .kkolink ul li input[type="text"] {
    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: 100%;
    font-size: 12px;
  }
  .kkocBtnsListwrapx .kkolink ul li.cmmt {
    display: none;
    padding: 3px 0 5px 80px;
    height: initial;
  }
  .kkocBtnsListwrapx .kkolink ul li.cmmt span {
    display: block;
    width: 100%;
    line-height: 1.4em;
    height: initial;
  }
  .kkocBtnsListwrapx .kkolink.on ul li:nth-child(2), .kkocBtnsListwrapx .kkolink.on ul li:nth-child(3) {
    display: flex;
  }
  .kkocBtnsListwrapx .kkolink.on ul li.cmmt {
    display: block;
  }
  .kkocBtnsListwrapx .kkolink:last-child {
    margin-bottom: 10px;
  }

  .kakaotempnoti {
    margin: 0 20px 16px 20px;
    padding: 20px 16px 6px 16px;
    border-radius: 8px;
    background: #E9ECEF;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
  }

  .initview-hide {
    display: none;
  }

  .elewrapgrp.w472 {
    min-width: 472px;
  }

  .elewrapgrp.w568 { /* create 2023/09/13 jh*/
    min-width: 568px;
  }

  .elewrap.w184 { /* update 2023/09/18 jh */
    max-width: 184px;
  }

  .w184 { /* create 2023/09/18 jh */
    width: 184px;
  }
  .text-center { /* create 2023/09/18 jh */
    text-align: center;
  }

  .utbx-rt {
    margin-top: -54px; /* update 2023/09/18 jh */
    display: flex;
    justify-content: flex-end;
    gap: 16px;
  }
  .utbx-rt .whatsubpart {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
  }
  .utbx-rt .whatsubpart i.xi-help {
    font-size: 20px;
    line-height: 30px;
    color: #a8a8a8;
    cursor: pointer;
  }
  .utbx-rt .templateExample {
    justify-content: initial;
    display: flex;
    width: 120px;
    height: 40px;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #CCD4DB;
    background: #FFF;
    color: #444;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    /* 133.333% */
  }

  .template_checkdate ul.disc {
    text-align: left;
  }

  .temphds {
    margin-top: 24px;
    margin-bottom: 16px;
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F7F7F7;
  }

  .kakaoTempbx {
    gap: 45px; /* update 2023/09/07 jh */
    flex-wrap: wrap;
    display: flex;
  }
  .kakaoTempbx .kakaoTemparray {
    flex: 1;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .kakaoTempbx .kakaoTemparray:hover { /* create jh 23/08/31 */
    cursor: pointer;
  }
  .kakaoTempbx .titlewrap {
    width: 100%;
    height: 48px;
    display: flex;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
  }
  .kakaoTempbx .contw {
    border: 1px solid #B6C2D9;
    padding: 16px;
    background: #B6C2D9;
    overflow: hidden;
  }
  .kakaoTempbx .contw .hds {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    display: flex;
    height: 36px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 10px 10px  0 0;
    background: #fcec5d;
    justify-content: center;
    align-items: center;
  }
  .kakaoTempbx .contw .hds:before {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    background: url(../img/icon/kakao-opt.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .kakaoTempbx .contw .textview {
    height: 160px;
    padding: 8px;
    background: #fff;
    color: rgba(0, 0, 0, 0.85);
    font-size: 12px;
    font-weight: 400;
    border-radius: 0 0 10px 10px;
  }

  .bd0 {
    border: 0;
  }

  .bdt1 {
    border-top: solid 1px  #777 !important;
  }

  .bdb1 {
    border-bottom: solid 1px  #777  !important;
  }

  .bdtb1 {
    border-top: solid 1px  #777 !important;
    border-bottom: solid 1px  #777  !important;
  }

  .popupwrap.shippinginfoc {
    max-width: 500px;
    margin: auto;
  }
  .popupwrap.shippinginfoc .popup_headwrap {
    max-width: 500px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    right: initial;
  }

  .shippinginfox {
    width: 100%;
  }
  .shippinginfox ul.shippingbxlist {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border-radius: 6px;
    background: #eaecf2;
    gap: 9px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .shippinginfox ul.shippingbxlist li {
    display: inline-flex;
    border: 1px solid transparent;
    padding: 0 3px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }
  .shippinginfox ul.shippingbxlist li.active {
    color: #1976D2;
    border-radius: 2px;
    border: 1px solid #1976D2;
  }

  .tempinputIpmc {
    margin: 20px 0;
    font-size: 12px;
  }
  .tempinputIpmc ul.red_f {
    color: #f00;
  }
  .tempinputIpmc ul.red_f li {
    color: inherit;
  }

  .imgupload-aftertxt {
    display: flex;
    padding: 11px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: #CDD2E0;
    margin-bottom: 16px;
  }

  .thumImage{ /* create 2023/09/14 jh */
    width: 100%;
    margin-bottom: 0px;
  }

  .imgupload-aftertxt .titz {
    width: calc(100% - 26px);
    align-items: flex-start;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    /*line-height: 14px;  update 2023/09/14 jh */
    /* 116.667% */
    /*letter-spacing: -0.5px; update 2023/09/14 jh */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 390px;
    padding: 0 10px;
  }
  .imgupload-aftertxt button.remove {
    width: 16px;
    height: 16px;
    align-items: flex-end;
  }
  .imgupload-aftertxt button.remove i {
    font-size: 16px;
  }
  .imgupload-aftertxt button.remove i:before {
    color: rgba(34, 34, 34, 0.5);
  }


  opacity: 0.4;
  background: url(../img/icon/nop.svg) no-repeat 50%;
  background-size: contain;
}

/* ***************************
 * 카카오 발신채널관리 목록화면
 *************************** */
.DesignRoundListTypeA.kakao {
  margin-top: 16px;
}

.kakaoChanelListTR {
  border-bottom: 1px solid #ddd;
}
.kakaoChanelListTR.hds {
  border-bottom: 0;
}
.kakaoChanelListTR .hds {
  /*padding: 0px 20px;*/ /* update 08/28 kizellee*/
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.kakaoChanelListTR .hds div {
  padding: 10px 0;/* update 08/28 kizellee*/
  /*flex: 1;*/ /* update 08/28 kizellee*/
  font-size: 14px;/* update 08/28 kizellee*/
  color: #000;/* update 08/28 kizellee*/
  font-weight: 500;/* update 08/28 kizellee*/
  text-align: center;/* update 08/28 kizellee*/
  border-left: 1px solid #DCDEE7;/* update 08/28 kizellee*/
  justify-content: center;/* update 08/28 kizellee*/
  margin: 0;/* update 08/28 kizellee*/
  height: auto;/* update 08/28 kizellee*/
  position: relative;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chnum { /* update 08/28 kizellee*/
  width: 100px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chId {/* update 08/28 kizellee*/
  width: 250px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chName {/* update 08/28 kizellee*/
  width: 250px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chkey {/* update 08/28 kizellee*/
  width: 100%;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .cstats { /* update 08/28 kizellee*/
  width: 150px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chdate {/* update 08/28 kizellee*/
  width: 200px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chstatus {/* update 08/28 kizellee*/
  width: 100px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .cbrand {/* update 10/29 skh*/
  width: 400px;/* update 10/29 skh*/
}
.kakaoChanelListTR .listarray {
  position: relative;
  display: flex;
  padding: 16px 0px;
  min-width: 200px;
  align-items: center;
}
.kakaoChanelListTR .listarray div{/* update 08/28 kizellee*/
  text-align: center;/* update 08/28 kizellee*/
  justify-content: center;/* update 08/28 kizellee*/
  /*flex: 1;*//* update 08/28 kizellee*/
  color: #42434F;/* update 08/28 kizellee*/
  font-size: 14px;/* update 08/28 kizellee*/
  font-weight: 500;/* update 08/28 kizellee*/
  white-space: nowrap;        /* 텍스트를 한 줄로 만듭니다 */
  overflow: hidden;           /* 넘치는 텍스트를 숨깁니다 */
  text-overflow: ellipsis;    /* 숨겨진 텍스트를 `...`으로 표시합니다 */
}
.kakaoChanelListTR .listarray .chstatus span.wakeup {
  padding: 7px 9px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #ECECEC;
}
.kakaoChanelListTR .listarray .chstatus span.wakeup.active {
  background: #1976D2;
  color: #fff;
  border: 1px solid #1976D2;
}

.kakaoChanelListTR .listarray .cbrand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.kakaoChanelListTR .listarray .cbrand span {
  flex: 0;
}


/* ***************************
 * 브랜드메시지 신청 모달
 *************************** */

/* 모달 배경 (Backdrop) 스타일: 팝업임을 명확히 함 */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 배경 */
    z-index: 1040;
    display: none;
}

/* 모달 컨테이너 스타일 (가운데 정렬 및 외곽선) */
.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    max-width: 450px;
    width: 90%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

/* 모달 제목 스타일 (닫기 버튼 포함) */
.modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}
.modal-header-custom h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;
    flex-grow: 1;
    text-align: center;
}
.modal-header-custom .closeModal {
    font-size: 16px;
    cursor: pointer;
    color: #999;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 체크리스트 컨테이너 스타일 */
.vali_list_styled {
    padding: 0 20px 20px;
}
.vali_list_styled ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

/* 체크리스트 항목 개별 스타일 (스크린샷 디자인 반영) */
.item_chck_styled {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    transition: all 0.2s;
}
.item_chck_styled.on {
    background-color: #fff;
    border-color: #c8e6c9; /* 조건 충족 시 연두색 테두리 */
}

/* 아이콘 스타일 */
.chck_icon_styled {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
.chck_icon_styled.success {
    color: #4CAF50; /* 녹색 체크 */
}
.chck_icon_styled.fail {
    color: #F44336; /* 빨간색 X */
}

/* 텍스트 스타일 */
.chck_txt_styled {
    flex-grow: 1;
    font-size: 15px;
    color: #333;
    margin: 0;
}

/* 버튼 영역 스타일 */
.modal-footer-custom {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    gap: 8px;
}

/* 신청 버튼 스타일 (기존 bg_blue, btn_c 기반) */
.btn_c_styled {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
}
.btn_close_styled {
    background-color: #eee;
    color: #555;
}
.btn_apply_styled {
    background-color: #1976D2;
    color: #fff;
}

#uploadMarketingAgreeEvidenceBtn {
    background-color: #1976D2;
    border-color: #1976D2;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbrand button {
    width: 40px; /* 2글자 크기 */
    height: 24px; /* 버튼 높이 */
    line-height: 22px; /* 텍스트 수직 중앙 정렬 */
    font-size: 12px; /* 폰트 크기 */
    padding: 0; /* 패딩 제거 */
}

.kakaoTalkImageListTR {
  border-bottom: 1px solid #ddd;
}
.kakaoTalkImageListTR.hds {
  border-bottom: 0;
}
.kakaoTalkImageListTR .hds {
  /*padding: 0px 20px; update 2023/09/04 jh */
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.kakaoTalkImageListTR .hds .chkrdox,
.kakaoTalkImageListTR .hds .chTemplateName,
.kakaoTalkImageListTR .hds .chId,
.kakaoTalkImageListTR .hds .chnum,
.kakaoTalkImageListTR .hds .chdate,
.kakaoTalkImageListTR .hds .chstatus {
  padding: 10px 0;
  /*flex: 1; update 2023/09/04 jh */
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  /*justify-content: center; update 2023/09/04 jh */
  margin: 0;
  height: auto;
  position: relative;
}
.kakaoTalkImageListTR .hds .chkrdox {
  border-left: 0;
}
.kakaoTalkImageListTR .chkrdox {
  /* position: relative; update 2023/09/04 jh */
  width: 80px; /* update 2023/09/04 jh */
}
.kakaoTalkImageListTR .chTemplateName {
  width: 300px; /* create 2023/09/04 jh */
}
.kakaoTalkImageListTR .chdate {
  width: 200px; /* create 2023/09/04 jh */
}
.kakaoTalkImageListTR .chstatus {
  width: 80px; /* create 2023/09/04 jh */
}

.kakaoTalkImageListTR .chkrdox span.chkrdo {
  display: inline-flex;
  align-items: center;
}
.kakaoTalkImageListTR .listarray {
  position: relative;
  display: flex;
  padding: 16px 0px; /* update 2023/09/04 jh */
  min-width: 200px;
  align-items: center;
}
.kakaoTalkImageListTR .listarray .chkrdox,
.kakaoTalkImageListTR .listarray .chTemplateName,
.kakaoTalkImageListTR .listarray .chId,
.kakaoTalkImageListTR .listarray .chnum,
.kakaoTalkImageListTR .listarray .chdate,
.kakaoTalkImageListTR .listarray .chstatus {
  text-align: center;
  /*justify-content: center; update 2023/09/04 jh */
  /*flex: 1; update 2023/09/04 jh */
  color: #42434F;
  font-size: 14px;
  font-weight: 500;
}
.kakaoTalkImageListTR .listarray .chTemplateName{
  text-overflow: ellipsis;/* create 2023/09/04 jh */
  display: block;/* create 2023/09/04 jh */
  white-space: nowrap;/* create 2023/09/04 jh */
  overflow: hidden;/* create 2023/09/04 jh */
}
.kakaoTalkImageListTR .listarray .chstatus span.wakeup {
  padding: 7px 9px;
  cursor: pointer;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #ECECEC;
}
.kakaoTalkImageListTR .listarray .chstatus span.wakeup.active {
  background: #1976D2;
  color: #fff;
  border: 1px solid #1976D2;
}

.kakaoChCreatebx {
  padding: 18px 40px;
  margin-top: 24px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.kakaoChCreatebx .cus.w50 {
  width: 50%;
}
.kakaoChCreatebx .cus.cate .elewrapbx {
  display: flex;
  gap: 16px;
}
.kakaoChCreatebx .cus.cate .elewrap {
  flex: 1;
}
.kakaoChCreatebx .cus.cate .elewrap + .elewrap {
  margin-top: 0;
}

.elewrapgrp-kakao {
  display: flex;
  margin: 10px 0;
  flex: 1;
  padding: 0 10px;
  gap: 16px;
  align-items: center;
}
.elewrapgrp-kakao label {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  color: #555967;
}
.elewrapgrp-kakao .elewrap {
  flex: 1;
}

.kkomid.appendui {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1px;
  border-top: 0 !important;
  background: #CDD2E0;
}
.kkomid.appendui button {
  text-align: center;
  flex: 1;
  height: 100%;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
}
.kkomid.appendui button + button {
  border-left: 1px solid #A4A7B2;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
button.kakaotemp {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  border-radius: 4px;
  border: 1px solid #CCD4DB;
  background: #FFF;
  height: 40px;
}
button.kakaotemp.active {
  color: #1976D2;
  border: 1px solid #1976D2;
}

.listchkx {
  display: flex;
  padding: 0 16px 16px 16px;
}
.listchkx .chkrdos {
  display: flex;
  align-items: center;
}
.listchkx .chkrdos + .chkrdos {
  margin-left: 10px;
}
.listchkx .chkrdos .chkrdo {
  display: inline-flex;
  align-items: center;
  height: auto;
}
.listchkx .chkrdos .chkrdo .checkbox.chkitem {
  background-color: #fff;
}
.listchkx .chkrdos label {
  color: #000;
  font-size: 12px !important;
  font-weight: 400;
  padding: 0 0 0 5px;
}

.kakaotemphds {
  padding: 10px 16px;
  display: flex;
  align-items: center;
}
.kakaotemphds h3 {
  margin-right: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
}

.kkocBtnsListwrapx {
  padding: 0 10px;
}
.kkocBtnsListwrapx .imguploadbtnwrap {
  width: 100%;
  padding: 0 0px 0px;
}
.kkocBtnsListwrapx .imguploadbtnwrap label {
  display: block;
  height: 30px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  font-weight: 700;
  color: #000;
  border-radius: 6px;
  border: 1px solid #AEB3C3;
  background: #CDD2E0;
}
.kkocBtnsListwrapx .imguploadbtnwrap input[type="file"] {
  display: none;
}
.kkocBtnsListwrapx .kkolink {
  position: relative;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 6px;
  padding: 7px 10px 4px 10px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.kkocBtnsListwrapx .kkolink .btndellink {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: url(../img/icon/ico_trash.svg) no-repeat 50%/20px;
  opacity: 0.3;
}
.kkocBtnsListwrapx .kkolink ul {
  padding: 0;
}
.kkocBtnsListwrapx .kkolink ul.exp {
  display: flex;
}
.kkocBtnsListwrapx .kkolink ul.exp li {
  flex: 1;
}
.kkocBtnsListwrapx .kkolink ul.exp li.lbs {
  max-width: 40px;
}
.kkocBtnsListwrapx .kkolink ul.exp li.lbs label {
  line-height: 15px;
}
.kkocBtnsListwrapx .kkolink ul.exp li.desc {
  min-width: 270px;
  margin-right: 20px; /* create 2023/09/08 jh */
}
.kkocBtnsListwrapx .kkolink ul.exp li + li {
  margin-left: 10px;
}
.kkocBtnsListwrapx .kkolink ul li {
  height: 30px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
.kkocBtnsListwrapx .kkolink ul li span {
  display: inline-block;
  font-size: 13px;
  line-height: 29px;
  height: 30px;
  width: 70px;
}
.kkocBtnsListwrapx .kkolink ul li span.required::after {
  content: "*";
  padding-left: 3px;
  font-size: 14px;
  color: #f00;
}
.kkocBtnsListwrapx .kkolink ul li label {
  min-width: 80px;
  font-size: 12px;
}
.kkocBtnsListwrapx .kkolink ul li input[type="text"] {
  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: 100%;
  font-size: 12px;
}
.kkocBtnsListwrapx .kkolink ul li.cmmt {
  display: none;
  padding: 3px 0 5px 80px;
  height: initial;
}
.kkocBtnsListwrapx .kkolink ul li.cmmt span {
  display: block;
  width: 100%;
  line-height: 1.4em;
  height: initial;
}
.kkocBtnsListwrapx .kkolink.on ul li:nth-child(2), .kkocBtnsListwrapx .kkolink.on ul li:nth-child(3) {
  display: flex;
}
.kkocBtnsListwrapx .kkolink.on ul li.cmmt {
  display: block;
}
.kkocBtnsListwrapx .kkolink:last-child {
  margin-bottom: 10px;
}

.kakaotempnoti {
  margin: 0 20px 16px 20px;
  padding: 20px 16px 6px 16px;
  border-radius: 8px;
  background: #E9ECEF;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

.initview-hide {
  display: none;
}

.elewrapgrp.w472 {
  min-width: 472px;
}

.elewrapgrp.w568 { /* create 2023/09/13 jh*/
  min-width: 568px;
}

.elewrap.w184 { /* update 2023/09/18 jh */
  max-width: 184px;
}

.w184 { /* create 2023/09/18 jh */
  width: 184px;
}
.text-center { /* create 2023/09/18 jh */
  text-align: center;
}

.utbx-rt {
  margin-top: -54px; /* update 2023/09/18 jh */
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.utbx-rt .whatsubpart {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
}
.utbx-rt .whatsubpart i.xi-help {
  font-size: 20px;
  line-height: 30px;
  color: #a8a8a8;
  cursor: pointer;
}
.utbx-rt .templateExample {
  justify-content: initial;
  display: flex;
  width: 120px;
  height: 40px;
  padding: 5px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #CCD4DB;
  background: #FFF;
  color: #444;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  /* 133.333% */
}

.template_checkdate ul.disc {
  text-align: left;
}

.temphds {
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F7F7F7;
}

.kakaoTempbx {
  gap: 45px; /* update 2023/09/07 jh */
  flex-wrap: wrap;
  display: flex;
}
.kakaoTempbx .kakaoTemparray {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  min-width: calc(50% - 24px);
  max-width: calc(50% - 24px);
}
.kakaoTempbx .kakaoTemparray:hover { /* create jh 23/08/31 */
  cursor: pointer;
}
.kakaoTempbx .titlewrap {
  width: 100%;
  height: 48px;
  display: flex;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.kakaoTempbx .contw {
  border: 1px solid #B6C2D9;
  padding: 16px;
  background: #B6C2D9;
  overflow: hidden;
}
.kakaoTempbx .contw .hds {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  display: flex;
  height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 10px 10px  0 0;
  background: #fcec5d;
  justify-content: center;
  align-items: center;
}
.kakaoTempbx .contw .hds:before {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  content: '';
  background: url(../img/icon/kakao-opt.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.kakaoTempbx .contw .textview {
  height: 160px;
  padding: 8px;
  background: #fff;
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: 400;
  border-radius: 0 0 10px 10px;
}

.bd0 {
  border: 0;
}

.bdt1 {
  border-top: solid 1px  #777 !important;
}

.bdb1 {
  border-bottom: solid 1px  #777  !important;
}

.bdtb1 {
  border-top: solid 1px  #777 !important;
  border-bottom: solid 1px  #777  !important;
}

.popupwrap.shippinginfoc {
  max-width: 500px;
  margin: auto;
}
.popupwrap.shippinginfoc .popup_headwrap {
  max-width: 500px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  right: initial;
}

.shippinginfox {
  width: 100%;
}
.shippinginfox ul.shippingbxlist {
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-radius: 6px;
  background: #eaecf2;
  gap: 9px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.shippinginfox ul.shippingbxlist li {
  display: inline-flex;
  border: 1px solid transparent;
  padding: 0 3px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.shippinginfox ul.shippingbxlist li.active {
  color: #1976D2;
  border-radius: 2px;
  border: 1px solid #1976D2;
}

.tempinputIpmc {
  margin: 20px 0;
  font-size: 12px;
}
.tempinputIpmc ul.red_f {
  color: #f00;
}
.tempinputIpmc ul.red_f li {
  color: inherit;
}

.imgupload-aftertxt {
  display: flex;
  padding: 11px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  background: #CDD2E0;
  margin-bottom: 16px;
}

.thumImage{ /* create 2023/09/14 jh */
  width: 100%;
  margin-bottom: 0px;
}

.imgupload-aftertxt .titz {
  width: calc(100% - 26px);
  align-items: flex-start;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  /*line-height: 14px;  update 2023/09/14 jh */
  /* 116.667% */
  /*letter-spacing: -0.5px; update 2023/09/14 jh */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 390px;
  padding: 0 10px;
}
.imgupload-aftertxt button.remove {
  width: 16px;
  height: 16px;
  align-items: flex-end;
}
.imgupload-aftertxt button.remove i {
  font-size: 16px;
}
.imgupload-aftertxt button.remove i:before {
  color: rgba(34, 34, 34, 0.5);
}

.video-preview {
  position: relative;
}

.video-preview .thumbnail{
  width: 100%;
  display: block;
}

.video-preview .pray-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}

.video-preview .video-iframe {
  width: 100%;
  pointer-events: none;

}

.list-preview {
  display: flex;
  flex-direction: column;
}

.list-preview .main-item .main-image {
  width: 100%;
  object-fit: contain;
}

.list-preview .main-item .main-image-none {
  width: 100%;
  height: 150px;
  background-color: #e0e0e0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
}

.list-preview .main-item {
  padding: 10px;
}

.list-preview .main-item .header {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.list-preview .main-item .main-item-image {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.list-preview .main-item .main-item-title {
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 100%;
  padding: 0 10px;
  background-color: transparent;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  pointer-events: none;
  white-space: pre-wrap;
}

.list-preview .sub-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}

.list-preview .sub-image-none {
  min-width: 50px;
  min-height: 50px;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  text-align: center;
  position: relative;
}
.sub-image-none svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list-preview .sub-item {
  display: flex;
  align-items: center;
  padding: 0 10px 10px 10px;
}

.list-preview .sub-item .sub-item-title {
  margin: 0;
  margin-left: 10px;
  font-size: 1em;
  color: #333;
  flex-grow: 1;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  min-width: 0
}
.list-preview .sub-item .sub-item-title .no-title {
  color: #888;
}

body.card-mode .kkotalkbox {
  max-width: 470px !important;
}

/* 기존 .cardMode의 스타일 */
body.card-mode .talkbody {
  margin-left: 0px !important;
  background-color: transparent !important;
}

/* 기존 .cardBody의 스타일 */
body.card-mode .mesgBody {
  padding: 10px 0px 40px 0px !important;
}
.card-preview {
  flex: 1;
  background-color: transparent !important;
}

.card-preview .card-container {
  display: flex;
  overflow-x: auto;
  align-items: stretch;
  gap: 15px;
  padding: 10px 20px;
  background-color: transparent;
  /*scrollbar-width: none;*/
  -ms-overflow-style: none;
  scroll-padding-left: 5px;
}

/*.card-preview .card-container::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
.card-item-preview > .p-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-item-preview {
  flex-shrink: 0;
  width: 270px;
  min-height: 0;
  background: white;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card-preview .card-image {
  width: 100%;
  object-fit: cover;
}

.card-preview .card-flex {
  display: flex;
  gap: 5px;
}

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

.card-preview .card-header {
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  font-size: 13px !important;
}

.card-preview .card-content {
  font-size: 13px !important;
  color: #555;
  margin: 0 0 15px 0;
  white-space: pre-wrap;
  word-break: break-all;
}

.card-mode .channelTitle {
  margin-left : 20px;
}

.device-template-button-column {
  display: flex !important;
  gap: 5px;
}
.brand-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0; /* 구분선 색상 */
  margin: 10px 0; /* 위아래 여백 */
}

/* kakao brand-talk start 2025-11-10 SKH */
.whatstargeting {
  text-align: left;
  font-size: 14px;
  letter-spacing: -0.8px;
}

.whatstargeting ul > li > em {
  color: var(--color_primary);
}

.modal-container.brand .ly_body_inner.vali_list_styled > p {
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.4;
}

.modal-container.brand .chck_txt_styled .whatevidencedata {
  margin-left: 5px;
}

.modal-container.brand .chck_txt_styled .file_wrap {
  margin-top: 10px;
}

.modal-container.brand label[for="marketingFileInfo"] + div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-container.brand .file_wrap label[for="marketingFileInfo"] {
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  flex-shrink: 0;
}

.modal-container.brand .user_file[name="marketingFileZone"] {
  align-items: center;
  gap: 5px;
  flex-grow: 1;
}

.modal-container.brand .user_file[name="marketingFileZone"] > p[name="marketingFile"] {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

.modal-container.brand .file_wrap > button.btn_c_styled.btn_apply_styled {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0;
  margin-top: 10px;
}

.modal-container.brand .file_wrap > .desc.bar_bul {
  margin-top: 5px;
}

.modal-container.brand .ly_body {
  text-align: initial;
}

.modal-container.brand .chck_txt_styled {
  text-align: left;
}

.modal-container.brand .modal-header-custom > h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.modal-header-custom > .closeImageViewModal {
  font-size: 16px;
  cursor: pointer;
  color: #999;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-container .ly_body > img {
  max-width: 100%;
  height: auto;
}

/* kakao brand-talk end 2025-11-10 SKH */


.kkosendtargetwrap .kkocBtnsListwrap {
  padding: 0 10px;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink {
  position: relative;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 6px;
  padding: 7px 30px 4px 10px;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink .btndellink {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: url(../img/icon/ico_trash.svg) no-repeat 50%/20px;
  opacity: 0.3;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul {
  padding: 0;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul li {
  height: 30px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul li span {
  display: inline-block;
  font-size: 13px;
  line-height: 29px;
  height: 30px;
  width: 75px;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul li span.required::after {
  content: "*";
  padding-left: 3px;
  font-size: 14px;
  color: #f00;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul li input[type="text"] {
  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);
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul li.cmmt {
  padding: 10px 0 5px 0px;
  height: initial;
  flex-direction: column;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink ul li.cmmt span {
  display: block;
  width: 100%;
  line-height: 1.4em;
  height: initial;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink.on ul li:nth-child(2), .kkocBtnsListwrap .kkolink.on ul li:nth-child(3) {
  display: flex;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink.on ul li.cmmt {
  display: block;
}
.kkosendtargetwrap .kkocBtnsListwrap .kkolink:last-child {
  margin-bottom: 10px;
}