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: 10px !important;
	font-family: airal, noto sans kr !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

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;
	margin-bottom: 10px !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: 10px !important;
    margin-top: 40px;
}



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;
}


body.woocommerce-checkout.woocommerce-page input#place_order {
    background-color: #0c318d !important;
    color: #fff !important;
    font-size: 15px !important;
    border-color: #0c318d;
    font-weight: 400;
}

body.woocommerce-checkout.woocommerce-page input#place_order:hover {
    background-color: #333 !important;
	border-color: #333;
}



form.checkout.woocommerce-checkout p.form-row {
    margin-bottom: 0px;
}


body.woocommerce-checkout p.form-row.terms.wc-terms-and-conditions input#terms {
    margin: 0px !important;
}

body.woocommerce-checkout p.form-row.terms.wc-terms-and-conditions span {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

body.woocommerce-checkout p.form-row.terms.wc-terms-and-conditions {
    margin-top: 12px;
}