#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: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.03vw;
  color: #00AAE6;
}
#bo_content h3 {
  font-family: var(--textFont);
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  margin-top: 56px;
  color: #444;
}
#bo_content table {
  width: 100%;
  margin-top: 24px;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#bo_content table th {
  font-family: var(--textFont);
  font-size: 1rem;
  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 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
#bo_content table .flex .item {
  width: calc(50% - 5px);
  overflow: hidden;
}
#bo_content table .flex .item.flex3 img {
  max-width: 60px;
}
#bo_content table .flex .item button {
  font-family: var(--textFont);
  font-weight: 500;
  color: #333;
  border: 1px solid #d3d3d3;
}
#bo_content table .flex .item button:hover {
  background-color: #BEC5D1;
}
#bo_content button.inputBtn {
  height: 48px;
  font-size: 16px;
}
#bo_content button.price {
  box-sizing: border-box;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding-left: 17px;
  padding-right: 17px;
  color: #444;
  border-radius: 2px;
  text-align: center;
  background-color: #fff;
  font-weight: 300;
}
#bo_content button.greyishBrown {
  background-color: #444 !important;
  color: #fff !important;
}
#bo_content button.customButton {
  width: 100%;
  height: 56px;
  font-family: var(--textFont);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  padding: 0;
}
#bo_content button.seeBtn {
  border-radius: 2px;
  color: #fff;
  background-color: #bbb;
  margin: 0;
  padding: 0;
  height: 24px;
  font-weight: 500;
  line-height: 24px;
  width: 39px;
  min-width: 39px;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
}
#bo_content button.selectable {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: var(--textFont);
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #444;
}
#bo_content button.selectable.selected {
  color: #fff;
  border: none;
  font-weight: 500;
}
#bo_content input[type=checkbox] {
  display: none;
}
#bo_content .vertical-align-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#bo_content .pricebox-container {
  flex: 1;
  min-width: calc((100% - 25px) / 3);
  max-width: calc((100% - 25px) / 3);
  margin-bottom: 12px;
}
#bo_content .pricebox-container:nth-child(3n+2) {
  margin-left: 6px;
  margin-right: 6px;
}
#bo_content .agreeContainer {
  display: flex;
  flex-wrap: wrap;
  font-family: var(--textFont);
}
#bo_content hr {
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 1px solid #e0e0e0;
}
#bo_content .agreeContainer .agreeItemContainer:first-child {
  max-width: 100%;
  min-width: 100%;
}
#bo_content .agreeContainer .agreeItemContainer {
  flex: 1;
  margin-top: 14px;
}
#bo_content #inAppAlert {
  display: none;
  background-color: #000;
  opacity: 0.75;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  width: 100%;
  position: fixed;
  z-index: 100;
  text-align: center;
}
#bo_content .layoutContainer {
  position: fixed;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}
#bo_content .custom2CheckboxContainer .checkImage {
  width: 29px;
  min-width: 29px;
  height: 29px;
  margin-right: 9px;
}
#bo_content input.customInput {
  font-family: var(--textFont);
  border: 1px solid #999;
  border-radius: 2px;
}
#bo_content input.customInput, #bo_content input.price {
  max-width: 100%;
  width: 100%;
  height: 48px;
  font-size: 16px;
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
}
#bo_content .infoBox > div {
  display: flex;
  font-family: var(--textFont);
}
#bo_content .infoBox > div > span {
  display: inline-block;
  padding-left: 5px;
}
#bo_content .infoBox {
  margin-top: 32px;
  padding: 26px 24px;
  background: #f8f8f8;
  line-height: 2;
  color: #777;
}
#bo_content .infoBox, #bo_content table td .completeBox {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
#bo_content .payment {
  padding: 8px;
}
#bo_content .paymentMethodRow_ .fl-1 {
  min-width: calc((100% - 12px) / 2);
  max-width: calc((100% - 12px) / 2);
}
#bo_content .kakaopaylogo {
  max-height: 18px;
  margin-bottom: 2.5px;
}
#bo_content .paycologo {
  max-height: 14px;
  margin-bottom: 4px;
}
#bo_content .selectContainer {
  width: 100%;
  display: inline-block;
  position: relative;
  flex: 1;
}
#bo_content .selectContainer .arrowDown {
  width: 12px;
  position: absolute;
  right: 19px;
  top: 19px;
}
#bo_content div.masking-wrapper img.eye-icon {
  right: 15px;
  top: 11px;
  position: absolute;
  cursor: pointer;
}
#bo_content select.customSelect {
  background: #fff;
  width: 100%;
  height: 48px;
  border: 1px solid #999;
  font-family: var(--textFont);
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #444;
  border-radius: 2px;
}
/*# sourceMappingURL=dc4446f613ce692b7377ab18e621ddc5e50f4189._donations.scss.map */
