#bo_content {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  background-color: #FFF;
  padding: 20px 80px 50px;
}
#bo_content h2 {
  font-family: var(--textFont);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #00AAE6;
}
#bo_content h3 {
  font-family: var(--textFont);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #333;
}
#bo_content h4 {
  font-family: var(--textFont);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  margin-top: 8px;
  color: #BD9213;
}
#bo_content .infoDesc {
  font-family: var(--textFont);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}
#bo_content .infoDesc b {
  font-size: 1.2rem;
}
#bo_content .infoDesc.one {
  margin-top: 18px;
}
#bo_content .infoDesc.two {
  margin-top: 10px;
  font-size: 1rem;
  padding: 20px;
  background-color: cornflowerblue;
  color: #fff;
  text-align: center;
}
#bo_content table {
  width: 100%;
  margin-top: 5px;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#bo_content table th {
  font-family: var(--textFont);
  font-size: 0.95rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #444;
  vertical-align: top;
  text-align: left;
  width: 156px;
  padding-top: 10px;
}
#bo_content table input {
  max-width: 100%;
  width: 100%;
  height: 48px;
  font-family: var(--textFont);
  font-size: 16px;
  padding: 5px 10px;
  color: #333;
  border: 1px solid #bebebe;
  border-radius: 2px;
  background-color: #fff;
}
#bo_content table button {
  width: 100%;
  height: 48px;
  border: 1px solid #bebebe;
  border-radius: 2px;
  background-color: #fff;
  font-family: var(--textFont);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#bo_content table button.selected {
  background-color: #3768f0;
  font-weight: 500;
  color: #fff;
  border: none;
}
#bo_content table select {
  border: 1px solid #bebebe;
  border-radius: 2px;
}
#bo_content table .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
#bo_content table .fl-1 {
  width: calc(50% - 4px);
}
#bo_content table .price-container {
  width: calc(25% - 6px);
}
#bo_content table .price-container.total {
  display: flex;
  width: 100%;
  height: 42px;
  margin-top: 40px;
  border-bottom: 2px solid #333;
  align-items: center;
}
#bo_content table .price-container.total h3 {
  margin-top: 0;
  width: 80px;
  height: 100%;
  line-height: 42px;
  margin-bottom: 0;
  flex-shrink: 0;
}
#bo_content table .price-container.total input {
  font-family: var(--numFont);
  display: inline-block;
  height: 100%;
  margin-bottom: 0;
  border-bottom: 2px solid #333;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #E89000;
  border: none;
  background: transparent;
}
#bo_content table .price-container.total input:focus {
  outline: none !important;
  box-shadow: none !important;
}
#bo_content table .price-container.total input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #bbb;
}
#bo_content table .price-container.total div {
  margin-bottom: 0;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 600;
}
#bo_content table .price-container.total div.price_won {
  color: #aaa;
  flex: 1;
  font-weight: 500;
}
#bo_content table .price-container.total div.price_won span {
  display: inline-block;
  width: calc(100% - 30px);
  height: 100%;
  margin-bottom: 0;
  font-family: var(--numFont);
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #E89000;
  background: transparent;
}
#bo_content table .price-container.total div.price_close {
  cursor: pointer;
  padding: 0 2px 0 8px;
}
#bo_content table .price-container.total div.price_close i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  background-color: #BEC5D1;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  vertical-align: 1px;
}
#bo_content table .price-container a.price {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #bebebe;
  border-radius: 2px;
  background-color: #fff;
  font-family: var(--numFont);
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#bo_content table .price-container a.price:active {
  background-color: #F2F2F2;
}
#bo_content table .price-container input {
  border: none;
  margin-bottom: 10px;
}
#bo_content table .paymentMethod label {
  position: relative;
  display: block;
  width: calc(50% - 4px);
  height: 52px;
  text-align: center;
  cursor: pointer;
  font-family: var(--numFont);
  font-size: 17px;
  font-weight: 400;
  color: #333;
  line-height: 52px;
  border: 1px solid #bebebe;
}
#bo_content table .paymentMethod label img.npay {
  max-height: 22px;
}
#bo_content table .paymentMethod label img.kakao {
  max-height: 18px;
}
#bo_content table .paymentMethod label img.payco {
  max-height: 14px;
}
#bo_content table .paymentMethod label input {
  visibility: hidden;
  width: 0;
  height: 0;
}
#bo_content table .paymentMethod label:hover {
  background-color: #BEC5D1;
}
#bo_content table .paymentMethod label.selected {
  background-color: #BEC5D1;
  color: #000;
}
#bo_content table .info {
  padding: 16px;
  background: #f8f8f8;
  line-height: 1.5;
  font-family: var(--textFont);
  font-size: 0.85rem;
  color: #666;
}
#bo_content table .info span {
  color: #222;
}
#bo_content table .info span b {
  font-family: var(--numFont);
  font-weight: 600;
  color: #E89000;
}
#bo_content table .do_Input {
  text-align: left;
}
#bo_content table .agreeItemSubscribe {
  margin-top: 14px;
  width: 100%;
}
#bo_content table .agreeItemSubscribe .itemWrapSubscribe {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#bo_content table .agreeItemSubscribe .itemWrapSubscribe input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}
#bo_content table .agreeItemSubscribe .itemWrapSubscribe .check_img_subscribe {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}
#bo_content table .agreeItemSubscribe .itemWrapSubscribe label {
  font-size: 16px;
  word-break: keep-all;
}
#bo_content table .agreeItemSubscribe .itemWrapSubscribe.all label {
  font-weight: 600;
  font-size: 16px;
}
#bo_content table .agreeItemSubscribe .itemWrapSubscribe a {
  border-radius: 2px;
  background-color: #bbb;
  margin: 0 0 1px 6px;
  padding: 0;
  width: 34px;
  height: 18px;
  line-height: 18px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  border: none;
  text-align: center;
}
#bo_content table .fixMode {
  display: none;
}
#bo_content .donation-container a {
  width: 100%;
  height: 48px;
  border: 1px solid #bebebe;
  border-radius: 2px;
  background-color: #fff;
  font-family: var(--textFont);
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  flex: 1;
}
#bo_content .donation-container a.selected {
  background-color: #3768f0;
  font-weight: 500;
  color: #fff;
  border: none;
}
#bo_content .donation-user {
  display: inline-flex;
  justify-content: space-between;
  font-family: var(--textFont);
  margin: 0;
  width: 100%;
}
#bo_content .donation-user h3 {
  margin-bottom: 12px;
}
#bo_content .donation-user .userItem {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 40px;
}
#bo_content .donation-user .userItem input[type=checkbox] {
  display: block;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}
