/* 선택 테마 쇼핑몰 본문: 상단·하단과 같은 1200px 기준 */
.ls-shop-cart {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 58px 16px 88px;
    background: var(--ls-cream, #f6f1e8);
    color: var(--ls-ink, #292724);
}
.ls-shop-cart__heading,
.ls-shop-cart #sod_bsk {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.ls-shop-cart__heading {
    margin-bottom: 28px;
}
.ls-shop-cart__eyebrow {
    margin: 0 0 12px;
    color: var(--ls-brass, #b39161);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
}
.ls-shop-cart__heading h1 {
    margin: 0;
    font: 400 clamp(32px, 4vw, 48px)/1.15 Georgia, 'Noto Serif KR', serif;
}

/* PC 마이쇼핑 본문은 헤더 아래 1200px 기준으로 정렬 */
#smb_my {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 50px auto 30px;
    box-sizing: border-box;
}

/* PC 위시리스트 본문도 동일한 1200px 기준으로 정렬 */
#sod_ws {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 50px auto 30px;
    box-sizing: border-box;
}

/* 기본 장바구니 템플릿도 PC에서 콘텐츠 폭이 1200px을 넘지 않도록 제한 */
body > #sod_bsk {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* 빈 위시리스트 문구는 목록 열 너비와 관계없이 전체 중앙 정렬 */
#smb_my_wish .empty_li,
#smb_my_wish .empty_list {
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: center;
}
.ls-shop-cart__heading > p:last-child {
    margin: 14px 0 0;
    color: #77736c;
    font-size: 14px;
}
.ls-shop-cart #sod_bsk {
    margin-bottom: 0;
}
.ls-shop-cart #sod_bsk .tbl_head03 {
    overflow: hidden;
    border: 1px solid var(--ls-line, #ddd5c9);
    border-radius: 8px;
    background: #fff;
}
.ls-shop-cart #sod_bsk .tbl_head03 table {
    width: 100%;
    border: 0;
}
.ls-shop-cart #sod_bsk .tbl_head03 th {
    background: #eee7dc;
    color: #625c53;
    border-color: var(--ls-line, #ddd5c9);
    font-size: 12px;
    font-weight: 600;
}
.ls-shop-cart #sod_bsk .tbl_head03 td {
    border-color: #ebe5dc;
    color: var(--ls-ink, #292724);
    font-size: 14px;
}
.ls-shop-cart #sod_bsk .tbl_head03 .empty_table {
    padding: 72px 20px;
    color: #77736c;
}
.ls-shop-cart #sod_bsk .btn_cart_del {
    padding: 14px 16px;
    border-bottom: 0;
    background: #fff;
}
.ls-shop-cart #sod_bsk .btn_cart_del button {
    height: 34px;
    border: 1px solid #cfc5b6;
    border-radius: 2px;
    background: #fff;
    color: #665f56;
    font-size: 12px;
}
.ls-shop-cart #sod_bsk #sod_bsk_tot {
    overflow: hidden;
    border: 1px solid #405746;
    border-radius: 6px;
    background: #fff;
}
.ls-shop-cart #sod_bsk #sod_bsk_tot li {
    background: #f1ece4;
    border-left-color: #d8d0c4;
    color: #514b44;
}
.ls-shop-cart #sod_bsk #sod_bsk_tot .sod_bsk_cnt {
    background: #20392c;
    color: #fff;
}
.ls-shop-cart #sod_bsk #sod_bsk_tot .sod_bsk_cnt strong {
    color: #e2c98d;
}
.ls-shop-cart #sod_bsk_act .btn01,
.ls-shop-cart #sod_bsk_act .btn_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 52px;
    border: 1px solid #20392c;
    border-radius: 2px;
    background: #20392c;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.ls-shop-cart #sod_bsk_act .btn01 {
    background: transparent;
    color: #20392c;
}

/* 상품 검색 결과 본문 정렬 */
#ssch {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 50px auto 60px !important;
}
#ssch .sct_10 {
    width: 100%;
}
#ssch h2 .ssch_admin {
    display: block;
    float: right;
    margin-right: 8px;
    font-size: .55em;
    line-height: 30px;
}
#ssch h2 .ssch_admin a {
    color: #c53d3d;
}
#ssch h2 .ssch_admin a:hover,
#ssch h2 .ssch_admin a:focus {
    color: #a92727;
}

