@charset "UTF-8";
/* *******************************************************
 * filename : payresult.css
 * description : 충전관리 및 발송결과관리 관련 CSS
 * date : 2023-05-23
******************************************************** */
/* ***************************
 * 전송가능금액 팝업(ajax) 화면
 *************************** */
article.sendablewrap div.paybalance {
  background-color: #788490;
  border-radius: 6px;
  color: #fff;
  height: 40px;
  padding: 0 5px 0 15px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
article.sendablewrap div.paybalance > span {
  text-align: left;
  font-size: 14px;
  line-height: 39px;
  width: 50px;
  letter-spacing: -1.5px; /* update 2023/10/11 lyh */
}
article.sendablewrap div.paybalance a {
  text-align: right;
  display: inline-block;
  height: 40px;
  line-height: 42px;  /* update 2023/09/06 lyh */
  font-size: 20px;
  font-weight: 700;
  font-family: Helvetica;
  color: #fff;
}
article.sendablewrap div.paybalance a > span {
  font-weight: 500;
}
article.sendablewrap div.availno {
  border: solid 1px #c7cad1;
  border-radius: 6px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
article.sendablewrap div.availno h4 {
  width: 70px;
  height: 80px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  border-right: solid 1px #e7e7e7;
  letter-spacing: -2px;
}
article.sendablewrap div.availno h4::before {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
article.sendablewrap div.availno ul {
  padding: 10px;
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
}
article.sendablewrap div.availno ul li {
  position: relative;
  height: 20px;
  line-height: 19px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}
article.sendablewrap div.availno ul li::before {
  content: "단문(SMS)";
  position: absolute;
  left: 0;
  width: 60px;
  height: 20px;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
}
article.sendablewrap div.availno.nor h4::before {
  background-image: url(../img/icon/m_nsms_c.svg);
}
article.sendablewrap div.availno.nor li.sms::before {
  content: "SMS";
  background-color: var(--color_nsms);
}
article.sendablewrap div.availno.nor li.lms::before {
  content: "LMS";
  background-color: var(--color_nlms);
}
article.sendablewrap div.availno.nor li.mms::before {
  content: "MMS";
  background-color: var(--color_nmms);
}
article.sendablewrap div.availno.ele h4::before {
  background-image: url(../img/icon/m_esms_c.svg);
}
article.sendablewrap div.availno.ele li.sms::before {
  content: "SMS";
  background-color: var(--color_esms);
}
article.sendablewrap div.availno.ele li.lms::before {
  content: "LMS";
  background-color: var(--color_elms);
}
article.sendablewrap div.availno.ele li.mms::before {
  content: "MMS";
  background-color: var(--color_emms);
}
article.sendablewrap div.availno.kko h4::before {
  background-image: url(../img/icon/m_kkoc_c.svg);
}
article.sendablewrap div.availno.kko li.ala::before {
  content: "알림톡";
  background-color: var(--color_kkoa);
}
article.sendablewrap div.availno.kko li.chi::before {
  content: "친구톡";
  background-color: var(--color_kkoc);
}
article.sendablewrap div.availno.kko li.pho::before {
  content: "이미지";
  background-color: var(--color_kkop);
}
/*디자인대기*/
article.sendablewrap div.availno.rcs h4::before {
  background-image: url(../img/icon/m_rsms_c.svg);
}
article.sendablewrap div.availno.rcs li.sms::before {
  content: "SMS";
  background-color: var(--color_rsms);
}
article.sendablewrap div.availno.rcs li.lms::before {
  content: "LMS";
  background-color: var(--color_rlms);
}
article.sendablewrap div.availno.rcs li.mms::before {
  content: "MMS";
  background-color: var(--color_rmms);
}

article.sendablewrap div.availno.rcs_ele h4::before {
  background-image: url(../img/icon/m_rsms_c.svg);
}
article.sendablewrap div.availno.rcs_ele li.sms::before {
  content: "SMS";
  background-color: var(--color_rsms);
}
article.sendablewrap div.availno.rcs_ele li.lms::before {
  content: "LMS";
  background-color: var(--color_rlms);
}
article.sendablewrap div.availno.rcs_ele li.mms::before {
  content: "MMS";
  background-color: var(--color_rmms);
}
article.sendablewrap p {
  font-size: 11px;
  line-height: 1.2em;
  color: #999;
  text-align: left;
  letter-spacing: -0.2px; /* update 2023/10/12 lyh */
}

/* ***************************
 * 문자발송결과 대메뉴 공통
 *************************** */
.grpid {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.grpid i {
  cursor: pointer;
  padding-left: 4px;
  font-size: 19px;
  color: #999;
}

.reach_reate,
.total_send {
  font-size: 15px;
}

.btn_sendlist {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-align: right;
  min-width: 170px;
  cursor: pointer;
}
.btn_sendlist.send_success {
  color: var(--color_status_succ);
}
.btn_sendlist.send_failure {
  color: var(--color_status_fail);
}
.btn_sendlist > i.xi-angle-right {
  color: #ccc;
  margin: 0 -5px;
}

.mesgsend_status em {
  font-weight: bold;
}
.mesgsend_status em.success {
  color: var(--color_status_succ);
}
.mesgsend_status em.failure {
  color: var(--color_status_fail);
}
.mesgsend_status em.cancel {
  color: var(--color_status_canc);
}
.mesgsend_status em.reserv {
  color: var(--color_status_book);
}
.mesgsend_status em.wait {
  color: var(--color_status_wait);
}

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

.detail_caller,
.detail_receiver {
  display: inline-block;
  font-family: Helvetica;
  font-size: 18px;
  color: #555;
}

.detail_receiver {
  position: relative;
  padding-left: 25px;
}
.detail_receiver::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/ico_call.svg) no-repeat 50%/16px;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0.5;
}

/* ***************************
 * 문자발송결과 목록화면 (공통)
 *************************** */
.sendListTR {
  border-bottom: 1px solid #ddd;
}
.sendListTR.hds {
  border-bottom: 0;
}
.sendListTR .hds {
  /*padding: 0px 20px;*/
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.sendListTR .hds .chkbox,
.sendListTR .hds .tit,
.sendListTR .hds .kind,
.sendListTR .hds .caller,
.sendListTR .hds .sendtime,
.sendListTR .hds .tot,
.sendListTR .hds .status {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.sendListTR .hds .chkbox {
  border-left: 0;
  min-width: 50px;
  max-width: 50px;
}
.sendListTR .hds .chkbox span{
  height: 20px;
}

.sendListTR .hds .tit {
  /*border-left: 0;*/
  min-width: 300px;
}
.sendListTR a.mesgtype {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 200px;
  align-items: center;
}
.sendListTR a.mesgtype.nsms .kind {
  color: var(--color_nsms);
}
.sendListTR a.mesgtype.nlms .kind {
  color: var(--color_nlms);
}
.sendListTR a.mesgtype.nmms .kind {
  color: var(--color_nmms);
}
.sendListTR a.mesgtype.esms .kind {
  color: var(--color_esms);
}
.sendListTR a.mesgtype.elms .kind {
  color: var(--color_elms);
}
.sendListTR a.mesgtype.emms .kind {
  color: var(--color_emms);
}
.sendListTR a.mesgtype.kkoa .kind {
  color: var(--color_kkoa);
}
.sendListTR a.mesgtype.kkoc .kind {
  color: var(--color_kkoc);
}
.sendListTR a.mesgtype.kkop .kind {
  color: var(--color_kkop);
}
/*디자인대기*/
.sendListTR a.mesgtype.rsms .kind {
  color: var(--color_rsms);
}
.sendListTR a.mesgtype.rlms .kind {
  color: var(--color_rlms);
}
.sendListTR a.mesgtype.rmms .kind {
  color: var(--color_rmms);
}
.sendListTR a.mesgtype .tit {
  justify-content: center;
  flex: 1;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 300px;
}
.sendListTR a.mesgtype .tit span {
  font-weight: inherit;
}
.sendListTR a.mesgtype .kind {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
}
.sendListTR a.mesgtype .caller {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #42434F;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  flex-direction: column;
  text-align: center;
}
.sendListTR a.mesgtype .sendtime {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #9195B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
}
.sendListTR a.mesgtype .tot {
  padding: 0 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: #9FA2BD;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.sendListTR a.mesgtype .status {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
  text-align: center;
}
.sendListTR a.mesgtype .status .result {
  /* 전송완료(success)/전송실패(failure)/취소완료(cancel)/예약중(reserv)/결과대기(wait)*/
}
.sendListTR a.mesgtype .status .result.success {
  color: var(--color_status_succ);
}
.sendListTR a.mesgtype .status .result.failure {
  color: var(--color_status_fail);
}
.sendListTR a.mesgtype .status .result.cancel {
  color: var(--color_status_canc);
}
.sendListTR a.mesgtype .status .result.reserv {
  color: var(--color_status_book);
}
.sendListTR a.mesgtype .status .result.wait {
  color: var(--color_status_wait);
}
.sendListTR a.mesgtype span.succ {
  color: var(--color_status_succ);
}
.sendListTR a.mesgtype span.fail {
  color: var(--color_status_fail);
}
.sendListTR a.mesgtype span.issep {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  padding: 3px 5px 2px;
  border-radius: 20px;
  z-index: 1;
  background-color: #444;
  color: #fff;
}

/* ***************************
 * 문자발송결과 상세화면 공통
 *************************** */
.receiveNoListTR {
  border-bottom: 1px solid #ddd;
}
.receiveNoListTR.hds {
  border-bottom: 0;
}
.receiveNoListTR .hds {
  padding: 0px 20px;
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.receiveNoListTR .hds .caller,
.receiveNoListTR .hds .receiver,
.receiveNoListTR .hds .kind,
.receiveNoListTR .hds .down,
.receiveNoListTR .hds .status {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.receiveNoListTR .hds .caller {
  border-left: 0;
}
.receiveNoListTR a.mesgtype {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 200px;
  align-items: center;
}
.receiveNoListTR a.mesgtype.nsms .kind {
  color: var(--color_nsms);
}
.receiveNoListTR a.mesgtype.nlms .kind {
  color: var(--color_nlms);
}
.receiveNoListTR a.mesgtype.nmms .kind {
  color: var(--color_nmms);
}
.receiveNoListTR a.mesgtype.esms .kind {
  color: var(--color_esms);
}
.receiveNoListTR a.mesgtype.elms .kind {
  color: var(--color_elms);
}
.receiveNoListTR a.mesgtype.emms .kind {
  color: var(--color_emms);
}
.receiveNoListTR a.mesgtype.kkoa .kind {
  color: var(--color_kkoa);
}
.receiveNoListTR a.mesgtype.kkoc .kind {
  color: var(--color_kkoc);
}
.receiveNoListTR a.mesgtype.kkop .kind {
  color: var(--color_kkop);
}
/*디자인대기*/
.receiveNoListTR a.mesgtype.rsms .kind {
  color: var(--color_rsms);
}
.receiveNoListTR a.mesgtype.rlms .kind {
  color: var(--color_rlms);
}
.receiveNoListTR a.mesgtype.rmms .kind {
  color: var(--color_rmms);
}
.receiveNoListTR a.mesgtype .caller,
.receiveNoListTR a.mesgtype .receiver {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #42434F;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  flex-direction: column;
  text-align: center;
  position: relative;
}
.receiveNoListTR a.mesgtype .caller + .receiver:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/sub/payment/arrow-right.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 13px;
  top: 50%;
  margin-top: -5px;
  left: -5px;
}
.receiveNoListTR a.mesgtype .kind {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
}
.receiveNoListTR a.mesgtype .down {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  color: #9195B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
}
.receiveNoListTR a.mesgtype .status {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
  text-align: center;
}
.receiveNoListTR a.mesgtype .status .result {
  /* 전송완료(success)/전송실패(failure)/취소완료(cancel)/예약중(reserv)/결과대기(wait)*/
}
.receiveNoListTR a.mesgtype .status .result.success {
  color: var(--color_status_succ);
}
.receiveNoListTR a.mesgtype .status .result.failure {
  color: var(--color_status_fail);
}
.receiveNoListTR a.mesgtype .status .result.cancel {
  color: var(--color_status_canc);
}
.receiveNoListTR a.mesgtype .status .result.reserv {
  color: var(--color_status_book);
}
.receiveNoListTR a.mesgtype .status .result.wait {
  color: var(--color_status_wait);
}
.receiveNoListTR a.mesgtype span.succ {
  color: var(--color_status_succ);
}
.receiveNoListTR a.mesgtype span.fail {
  color: var(--color_status_fail);
}

/* ***************************
 * 발송결과 팝업화면(공통)
 *************************** */
div.send_brief {
  height: 50px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.send_brief.success {
  background-color: var(--color_status_succ);
}
div.send_brief.failure {
  background-color: var(--color_status_fail);
}
div.send_brief.receiver {
  background-color: #505153;
}
div.send_brief .tit,
div.send_brief .count {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.2em;
}
div.send_brief .tit {
  font-size: 14px;
}
div.send_brief .count {
  font-size: 20px;
}
div.send_brief .count strong {
  font-family: Helvetica;
}

.popsearchfield {
  padding: 15px;
  width: 100%;
  background-color: #a5a9ba;
}

div.sendlist_swipe_area {
  font-size: 0;
  position: relative;
  overflow: auto;   /* update 2023/08/31 lyh */
}
div.sendlist_swipe_area table {
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
  background-clip: padding-box;
}
div.sendlist_swipe_area table thead,
div.sendlist_swipe_area table tbody,
div.sendlist_swipe_area table th,
div.sendlist_swipe_area table td {
  /*position: relative;*/   /* update 2023/08/31 lyh */
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4em;
}
div.sendlist_swipe_area table thead {
  background-color: #f3f4f8;
}
div.sendlist_swipe_area table thead th {
  height: 40px;
  color: #222;
  font-size: 14px;
  border-color: #ecedf1;
  border-bottom: solid 1px #aaa;
}
div.sendlist_swipe_area table tbody {
  background-color: #fff;
}
div.sendlist_swipe_area table tbody td {
  height: 40px;
  color: #666;
  font-size: 12px;
  padding: 3px 7px;
  word-spacing: -1.2px;
  border-color: #ecedf1;
  white-space: nowrap;
}
div.sendlist_swipe_area table tbody td.l, div.sendlist_swipe_area table tbody td.left {
  text-align: left;
  padding-left: 5px;
}
div.sendlist_swipe_area table tbody td.noData {
  height: 640px;   /* update 2023/08/31 lyh */
  background: #f7f7f7;
}
div.sendlist_swipe_area table tbody td.noData span {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  display: block;
  text-align: center;
}
div.sendlist_swipe_area table tbody td.noData 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;
}

div.ani_swipe_hand_area {
  position: fixed;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
div.ani_swipe_hand_area .ani_swipe_hand {
  position: relative;
  display: block;
  width: 50px;
  height: 140px;
  background: url(../img/icon/ico_fingerleft.svg) no-repeat 50%/contain;
  animation: swipe_animation 2s linear infinite;
}

@keyframes swipe_animation {
  0% {
    left: 0;
  }
  50% {
    left: 90px;
  }
  100% {
    left: 0;
  }
}
/* ***************************
 * 충전하기 화면
 *************************** */
.paymentHeros {
  position: relative;
  overflow: hidden;
  background-color: #F7F7F7;
  display: flex;
  padding: 24px;
  border-radius: 8px;
  gap: 18px;
  margin-top: 14px;
}
.paymentHeros .innerbxp {
  flex: 1;
  position: relative;
}
.paymentHeros .innerbxp p.notitext {
  color: #707483;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
}
.paymentHeros .innerbxp p.notitext strong {
  color: #333;
  font-weight: 700;
}
.paymentHeros .innerbxp.left {
  min-width: 540px;
}
.paymentHeros .innerbxp.left.single {
  max-width: 540px;
  margin: auto;
}
.paymentHeros .innerbxp.left h3 {
  position: relative;
}
.paymentHeros .innerbxp.left h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 80px;
  height: 80px;
  z-index: 1;
  background: url(../img/sub/payment/payment.svg) no-repeat 50% 100%/contain;
}
.paymentHeros .innerbxp.right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  align-self: flex-end;
}
.paymentHeros h3 {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  color: #000;
  margin: auto auto 6px auto;
  width: 320px;
}
.paymentHeros h3 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  word-spacing: 0;
}
.paymentHeros h3 strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  color: #00ACD0;
}
.paymentHeros .servicePrice {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  min-width: 280px;
}
.paymentHeros .servicePrice .mesg {
  flex: 1;
  border: solid 1px #EAEBF3;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  max-width: 320px;
  margin: 0 auto;   /* update 2023/08/30 lyh */
}
.paymentHeros .servicePrice .mesg h4 {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  line-height: 14px;
  color: #666;
  border-bottom: solid 1px #EAEBF3;
}
.paymentHeros .servicePrice .mesg ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  padding: 4px;
}
.paymentHeros .servicePrice .mesg ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2px;
  font-size: 11px;
}
.paymentHeros .servicePrice .mesg ul li em {
  flex: 1;
  display: inline-block;
  height: 20px;
  line-height: 19px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.paymentHeros .servicePrice .mesg ul li .no_f {
  font-weight: 700;
}
.paymentHeros .servicePrice .mesg ul li::before {
  flex: 1;
  content: "";
  padding: 0 4px;
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  background-color: #ccc;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  font-family: Helvetica;
  text-align: center;
  line-height: 20px;
}
.paymentHeros .servicePrice .mesg ul.NORMAL li.sms::before {
  content: "단문 | SMS";
  background-color: var(--color_nsms);
}
.paymentHeros .servicePrice .mesg ul.NORMAL li.lms::before {
  content: "장문 | LMS";
  background-color: var(--color_nlms);
}
.paymentHeros .servicePrice .mesg ul.NORMAL li.mms::before {
  content: "포토 | MMS";
  background-color: var(--color_esms);
}
.paymentHeros .servicePrice .mesg ul.ELECTION li.sms::before {
  content: "단문 | SMS";
  background-color: var(--color_esms);
}
.paymentHeros .servicePrice .mesg ul.ELECTION li.lms::before {
  content: "장문 | LMS";
  background-color: var(--color_elms);
}
.paymentHeros .servicePrice .mesg ul.ELECTION li.mms::before {
  content: "포토 | MMS";
  background-color: var(--color_emms);
}
.paymentHeros .servicePrice .mesg ul.KAKAO li.ala::before {
  content: "카카오알림톡";
  background-color: var(--color_kkoa);
}
.paymentHeros .servicePrice .mesg ul.KAKAO li.chi::before {
  content: "카카오친구톡";
  background-color: var(--color_kkoc);
}
.paymentHeros .servicePrice .mesg ul.KAKAO li.pho::before {
  content: "친구톡이미지";
  background-color: var(--color_kkop);
}
/*디자인대*/
.paymentHeros .servicePrice .mesg ul.RCS li.sms::before {
  content: "RCS | SMS";
  background-color: var(--color_rsms);
}
.paymentHeros .servicePrice .mesg ul.RCS li.lms::before {
  content: "RCS | LMS";
  background-color: var(--color_rlms);
}
.paymentHeros .servicePrice .mesg ul.RCS li.mms::before {
  content: "RCS | MMS";
  background-color: var(--color_rmms);
}

.paymentHeros .servicePrice .mesg ul.RCS_ELE li.sms::before {
  content: "RCS 선거 | SMS";
  background-color: var(--color_rsms);
}
.paymentHeros .servicePrice .mesg ul.RCS_ELE li.lms::before {
  content: "RCS 선거 | LMS";
  background-color: var(--color_rlms);
}
.paymentHeros .servicePrice .mesg ul.RCS_ELE li.mms::before {
  content: "RCS 선거 | MMS";
  background-color: var(--color_rmms);
}

.paymentHeros .caution {
  padding: 0;
  margin-bottom: 10px;
}
.paymentHeros .caution ul.disc {
  background: #fff;
  padding: 10px 10px 10px 25px;
  border-radius: 6px;
  margin-left: 0;
  text-align: left;
}
.paymentHeros .caution ul.disc li {
  color: #707483;
  font-size: 12px;
}
.paymentHeros .caution ul.disc li strong {
  color: #333;
  font-weight: 700;
}
.paymentHeros .caution ul.disc li::marker {
  color: #707483;
}

.payStep {
  padding: 40px 15px;
  /*border-bottom: dashed 1px #e4ebef;*/ /* update 2023/09/07 lyh */
}
.payStep h3.step {
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.payStep h3.step span {
  display: inline-block;
  border: solid 1px #ff7a00;
  font-size: 11px;
  padding: 1px 10px;
  line-height: 17px;
  border-radius: 20px;
  color: #ff7a00;
  font-weight: bold;
}
.payStep h3.step span em {
  font-family: Helvetica;
  padding-right: 2px;
  font-weight: bold;
  font-size: 12px;
}
.payStep h3.step strong {
  font-weight: bold;
  color: #555;
}
.payStep .cus {
  padding: 10px 0;
}
.payStep .cus .eletxt.num strong {
  font-size: 20px;
}

.howtopay {
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #edeff5;
}
.howtopay .nobook span {
  font-size: 13px;
  display: inline-block;
  width: 60px;
  color: #aaa;
}
.howtopay .nobook strong {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.howtopay .other {
  display: none;
}
.howtopay .other li {
  font-size: 13px;
}

.sendablewrap.paymentPage {
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #edeff5;
  margin-bottom: 13px; /* update 2023/08/28 lyh */
}
.sendablewrap.paymentPage h4 {
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 5px;
  font-weight: 700;
  color: #555;
  word-spacing: -1.2px;
}
.sendablewrap.paymentPage h4 em {
  font-size: 12px;
  color: #555;
}
.sendablewrap.paymentPage .availno {
  background-color: #fff;
  border-color: #ddd;
  overflow: hidden;
  box-sizing: border-box;
  background-clip: padding-box;
}
.sendablewrap.paymentPage .availno h4 {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border-right: dashed 1px #eee;
  padding: 10px 0 0;
}
.sendablewrap.paymentPage .availno h4 span {
  display: block;
  line-height: 16px;
  text-align: center;
}
.sendablewrap.paymentPage .availno ul {
  padding: 6px;
}
.sendablewrap.paymentPage .availno ul li::before {
  opacity: 0.7;
}
.sendablewrap.paymentPage .availno ul .no_f {
  font-weight: bold;
  color: #999;
  font-size: 16px;
}

/* ***************************
 * 결제내역 목록 화면
 *************************** */
.paymentListTR {
  border-bottom: 1px solid #ddd;
}
.paymentListTR.hds {
  border-bottom: 0;
}
.paymentListTR .hds {
  padding: 0px 20px;
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.paymentListTR .hds .kind,
.paymentListTR .hds .orderNumber,
.paymentListTR .hds .date,
.paymentListTR .hds .amount,
.paymentListTR .hds .status {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.paymentListTR .hds .kind {
  border-left: 0;
}
.paymentListTR a {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 200px;
  align-items: center;
}
.paymentListTR a .kind {
  color: #42434F;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  flex: 1;
  position: relative;
  justify-content: center;
}
.paymentListTR a .kind::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  opacity: 0.5;
  display: none;
}
.paymentListTR a .date,
.paymentListTR a .orderNumber {
  display: inline-flex;
  flex: 1;
  font-size: 14px;
  line-height: 17px;
  color: #8B8A8E;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo", sans-serif;
  padding: 0 5px;
  justify-content: center;
}
.paymentListTR a .amount {
  padding: 0 5px;
  display: flex;
  flex: 1;
  color: #444;
  font-weight: 500;
  font-size: 14px;
  justify-content: center;
}
.paymentListTR a .amount span {
  color: #7D7D7D;
  font-weight: 500;
  font-size: inherit;
}
.paymentListTR a .amount strong {
  font-weight: 900;
  color: #444;
  font-family: Helvetica;
  text-align: right;
  padding-right: 1px;
  font-size: 15px;
  /* 입금취소 */
  /* 입금대기 */
  /* 관리자조정완료 */
  /* 반환완료 */
  /* 고객센터조정 */
  /* 이벤트적립 */
}
.paymentListTR a .amount strong.success {
  color: #1976D2;
}
.paymentListTR a .amount strong.cancel {
  color: #F11658;
}
.paymentListTR a .amount strong.wait {
  color: #aaa;
}
.paymentListTR a .amount strong.admin {
  color: #b33939;
}
.paymentListTR a .amount strong.return {
  color: #706fd3;
}
.paymentListTR a .amount strong.callcenter {
  color: #b33939;
}
.paymentListTR a .amount strong.event {
  color: #218c74;
}
.paymentListTR a .status {
  display: inline-flex;
  padding: 0 5px;
  font-size: 14px;
  line-height: 11px;
  font-weight: 700;
  color: #0080ff;
  flex: 1;
  justify-content: center;
  /* 충전완료(결제완료) */
  /* 입금취소 */
  /* 입금대기 */
  /* 관리자조정완료 */
  /* 반환완료 */
  /* 고객센터조정 */
  /* 이벤트적립 */
}
.paymentListTR a .status.success {
  color: #1976D2;
}
.paymentListTR a .status.cancel {
  color: #F11658;
}
.paymentListTR a .status.wait {
  color: #aaa;
}
.paymentListTR a .status.admin {
  color: #b33939;
}
.paymentListTR a .status.return {
  color: #706fd3;
}
.paymentListTR a .status.callcenter {
  color: #b33939;
}
.paymentListTR a .status.event {
  color: #218c74;
}

.pay_status {
  /* 관리자조정완료 */
  /* 반환완료 */
  /* 고객센터조정 */
  /* 이벤트적립 */
}
.pay_status em {
  font-weight: 700;
}
.pay_status .success {
  color: #1976D2;
}
.pay_status .cancel {
  color: #F11658;
}
.pay_status .wait {
  color: #aaa;
}
.pay_status .admin {
  color: #b33939;
}
.pay_status .return {
  color: #706fd3;
}
.pay_status .callcenter {
  color: #b33939;
}
.pay_status .event {
  color: #218c74;
}

.pay_kind {
  position: relative;
  display: block;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding-left: 20px;
  overflow: hidden;
}
.pay_kind::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  opacity: 0.9;
}
.pay_kind.nobook::before {
  background-image: url(../img/icon/ico_pay_nobook.svg);
}
.pay_kind.credit::before {
  background-image: url(../img/icon/ico_pay_credit.svg);
}
.pay_kind.mobile::before {
  background-image: url(../img/icon/ico_pay_mobile.svg);
  background-size: 10px;
}
.pay_kind.only::before {
  background-image: url(../img/icon/ico_pay_only.svg);
}
.pay_kind.transfer::before {
  background-image: url(../img/icon/ico_pay_transfer.svg);
}
.pay_kind.system::before {
  background-image: url(../img/icon/ico_pay_system.svg);
}

/* ***************************
 * 입금확인증 화면
 *************************** */
.receiptconfirmation {
  padding: 50px 15px 140px;
  color: #333;
}
.receiptconfirmation p.upcaution {
  color: #222;
  font-size: 10px;
  padding-bottom: 10px;
}
.receiptconfirmation ul.downcaution {
  padding-top: 10px;
  margin-left: 8px;
  list-style-type: disc;
  padding-inline-start: 0.1em;
}
.receiptconfirmation ul.downcaution li {
  color: #222;
  font-size: 10px;
  line-height: 12px;
  color: #777;
  padding-bottom: 3px;
  word-spacing: -1px;
}
.receiptconfirmation ul.downcaution li::marker {
  font-size: 3px;
  color: #999;
}
.receiptconfirmation .bottompublisher {
  padding: 30px 0;
}
.receiptconfirmation .bottompublisher span.publishdate {
  display: block;
  text-align: center;
  color: #111;
  font-size: 12px;
  margin-bottom: 30px;
}
.receiptconfirmation .bottompublisher .logo {
  height: 40px;
  background: no-repeat 50%/contain; /* update jh 230825*/
}
.receiptconfirmation .receiptwrap {
  padding: 10px 0;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.receiptconfirmation .receiptwrap + .receiptwrap {
  border-top: 0;
}
.receiptconfirmation .receiptwrap h3 {
  display: block;
  width: 80px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.receiptconfirmation .receiptwrap table.tbl_receipt {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
}
.receiptconfirmation .receiptwrap table.tbl_receipt thead,
.receiptconfirmation .receiptwrap table.tbl_receipt tbody,
.receiptconfirmation .receiptwrap table.tbl_receipt th,
.receiptconfirmation .receiptwrap table.tbl_receipt td {
  border: 0;
  font-size: 12px;
  color: #222;
  line-height: 1.4em;
  word-spacing: -1px;
  text-align: left;
}
.receiptconfirmation .receiptwrap table.tbl_receipt tbody th {
  color: #aaa;
}
.receiptconfirmation .receiptwrap table.tbl_receipt tbody th.publisher {
  color: #222;
}

/* ***************************
 * 사용내역(과금내역) 화면
 *************************** */
.billingListTR {
  border-bottom: 1px solid #ddd;
}
.billingListTR.hds {
  border-bottom: 0;
}
.billingListTR .hds {
  padding: 0px 20px;
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.billingListTR .hds .subject,
.billingListTR .hds .date,
.billingListTR .hds .kind,
.billingListTR .hds .succfail,
.billingListTR .hds .status,
.billingListTR .hds .amount {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.billingListTR .hds .subject {
  border-left: 0;
  flex: 0 0 300px;
}
.billingListTR div.chargingbill {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 200px;
  align-items: center;
}
.billingListTR div.chargingbill .subject {
  min-width: 300px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.billingListTR div.chargingbill .kind {
  flex: 1;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #333;
  vertical-align: top;
  justify-content: center;
  padding: 0 5px;
}
.billingListTR div.chargingbill .kind.nsms {
  color: var(--color_nsms);
}
.billingListTR div.chargingbill .kind.nlms {
  color: var(--color_nlms);
}
.billingListTR div.chargingbill .kind.nmms {
  color: var(--color_nmms);
}
.billingListTR div.chargingbill .kind.esms {
  color: var(--color_esms);
}
.billingListTR div.chargingbill .kind.elms {
  color: var(--color_elms);
}
.billingListTR div.chargingbill .kind.emms {
  color: var(--color_emms);
}
.billingListTR div.chargingbill .kind.kkoa {
  color: var(--color_kkoa);
}
.billingListTR div.chargingbill .kind.kkoc {
  color: var(--color_kkoc);
}
.billingListTR div.chargingbill .kind.kkop {
  color: var(--color_kkop);
}
/*디자인대기*/
.billingListTR div.chargingbill .kind.rsms {
  color: var(--color_rsms);
}
.billingListTR div.chargingbill .kind.rlms {
  color: var(--color_rlms);
}
.billingListTR div.chargingbill .kind.rmms {
  color: var(--color_rmms);
}
.billingListTR div.chargingbill .date,
.billingListTR div.chargingbill .groupid {
  display: inline-flex;
  flex: 1;
  justify-content: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  height: 15px;
  color: #9195B4;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  padding: 0 5px;
}
.billingListTR div.chargingbill .succfail {
  display: inline-flex;
  flex: 1;
  align-items: center;
  white-space: nowrap;
  padding: 0 5px;
}
.billingListTR div.chargingbill .succfail .succ,
.billingListTR div.chargingbill .succfail .fail {
  display: inline-flex;
  font-size: 14px;
  line-height: 15px;
  color: #9FA2BD;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
.billingListTR div.chargingbill .succfail .succ em,
.billingListTR div.chargingbill .succfail .fail em {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 700;
}
.billingListTR div.chargingbill .succfail .fail {
  color: #ff8f00;
}
.billingListTR div.chargingbill .amount {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  color: #222;
  line-height: 24px;
  font-weight: 500;
  padding: 0 5px;
}
.billingListTR div.chargingbill .amount strong {
  font-family: Helvetica;
  color: #222;
  font-size: 18px;
}

/* ***************************
 * 견적서 화면
 *************************** */
.quotationHeros {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 14px;
  gap: 40px;
  display: flex;
}
.quotationHeros .innerbxq {
  flex: 1;
}
.quotationHeros .innerbxq.left {
  padding: 20px 0 0px 0;
  min-width: 456px;
}
.quotationHeros h3 {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 440px;
  margin: auto;
  color: #1E1E23;
  word-spacing: -1.5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 23px;
}
.quotationHeros h3 strong {
  color: #1976D2;
  font-weight: 700;
}
.quotationHeros h3 span {
  display: block;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
}
.quotationHeros h3::after {
  content: "";
  background: url(../img/sub/payment/quotation.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 115px;
  height: 115px;
  z-index: 0;
  right: 0;
  bottom: -23px;
  position: absolute;
}
.quotationHeros .caution {
  padding: 0px 20px;
  border-radius: 0;
  background-color: #EBF0F1;
  display: flex;
  align-items: stretch;
  height: 100%;
  align-items: center;
}
.quotationHeros .caution ul.disc li {
  color: #707483;
  font-size: 12px;
}
.quotationHeros .caution ul.disc li strong {
  color: #333;
  font-weight: 500;
}
.quotationHeros .caution ul.disc li::marker {
  color: #707483;
}

.eleinbtnwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eleinbtnwrap button {
  font-size: 14px;
  height: 40px;
  box-sizing: border-box;
  background-color: #a1a8af;
  border-radius: 6px;
  line-height: 39px;
  padding: 0 10px;
  color: #fff;
  width: 100px;
  height: 44px;
  margin-left: 5px;
  white-space: nowrap;
}
.eleinbtnwrap .elewrap {
  width: 100%;
}

.tblQuotation {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: solid 2px #777;
}
.tblQuotation thead,
.tblQuotation tbody {
  border: 0;
}
.tblQuotation thead {
  background-color: #f3f4f8;
}
.tblQuotation thead th,
.tblQuotation thead td {
  font-weight: 700;
  text-align: center;
}
.tblQuotation th,
.tblQuotation td {
  font-size: 12px;
  font-weight: 400;
  height: 34px;
  padding: 3px 5px 2px;
  border-bottom: solid 1px #ddd;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tblQuotation th strong,
.tblQuotation th span,
.tblQuotation td strong,
.tblQuotation td span {
  font-size: 12px;
}
.tblQuotation .l {
  text-align: left;
}
.tblQuotation thead th,
.tblQuotation tbody th {
  text-align: left;
  padding: 2px 0 0;
}
.tblQuotation thead th .chkrdo,
.tblQuotation tbody th .chkrdo {
  height: 20px;
}
.tblQuotation tbody tr:last-child th,
.tblQuotation tbody tr:last-child td {
  border-color: #222;
}
.tblQuotation + .tblQuotation {
  margin-top: -1px;
  border-top: 0;
  border-bottom: solid 2px #777;
}
.tblQuotation + .tblQuotation th,
.tblQuotation + .tblQuotation td {
  font-size: 14px;
  color: #222;
}

.quotation_tbl_control {
  text-align: right;
  padding-bottom: 5px;
}
.quotation_tbl_control button {
  font-size: 13px;
  line-height: 15px;
  box-sizing: border-box;
  background-color: #a1a8af;
  border-radius: 3px;
  padding: 5px 7px;
  color: #fff;
  margin-right: 5px;
  white-space: nowrap;
}
.quotation_tbl_control .chkrdo .checkbox {
  margin-right: 0;
}
.quotation_tbl_control .chkrdo .checklabel {
  font-size: 13px !important;
}

.quotation_detail {
  padding: 0 15px;
}

.quotation_price {
  margin: 30px 15px 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  border: solid 1px #cfcfcf;
  align-items: center;
}
.quotation_price em {
  display: inline-block;
  width: 70px;
  font-size: 13px;
}
.quotation_price span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  text-align: right;
}
.quotation_price span strong {
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica;
}

.quotation_bottom {
  padding: 0 15px;
}
.quotation_bottom ul.downcaution {
  padding-top: 10px;
  margin-left: 8px;
  list-style-type: disc;
  padding-inline-start: 0.1em;
}
.quotation_bottom ul.downcaution li {
  color: #222;
  font-size: 10px;
  line-height: 12px;
  color: #777;
  padding-bottom: 3px;
  word-spacing: -1px;
}
.quotation_bottom ul.downcaution li::marker {
  font-size: 3px;
  color: #999;
}
.quotation_bottom .bottompublisher {
  padding: 30px 0;
}
.quotation_bottom .bottompublisher span.publishdate {
  display: block;
  text-align: center;
  color: #111;
  font-size: 12px;
  margin-bottom: 30px;
}
.quotation_bottom .bottompublisher .logo {
  height: 40px;
  background: no-repeat 50%/contain; /* update jh 230825*/
}

.quotation_title {
  display: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.quotation_top {
  padding: 30px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.quotation_top table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
.quotation_top table thead,
.quotation_top table tbody {
  border: 0;
}
.quotation_top table th,
.quotation_top table td {
  text-align: left;
  font-size: 10px;
  border-bottom: solid 1px #eee;
  padding: 4px 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quotation_top table th {
  font-weight: 700;
  color: #222;
}
.quotation_top table td {
  font-weight: 400px;
  color: #555;
}
.quotation_top table thead th,
.quotation_top table thead td {
  border-bottom: solid 2px #555;
}

/* ***************************
 * 계산서 목록 화면
 *************************** */
.taxBillListTR {
  border-bottom: 1px solid #ddd;
}
.taxBillListTR.hds {
  border-bottom: 0;
}
.taxBillListTR div.taxBill {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 270px;
}
.taxBillListTR div.taxBill.hds {
  padding: 0px 20px;
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.taxBillListTR div.taxBill.hds .subject,
.taxBillListTR div.taxBill.hds .groupid,
.taxBillListTR div.taxBill.hds .status,
.taxBillListTR div.taxBill.hds .date,
.taxBillListTR div.taxBill.hds .corfirmNumber,
.taxBillListTR div.taxBill.hds .amount {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.taxBillListTR div.taxBill.hds .subject:before,
.taxBillListTR div.taxBill.hds .groupid:before,
.taxBillListTR div.taxBill.hds .status:before,
.taxBillListTR div.taxBill.hds .date:before,
.taxBillListTR div.taxBill.hds .corfirmNumber:before,
.taxBillListTR div.taxBill.hds .amount:before {
  display: none;
}
.taxBillListTR div.taxBill.hds .status {
  max-width: 80px;
}
.taxBillListTR div.taxBill.hds .subject {
  border-left: 0;
  min-width: 200px;
}
.taxBillListTR div.taxBill.hds .corfirmNumber {
  min-width: 200px;
}
.taxBillListTR a.taxBill {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 270px;
  align-items: center;
}
.taxBillListTR a.taxBill .subject {
  min-width: 200px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  padding: 0 5px;
}
.taxBillListTR a.taxBill .groupid,
.taxBillListTR a.taxBill .date,
.taxBillListTR a.taxBill .corfirmNumber {
  padding: 0 5px;
  display: inline-flex;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
  color: #9195B4;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  text-align: center;
  justify-content: center;
}
.taxBillListTR a.taxBill .corfirmNumber {
  min-width: 200px;
}
.taxBillListTR a.taxBill .status {
  display: inline-flex;
  padding: 0 5px;
  max-width: 80px;
  flex: 1;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
  justify-content: center;
  /* 발행완료 */
  /* 접수대기 */
  /* 발행거부 */
  /* 발행중 */
}
.taxBillListTR a.taxBill .status.success {
  color: var(--color_status_succ);
}
.taxBillListTR a.taxBill .status.wait {
  color: var(--color_status_wait);
}
.taxBillListTR a.taxBill .status.reject {
  color: var(--color_status_fail);
}
.taxBillListTR a.taxBill .status.issue {
  color: var(--color_status_canc);
}
.taxBillListTR a.taxBill .amount {
  flex: 1;
  text-align: center;
  padding: 0 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #222;
  line-height: 24px;
  font-weight: 500;
}
.taxBillListTR a.taxBill .amount strong {
  font-family: Helvetica;
  color: #222;
  font-size: 18px;
}

.taxbill_status {
  font-weight: 700;
  /* 발행완료 */
  /* 접수대기 */
  /* 발행거부 */
  /* 발행중 */
}
.taxbill_status.success {
  color: var(--color_status_succ);
}
.taxbill_status.wait {
  color: var(--color_status_wait);
}
.taxbill_status.reject {
  color: var(--color_status_fail);
}
.taxbill_status.issue {
  color: var(--color_status_canc);
}

/* ***************************
 * 영수증 목록 화면
 *************************** */
.billListTR {
  border-bottom: 1px solid #ddd;
}
.billListTR.hds {
  border-bottom: 0;
}
.billListTR div.bill {
  position: relative;
  display: block;
  padding: 10px;
  min-width: 270px;
}
.billListTR div.bill.hds {
  padding: 0px 20px;
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.billListTR div.bill.hds .subject,
.billListTR div.bill.hds .kind,
.billListTR div.bill.hds .date,
.billListTR div.bill.hds .groupid,
.billListTR div.bill.hds .amount {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.billListTR div.bill.hds .subject:before,
.billListTR div.bill.hds .kind:before,
.billListTR div.bill.hds .date:before,
.billListTR div.bill.hds .groupid:before,
.billListTR div.bill.hds .amount:before {
  display: none;
}
.billListTR div.bill.hds .subject {
  border-left: 0;
  min-width: 300px;
}
.billListTR div.bill.hds .kind {
  border-radius: 0;
  background: transparent;
  border: 0;
  border-left: 1px solid #DCDEE7;
  min-width: 150px;
  margin: 0;
}
.billListTR a.bill {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 270px;
  align-items: center;
}
.billListTR a.bill .subject {
  min-width: 300px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.billListTR a.bill .kind {
  flex: 1;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #333;
  vertical-align: top;
  justify-content: center;
  /* 거래명세서 */
  /* 사용내역서 */
}
.billListTR a.bill .kind.orderBill {
  color: var(--color_status_wait);
  border-color: var(--color_status_wait);
}
.billListTR a.bill .kind.usageBill {
  color: var(--color_status_succ);
  border-color: var(--color_status_succ);
}
.billListTR a.bill .date,
.billListTR a.bill .groupid {
  display: inline-flex;
  flex: 1;
  justify-content: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  height: 15px;
  color: #9195B4;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.billListTR a.bill .amount {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #222;
  line-height: 24px;
  height: 25px;
  font-weight: 500;
}
.billListTR a.bill .amount strong {
  font-family: Helvetica;
  color: #222;
  font-size: 18px;
}

/* ***************************
 * 충전금반환 목록 화면
 *************************** */
.returnListHeros {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 14px;
  gap: 40px;
  display: flex;
  margin-bottom: 16px;
}
.returnListHeros .innerbxq {
  flex: 1;
}
.returnListHeros .innerbxq.left {
  padding: 20px 0 0px 0;
  min-width: 456px;
}
.returnListHeros.create .caution {
  height: auto;
}
.returnListHeros.create .innerbxq h4 {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 16px;
}
.returnListHeros.create ul {
  padding: 20px 0 20px 0 !important;
}
.returnListHeros h3 {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 440px;
  margin-left: 24px;
  color: #1E1E23;
  word-spacing: -1.5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 23px;
}
.returnListHeros h3 em {
  font-weight: 500;
  font-size: 17px;
}
.returnListHeros h3 strong {
  color: #1976D2;
  font-weight: 900;
}
.returnListHeros h3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-shadow: none;
}
.returnListHeros h3:after {
  content: "";
  background: url(../img/sub/payment/payment_return.svg) no-repeat;
  background-size: 115px 115px;
  background-position: center center;
  width: 115px;
  height: 115px;
  z-index: 0;
  right: 0;
  bottom: -78px;
  position: absolute;
}
.returnListHeros .alphabtns {
  margin-bottom: 16px;
  max-width: 120px;
  margin-left: 24px;
}
.returnListHeros .alphabtns a {
  background: #1976D2;
}
.returnListHeros .alphabtns a:hover {
  background: #1976D2;
}
.returnListHeros .caution {
  padding: 0px 20px;
  border-radius: 0;
  background-color: #EBF0F1;
  display: flex;
  align-items: stretch;
  height: 100%;
  align-items: center;
}
.returnListHeros .caution ul.disc {
  padding-bottom: 0;
}
.returnListHeros .caution ul.disc li {
  color: #707483;
  font-size: 12px;
}
.returnListHeros .caution ul.disc li strong {
  color: #ced9f0;
  font-weight: 500;
}
.returnListHeros .caution ul.disc li::marker {
  color: #707483;
}

/* ***************************
 * 충전금반환 목록 화면
 *************************** */
.returnListTR {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}
.returnListTR.hds {
  border-bottom: 0;
}
.returnListTR .hds {
  padding: 0px 20px;
  display: flex;
  background: #E6EEF5;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
}
.returnListTR .hds .subject,
.returnListTR .hds .date,
.returnListTR .hds .status,
.returnListTR .hds .amount {
  padding: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #DCDEE7;
  justify-content: center;
  margin: 0;
  height: auto;
}
.returnListTR .hds .subject {
  border-left: 0;
  min-width: 300px;
}
.returnListTR > a {
  position: relative;
  display: flex;
  padding: 26px 20px;
  min-width: 270px;
  align-items: center;
}
.returnListTR > a .subject {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  padding: 0 5px;
  min-width: 300px;
}
.returnListTR > a .date {
  flex: 1;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  color: #9195B4;
  vertical-align: top;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo", sans-serif;
  padding: 0 5px;
  justify-content: center;
}
.returnListTR > a .status {
  flex: 1;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #9195B4;
  padding: 0 5px;
  justify-content: center;
  /* 접수대기 */
  /* 신청접수 */
  /* 반환완료 */
  /* 승인불가 */
  /* 신청취소 */
}
.returnListTR > a .status.wait {
  border-color: #aaa;
  color: #aaa;
}
.returnListTR > a .status.apply {
  color: #e79419;
}
.returnListTR > a .status.return {
  color: var(--color_status_succ);
}
.returnListTR > a .status.reject {
  color: var(--color_status_fail);
}
.returnListTR > a .status.cancel {
  color: var(--color_status_canc);
}
.returnListTR > a .amount {
  flex: 1;
  text-align: center;
  padding: 0 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #222;
  line-height: 24px;
  font-weight: 500;
}
.returnListTR > a .amount strong {
  font-family: Helvetica;
  color: #222;
  font-size: 18px;
}

.return_status {
  font-weight: 700;
  /* 접수대기 */
  /* 신청접수 */
  /* 반환완료 */
  /* 승인불가 */
  /* 신청취소 */
}
.return_status.wait {
  color: #aaa;
}
.return_status.apply {
  color: #e79419;
}
.return_status.return {
  color: var(--color_status_succ);
}
.return_status.reject {
  color: var(--color_status_fail);
}
.return_status.cancel {
  color: var(--color_status_canc);
}

.allreturnwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allreturnwrap .noreturn {
  font-size: 13px;
  line-height: 1.4em;
  color: #999;
}

/* ***************************
 * 용어설명
 *************************** */
.aboutSendResultHelp {
  text-align: left;
}
.aboutSendResultHelp dl {
  display: block;
}
.aboutSendResultHelp dl dt {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}
.aboutSendResultHelp dl dd {
  padding: 5px 0 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  color: #555;
}

.paymentfield {
  max-width: 480px;
  margin: auto;
  padding: 0 20px;
}
.paymentfield.fullbx {
  padding: 0;
  max-width: 100%;
}
.paymentfield.fullbx form {
  display: flex;
  gap: 24px;
}
.paymentfield .halfbx {
  flex: 1;
}