#bo_content .donation-user .userItem .check_img {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}
#bo_content .donation-user .userItem label {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
}
#bo_content .donation-user .userItem button {
  border-radius: 2px;
  color: #fff;
  background-color: #bbb;
  margin: 0 0 0 6px;
  padding: 0;
  width: 38px;
  min-width: 38px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
#bo_content .donation-user .userItem span {
  white-space: nowrap;
}
#bo_content .donation-name {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-family: var(--textFont);
  margin: 0;
  gap: 12px;
}
#bo_content .donation-name .nameItem {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
#bo_content .donation-name .nameItem label {
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
}
#bo_content .donation-name .nameItem .nameFlex {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
}
#bo_content .donation-name .nameItem .nameFlex input {
  width: calc(100% - 90px);
  height: 42px;
  border: 1px solid #ddd;
}
#bo_content .donation-name .nameItem .nameFlex input:disabled {
  opacity: 0.4;
}
#bo_content .donation-name .nameItem .nameFlex input.buyer_postcode {
  width: 120px;
}
#bo_content .donation-name .nameItem .nameFlex input.buyer_addr {
  width: 100%;
  min-width: 200px;
}
#bo_content .donation-name .nameItem input {
  width: calc(100% - 90px);
  height: 50px;
  border: 1px solid #ddd;
}
#bo_content .donation-name .nameItem input:disabled {
  opacity: 0.4;
}
#bo_content .donation-name .nameItem span {
  display: inline-block;
  min-width: 90px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
}
#bo_content .donation-name .nameItem span em {
  color: red;
}
#bo_content .donation-name .nameItem.unactive {
  display: none;
}
#bo_content .agreeContainer {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--textFont);
  margin: 50px 0;
}
#bo_content .agreeContainer .agreeItem {
  margin-top: 14px;
  width: 100%;
}
#bo_content .agreeContainer .agreeItem:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
#bo_content .agreeContainer .agreeItem span.v-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#bo_content .agreeContainer .agreeItem span.v-flex input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}
#bo_content .agreeContainer .agreeItem span.v-flex .check_img {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}
#bo_content .agreeContainer .agreeItem span.v-flex label {
  font-size: 16px;
  word-break: keep-all;
}
#bo_content .agreeContainer .agreeItem span.v-flex.all label {
  font-weight: 600;
  font-size: 16px;
}
#bo_content .agreeContainer .agreeItem span.v-flex a {
  border-radius: 2px;
  background-color: #bbb;
  margin: 0 0 1px 6px;
  padding: 0;
  width: 34px;
  height: 18px;
  line-height: 18px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  border: none;
  text-align: center;
}
#bo_content .submitButtonWrap .form-actions {
  text-align: center;
  padding-top: 20px;
}
#bo_content .submitButtonWrap .form-actions button.btn-pay {
  display: inline-block;
  width: 100%;
  height: 56px;
  font-family: var(--textFont);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 200px;
}
#bo_content .submitButtonWrap .form-actions button.btn-pay:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
#bo_content .submitButtonWrap .form-actions button.btn-pay .pay-amount {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fee522;
}
.layer_popup_wrap {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  min-width: 300px;
  max-width: 420px;
  border: 1px solid #ddd;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 1010;
  overflow: hidden;
}
.layer_popup_wrap .atitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: var(--textFont);
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.layer_popup_wrap .atitle .ipop {
  position: absolute;
  right: 6px;
  font-size: 20px;
  color: #999;
  padding: 10px;
  cursor: pointer;
}
.layer_popup_wrap .layer_popup {
  display: block;
  width: 100%;
  height: 700px;
}
.layer_popup_wrap .layer_popup #bo_content_wrap {
  font-family: var(--textFont);
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  height: calc(100% - 20px);
  padding: 6px 20px 20px 20px;
  overflow-y: auto;
  background-color: whitesmoke;
}
.layer_popup_wrap .layer_popup #bo_content_wrap p {
  margin: 13px 0;
  color: #444;
}
.layer_popup_wrap .layer_popup #bo_content_wrap p.icb_head {
  font-size: 18px;
  font-weight: 700;
}
.layer_popup_wrap .layer_popup #bo_content_wrap .space {
  padding: 0 1.5px 0 0.5px;
  text-align: center;
}
.layer_popup_wrap .layer_popup #bo_content_wrap b {
  font-weight: 700;
  font-size: 15px;
}
.layer_popup_wrap .layer_popup #bo_content_wrap table {
  font-family: var(--textFont);
  font-size: 15px;
  color: #444;
  border: 1px solid #DDD;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.layer_popup_wrap .layer_popup #bo_content_wrap table th {
  padding: 6px 8px;
  font-weight: 600;
  background-color: #F6F6F5;
}
.layer_popup_wrap .layer_popup #bo_content_wrap table td {
  padding: 6px 8px;
}
.layer_popup_wrap.active {
  display: block;
}
.backBox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.backBox.on {
  display: block;
}
@media (max-width: 768px) {
  #bo_content {
    margin-bottom: 30px;
    padding: 0;
  }
  #bo_content h2 {
    font-size: 1.4rem;
  }
  #bo_content h3 {
    font-size: 1.1rem;
    margin-top: 26px;
  }
  #bo_content table {
    margin-top: 0;
  }
  #bo_content table th {
    width: 66px;
  }
  #bo_content table input {
    padding: 5px 6px;
    font-size: 15px;
  }
  #bo_content table button {
    height: 42px;
    font-size: 15px;
  }
  #bo_content table .flex {
    gap: 2px;
  }
  #bo_content table .fl-1 {
    width: calc(50% - 1.5px);
  }
  #bo_content table .price-container {
    width: calc(25% - 2px);
  }
  #bo_content table .price-container.total {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  #bo_content table .price-container.total h3 {
    width: 74px;
  }
  #bo_content table .price-container.total input {
    font-size: 18px;
  }
  #bo_content table .price-container.total div {
    font-size: 16px;
    padding: 0 4px;
  }
  #bo_content table .price-container.total div.price_won span {
    width: calc(100% - 20px);
    font-size: 20px;
  }
  #bo_content table .price-container a.price {
    height: 44px;
    font-size: 14px;
    line-height: 43px;
  }
  #bo_content table .item {
    width: calc(50% - 1.5px);
  }
  #bo_content table .item button .npay {
    max-height: 19px;
  }
  #bo_content table .item button .kakaopay {
    max-height: 16px;
  }
  #bo_content table .item button .payco {
    max-height: 12px;
  }
  #bo_content table .item button:hover {
    background-color: #BEC5D1;
  }
  #bo_content table .paymentMethod label {
    font-size: 15px;
    height: 44px;
    line-height: 44px;
  }
  #bo_content table .paymentMethod label img.npay {
    max-height: 22px;
  }
  #bo_content table .paymentMethod label img.kakao {
    max-height: 18px;
  }
  #bo_content table .paymentMethod label img.payco {
    max-height: 14px;
  }
  #bo_content table .info {
    padding: 12px 14px;
  }
  #bo_content table .do_Input {
    text-align: left;
  }
  #bo_content .donation-name .nameItem input {
    width: calc(100% - 68px);
    height: 44px;
  }
  #bo_content .donation-name .nameItem span {
    min-width: 68px;
    font-size: 15px;
    line-height: 44px;
  }
  #bo_content .agreeContainer {
    margin: 40px 0;
  }
  #bo_content .agreeContainer .agreeItem {
    margin-top: 12px;
  }
  #bo_content .agreeContainer .agreeItem span.v-flex .check_img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  #bo_content .agreeContainer .agreeItem span.v-flex label {
    font-size: 15px;
  }
  #bo_content .agreeContainer .agreeItem span.v-flex label.agreeAll {
    font-size: 16px;
  }
  #bo_content .submitButtonWrap .form-actions button.btn-pay {
    font-size: 16px;
    padding: 14px 10px;
  }
  #bo_content .submitButtonWrap .form-actions button.btn-pay .pay-amount {
    margin-right: 8px;
    font-size: 16px;
  }
  .layer_popup_wrap {
    top: 56px;
    left: 10px;
    right: 10px;
    bottom: 80px;
    width: calc(100% - 20px);
    transform: none;
  }
  .layer_popup_wrap .layer_popup {
    height: calc(100% - 55px);
  }
}
/*# sourceMappingURL=e6b701a81595db090c5ca5470e2ab2d8228222d8.directpay.scss.map */
