@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
.checkout-korea[data-steps=step-three] .checkout-korea__cart-right .shipping-alert, .checkout-korea[data-steps=step-four] .checkout-korea__cart-right .shipping-alert {
  display: none;
}
.checkout-korea:not([data-steps=step-four]) .checkout-korea__cart-right .agreement, .checkout-korea:not([data-steps=step-four]) .checkout-korea__cart-right .payment-method {
  display: none;
}
.checkout-korea[data-steps=step-four] .checkout-korea__cart-right .payment-method {
  display: block;
}
.checkout-korea[data-steps=step-four] .checkout-korea__cart-right .agreement {
  display: flex;
}
.checkout-korea__billing-info .input-with-button {
  position: relative;
  display: flex;
}
.checkout-korea__billing-info .input-with-button input[type=file] {
  flex: 1;
  cursor: pointer;
}
.checkout-korea__billing-info .input-with-button input[type=file]::file-selector-button {
  visibility: hidden;
}
.checkout-korea__billing-info .input-with-button input[type=file]:before {
  content: attr(data-label);
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: #b6bfc1;
}
.checkout-korea__billing-info .input-with-button input[type=file][data-filename]:before {
  content: attr(data-filename);
  color: #434447;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.checkout-korea__billing-info .input-with-button .side-button {
  width: fit-content !important;
  flex-shrink: 0;
  transform: none !important;
  margin: 0 !important;
  background-color: #004280 !important;
  border-radius: 0 2px 2px 0 !important;
  border: none !important;
  min-width: 100px !important;
}
.checkout-korea__billing-info .input-with-button .side-button:hover {
  background: #003160;
}
.checkout-korea__billing-info .input-with-button .side-button:active {
  background: #003160;
}
.checkout-korea__billing-info .input-with-button .side-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.checkout-korea__billing-info .form-billing .element-wrapper input.disabled {
  background: #f6f7f9;
  pointer-events: none;
  color: #737B7D;
  cursor: not-allowed;
}
.checkout-korea__billing-info .form-billing .element-wrapper.loading-section {
  position: relative;
}
.checkout-korea__billing-info .form-billing .element-wrapper.loading-section input {
  pointer-events: none;
  background: #f6f7f9;
  color: #737B7D;
  cursor: not-allowed;
}
.checkout-korea__billing-info .form-billing .element-wrapper.loading-section::before {
  content: unset;
}
.checkout-korea__billing-info .form-billing .element-wrapper.loading-section:after {
  width: 20px;
  height: 20px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  bottom: 0;
  left: unset;
  right: 16px;
}
.checkout-korea__billing-info .form-billing .line-two:has(.line-two-mobile) {
  gap: 1rem;
}
.checkout-korea__billing-info .form-billing .line-two:has(.line-two-mobile) .line-two-mobile {
  gap: 0.5rem;
  flex: 1;
}
.checkout-korea__billing-info .form-billing .line-two:has(.line-two-mobile) .line-two-mobile .element-wrapper.prefix {
  width: 100%;
  min-width: unset;
  max-width: 100px;
}
.checkout-korea__billing-info .form-billing .show-billing .show-line-two .item span:first-child, .checkout-korea__billing-info .form-billing .show-billing .show-line-one span:first-child {
  font-weight: 600;
}
.checkout-korea__billing-info .form-billing .show-billing .show-line-one {
  margin: 12px 0;
}
.checkout-korea__billing-info .select2-container {
  position: absolute;
  left: 0;
  width: 100% !important;
  margin: 0;
  visibility: hidden;
}
.checkout-korea__billing-info .show-line-one span:first-child {
  width: fit-content;
}
.checkout-korea__billing-info .show-line-one span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-korea__shipping-method .shipping-method-note > .btn {
  color: #006eff;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 3%;
  padding: 0;
}
.checkout-korea__shipping-method .shipping-method-note > .btn:focus {
  outline: none;
  border: none;
}
.checkout-korea__cart-right .shipping-alert {
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-left: 4px solid #003160;
  background-color: #dfebf7;
  color: #737b7d;
  font-size: 0.875rem;
  line-height: 125%;
  letter-spacing: 2%;
}
.checkout-korea__cart-right .shipping-alert * {
  margin-bottom: 0;
}
.checkout-korea__cart-right .agreement > label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3%;
}
.checkout-korea__cart-right .agreement > label i {
  margin-right: 0;
}
.checkout-korea__cart-right .agreement input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.checkout-korea__cart-right .payment-method.next-button {
  width: fit-content;
  height: fit-content;
  margin-left: unset;
  position: relative;
  transform: unset;
}
.checkout-korea__cart-right .line_up_24.discount_items:not(:empty) .main_title.section-label span {
  color: #212529;
}
.checkout-korea__cart-right .section-fee__item .main_title .shipping-cost, .checkout-korea__cart-right .section-fee__item .main_title .tax-cost {
  color: #e57b03;
  font-size: 20px;
}
.checkout-korea__cart-right .section-fee__item .shipping-tax-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  color: #737b7d;
  margin: 0;
}

.postcode-address-select__dropdown .select2-search {
  display: none;
}
.postcode-address-select__dropdown .select2-results__option {
  max-height: unset !important;
}

/*# sourceMappingURL=checkoutKorea.css.map */
