﻿.cart_flow_ttl {
    margin-top: 24px;
}
.cf_error_wrp {
    margin-top: 24px;
}
.lastcnt_wrp {
    margin-top: 48px;
}
.lastcnt_wrp > .next_txt {
    color: var(--color-black60);
    text-align: center;
}
.lastcnt_wrp > .lastcnt_btn_wrp {
    display: flex;
    gap : 16px;
    padding: 16px 0;
    margin-top: 16px;
    justify-content: center;
}
.no_itm_msg_wrp {
    margin-top: 32px;
    text-align: center;
}
.no_itm_msg_wrp .one_btn_wrp {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.no_itm_msg_wrp .one_btn_wrp .btn_cf_base {
    width: 280px;
}