/* .common_modal {
  margin-top: 100px;
}

.common_modalpoint {
  margin-top: 30px;
}

.modal_content {
  width: 470px;
  max-height: calc(100vh - 3em);
  min-height: 230px;
  padding: 30px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 0px !important;
} */

.modal_header {
  padding: 0;
}

/* .modal_body {
  margin: 10px 0px;
  padding: 1rem 0px;
} */

.fixedCommon_body {
  overflow-y: auto;
  max-height: 400px !important;
  min-height: 54px;
  padding: 0 30px;
  margin: 30px -30px 0px -30px;
}

.box_list .itemmodal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.modal-backdrop.show {
  display: none;
}

.terms-link {
  text-decoration: underline;
}

.modal_body h2 {
  font-size: 12px;
}

.modal_body h3 {
  font-size: 12px;
}

.modal_body h4 {
  font-size: 12px;
}

.modal_body h1 {
  font-size: 12px;
}

.box_list .itemmodal:hover {
  background-color: #000;
  color: #fff;
}

.box_list .itemmodal+.itemmodal {
  margin-top: 10px;
}

.div#consent-tracking {
  margin-top: 20px;
}

.modal_body .num {
  position: absolute;
  left: 0;
  top: 0;
}

.modal_body ol>li {
  position: relative;
  padding-left: 18px;
}

.modal_form_list:first-child {
  margin-top: 0 !important;
}

.modal_form_list>* {
  margin-top: 40px;
}

.modalinput_item input {
  height: 30px;
  padding: 4px 0;
  border: 1px solid #000;
  border-width: 0 0 1px;
  border-width: 0 0 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #000;
  width: 100%;
}

.modal .modal_form_list .modalinput_box input {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 56.62%;
}

.modalinput_item .row>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modaldropdown select {
  height: 30px;
  padding-right: 22px;
  border-width: 0 0 1px;
  background-size: 13px;
  border-width: 0 0 1px !important;
  outline: none;
  padding: 0px;
}

.modaldropdown select {
  width: 100%;
  border: 1px solid #000;
  background: url(https://blvp-001.dx.commercecloud.salesforce.com/on/demandware.static/Sites-RefArch-Site/-/default/dwfa5b99a7/images/ico_angle.svg) no-repeat 100% 50%/13px;
  text-align: left;
}

.modalbtn_wrap {
  padding-top: 30px;
}

.modalinput_item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0px;
}

button.txt_btn {
  float: inline-end;
}

/* .modal_body {
  overflow-y: auto;
  max-height: calc(100vh - 3em - 174px);
  min-height: 54px;
  margin: 0 -30px;
  padding: 0 30px;
  max-height: 410px;
} */

.modalShippingtitle {
  margin-top: 30px;
}

.cookiesBtn {
  max-width: 195px;
  font-size: 12px !important;
}

.modal_body h2:nth-of-type(1),
.modal_body h3:nth-of-type(1) {
  margin-top: 0;
  font-size: 12px;
}

.modal_body h3,
.modal_body h4 {
  margin-top: 15px;
  font-size: 12px;
}

.modalHeight {
  max-height: 423px;
}

li {
  list-style: none;
}

/* .res_form_list > * {
  margin-top: 30px;
}

.res_form_list > :first-child {
  margin-top: 0 !important;
}

.res_form_list > .input_item > .row {
  margin: 0px !important;
}

.termsReservations {
  width: 100% !important;
}

.number_wrap_res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-right: 15px;
}

.number_ctrl_res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}

.btn_minus_res, .btn_plus_res {
  display: inline-block;
  width: 0px;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}

.number_ctrl_res .btn_minus_res, .number_ctrl_res .btn_plus_res {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.number_ctrl_res input {
  max-width: 110px;
  height: 20px;
  border: 0;
  text-align: center;
}

.btn_plus_res img {
  width: 14px;
  height: 14px;
}

.res_dropdown select {
  width: 100%;
  height: 35px;
  padding: 8px 30px 8px 0px;
  border: 1px solid #000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 0 1px;
  text-align: left;
  background: transparent;
  outline: none;
}

.inputReservation input {
  width: 100%;
  height: 35px;
  padding: 8px 30px 8px 5px;
  border: 1px solid #000;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 0 1px;
  text-align: left;
  background: transparent;
  outline: none;
}

.receipt_check_item label {
  position: relative;
  display: inline-block;
  min-height: 14px;
  padding-left: 45px;
  word-break: keep-all;
  cursor: pointer;
  font-size: 12px;
}

.receipt_check_item input {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
} */

