@charset "utf-8";


.cart .item_check input + label {
    background-image: url(/img/common/chk_off_20x20.png);
    background-size: 19px;
}

.cart .item_check input[type="checkbox"]:checked + label {
    background-image: url(/img/common/chk_on_20x20.png);
}

.cart .item_check input[type="radio"] + label {
    background-size: 19px;
    line-height: 1.5;
    padding-left: 26px;
    width: 20px;
    height: 20px;
    background: url(/img/common/chk_off_20x20.png) no-repeat center left / 19px;
    cursor: pointer;
}

.cart .item_check input[type="radio"]:checked + label {
    background-image: url(/img/common/chk_on_20x20.png);
}

#container.cart {
    padding-bottom: 0;
}

.order_step {
    padding: 26px 0;
    border-bottom: 1px solid #eeeeee;
}

.order_step .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_step .step_title {
    font-size: 30px;
    font-weight: 700;
    color: #252525;
}

.order_step .step_wrap {
    display: flex;
    align-items: center;
}

.order_step .step_wrap .txt_box {
    font-size: 18px;
    color: #999;
    font-weight: 500;
}

.order_step .step_wrap .step_txt {
    margin-left: 5px;
    font-weight: 500;
}

.order_step .step_wrap {
    display: flex;
    align-items: center;
}

.order_step .step_wrap li {
    display: flex;
    align-items: center;
}

.order_step .step_wrap li + li {
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
}

.order_step .step_wrap li + li::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 30px;
    background: url(../img/ico/step_arr.png) center center no-repeat;
    content: '';
}

.order_step .step_wrap li.on .txt_box {
    color: #3d6cab;
}

.order_step .step_wrap .icon {
    position: relative;
    display: block;
    margin-right: 12px;
    width: 62px;
    height: 62px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    flex: 0 0 auto;
}

.order_step .step_wrap .icon1 {
    background-image: url(../img/ico/odr_step01.png);
}

.order_step .step_wrap .on .icon1 {
    background-image: url(../img/ico/odr_step01_on.png);
}

.order_step .step_wrap .icon2 {
    background-image: url(../img/ico/odr_step02.png);
}

.order_step .step_wrap .on .icon2 {
    background-image: url(../img/ico/odr_step02_on.png);
}

.order_step .step_wrap .icon3 {
    background-image: url(../img/ico/odr_step03.png);
}

.order_step .step_wrap .on .icon3 {
    background-image: url(../img/ico/odr_step03_on.png);
}

.cart_tab {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.cart_tab .tab_btn {
    display: block;
    width: 100%;
    height: 62px;
    border: 1px solid #dbdbdb;
    border-bottom-color: #252525;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    background: #fafafa;
    box-sizing: border-box;
}

.cart_tab .tab_btn.on {
    border-color: #252525;
    border-bottom: 0;
    background: #fff;
}

.cart_tab_cont {
    display: flex;
}

.cart_tab_box {
    width: calc(100% - 360px);
    padding-right: 40px;
    padding-bottom: 120px;
    box-sizing: border-box;
}

.prd_basket_wrap {
    margin-bottom: 90px;
}

.prd_basket_box h2 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 500;
    color: #252525;
}

.prd_basket .item_check input + label {
    width: 20px;
    height: 20px;
    display: block;
}

.prd_basket tr {
    border-bottom: 1px solid #dbdbdb;
}

.prd_basket th {
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    vertical-align: middle;
}

.prd_basket td {
    padding: 20px 10px;
    color: #252525;
    line-height: 1.46;
    text-align: center;
    vertical-align: middle;
}

.prd_basket td.check_td {
    vertical-align: top;
}

.prd_basket .count_box_wrap {
    display: flex;
    align-items: center;
}

.prd_basket td.price {
    font-size: 16px;
    font-weight: 400;
}

.prd_basket td.price strong {
    font-size: 20px;
    font-weight: 700;
}

.prd_basket .prd_cou {
    display: flex;
    align-items: center;
}

.prd_basket .prd_cou .ch_coup {
    display: block;
    position: relative;
    padding: 0 22px 0 8px;
    line-height: 34px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    font-size: 11px;
    color: #999;
    font-weight: 700;
}

.prd_basket .prd_cou .ch_coup.on {
    color: #3d6cab;
}

.prd_basket .prd_cou .ch_coup::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 100%;
    background: #ccc;
    border-radius: 0 5px 5px 0;
}

.prd_basket .prd_cou .ch_coup.on::after {
    background: #3d6cab;
}

/* .prd_basket .prd_cou .ch_coup.on::before {
    content: '';
    position: absolute;
    top: -8px; right: -8px;
    display: block;
    width: 20px; height: 20px;
    background: no-repeat center / 20px auto;
    background-image: url(../img/ico/cou_on.png);
    z-index: 10;
} */

.prd_basket .seller_info {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    text-align: left;
}

.prd_basket .seller_info .del_msg .price {
    float: right;
}

.prd_basket .count_box input {
    width: 46px;
    height: 33px;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #252525;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.prd_basket .count_box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dbdbdb;
}

.prd_basket .count_box a {
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
}

.prd_basket .count_box a.down {
    background-image: url(../img/btn/opt_count_minus.png);
}

.prd_basket .count_box a.up {
    background-image: url(../img/btn/opt_count_plus.png);
}

