﻿@charset "UTF-8";
.paymentList .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.paymentList .summary {
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #F2F4F6;
  list-style: none;
  gap: 10px;
}
.paymentList .summary li {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.56px;
}
.paymentList .summary li::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #CCCCCC;
  margin-right: 20px;
}
.paymentList .summary li:first-child::before {
  display: none;
}
.paymentList .summary li > div {
  padding-right: 10px;
}
.paymentList .summary li > div:first-child {
  font-weight: 400;
}
.paymentList .command {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 30px 0;
}
.paymentList .command .print {
  width: 100px;
  height: 40px;
  background: #333;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: -0.56px;
  border: 0;
}
.paymentList .command .select {
  position: relative;
}
.paymentList .command .select .arrow {
  position: absolute;
  top: 18px;
  right: 10px;
}
.paymentList .command .select select {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: -0.56px;
  border: 1px solid #CCC;
  height: 40px;
  padding: 0 28px 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.paymentList .grid .header {
  background: #F2F4F6;
  display: flex;
  align-items: center;
}
.paymentList .grid .header .th {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  min-width: 48px;
  height: 68px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.56px;
  border-bottom: 1px solid #E5E5E5;
}
.paymentList .grid .header .grow {
  flex: 1 0 0;
  width: 220px;
}
.paymentList .grid .tr {
  display: flex;
  align-items: center;
}
.paymentList .grid .tr .td {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 48px;
  height: 77px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: #666;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.56px;
  word-break: break-all;
  border-bottom: 1px solid #E5E5E5;
}
.paymentList .grid .tr .grow {
  flex: 1 0 0;
  width: 220px;
}
.paymentList .grid .tr .store {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.56px;
}
.paymentList .grid .tr .tel {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  letter-spacing: -0.52px;
}
.paymentList .grid .tr .url {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #13CCC1;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  letter-spacing: -0.52px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.paymentList .grid .tr .name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2줄까지 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.paymentList .grid .tr .icon {
  text-indent: -9999px;
  width: 16px;
  height: 20px;
  background: url(../images/customer/ic_bill.svg) center no-repeat;
}/*# sourceMappingURL=style.css.map */
#pageArea .pagination__item {
  cursor: pointer;
}
#pageArea .pagination__item--current {
  cursor: text !important;
}
@media print {
  body * {
    visibility: hidden;
  }

  #pageArea, .command, .paymentList .grid .receipt {
    display: none !important;
  }
  
  .paymentList .inner .summary {
    margin: 0;
  }
  
  .pay-history,
  .pay-history * {
    visibility: visible;
  }

  .pay-history {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
}