.invoicePrintWrap {
  position: fixed;
  width: 1358px;
  top: 0;
  left: 120vw;
  z-index: 999999;
  display: block;
  background-color: #FFF;
}

.invoicePrintWrap .onePageInvoicePrint {
  height: 1920px;
  width: 1358px;
  padding: 20px;
}

.invoicePrintWrap .top_desc_wrap {
  padding-bottom: 25px;
  width: calc(100% + 50px);
  margin-left: -25px;
}

.invoicePrintWrap .top_desc_wrap .info_item {
  padding: 0 25px 40px;
}

.invoicePrintWrap .header_border {
  padding: 0 25px 8px;
  border-bottom: 2px solid #D8D8D8;
}

.invoicePrintWrap .header_border .title {
  font-size: 14px;
  font-weight: bold;
  color: #0B3162;
  margin: 0;
}

.invoicePrintWrap .desc_cont {
  padding: 7px 25px 0;
}

.invoicePrintWrap .desc_cont p {
  letter-spacing: 0.031em;
  margin: 0 0 12px;
}

.invoicePrintWrap .table_content .row {
  padding: 5px 25px;
  min-height: 30px;
}

.invoicePrintWrap .table_content .row:nth-child(2n) {
  background-color: rgba(252, 243, 225, 0.38);
}

.invoicePrintWrap .table_content .row span {
  max-width: 50%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.invoicePrintWrap .table_content .row span:nth-child(2) {
  padding-left: 20px;
  font-weight: 600;
  text-align: right;
}

.invoicePrintWrap .table_content .row span.bold {
  font-weight: bold;
}

.invoicePrintWrap .table_content .up {
  text-transform: uppercase;
}

.invoicePrintWrap .printName {
  font-size: 28px;
  font-weight: bold;
  color: #0B3162;
  margin: 0;
  padding-bottom: 90px;
}

.invoicePrintWrap .bot_desc_wrap {
  padding-top: 54px;
}

.invoicePrintWrap .bot_desc_wrap .col_bot_1 {
  max-width: 530px;
  margin-right: 70px;
}

.invoicePrintWrap .bot_desc_wrap .col_bot_2 {
  max-width: 320px;
}

.invoicePrintWrap th, .invoicePrintWrap td {
  border: none;
  border-bottom: 1px solid #D8D8D8;
}

.invoicePrintWrap table {
  border: none;
}

.invoicePrintWrap table thead {
  background-color: #fff;
}

.invoicePrintWrap table th, .invoicePrintWrap table td {
  min-height: 75px;
  text-align: right;
}

.invoicePrintWrap table th:first-child, .invoicePrintWrap table td:first-child {
  width: 30%;
  text-align: left;
}

.invoicePrintWrap table th:nth-child(2), .invoicePrintWrap table td:nth-child(2) {
  width: auto;
  text-align: center;
}

.invoicePrintWrap table th:nth-child(3), .invoicePrintWrap table th:nth-child(4), .invoicePrintWrap table td:nth-child(3), .invoicePrintWrap table td:nth-child(4) {
  text-align: center;
}

.invoicePrintWrap table th:nth-child(5), .invoicePrintWrap table th:nth-child(8), .invoicePrintWrap table th:nth-child(10), .invoicePrintWrap table th:nth-child(11), .invoicePrintWrap table td:nth-child(5), .invoicePrintWrap table td:nth-child(8), .invoicePrintWrap table td:nth-child(10), .invoicePrintWrap table td:nth-child(11) {
  width: auto;
}

.invoicePrintWrap table th:nth-child(6), .invoicePrintWrap table td:nth-child(6) {
  width: auto;
}

.invoicePrintWrap table th:nth-child(7), .invoicePrintWrap table td:nth-child(7) {
  width: auto;
}

.invoicePrintWrap table th:nth-child(9), .invoicePrintWrap table td:nth-child(9) {
  width: auto;
}

.invoicePrintWrap table th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.invoicePrintWrap table td {
  padding-top: 28px;
  padding-bottom: 28px;
}

.invoicePrintWrap table tr.last_row {
  background-color: #fff;
}

.invoicePrintWrap table tr.last_row td, .invoicePrintWrap table tr.last_row input {
  font-weight: normal;
  color: #212121;
}

.invoicePrintWrap table tr.last_row td {
  border-bottom: none;
}

.invoicePrintWrap table tr.last_row td:first-child {
  text-align: right;
}

.invoicePrintWrap table tr.last_row td:nth-child(2) {
  width: auto;
  text-transform: none;
  text-align: right;
}
/*# sourceMappingURL=invoicePrint.css.map */