.prd_basket .count_box_wrap .edit_btn {
    width: 52px;
    height: 30px;
    line-height: 28px;
    margin-left: 4px;
    font-family: 'NotoSans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    border: 1px solid #aaaaaa;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}


/* 230801 수정 */

.prd_basket .prd_item_info {
    border-top: 1px solid #ddd;
}

.prd_basket .prd_item_info + .prd_item_info {
    border-top: 0;
}

.prd_basket .prd_item_shop {
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px solid #ececec;
}

.prd_basket .prd_item {
    display: flex;
    /* align-items: center; */
    padding: 30px 0;
}

.prd_basket .prd_item + .prd_item {
    border-top: 1px solid #ececec;
}

.prd_basket .prd_item .img {
    width: 80px;
    height: 80px;
    border: 1px solid #dbdbdb;
    margin-right: 20px;
    flex: 0 0 auto;
}

.prd_basket .prd_item .img img {
    display: block;
    max-width: 100%;
}

.prd_basket .prd_item_wrap {
    width: 100%;
}

.prd_basket .prd_txt_wrap {
    display: flex;
    width: 100%;
}

.prd_basket .other_opt {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ececec;
}

.prd_basket .prd_item .txt {
    max-width: 400px;
    width: 100%;
    text-align: left;
}

.prd_basket .prd_item .minishop_link {
    display: block;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    background: url(../img/ico/ico_minishop_14x14.png) left center no-repeat;
}

.prd_basket .prd_item .prd_link {
    display: block;
}

.prd_basket .prd_item .prd_name {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #252525;
}

.prd_basket .prd_item .opt_info_row {
    margin-top: 12px;
}

.prd_basket .prd_item .opt_info_row + .opt_info_row {
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
}

.prd_basket .prd_item .opt_info {
    display: flex;
}

.prd_basket .prd_item .opt_info .data span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

.prd_basket .opt_control_row {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.prd_basket .opt_control_row .change_opt_btn {
    display: block;
    width: 96px;
    height: 33px;
    border: 1px solid #bbbbbb;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

.prd_basket .opt_control_row .cycle_change_btn {
    display: block;
    width: 96px;
    height: 33px;
    border: 1px solid #bbbbbb;
    margin-left: 4px;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #454545;
    box-sizing: border-box;
}

.prd_basket .opt_control_row .price {
    display: block;
    min-width: 118px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    text-align: right;
    box-sizing: border-box;
}

.prd_basket .opt_control_row .price strong {
    font-size: 18px;
}

.prd_basket .opt_control_row .prd_del_btn {
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    border: 1px solid #dbdbdb;
    background: url(../img/btn/opt_del_btn02.png) center center no-repeat;
    text-indent: -9999em;
    box-sizing: border-box;
}

.prd_basket .prd_num,
.prd_basket .prd_price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    font-size: 16px;
}

.prd_basket .prd_price strong {
    font-size: 20px;
}

.prd_basket td .ship_cost {
    text-align: center;
}

.prd_basket td .ship_cost .cost {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.prd_basket td .ship_cost .cost strong {
    font-size: 16px;
    font-weight: 500;
}

.prd_basket td .ship_cost .add_prd {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #e7242b;
    line-height: 1.38;
}

.prd_basket td .ship_cost .gray_txt {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #757575;
}

.prd_basket_util_row {
    width: 100%;
    padding: 25px 10px;
    box-sizing: border-box;
    background: #fafafa;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.prd_basket_util_row .item_check {
    display: flex;
}

.prd_basket_util_row .check_del_btn {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.prd_basket_util_row .check_none_btn {
    display: inline-block;
    margin-left: 15px;
}

.prd_basket_util_row .check_del_btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.basket_total_box {
    margin-top: 40px;
    border-top: 2px solid #000000;
}

.basket_total_row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}

.basket_total_row.aic {
    align-items: center;
}

.basket_total_row .label {
    display: block;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.basket_total_row .data {
    width: 380px;
}

.basket_total_row dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
}

.basket_total_row dl:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
}

.basket_total_row dl dt {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.basket_total_row dl .price {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    text-align: right;
}

.basket_total_row dl .price.red {
    color: #e7242b;
}

.basket_total_row dl .price strong {
    font-size: 18px;
    font-weight: 500;
    color: inherit;
}

.basket_total_row .total_price {
    display: block;
    padding-right: 20px;
    text-align: right;
    font-size: 22px;
    font-weight: 400;
    color: #e7242b;
}

.basket_total_row .total_price strong {
    font-size: 28px;
    font-weight: 800;
    color: inherit;
}

.prd_basket .btn {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #aaaaaa;
    color: #454545;
    font-size: 15px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 3px;
}

.prd_basket .btn ~ .btn {
    margin-top: 4px;
}

.prd_basket .btn:hover {
    border-color: #888;
    color: #555;
}

.prd_basket_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}

.prd_basket_btn button {
    display: block;
    width: 315px;
    height: 62px;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
}

.prd_basket_btn button + button {
    margin-left: 10px;
}

.prd_basket_btn .nonmem_order_btn {
    border: 1px solid #86624a;
    color: #86624a;
}

.prd_basket_btn .order_btn {
    border: 1px solid #86624a;
    color: #fff;
    background: #86624a;
}

/* --------------------------------------------  주문하기 */
#parent {
    position: relative;
}

#fixed {
    position: sticky;
    top: 0;
}

.order_tit {
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #eee;
}

.order_item + .order_item {
    margin-top: 40px;
}

.order_foot_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 44px;
    padding: 0 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.order_foot_row .order_foot_item {
    font-size: 14px;
    font-weight: 300;
    color: #999;
}

.order_foot_row .order_foot_item span {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    /* margin-left: 20px; */
}

.order_item ul {
    border-bottom: 1px solid #ececec;
}

.order_item ul li {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.order_item ul li .ord_label {
    font-size: 20px;
    font-weight: 500;
    width: 150px;
    padding: 20px;
}

.order_item ul li .val {
    width: 100%;
    padding: 0 20px;
    /* max-width: 620px; */
}

.order_item ul li input,
.order_item ul li select {
    line-height: 50px;
    border: 1px solid #dbdbdb;
}

.order_item ul li input:read-only {
    background: #fafafa;
}

.order_item ul li .tel_box {
    display: flex;
    align-items: center;
    max-width: 466px;
}

.order_item ul li .tel_box span {
    margin: 0 8px;
}

.order_item ul li .email_box {
    display: flex;
    align-items: center;
}

.order_item ul li .email_box span {
    margin: 0 8px;
}

.order_item ul li .email_box .email02 {
    margin-left: 10px;
}

.order_item ul li .button_row {
    display: flex;
}

.order_item ul li .button_row button {
    width: 110px;
    color: #3f71b7;
    border: 1px solid #3f71b7;
    line-height: 50px;
}

.order_item ul li .button_row input {
    width: calc(100% - 300px);
}

.order_item ul li .button_row input#addr011 {
    width: 340px;
}

.order_item ul li .button_row input.add_search {
    width: 340px;
}

.order_item ul li .addr2 {
    margin-bottom: 10px;
}

.order_item ul li .button_row button {
    margin-left: 10px;
}

.order_item ul li .addr_row .button_row button {
    margin-right: 10px;
    margin-left: 0;
}

.order_item ul li .addr_row .button_row {
    margin-bottom: 10px;
}

.order_item ul li #ord_memo {
    resize: none;
    height: 80px;
    overflow-y: auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

.ch_ttl {
    display: flex;
}

.ch_ttl .in_row {
    margin-left: 16px;
    margin-top: 2px;
}

.ch_ttl .in_row input + label {
    color: #454545;
    padding-left: 30px;
}

