@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);
}
.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 */
  /* 카톡 모양그리기 */
}
.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_content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: -1px;
  color: #333;
  min-height: 20px;
  margin-bottom: 10px;
}
.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;
}
.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;
}
.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: 100%;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .cstats { /* update 08/28 kizellee*/
  width: 150px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chdate {/* update 08/28 kizellee*/
  width: 250px;/* update 08/28 kizellee*/
}
.kakaoChanelListTR .chstatus {/* update 08/28 kizellee*/
  width: 100px;/* update 08/28 kizellee*/
}
.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);
}

