.card_payment_wrapper .form-group h4 {margin:10px 0 5px; !important}
.card_payment_wrapper input {height:34px;border-radius:5px}
#settle_card .text-danger {color:#ff0000}
#settle_card span {display:inline-block}
.settle_card_wrapper {border:1px solid #ddd;margin-top:20px;padding:10px}
footer .footer_copy {
	background-color: #ffc926;
	padding-bottom: 50px !important;
  --s: 15px; /* the size of the wave */
  --p: .9;   /* the curvature of the wave [0 2] */

  --R: calc(var(--s)*sqrt(var(--p)*var(--p) + 1)) at 50%;
  mask:
    radial-gradient(var(--R) calc(0% + var(--s)*(1 + var(--p))), #000 99%, #0000 101%) 
      calc(50% - 2*var(--s)) 100%/calc(4 * var(--s)),
    radial-gradient(var(--R) calc(0% - var(--s)*var(--p)), #0000 99%, #000 101%) 
      50% calc(var(--s))/calc(4 * var(--s)) repeat-x;
}
footer .footer_copy ul li {color:#000 !important}
@media all and (max-width:1024px) {
	footer .footer_gnb_ul2 {background-color:#fff !important}
}