.order_cou .cou_button_row {
    display: flex;
    align-items: center;
}

.order_cou input {
    max-width: 300px;
}

.order_cou span {
    font-size: 18px;
    font-weight: 500;
}

.order_cou button {
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #3f71b7;
    color: #3f71b7;
    width: 110px;
    margin-left: 10px;
}

.order_cou p {
    font-size: 18px;
    font-weight: 500;
}

.order_item li.fl_col {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
}

.pay_ment {
    display: flex;
    width: 100%;
}

.pay_ment .radio_row {
    width: 33.33%;
}

.pay_ment .radio_row input + label {
    background: #f9f9fa;
    padding: 0;
    border: 1px solid #f9f9f9;
    box-sizing: border-box;
    line-height: 58px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #999;
    text-align: center;
}

.pay_ment .radio_row + .radio_row input + label {
    border-left: 1px solid #eee;
}

.pay_ment .radio_row input:checked + label {
    background: #fff;
    border-color: #3f71b7;
    color: #3f71b7;
    font-weight: 700;
}

.pay_ch {
    margin-top: 30px;
}

.pay_ch input + label {
    padding-left: 30px;
    color: #454545;
}

.ord_form_btn {
    max-width: 640px;
    width: 100%;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ord_form_btn button {
    width: calc(50% - 5px);
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
}

.ord_form_btn button + button {
    margin-left: 10px;
}

/* 현금영수증 신청 */
.order_item.tax_box {
    display: none;
}

.order_item .tax_row {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
}

.order_item .tax_row input + label {
    font-size: 18px;
    font-weight: 500;
}

.order_item .tax_check {
    margin-bottom: 30px;
}

.order_item .tax_type {
    display: flex;
    margin-bottom: 20px;
}

.order_item .tax_type .item_radio + .item_radio {
    margin-left: 40px;
}

.order_item .tax_input_row {
    margin-bottom: 20px;
}

.order_item .tax_input_row .tax_input_box {
    display: none;
}

.order_item .tax_input_row .tax_input_box.on {
    display: flex;
}

.order_item .tax_input_row input,
.order_item .tax_input_row select {
    line-height: 50px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #454545;
}

.order_item .tax_input_row select {
    width: 200px;
    margin-right: 10px;
}

.order_item .tax_input_row input {
    max-width: 480px;
}

.order_item .tax_agree input + label {
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    padding-left: 30px;
}

/* 은행선택 */
.order_item.bank_box {
    display: none;
}

.order_item .bank_row select,
.order_item .bank_row input {
    line-height: 50px;
}

.order_item .bank_row select {
    width: 200px;
    margin-right: 10px;
}

.order_item .bank_row input {
    max-width: 487px;
}

.order_item .bank_input_box.w640 input {
    max-width: 640px;
}

.order_item .bank_input_box {
    display: flex;
}

.order_item .bank_input_box + .bank_input_box {
    margin-top: 10px;
}


/* 230724 주문/결제 */

.cart_order .order_item {
    margin-top: 40px;
}

.cart_order .order_item + .order_item {
    margin-top: 100px;
}

.cart_order .od_tit {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.cart_order .od_tit.bdnone {
    border-bottom: none;
}

.cart_order .od_tit span {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    margin-left: 10px;
}

.order_satab {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

.cart_order .ord_list .od_tit + * {
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #ececec;
}

.order_satab .radio_wrap {
    display: flex;
    align-items: center;
}

.order_satab .radio_wrap input + label {
    font-size: 18px;
    font-weight: 500;
    color: #999;
    padding-left: 35px;
    box-sizing: border-box;
    background: url(/img/btn/check_ordboxoff.png) no-repeat left center/20px;
}

.order_satab .radio_wrap input:checked + label {
    color: #3f71b7;
    font-weight: 700;
    background-image: url(/img/btn/check_ordboxon.png);
}

.order_satab .radio_wrap > div + div {
    margin-left: 28px;
}

.order_satab button {
    width: 110px;
    height: 48px;
    border: solid 1px #dbdbdb;
    font-size: 16px;
    color: #454545;
    line-height: 46px;
    text-align: center;
}

.cart_order .order_add {
    padding: 20px 0;
}

.cart_order .order_add li {
    padding: 5px 0;
}

.cart_order .order_add .info_row span {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.cart_order .order_add .info_row span + span {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}

.cart_order .order_add .info_row span + span::before {
    content: '';
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.cart_order .order_add .info_row span.red {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #e7242b;
}

.cart_order .order_add .info_row .my_adds {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    padding-bottom: 16px;
}

.cart_order .order_add .info_row + .info_row {
    padding-top: 10px;
}

.cart_order .order_add .info_row.mydeli input {
    line-height: initial;
    height: 52px;
}

.cart_order .order_add .info_row select {
    display: block;
    width: 100%;
    height: 52px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

/* 할인 및 포인트 */
.order_item .order_cou li {
    padding: 20px;
    align-items: baseline;
}

.order_item .order_cou li .balance {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000016;
}

.order_item .order_cou li strong {
    font-size: 18px;
    font-weight: 700;
    color: #3f71b7;
}

.order_item .order_cou li .cou_input {
    width: 240px;
    position: relative;
}

.order_item .order_cou li .cou_button_row .unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #999;
}


/* --------------------- order_ok 주문완료 */
.order_ok_wrap {
    width: calc(100% - 30px);
    max-width: 800px;
    margin: 0 auto;
}

.order_ok_wrap .ord_ok_txt {
    padding: 140px 0 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.order_ok_wrap .ord_ok_box {
    background: #f9f9f9;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 40px 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    color: #757575;
    line-height: 1.3;
}

.order_ok_wrap .ord_ok_box .ord_pay {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 500;
    color: #454545;
}

.order_ok_wrap .ord_ok_box .ord_pay strong {
    font-weight: 700;
    color: #3f71b7;
}

.order_ok_wrap .order_tit {
    padding: 0;
    padding-bottom: 20px;
    border-color: #bbb;
}

.order_ok_wrap .ord_ok_info {
    padding: 30px 20px;
    border-bottom: 1px solid #ececec;
}

.order_ok_wrap .ord_ok_info li {
    padding: 5px 0;
}

.order_ok_wrap .ord_ok_info .info_row span {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.order_ok_wrap .ord_ok_info .info_row span + span {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}

.order_ok_wrap .ord_ok_info .info_row span + span::before {
    content: '';
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.order_ok_wrap .ord_ok_info .info_row .my_adds {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    padding-bottom: 16px;
    line-height: 1.3;
}

.order_ok_wrap .ord_ok_info .info_row + .info_row {
    padding-top: 10px;
}

.order_ok_wrap .ord_ok_info .info_row.mydeli {
    /* margin-top: 16px; */
}

.order_ok_wrap .order_ok_item + .order_ok_item {
    margin-top: 40px;
}

.order_ok_item .ord_ok_list {
    padding: 30px 20px;
}

.order_ok_item .ord_ok_list li {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #eeeeee; */
    /* padding: 20px 15px ; */
    align-items: center;
}

.order_ok_item .ord_ok_list li + li {
    margin-top: 25px;
}

.order_ok_item .ord_ok_list li .ord_ok_tit {
    width: 160px;
    font-size: 18px;
    font-weight: 500;
}

.order_ok_item .ord_ok_list li .red {
    color: #e82d34;
}

.order_ok_item .ord_ok_list li > div {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.order_ok_item .ord_total {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 34px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_ok_item .ord_total .ord_ok_tit {
    font-size: 20px;
    font-weight: 500;
}

.order_ok_item .ord_total .ord_total_price {
    font-size: 22px;
    font-weight: 700;
    color: #3d6cab;
}

.order_ok_item .ord_total .ord_total_price strong {
    font-size: 28px;
}

.order_ok_wrap .ord_ok_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}

.order_ok_wrap .ord_ok_btn * {
    width: 320px;
    display: block;
    line-height: 62px;
    font-size: 20px;
    font-weight: 700;
}

.order_ok_wrap .ord_ok_btn a + a {
    margin-left: 10px;
}


/* 우측 */
.cart .ord_pmt {
    width: 360px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    padding-bottom: 120px;
}

.cart .ord_pmt.fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    right: 0;
    height: 100%;
    padding-bottom: 30px;
    border-bottom: solid 1px #dbdbdb;
}

.cart.ord_pmt .cart .ord_pmt .ord_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #eee;
}

.cart .ord_pmt .ot_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.cart .ord_pmt .ot_pay .ot_row {
    padding: 40px 20px;
}

.cart.cart_order .ord_pmt .ot_pay .ot_row {
    padding: 20px 20px 12px;
}

.cart .ord_pmt .ot_row .label {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.cart .ord_pmt .ot_row .ot_money {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.cart .ord_pmt .ot_row .ot_money b {
    font-size: 18px;
    font-weight: 700;
}

.cart .ord_pmt .ot_row .ot_money strong {
    font-size: 18px;
    font-weight: 700;
}

.cart .ord_pmt .ot_row .ot_money.minuse {
    color: #e7242b;
}

.cart .ord_pmt .ot_list {
    border-bottom: solid 1px #eee;
    padding: 20px 0;
}

.cart .ord_pmt .ot_pay .label {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.cart .ord_pmt .ot_pay .ot_money {
    color: #3d6cab;
    font-size: 22px;
}

.cart .cart_order_wrap .ord_pmt .ot_pay .ot_row {
    padding-bottom: 12px;
}

.cart .ord_pmt .ot_pay > p {
    text-align: right;
    font-size: 15px;
    color: #757575;
    padding: 0 20px 20px;
}

.cart .ord_pmt .ot_pay > p .red {
    color: #3f71b7;
}

.cart .ord_pmt .ot_pay .ot_money strong {
    font-size: 28px;
    font-weight: 700;
}

.cart .ord_pmt .ot_point {
    padding: 0 20px;
    text-align: right;
    font-size: 15px;
    color: #757575;
}

.cart .ord_pmt .ot_point strong {
    font-weight: 400;
    color: #3f71b7;
}

.cart .ord_pmt .btn_wrap {
    padding: 0 20px;
}

.cart .ord_pmt .btn_wrap button {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.cart .ord_pmt .btn_wrap button + button {
    margin-top: 10px;
}


.cart .ord_pmt .order_guide {
    font-size: 16px;
    color: #757575;
    margin: 40px 0 20px;
    padding: 0 20px;
}

.cart .ord_pmt .guide_list {
    margin-top: 30px;
    padding: 0 20px;
}

.cart .ord_pmt .guide_list li {
    display: flex;
    justify-content: space-between;
}

.cart .ord_pmt .guide_list li + li {
    margin-top: 25px;
}

.cart .ord_pmt .guide_list li span {
    font-size: 16px;
    color: #757575;
}

.cart .ord_pmt .guide_list li .more_guide {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-bottom: 2px;
    border-bottom: solid 1px #999;
}

.btn01s {
    color: #3f71b7;
    border: solid 1px #3f71b7;
}

.btn02s {
    color: #fff;
    background: #3f71b7;
}

.btn03s {
    color: #666;
    border: solid 1px #ccc;
}

.btn04s {
    color: #757575;
    border: solid 1px #dbdbdb;
}


/* test */

/* cart wrap */

.cart .ord_cont {
    display: flex;
    position: relative;
}


.cart .chk_wrap {
    width: 100%;
    padding: 25px 10px;
    box-sizing: border-box;
    background: #fafafa;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin: 40px 0;
    display: flex;
    align-items: flex-end;
}

.cart .chk_box input {
    display: none;
}

.cart .chk_box input + label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    color: #252525;
    vertical-align: middle;
}


.cart .chk_box input:checked + label span {
    background-image: url('../img/btn/ord_chkon.png');
}

.cart .bbt_wrap {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.cart .bbt_wrap::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.cart .bbt_wrap button {
    display: inline-block;
    line-height: 1.2;
    font-size: 16px;
    color: #252525;
}

.cart .comp_ttl a {
    display: inline-block;
    font-size: 18px;
    color: #252525;
    padding-right: 20px;
    background: url('../img/btn/more_compinfo.png') no-repeat right center/7px;
}

.cart .comp_info {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
    border-top: solid 1px #bbb;
    border-bottom: solid 1px #eee;
}

.cart .comp_chk input {
    display: none;
}

.cart .comp_chk input + label {
    line-height: 1.5;
}

.cart .my_ord_list .my_ord_title {
    /* margin-bottom: 20px; */
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    display: flex;
}

.cart .my_ord_list .my_ord_title .title_order {
    width: 140px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.cart .my_ord_list .my_ord_title .title_order:last-of-type {
    width: 80px;
}

.cart .my_ord_list .my_ord_title .title_order::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #dbdbdb
}

.cart .my_ord_list .my_ord_title .title_order:last-of-type:after {
    display: none;
}

.cart .my_ord_list .my_ord_title .title_order.spe {
    width: 290px;
}

.cart .my_ord_list .my_ord_title .title_order p {
    font-size: 18px;
    color: #252525;
    line-height: 30px;
}

.cart .my_ord_list > li {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #eee;
    padding-top: 20px;
}

.cart .my .ord_left {
    display: flex;
    width: 130px;
    padding: 20px 0;
}

.cart .ord_left {
    display: flex;
    /* width: 130px; */
    /* width: 145px; */
    padding: 20px 0;
    /* min-height: 140px; */
}

.cart .ord_right {
    /* width: calc(100% - 145px); */
}

.od_item.bl_none {
    position: relative;
}

.od_item.bl_none::after {
    position: absolute;
    content: '';
    top: -18px;
    height: 120px;
    right: 0;
    width: 1px;
    background-color: #dbdbdb;
    display: none;
}

.ol_item_box {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.ol_item_box .item_img_wrap {
    margin-right: 23px;
}

.ol_item_box .item_img_wrap img {
    width: 100%;
    height: 100%;
}

.ol_item_box .item_img_wrap .img_thurm {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #f8f8f8;
    border: solid 1px #dbdbdb;
}

.ol_item_box .img_thurm span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.ol_item_box .img_thurm span img {
    width: 100%;
    min-height: 100%;
}

.cart .item_info_wrap * {
    text-align: left;
}

.cart .ord_infowrap {
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.cart .ord_infowrap.option {
    align-items: center;
}

.cart .ord_infowrap + div {
    border-top: solid 1px #eee;
}

.cart .infowrap_list {
    width: 275px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.cart .infowrap_list::after {
    position: absolute;
    content: '';
    top: -18px;
    height: 120px;
    right: 0;
    width: 1px;
    background-color: #dbdbdb;
    display: none;
}

.cart .ol_price {
    display: flex;
    gap: 30px;
    margin: 5px 0 10px;
}

.cart .ol_quantity {
    width: 20%;
}

.cart .ol_shiping {
    /* width: 140px; */
    position: relative;
}

.cart .ol_shiping::after {
    position: absolute;
    content: '';
    top: -58px;
    height: 120px;
    right: 0;
    width: 1px;
    background-color: #dbdbdb;
    display: none;
}

.cart .ol_total {
    /* width: 140px; */
    position: relative;
}

.cart .ol_total::after {
    position: absolute;
    content: '';
    top: -58px;
    height: 120px;
    right: 0;
    width: 1px;
    background-color: #dbdbdb;
    display: none;
}

.cart .ol_save {
    width: 80px;
}

.cart .item_tit {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cart .item_option {
    font-size: 15px;
    color: #757575;
}

.cart .item_info_wrap .item_tit + * {
    margin-top: 20px;
    margin-bottom: 5px;
}

.cart .item_info_wrap .item_option {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cart .ol_quantity input {
    width: 50px;
    text-align: center;
}

.cart .ol_quantity input + a {
    display: block;
    width: 70%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin: 10px auto 0;
}


.cart .ol_price .ol_minus {
    font-size: 16px;
}

.cart .ol_price .ol_minus strong {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
}

.cart .ol_price .ol_money {
    font-size: 14px;
    color: #757575;
    text-decoration: line-through;
    margin-top: 3px;
}

.cart .ol_price .ol_money.red {
    color: #ed413f;
}

.cart .ol_save {
    width: unset;
    text-align: center;
    margin: 0 auto;
}

.cart .deliv_pay {
    text-align: right;
    font-size: 14px;
    font-weight: 350;
    color: #999999;
    padding: 16px 15px 16px 0;
}

.cart .deliv_pay span {
    width: 1px;
    height: 12px;
    background-color: #999;
    display: inline-block;
    margin: 0 9px;
}

.cart .deliv_pay strong {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    margin-left: 12px;
}

.cart .comppay {
    padding: 32px 0 30px;
    box-sizing: border-box;
    background: #f9f9fa;
    margin-bottom: 40px;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

.cart .comppay ul {
    display: flex;
}

.cart .comppay ul li {
    width: 25%;
    text-align: center;
    position: relative;
}

.cart .comppay ul li::after {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: url('../img/ico/minus_ord.png') no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.cart .comppay ul li.order_total {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cart .comppay ul li.div_comp::after {
    width: 12px;
    height: 12px;
    background-image: url('../img/ico/plus_ord.png');
}

.cart .comppay ul li.dic_comp::after {
    width: 12px;
    height: 12px;
    right: -12px;
}

.cart .comppay ul li.order_comp::after {
    width: 12px;
    height: 8px;
    background-image: url('../img/ico/result_ord.png');
    right: 0px;
}

.cart .comppay ul li:last-of-type:after {
    display: none;
}

.cart .comppay ul li p {
    font-size: 16px;
    color: #757575;
    margin-bottom: 17px;
}

.cart .comppay ul li div {
    font-size: 18px;
    color: #252525;
}

.cart .comppay ul li div.red {
    color: #f43142;
}

.cart .comppay ul li div strong {
    font-size: 24px;
    font-weight: 700;
}

.cart .comppay ul .order_comp div strong {
    font-size: 20px;
}

.cart .tbl_ord {
    width: 100%;
}

.cart .tbl_ord tr {
    border: 1px solid #dbdbdb;
}

.cart .tbl_ord tr th,
.cart .tbl_ord tr td {
    border: 1px solid #dbdbdb;
}

.prd_basket .prd_txt_wrap .set_item_option {
    font-size: 15px;
    color: #757575;
}

.prd_basket .prd_txt_wrap .set_item_pop_btn {
    margin-top: 12px;
    font-size: 13px;
    color: #3d6cab;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.prd_basket .prd_txt_wrap .set_item_pop_btn i {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/ico/set_arrow.png) no-repeat right center / 7px;
}

/* 세트상품 목록 */
.cart .my_ord_set .item_info_wrap .set_item_option {
    margin-top: 12px;
    font-size: 15px;
    color: #757575;
}

.cart .my_ord_set .item_info_wrap .set_item_pop_btn {
    margin-top: 12px;
    font-size: 13px;
    color: #3d6cab;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart .my_ord_set .item_info_wrap .set_item_pop_btn i {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/img/ico/set_arrow.png) no-repeat right center / 7px;
}

.cart .my_ord_set .ol_price {
    width: 50%;
}

/* 세트상품 목록 팝업창 */
.set_pop .top {
    background: #3d6cab;
}

.set_pop .pop_box {
    max-width: 560px;
}

.set_pop .bottom {
    padding: 0;
}

.set_pop .ord_set_wrap {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
}

.set_pop .my_ord_set > li {
    padding: 0;
    border-bottom: 0;
}

.set_pop .my_ord_set > li + li {
    border-top: 1px solid #dbdbdb;
}

.set_pop .my_ord_set .ord_left {
    padding: 0;
    width: initial
}

.set_pop .my_ord_set .ord_infowrap {
    padding: 0;
}

.set_pop .my_ord_set .ol_item_box .item_img_wrap .img_thurm {
    width: 60px;
    height: 60px;
}

.set_pop .my_ord_set .item_info_wrap .set_item_option {
    margin-top: 7px;
}

.set_pop .ord_infowrap + div {
    border-top: 0;
}

.set_pop .ord_infotxt {
    width: 100%;
}

.set_pop .item_tit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.set_pop .ord_price_op {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.set_pop .my_ord_set .ol_quantity,
.set_pop .my_ord_set .ol_price {
    width: initial;
}

.set_pop .my_ord_set .ol_save {
    width: initial;
    margin-left: auto;
}

.set_pop .save_btn button {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
}

/* 주문결제 */
.odr_pop .item_info_list .item_info_wrap {
    margin: 20px 0;
}

.cart .comppay.cou {
    padding: 25px 0;
    border: 0;
    margin-bottom: 30px;
}

.cart .comppay.cou ul {
    justify-content: center;
}

.cart .comppay.cou ul li {
    width: 33.33%;
}

.cart .comppay.cou ul li p {
    margin-bottom: 12px;
}

.cart .comppay.cou ul li.red p,
.cart .comppay.cou ul li.red div {
    color: #f00c14;
}

.cart .comppay.cou ul li::after {
    background: url('../img/ico/minus_ord2.png') no-repeat center center;
}

.cart .comppay.cou ul li.order_comp::after {
    background-image: url('../img/ico/result_ord2.png');
}

.ir_num_sel {
    width: 140px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #dadada;
    background-color: #fff;
}

.ir_num_sel button {
    display: block;
    width: 45px;
    height: 35px;
    line-height: 21px;
    font-size: 20px;
    overflow: hidden;
}

.ir_num_sel span {
    width: 50px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
}

.prd_basket .prd_item .opt_info .data span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

.show-mo {
    display: none !important;
}

@media screen and (max-width: 850px) {

    .hidden-mo {
        display: none !important;
    }

    .show-mo {
        display: block !important;
    }

    .prd_basket_box h2 {
        margin: 5.55vw 0;
        font-size: 4.44vw;
    }


    .cart .item_check input + label {
        background-image: url(/img/common/chk_off_40x40.png);
        background-size: 4.55vw;
        width: 5.55vw;
        height: 5.55vw;
    }

    .cart .ord_left .item_check input + label {
        background-image: url(/img/common/chk_off_40x40.png);
        background-size: 4.55vw;
        width: 4.55vw;
        height: 4.55vw;
    }

    .cart .item_check input[type="checkbox"]:checked + label {
        background-image: url(/img/common/chk_on_40x40.png);
    }

    .cart .od_check.item_check input + label {
        padding-right: 0;
    }

    /* 장바구니 */
    #fixed {
        position: unset;
    }

    .order_step {
        padding: 2.77vw 0;
    }

    .order_step .step_title {
        font-size: 5.55vw;
    }

    .order_step .inner {
        display: block;
    }

    .order_step .step_wrap {
        margin-top: 2.77vw;
    }

    .order_step .step_wrap .txt_box {
        font-size: 3.88vw;
    }

    .order_step .step_wrap .step_txt {
        margin-left: 1.388vw;
    }

    .order_step .step_wrap li + li::after {
        width: 1.66vw;
        height: 3.055vw;
        background: url(/img/ico/step_arr_mo.png) no-repeat center center;
        background-size: 1.66vw;
    }

    .prd_basket_util_row {
        padding: 4.166vw 2.77vw;
        margin: 2.77vw 0;
        align-items: baseline;
    }

    .prd_basket_util_row .item_check input + label {
        font-size: 3.611vw;
        background-size: 5vw;
        padding-left: 7.77vw;
        width: initial;
        height: initial;
    }

    .prd_basket_util_row .check_del_btn {
        font-size: 3.611vw;
        margin-left: 2.22vw;
        padding-left: 2.22vw;
    }

    .prd_basket_util_row .check_del_btn::before {
        height: 3.33vw;
    }

    .cart .comp_info {
        padding: 2.77vw 1.388vw;
    }

    .cart .comp_ttl a {
        font-size: 3.611vw;
        padding-right: 0
    }

    .cart .my_ord_list > li {
        padding: 0 2.77vw;
    }

    .ol_item_box .item_img_wrap {
        margin-right: 1.75vw;
        margin-left: 1.77vw;
    }

    .ol_item_box .item_img_wrap .img_thurm {
        width: 16.666vw;
        height: 16.666vw;
    }

    .cart .ord_left {
        padding: 5.55vw 0;
        width: initial;
        flex: 0 0 auto;
    }

    .cart .ol_quantity {
        width: 100%;
        margin-bottom: 5.55vw;
    }

    .ir_num_sel {
        margin-left: 0;
        width: 25.538vw
    }

    .ir_num_sel button {
        line-height: 7.22vw;
        font-size: 3.33vw;
    }

    .cart .ol_price {
        display: flex;
        align-items: flex-start;
        width: initial;
        gap: 1.167vw;
        flex-direction: column;
    }

    .cart .ol_price .ol_money {
        margin-top: 0;
        /* margin-left: 2.22vw; */
        margin-left: 0;
        font-size: 3.33vw;
    }

    .cart .ol_price .ol_minus {
        font-size: 3.611vw;
    }

    .cart .ol_price .ol_minus strong {
        font-size: 3.6vw;
    }

    .cart .ol_save {
        margin-left: auto;
        min-width: 4vw;
    }


    .cart .ord_infowrap {
        flex-wrap: wrap;
        padding: 5.55vw 0;
    }

    .cart .ord_infotxt {
        width: 100%;
    }

    .cart .item_tit {
        font-size: 3vw;
    }

    .cart .item_tit + * {
        margin-top: 4vw;
    }

    .cart .comppay ul .order_comp div strong {
        font-size: 4vw;
    }

    .cart .comppay ul li div {
        font-size: 3.611vw;
    }

    .cart .comppay ul li div strong {
        font-size: 4vw;
        font-weight: 700;
    }

    .cart .comppay ul li.order_total {
        font-size: 4vw;
    }

    .cart .comppay ul li::after {
        width: 1.667vw;
        height: 0.139vw;
        background: url(../img/ico/minus_ord.png) no-repeat center center;
        background-size: 1.667vw 0.139vw;
        right: -0.833vw;
    }

    .cart .comppay ul li.order_comp::after {
        width: 1.667vw;
        height: 1.111vw;
        background-image: url(../img/ico/result_ord.png);
        background-size: 1.667vw 1.111vw;
    }

    .cart .comppay ul li.dic_comp::after {
        width: 1.667vw;
        height: 1.667vw;
        right: -1.667vw;
    }

    .cart .comppay ul li p {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .cart .ord_right {
        width: 100%;
    }

    /* 결제 탭 cart_tab_cont */
    .cart_tab_cont {
        display: block;

    }

    .cart_tab_box {
        width: 100%;
        padding: 0;
    }

    .cart .ord_pmt {
        width: 100%;
        border: 0;
        padding-bottom: 5.55vw;
    }

    .order_tit {
        font-size: 5vw;
        padding: 11.388vw 0 4.166vw;
    }

    .cart .ord_pmt .ot_row {
        padding: 4.166vw 0;
    }

    .cart .ord_pmt .ot_row .label {
        font-size: 4.166vw;
    }

    .cart .ord_pmt .ot_row .ot_money {
        font-size: 4.166vw;
    }

    .cart .ord_pmt .ot_row .ot_money strong {
        font-size: 4.44vw;
    }

    .cart.cart_order .ord_pmt .ot_pay .ot_row {
        padding: 4.166vw 0;
    }

    .cart .ord_pmt .ot_point {
        padding: 0;
        font-size: 3.611vw;
    }

    .cart .ord_pmt .ot_list {
        padding: 5.55vw 0;
    }

    .cart .ord_pmt .order_guide {
        margin: 5.55vw 0;
        padding: 0;
        text-align: center;
        font-size: 3.888vw;
    }

    .cart .ord_pmt .btn_wrap {
        padding: 0;
    }

    .cart .ord_pmt .btn_wrap button {
        height: 11.11vw;
        line-height: 11.11vw;
        font-size: 4.44vw;
        /* mmarbi */
    }

    .cart .ord_pmt .guide_list {
        margin-top: 5.55vw;
        padding: 0;
    }

    .cart .ord_pmt .guide_list li + li {
        margin-top: 3.33vw;
    }

    .cart .ord_pmt .guide_list li span {
        font-size: 3.888vw;
    }

    .cart .ord_pmt .guide_list li .more_guide {
        font-size: 3.33vw;
        padding-bottom: 0.55vw;
    }

    .order_foot_row {
        padding: 6.083vw 0;
        height: 10.417vw;
        border-top: 2px solid #ececec;
        border-bottom: 2px solid #ddd;
        justify-content: flex-start;
    }


    .order_foot_row .order_foot_item span {
        padding: 0 5px;
        line-height: 1.3;
    }


    /* 주문결제 */
    .cart_order .order_item {
        margin-top: 11.11vw;
    }

    .cart_order .order_item + .order_item {
        margin-top: 13.88vw;
    }

    .cart_order .od_tit {
        font-size: 5.55vw;
        padding-bottom: 4.166vw;
    }

    .cart_order .od_tit span {
        line-height: 1.3;
        display: block;
        margin-top: 2.77vw;
        margin-left: 0;
        font-size: 3.889vw;
    }

    .order_satab {
        padding: 2.77vw;
    }

    .order_satab .radio_wrap input + label {
        width: inherit;
        height: inherit;
        font-size: 4.166vw;
        padding-left: 7.22vw;
        background-image: url(/img/common/chk_ordboxoff_mo.png);
        background-size: 5.55vw;
    }

    .order_satab .radio_wrap input:checked + label {
        background-image: url(/img/common/chk_ordboxon_mo.png);
    }

    .order_satab .radio_wrap > div + div {
        margin-left: 7.77vw;
    }

    .prd_basket .prd_item .opt_info {
        /* height: 9.944vw; */
        height: 100%;
    }

    .order_satab button {
        width: 22.22vw;
        height: 10.27vw;
        font-size: 3.611vw;
        line-height: 10.27vw;
    }

    .cart_order .order_add {
        padding: 5.55vw 0;
    }

    .cart_order .order_add li {
        padding: 1.111vw 0;
    }

    .cart_order .order_add .info_row span {
        font-size: 4.44vw;
    }

    .order_item ul li .val {
        padding: 0;
    }

    .cart_order .order_add .info_row span + span {
        padding-left: 1.944vw;
        margin-left: 1.944vw;
    }

    .cart_order .order_add .info_row span + span::before {
        width: 0.277vw;
        height: 3.055;
    }

    .cart_order .order_add .info_row span.red {
        font-size: 3.889vw;
        margin-top: 2.77vw;
    }

    .cart_order .order_add .info_row + .info_row {
        padding-top: 4.166vw;
    }

    .cart_order .order_add .info_row .my_adds {
        font-size: 3.611vw;
        padding-bottom: 0;
    }

    .cart_order .order_add .info_row.mydeli input {
        height: 11.11vw;
        font-size: 3.333vw;
    }

    .cart_order .order_add .info_row select {
        height: 11.11vw;
        line-height: 11.11vw;
        font-size: 3.611vw;
    }

    /* 배송정보   */
    .order_item ul li .button_row input {
        width: 100%;
    }

    .order_item ul li .addr_row .button_row {
        margin-bottom: 2.77vw;
    }

    .order_item ul li .addr_row .button_row button {
        width: 19.444vw;
        font-size: 3.333vw;
        font-weight: bold;
    }

    .cou_item .cou_list > strong {
        margin-bottom: 1rem;
    }

    .addr_list_pop .addr_btn button {
        font-size: 18px;
    }

    .order_item ul li .button_row input.add_search {
        width: 100%;
    }

    .order_item ul li .tel_box {
        max-width: 100%;
    }

    .order_item ul li .tel_box span {
        margin: 1.388vw;
    }

    /* 할인 및 포인트 */
    .order_item ul li .ord_label {
        display: block;
        width: inherit;
        padding: 0 0 4.166vw;
        font-size: 4.166vw;
    }

    .order_item ul li input,
    .order_item ul li select {
        line-height: 11.11vw;
        font-size: 3.333vw;
    }

    .order_item .order_cou li {
        display: block;
        padding: 4.166vw 0;
    }

    .order_item .order_cou li .cou_input {
        width: 100%;
    }

    .order_cou input {
        width: 100%;
        max-width: 100%;
    }

    .order_cou button {
        width: 30.55vw;
        line-height: 11.11vw;
        font-size: 3.611vw;
        margin-left: 1.388vw;
    }

    .order_item .order_cou li .cou_button_row .unit {
        right: 2.77vw;
        font-size: 3.611vw;
    }

    .order_item .order_cou li .balance {
        margin-top: 2.77vw;
        font-size: 3.611vw;
    }

    .order_item .order_cou li strong {
        font-size: 4.44vw;
    }

    .pay_ment {
        display: block;
    }

    .pay_ment .radio_row {
        width: 100%;
    }

    .pay_ment .radio_row input + label {
        width: 100%;
        height: 11.11vw;
        line-height: 11.11vw;
        font-size: 4.166vw;
        border: 1px solid #eee;
    }

    /* .tbl_ord colgroup {
        display: none;
    }

    .tbl_ord tr th {
        display: none;
    } */
    .prd_basket th {
        height: 6.389vw;
        font-size: 2.222vw;
        font-weight: 400;
        color: #252525;
        vertical-align: middle;
    }

    .cart .ol_save img {
        width: 2.222vw;
    }

    .prd_basket td {
        padding: 2.778vw 1.389vw;
    }

    .cart .ol_shiping,
    .cart .ol_total {
        min-width: 8.889vw;
        font-size: 2.5vw;
    }

    .cart .infowrap_list {
        width: 32.194vw;
    }

    .prd_basket .prd_item .prd_name {
        font-size: 3.75vw;
        height: 100%;
        /* height: 11.722vw; */
    }


    .prd_basket .prd_item .img {
        width: 30.056vw;
        height: 30.056vw;
        border: 2px solid #dbdbdb;
        margin-right: 2.778vw;
        flex: 0 0 auto;
    }

    .price-con-custom-mo {
        display: flex !important;
        margin-top: 1.944vw;
        gap: 2.222vw;
    }

    .price-con-custom-mo .prd_num,
    .price-con-custom-mo .prd_price {
        flex: unset;
    }

    .prd_basket .prd_item .txt {
        max-width: 44.778vw;
    }

    .prd_basket .prd_cou .ch_coup {
        display: block;
        position: relative;
        padding: 1.111vw 4.722vw 1.111vw 2.778vw;
        line-height: 4.722vw;
        border: 2px solid #dbdbdb;
        border-radius: 0.833vw;
        font-size: 3.056vw;
        color: #999;
        font-weight: 700;
        margin-left: 1.389vw;
        margin-top: 22.333vw;
    }

    .prd_basket .prd_num {
        font-size: 3.611vw;
    }

    .prd_price {
        font-size: 3.056vw !important;
        flex: unset;
    }

    .prd_basket .prd_item {
        padding: 4.167vw 1;
    }

    .order_foot_row .order_foot_item {
        font-size: 2.7vw;
        display: inline-block;
    }

    .prd_basket .prd_price strong {
        font-size: 3.611vw;
    }

    .prd_basket .prd_cou .ch_coup::after {
        width: 2.222vw;
        border-radius: 0 0.694vw 0.694vw 0;
    }

    .order_foot_row .order_foot_item span {
        font-size: 2.9vw;
    }

    .prd_basket .prd_item .opt_info .data span {
        font-size: 3.611vw;
    }

    .prd_basket .prd_item_shop {
        padding: 2.778vw 0;
        font-size: 3.889vw;
        border-bottom: 2px solid #ececec;
    }

    .order_ok_wrap .ord_ok_txt {
        padding: 19.444vw 0 13.889vw;
        text-align: center;
        font-size: 5.556vw;
    }

    .order_ok_wrap .ord_ok_txt h2 {
        font-size: 5.556vw;
    }

    .order_ok_wrap .ord_ok_box {
        padding: 5.556vw;
        margin-bottom: 5.556vw;
        font-size: 3.611vw;
    }

    .order_ok_wrap .ord_ok_box .ord_ok_date_num .only_web {
        display: none;
    }

    .order_ok_wrap .ord_ok_info {
        padding: 4.167vw 2.778vw;
    }

    .order_ok_wrap .ord_ok_info .info_row {
        font-size: 4.167vw;
    }

    .order_ok_wrap .ord_ok_info .info_row span {
        font-size: 4.167vw;
        line-height: 1.4;
    }

    .order_ok_wrap .ord_ok_info .info_row span + span::before {
        content: '';
        width: 0.139vw;
        height: 1.944vw;
        background: #dbdbdb;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .order_ok_wrap .ord_ok_info .info_row span + span {
        padding-left: 2.083vw;
        margin-left: 2.083vw;
    }


    .order_ok_wrap .ord_ok_info .info_row .my_adds {
        font-size: 3.611vw;
        padding-bottom: 2.222vw;
        line-height: 1.4;
    }

    .order_ok_wrap {
        width: calc(100% - 4.167vw);
    }

    .order_ok_item .ord_ok_list {
        padding: 4.167vw 2.778vw;
    }

    .order_ok_item .ord_ok_list li .ord_ok_tit {
        width: 30.222vw;
        font-size: 3.889vw;
        line-height: 1.4;
    }

    .order_ok_item .ord_ok_list li > div {
        font-size: 4.167vw;
    }

    .order_ok_wrap .ord_ok_btn {
        margin-top: 8.333vw;
    }

    .order_ok_wrap .ord_ok_btn * {
        width: 44.444vw;
        display: block;
        line-height: 10vw;
        font-size: 4.167vw;
    }

    .order_ok_item .ord_total {
        padding: 4.722vw 2.778vw;
    }

    .order_ok_item .ord_total .ord_ok_tit {
        font-size: 4.167vw;
    }

    .order_ok_item .ord_total .ord_total_price {
        font-size: 4.444vw;
    }

    .order_ok_item .ord_total .ord_total_price strong {
        font-size: 5.278vw;
    }

    .prd_basket .prd_item .opt_info_row {
        margin-top: 0.694vw;
    }

    .cou_item .cou_list li {
        margin-top: 0.385rem;
        padding: 0.769rem;
    }

    .cou_item .cou_list li:first-child {
        margin-top: 1.385rem;
    }

    .cou_item .cou_list input + label {
        height: auto;
        width: 100%;
    }

    .pop_box .cou_btn button {
        font-size: 1.308rem;
    }
}