#receiptModal {
  margin-top: 100px;
}

/* .receipt-content {
  width: 470px;
  max-height: calc(100vh - 3em);
  min-height: 230px;
  padding: 30px;
  border: 1px solid #000;
  background-color: #fff;
} */

/* .receipt-header {
  padding: 0px 0px 0px 0px;
  border: 0px;
} */

/* .receipt_body > .btn_wrap {
  margin-top: 30px;
} */

.completePoint {
  width: 35%;
}

/* .modal-dialog {
  margin: 0rem auto !important;
} */

/* .modal .receipt_check_group .receipt_check_item {
  width: calc(50% - 25px);
  position: relative;
  line-height: 1.5;
  font-size: 14px;
} 

.receipt_body {
  margin: 10px 0px;
  padding: 1rem 0px;
}*/

.receipt_form_list> :first-child {
  margin-top: 0 !important;
}

.receipt_check_item>.custom-control-label ::before {
  left: 0px !important;
}

/* .modal-open {
  overflow: auto !important;
} */


.receipt_check_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 50px;
}

/* .reservation-error-msg {
  position: absolute;
  top: 10%;
  text-align: center;
  left: 27%;
}

.receipt_form_list > * {
  margin-top: 40px;
}

.receipt_form_list > .input_item > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0px;
}

select#cellular {
  width: 100%;
}

.receipt-business-number input {
  width: 100%;
}

.input_item .row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.receipt_body > .location {
  margin-top: 10px;
}

.receipt_body > .reservationinfo {
  margin-top: 10px;
}

.modal-title {
  font-size: 12px;
}

.modal-footer, .modal-body, .modal-header {
  border: none;
}

.btn-outline-primary {
  font-size: 12px !important;
}

.btn-primary {
  font-size: 12px !important;
}

.reservationinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.reservationinfo > li {
  display: table;
  list-style: none;
}

.guide_txt {
  word-break: keep-all;
}

.guide_txt > .title {
  padding: 30px 0 10px;
  font-size: 12px;
}

.guide_txt > ul > li {
  list-style: none;
}

.guide_txt li + li {
  margin-top: 15px;
} 
  
.modal {
  top: 80px;
} */

.form_listPoint .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.form_listPoint.min>* {
  margin-top: 30px;
}

/* .pointdropdown select {
  width: 100%;
  border: 1px solid #000;
  text-align: left;
  height: 24px;
  padding-right: 22px;
  border-width: 0 0 1px;
  background-size: 13px;
} */

/* li {
  list-style: none;
}

.input_item input {
  height: 24px;
  padding: 4px 0;
  border: 1px solid #000;
  border-width: 0 0 1px;
} */

.form_listPoint .col2>* {
  width: 50%;
}

/* .fixed_body {
  max-height: 450px;
  overflow-y: auto;
  min-height: 54px;
  padding: 0 30px;
  margin: 30px -30px 0px -30px;
} */

.receipt_body>ul>li {
  list-style: none;
}

.modal .reserved {
  margin-top: 20px;
}

.common-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-top: 20px;
}

.common-width-btn {
  max-width: 196px;
}

/* 포인트 전환 모달 입력 placeholder 회색 처리 */
#transferPointValue::placeholder {
  color: #aaa;
}

/* @media only screen and (max-width: 560px) {
  .modal-dialog {
    margin: 0 -1px !important;
  }

  .modal {
    top: 100px;
  }
  .receipt-content {
    width: 100%;
  }
  .modal_content {
    width: 100%;
    max-height: calc(100vh - 3em);
    min-height: 230px;
    padding: 30px;
  }
} */