div#customer_details label abbr.required {
    text-decoration: none;
}

div#customer_details label {
    font-size: 14px;
}

div#customer_details .woocommerce-billing-fields h3 {
    margin-bottom: 15px !important;
    font-family: airal, noto sans kr !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 32px;
}

div#customer_details .woocommerce-additional-fields h3 {
    margin-bottom: 10px !important;
	font-family: airal, noto sans kr !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

div#customer_details textarea#order_comments {
    height: 140px;
}

@media only screen and (min-width: 680px) {
form.checkout.woocommerce-checkout p#billing_postcode_field {
    width: 49%;
}
}


form.checkout.woocommerce-checkout h3#order_review_heading {
    font-family: airal, noto sans kr !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 5px !important;
    margin-top: 40px;
}

ul.wc_payment_methods.payment_methods.methods {
    border: 1px solid #dcdcdc;
    padding: 0 1%;
}

ul.wc_payment_methods.payment_methods.methods label {
    font-family: arial, noto sans kr !important;
    font-size: 15px;
    font-weight: 600;
}

ul.wc_payment_methods.payment_methods.methods li:last-child {
    border-bottom: 0px;
}

ul.wc_payment_methods.payment_methods.methods p {
    font-size: 14px;
}