/* 포인트 미사용 시 합계 블럭을 오른쪽 끝에 배치 */
#sod_bsk #sod_bsk_tot ul.no-point .sod_bsk_cnt {
    float: right !important;
}
#sod_bsk #sod_bsk_tot ul.no-point {
    background: #f1ece4;
}

/* 주문서·주문조회 상세 본문 공통 반응형 보정 */
#forderform {
    width: 100%;
    margin: 0;
}
#display_pay_button .btn_submit:disabled {
    opacity: .6;
    cursor: wait;
}
#sod_fin {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 50px auto 30px;
}
#forderform #sod_frm {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 50px auto 0;
}
#sod_fin::after,
#forderform #sod_frm::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
@media (max-width: 1200px) {
    #ssch {
        max-width: calc(100% - 24px);
    }
    #sod_fin {
        max-width: calc(100% - 24px);
    }
    #forderform #sod_frm {
        max-width: calc(100% - 24px);
    }
    #sod_fin .sod_left,
    #sod_fin .sod_right,
    #forderform .sod_left,
    #forderform .sod_right {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 900px) {
    .ls-shop-cart { padding-top: 42px; padding-bottom: 64px; }
    .ls-shop-cart__heading { margin-bottom: 22px; }
    .ls-shop-cart #sod_bsk { width: 100%; }
    #sit_ov_wrap { width: 100%; max-width: 1200px; box-sizing: border-box; padding: 24px 16px; }
    #sit_pvi { float: none; width: 100%; }
    #sit_pvi_big { float: none; width: 100%; text-align: center; }
    #sit_pvi_big img { width: auto; max-width: 100%; height: auto; margin: 0 auto; }
    #sit_pvi_thumb { float: none; }
    #sit_pvi_thumb li { display: inline-block; margin: 0 6px 10px 0; }
    #sit_ov { float: none; width: 100%; min-height: 0; box-sizing: border-box; }
    #sit_info { display: block; }
    #sit_tab { display: block; width: 100%; }
    #sit_buy { display: block; width: 100%; border-left: 0; border-top: 1px solid #e8e8e8; }
    #sit_tab .tab_tit { display: flex; flex-wrap: wrap; padding: 0; }
    #sit_tab .tab_tit li { float: none; flex: 1 1 50%; }
    #sit_tab .tab_tit li button { font-size: 1em; padding: 8px 6px; }
    #sit_inf_explan { overflow: hidden; }
    #sit_inf_explan img { max-width: 100% !important; height: auto !important; }
    #smb_my_ov {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px;
        box-sizing: border-box;
    }
    #smb_my_list { float: none; width: 100%; max-width: 100%; }
    #smb_my_od, #smb_my_wish { width: 100%; max-width: 100%; overflow-x: auto; }
    #smb_my_od .tbl_wrap, #smb_my_wish .tbl_wrap { overflow-x: auto; }
    #ssch_cate li { width: 33.333%; }
    #smb_my_od table, #smb_my_wish table { width: 100%; min-width: 0; table-layout: fixed; }
    #smb_my_od th, #smb_my_od td, #smb_my_wish th, #smb_my_wish td { word-break: break-word; }
    #sod_bsk { max-width: 100%; overflow-x: hidden; }
    #sod_bsk_list { max-width: 100%; overflow-x: auto; }
    #sod_bsk_list table { width: 100%; min-width: 0; table-layout: fixed; }
    #sod_bsk_list th, #sod_bsk_list td { padding-left: 4px; padding-right: 4px; word-break: break-word; }
}
@media (max-width: 600px) {
    .ls-shop-cart { padding: 34px 12px 56px; }
    #ssch { max-width: calc(100% - 24px); margin: 34px auto 48px !important; }
    #ssch_cate li { width: 50%; }
    #ssch .lists-row .col-row-5 { width: 50%; }
    .ls-shop-cart__heading h1 { font-size: 32px; }
    .ls-shop-cart__heading > p:last-child { font-size: 13px; }
    .ls-shop-cart #sod_bsk .tbl_head03 { overflow-x: auto; }
    .ls-shop-cart #sod_bsk .tbl_head03 table { min-width: 680px; }
    .ls-shop-cart #sod_bsk_act .btn01,
    .ls-shop-cart #sod_bsk_act .btn_submit { width: 48%; }
    #sit_ov_wrap { padding: 18px 12px; }
    #sit_title { font-size: 1.7em; }
    #sit_ov_btn button, #sit_btn_alm { float: none; width: 100%; margin: 0 0 8px; }
    #sit_pvi_big img { max-height: 58vh; object-fit: contain; }
    #sod_bsk_list table { font-size: 12px; }

    /* 모바일 검색 결과의 제목·검색조건·분류·정렬을 한 열 기준으로 정리 */
    #ssch {
        width: auto;
        max-width: none;
        margin: 34px 12px 48px !important;
    }
    #ssch #ssch_heading,
    #ssch h2 {
        position: relative;
        min-height: 34px;
        margin: 0 0 16px;
        padding-right: 92px;
        font-size: 1.6em;
        line-height: 34px;
    }
    #ssch h2 .ssch_result_total {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        font-size: 12px;
        line-height: 34px;
        white-space: nowrap;
    }
    #ssch h2 .ssch_admin {
        position: absolute;
        top: 0;
        right: 48px;
        float: none;
        margin: 0;
        line-height: 34px;
    }
    #ssch h2 .ssch_admin a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        padding: 0;
        box-sizing: border-box;
    }
    #ssch_frm {
        overflow: hidden;
        border-radius: 6px;
    }
    #ssch_frm .ssch_scharea {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 16px;
        box-sizing: border-box;
    }
    #ssch_frm .ssch_scharea .ssch_input#ssch_q {
        flex: 1 1 100%;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    #ssch_frm .ssch_scharea .btn_submit {
        width: 90px;
        margin: 0;
    }
    #ssch_frm .ssch_scharea .tooltip_icon {
        margin: 0;
    }
    #ssch_frm .ssch_option {
        padding: 14px 16px;
        line-height: 30px;
        box-sizing: border-box;
    }
    #ssch_frm .ssch_option label {
        white-space: nowrap;
    }
    #ssch_frm .ssch_option .ssch_input {
        width: 88px;
        max-width: calc(50% - 28px);
        box-sizing: border-box;
    }
    #ssch_cate {
        margin: 10px 0 0;
        padding: 0;
        overflow: hidden;
    }
    #ssch_cate ul {
        display: flex;
        flex-wrap: wrap;
    }
    #ssch #ssch_cate ul li {
        float: none;
        width: 50% !important;
        min-height: 60px;
        border-right: 1px solid #f2f2f2;
        box-sizing: border-box;
    }
    #ssch #ssch_cate ul li:nth-child(5n) { border-right: 1px solid #f2f2f2; }
    #ssch #ssch_cate ul li:nth-child(2n) { border-right: 0; }
    #ssch #ssch_cate ul li:nth-child(2n+1) {
        clear: none !important;
        border-left: 0;
    }
    #ssch_cate a {
        min-height: 60px;
        padding: 10px 12px;
        line-height: 20px;
        box-sizing: border-box;
        word-break: keep-all;
    }
    #ssch_sort_all {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    #ssch_sort_all li {
        float: none;
        width: 50%;
        height: auto;
        margin: 0;
        padding: 12px 0;
        box-sizing: border-box;
        text-align: center;
    }
    #ssch_sort_all li a {
        padding: 0 8px;
        line-height: 20px;
        white-space: nowrap;
    }
    #ssch_sort {
        float: none;
        width: 100%;
    }
    #ssch .sct_10 { margin: 10px 0; }

    /* PC 마이쇼핑 템플릿도 모바일 폭에서는 한 열로 정리 */
    #smb_my {
        width: 100%;
        max-width: 100%;
        margin: 34px 0 30px;
        box-sizing: border-box;
        padding: 0 12px;
    }
    #sod_ws {
        width: 100%;
        max-width: 100%;
        margin: 34px 0 30px;
        box-sizing: border-box;
    }
    body > #sod_bsk {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #smb_my_ov,
    #smb_my_list {
        float: none;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    #smb_my_ov {
        margin: 0 0 24px;
    }
    #smb_my_ov .my_pocou.no-point li {
        width: 100%;
        border-right: 0;
        box-sizing: border-box;
    }
    #smb_my_list { margin: 0; }
    #smb_my_od,
    #smb_my_wish {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        box-sizing: border-box;
    }
    #smb_my_od .tbl_wrap,
    #smb_my_wish .tbl_wrap {
        overflow: visible;
    }

    /* 주문내역은 고정 폭 표 대신 읽기 쉬운 주문 카드로 표시 */
    #smb_my_od .tbl_head03 table,
    #smb_my_od .tbl_head03 tbody,
    #smb_my_od .tbl_head03 tr,
    #smb_my_od .tbl_head03 td {
        display: block;
        width: auto;
        box-sizing: border-box;
    }
    #smb_my_od .tbl_head03 table {
        width: 100%;
        min-width: 0;
        table-layout: auto;
    }
    #smb_my_od .tbl_head03 thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    #smb_my_od .tbl_head03 tbody tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0 16px;
        width: 100%;
        padding: 16px;
        border-bottom: 1px solid #ebe5dc;
        background: #fff;
        box-sizing: border-box;
    }
    #smb_my_od .tbl_head03 tbody tr:last-child {
        border-bottom: 0;
    }
    #smb_my_od .tbl_head03 tbody td {
        min-height: 0;
        padding: 0;
        border: 0;
        color: #292724;
        font-size: 12px;
        line-height: 1.45;
        text-align: left;
        word-break: keep-all;
    }
    #smb_my_od .tbl_head03 tbody .td_order_number,
    #smb_my_od .tbl_head03 tbody .td_order_date {
        grid-column: 1 / -1;
    }
    #smb_my_od .tbl_head03 tbody .td_order_number {
        grid-row: 1;
        font-size: 14px;
        font-weight: 700;
    }
    #smb_my_od .tbl_head03 tbody .td_order_number a {
        display: block;
        color: #1e4738;
        overflow-wrap: anywhere;
    }
    #smb_my_od .tbl_head03 tbody .td_order_date {
        grid-row: 2;
        margin-top: 4px;
        color: #8a8379;
    }
    #smb_my_od .tbl_head03 tbody .td_order_count,
    #smb_my_od .tbl_head03 tbody .td_order_total,
    #smb_my_od .tbl_head03 tbody .td_order_paid,
    #smb_my_od .tbl_head03 tbody .td_order_due,
    #smb_my_od .tbl_head03 tbody .td_order_status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        margin-top: 12px;
    }
    #smb_my_od .tbl_head03 tbody .td_order_count { grid-column: 1; grid-row: 3; }
    #smb_my_od .tbl_head03 tbody .td_order_total { grid-column: 2; grid-row: 3; }
    #smb_my_od .tbl_head03 tbody .td_order_paid { grid-column: 1; grid-row: 4; }
    #smb_my_od .tbl_head03 tbody .td_order_due { grid-column: 2; grid-row: 4; }
    #smb_my_od .tbl_head03 tbody .td_order_status { grid-column: 1 / -1; grid-row: 5; }
    #smb_my_od .tbl_head03 tbody .td_order_count::before { content: "상품수"; }
    #smb_my_od .tbl_head03 tbody .td_order_total::before { content: "주문금액"; }
    #smb_my_od .tbl_head03 tbody .td_order_paid::before { content: "입금액"; }
    #smb_my_od .tbl_head03 tbody .td_order_due::before { content: "미입금액"; }
    #smb_my_od .tbl_head03 tbody .td_order_status::before { content: "상태"; }
    #smb_my_od .tbl_head03 tbody .td_order_count::before,
    #smb_my_od .tbl_head03 tbody .td_order_total::before,
    #smb_my_od .tbl_head03 tbody .td_order_paid::before,
    #smb_my_od .tbl_head03 tbody .td_order_due::before,
    #smb_my_od .tbl_head03 tbody .td_order_status::before {
        flex: 0 0 auto;
        margin-right: 8px;
        color: #8a8379;
    }
    #smb_my_od .tbl_head03 tbody .td_order_status span {
        display: inline-block;
    }
    #smb_my_od .tbl_head03 tbody .empty_table {
        grid-column: 1 / -1;
        padding: 28px 0;
        text-align: center;
    }

    /* 좁은 화면에서 PC 주문서 표를 상품 카드로 정리 */
    #forderform #sod_frm.sod_frm_pc {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        box-sizing: border-box;
    }
    #forderform .sod_frm_pc .od_prd_list {
        width: 100%;
        margin: 0;
        overflow: hidden;
        border: 1px solid #e3e5e8;
        border-radius: 8px;
        background: #fff;
        box-sizing: border-box;
    }
    #forderform .sod_frm_pc .od_prd_list table,
    #forderform .sod_frm_pc .od_prd_list tbody,
    #forderform .sod_frm_pc .od_prd_list tr,
    #forderform .sod_frm_pc .od_prd_list td {
        display: block;
        width: auto;
        box-sizing: border-box;
    }
    #forderform .sod_frm_pc .od_prd_list table {
        width: 100%;
        min-width: 0;
        table-layout: auto;
    }
    #forderform .sod_frm_pc .od_prd_list thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    #forderform .sod_frm_pc .od_prd_list tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0 16px;
        width: 100%;
        min-height: 142px;
        padding: 16px;
        padding-left: 112px;
        border-bottom: 1px solid #ebe5dc;
    }
    #forderform .sod_frm_pc .od_prd_list tbody tr:last-child {
        border-bottom: 0;
    }
    #forderform .sod_frm_pc .od_prd_list tbody td {
        min-height: 0;
        padding: 0;
        border: 0;
        color: #292724;
        font-size: 12px;
        line-height: 1.45;
        text-align: left;
        word-break: keep-all;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd {
        position: static;
        grid-column: 1 / -1;
        min-height: 84px;
        padding: 0;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd .sod_img {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 80px;
        height: 80px;
        margin: 0;
        overflow: hidden;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd .sod_img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd .sod_name {
        min-height: 84px;
        padding: 0 !important;
        overflow: hidden;
        word-break: keep-all;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd .sod_name b {
        display: block;
        color: #1e4738;
        font-size: 15px;
        line-height: 1.4;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd .sod_opt {
        margin-top: 8px;
        color: #77736c;
        line-height: 1.45;
        word-break: keep-all;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_prd .cp_btn {
        margin-top: 8px;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_num,
    #forderform .sod_frm_pc .od_prd_list tbody .td_sell_price,
    #forderform .sod_frm_pc .od_prd_list tbody .td_subtotal,
    #forderform .sod_frm_pc .od_prd_list tbody .td_point,
    #forderform .sod_frm_pc .od_prd_list tbody .td_shipping {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        margin-top: 10px;
        padding: 0;
        text-align: left;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_sell_price {
        grid-column: 1;
        grid-row: 2;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_num {
        grid-column: 2;
        grid-row: 2;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_shipping {
        grid-column: 1;
        grid-row: 3;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_point {
        grid-column: 2;
        grid-row: 3;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_subtotal {
        grid-column: 1 / -1;
        grid-row: 4;
        margin-right: 4px;
        margin-left: 4px;
        padding: 5px 10px;
        background: #f2f7ff;
        line-height: 20px;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_subtotal .total_price {
        color: #3a8afd;
        font-size: 1.25em;
        font-weight: 700;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_num::before { content: "수량"; }
    #forderform .sod_frm_pc .od_prd_list tbody .td_sell_price::before { content: "판매가"; }
    #forderform .sod_frm_pc .od_prd_list tbody .td_subtotal::before { content: "소계"; }
    #forderform .sod_frm_pc .od_prd_list tbody .td_point::before { content: "포인트"; }
    #forderform .sod_frm_pc .od_prd_list tbody .td_shipping {
        grid-column: 1;
    }
    #forderform .sod_frm_pc .od_prd_list tbody .td_shipping::before { content: "배송비"; }
    #forderform .sod_frm_pc .od_prd_list tbody .td_num::before,
    #forderform .sod_frm_pc .od_prd_list tbody .td_sell_price::before,
    #forderform .sod_frm_pc .od_prd_list tbody .td_subtotal::before,
    #forderform .sod_frm_pc .od_prd_list tbody .td_point::before,
    #forderform .sod_frm_pc .od_prd_list tbody .td_shipping::before {
        flex: 0 0 auto;
        margin-right: 8px;
        color: #8a8379;
    }

    /* 주문완료 상품 내역도 좁은 화면에서 카드형으로 정리 */
    #sod_fin {
        width: 100%;
        max-width: calc(100% - 24px);
        margin: 30px auto;
        box-sizing: border-box;
    }
    #sod_fin_no {
        margin: 0 0 20px;
        padding: 12px 16px;
        font-size: 14px;
    }
    #sod_fin_list .tbl_head03 {
        width: 100%;
        margin: 0;
        overflow: hidden;
        border: 1px solid #e3e5e8;
        border-radius: 8px;
        background: #fff;
        box-sizing: border-box;
    }
    #sod_fin_list .tbl_head03 table,
    #sod_fin_list .tbl_head03 tbody,
    #sod_fin_list .tbl_head03 tr,
    #sod_fin_list .tbl_head03 td {
        display: block;
        width: auto;
        box-sizing: border-box;
    }
    #sod_fin_list .tbl_head03 table {
        width: 100%;
        min-width: 0;
        table-layout: auto;
    }
    #sod_fin_list .tbl_head03 thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    #sod_fin_list .tbl_head03 tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0 16px;
        width: 100%;
        min-height: 176px;
        padding: 16px;
        padding-left: 88px;
        border-bottom: 1px solid #ebe5dc;
    }
    #sod_fin_list .tbl_head03 tbody tr:last-child {
        border-bottom: 0;
    }
    #sod_fin_list .tbl_head03 tbody td {
        min-height: 0;
        padding: 0;
        border: 0;
        color: #292724;
        font-size: 12px;
        line-height: 1.45;
        text-align: left;
        word-break: keep-all;
    }
    #sod_fin_list .tbl_head03 tbody .td_prd {
        position: static;
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 66px;
        padding: 0;
    }
    #sod_fin_list .tbl_head03 tbody .td_prd .sod_img {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 55px;
        height: 55px;
        margin: 0;
        overflow: hidden;
    }
    #sod_fin_list .tbl_head03 tbody .td_prd .sod_img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #sod_fin_list .tbl_head03 tbody .td_prd .sod_name {
        min-height: 66px;
        padding: 0 !important;
        overflow: hidden;
        word-break: keep-all;
    }
    #sod_fin_list .tbl_head03 tbody .td_prd .sod_name a {
        display: block;
        color: #1e4738;
        font-size: 14px;
        line-height: 1.4;
    }
    #sod_fin_list .tbl_head03 tbody .td_prd .sod_opt {
        margin-top: 7px;
        color: #77736c;
        line-height: 1.45;
        word-break: keep-all;
    }
    #sod_fin_list .tbl_head03 tbody .td_order_price,
    #sod_fin_list .tbl_head03 tbody .td_order_qty,
    #sod_fin_list .tbl_head03 tbody .td_order_point,
    #sod_fin_list .tbl_head03 tbody .td_order_shipping,
    #sod_fin_list .tbl_head03 tbody .td_order_status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto;
        margin-top: 10px;
        padding: 0;
        text-align: left;
    }
    #sod_fin_list .tbl_head03 tbody .td_order_price { grid-column: 1; grid-row: 2; }
    #sod_fin_list .tbl_head03 tbody .td_order_qty { grid-column: 2; grid-row: 2; }
    #sod_fin.no-point #sod_fin_list .tbl_head03 tbody .td_order_shipping { grid-column: 1; grid-row: 3; }
    #sod_fin.no-point #sod_fin_list .tbl_head03 tbody .td_order_status { grid-column: 2; grid-row: 3; }
    #sod_fin.no-point #sod_fin_list .tbl_head03 tbody .td_order_subtotal { grid-column: 1 / -1; grid-row: 4; }
    #sod_fin.has-point #sod_fin_list .tbl_head03 tbody .td_order_point { grid-column: 1; grid-row: 3; }
    #sod_fin.has-point #sod_fin_list .tbl_head03 tbody .td_order_shipping { grid-column: 2; grid-row: 3; }
    #sod_fin.has-point #sod_fin_list .tbl_head03 tbody .td_order_status { grid-column: 1; grid-row: 4; }
    #sod_fin.has-point #sod_fin_list .tbl_head03 tbody .td_order_subtotal { grid-column: 1 / -1; grid-row: 5; }
    #sod_fin_list .tbl_head03 tbody .td_order_price::before { content: "판매가"; }
    #sod_fin_list .tbl_head03 tbody .td_order_qty::before { content: "수량"; }
    #sod_fin_list .tbl_head03 tbody .td_order_point::before { content: "포인트"; }
    #sod_fin_list .tbl_head03 tbody .td_order_shipping::before { content: "배송비"; }
    #sod_fin_list .tbl_head03 tbody .td_order_status::before { content: "상태"; }
    #sod_fin_list .tbl_head03 tbody .td_order_subtotal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 4px 0;
        padding: 5px 10px;
        background: #f2f7ff;
        line-height: 20px;
    }
    #sod_fin_list .tbl_head03 tbody .td_order_subtotal::before { content: "소계"; }
    #sod_fin_list .tbl_head03 tbody .td_order_subtotal span {
        color: #3a8afd;
        font-size: 1.25em;
        font-weight: 700;
    }
    #sod_fin_list .tbl_head03 tbody .td_order_price::before,
    #sod_fin_list .tbl_head03 tbody .td_order_qty::before,
    #sod_fin_list .tbl_head03 tbody .td_order_point::before,
    #sod_fin_list .tbl_head03 tbody .td_order_shipping::before,
    #sod_fin_list .tbl_head03 tbody .td_order_status::before,
    #sod_fin_list .tbl_head03 tbody .td_order_subtotal::before {
        flex: 0 0 auto;
        margin-right: 8px;
        color: #8a8379;
    }
}
