@charset "utf-8";

/* Common */
.opt-tbl { width:100%; border-collapse:collapse; padding:0px; margin:0 0 15px; border:0px; border:1px solid #ddd; border-bottom:0px; background:#fff;} 
.opt-tbl th { width:120px; text-align:center; padding:8px 10px; border-bottom:1px solid #ddd; background:#fafafa; white-space:nowrap;}
.opt-tbl td { padding:8px 10px; border-bottom:1px solid #ddd;}
.bsk-tbl th { text-align:center; }
.bsk-tbl .well { margin:6px 0px !important; }
.bsk-tbl .well ul  { padding:0; padding-left:15px; margin:0; }
.bsk-tbl .well li  { font-size:12px; }
.item-type { position:absolute; left:0; bottom:0; background: rgba(0, 0, 0, 0.7); width:100%; color: rgb(255,255,255); padding:3px; font-size:11px; letter-spacing:-1px; }
.addr-line { margin-bottom:7px; }
.radio-line label { margin-right:20px; line-height:24px; cursor:pointer; }
.radio-line label span { vertical-align:middle; }

#sod_frm_escrow { margin:0px; }
#sod_frm_escrow h2 { display:none; }
#sod_frm_escrow img { margin:0 auto 15px }

/* Personal List */
.ppay-container { overflow:hidden; margin-right:-15px; margin-bottom:15px; }
.ppay-box { text-align:center; margin-right:15px; margin-bottom:15px; border: 1px solid rgb(231, 231, 231); transition:0.3s linear; border-image: none; overflow: hidden; position: relative; cursor: default; }
.ppay-box h2 { margin: 0px; padding: 12px 15px 0px; color: rgb(51, 51, 51); font-size: 16px; font-weight: 500; text-align:center; }
.ppay-box p { margin:0px 0px 10px; padding:10px; }
.ppay-box .ppay-fa { padding: 20px 0px 10px; }
.ppay-box .ppay-fa i { color: rgb(97, 97, 97); font-size: 80px; }

/* ===============================================================
   [OrderCompleteModal] sense:PATCH FIVESENSES.Corp. 주문완료 모달
   =============================================================== */
.order_complete_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    display: none;
}

.order_complete_modal .form_modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.order_complete_modal .form_modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 20px;
    width: 440px;
}

.order_complete_modal .form_modal_wrap .icon_box {
    text-align: center;
    padding: 30px 30px 10px;
}

.order_complete_modal .form_modal_wrap dotlottie-player {
    display: inline-block;
}

.order_complete_modal .form_modal_wrap .modal_cont {
    text-align: center;
    padding: 0 30px;
}

.order_complete_modal .form_modal_wrap .modal_cont h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 15px;
}

.order_complete_modal .form_modal_wrap .modal_cont p {
    font-size: 18px;
    font-weight: 400;
    color: #6c7682;
    line-height: 28px;
}

.order_complete_modal .form_modal_wrap .modal_bot {
    padding: 20px 30px 30px;
}

.order_complete_modal .form_modal_wrap .confirm_btn {
    display: inline-block;
    width: 100%;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    background-color: var(--main-btn-point-color);
}

@media (max-width: 991px) {
    .order_complete_modal .form_modal_wrap {
        top: auto;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .order_complete_modal .form_modal_wrap::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 40px;
        height: 4px;
        background-color: #e6e6e6;
        border-radius: 2px;
    }

    .order_complete_modal .form_modal_wrap .icon_box {
        padding: 40px 18px 0;
    }

    .order_complete_modal .form_modal_wrap .modal_cont {
        padding: 0 18px;
    }

    .order_complete_modal .form_modal_wrap .modal_cont h2 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .order_complete_modal .form_modal_wrap .modal_cont p {
        font-size: 13px;
        line-height: 19px;
    }

    .order_complete_modal .form_modal_wrap .modal_bot {
        padding: 20px 18px 15px;
    }

    .order_complete_modal .form_modal_wrap .confirm_btn {
        padding: 15px;
        font-size: 14px;
        border-radius: 2.5px;
    }
} 


/* ===== 주문내역 페이지 (UI) ===== */
.orderinquiry_only .orderform_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: none;
}

.orderinquiry_only .orderform_title .od_tt {
    font-size: 24px;
    font-weight: 500;
    color: var(--main-box-font-color);
    line-height: 1em;
}

.orderinquiry_only .orderform_title .orderinquiry_tt_right {
    display: flex;
    align-items: center;
    gap: 9px;
}

.orderinquiry_only .orderform_title .orderinquiry_tt_right .order_state_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #2e343a;
    border-radius: 18px;
    cursor: pointer;
}

.orderinquiry_only .orderform_title .orderinquiry_tt_right .order_search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #edeff2;
    border-radius: 50%;
    cursor: pointer;
}

.orderinquiry_only .orderinquiry_form .od_wrap {
    margin-bottom: 15px;
    padding: 30px;
    background-color: #fff;
    border-radius: 17px;
}

/* 2026-07-10 상품별 개별 노출 — 주문(od_wrap) 안에 상품 블록(od_item) 반복 */
.orderinquiry_only .orderinquiry_form .od_wrap .od_item {
    display: block;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f2f2f2;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_state {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #1b1b1b;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_state span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_state.end {
    color: #999999;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_view {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--main-btn-point-color);
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_view .view_icon {
    font-family: "SUIT", sans-serif;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 0;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    margin: 0;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_item {
    display: block;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_date {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #999999;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #1b1b1b;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_title {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-font-point-color);
    background-color: var(--main-btn-point-color1);
    border-radius: 3px;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #727272;
    cursor: pointer;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_icon {
    font-family: "SUIT", sans-serif;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble {
    position: absolute;
    bottom: 230%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    padding: 12px 10px 9px;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble.is-show {
    opacity: 1;
    visibility: visible;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble::after {
    content: "";
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble p span {
    color: var(--main-font-point-color);
    text-decoration: underline;
    cursor: pointer;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: fit-content;
    height: 40px;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    white-space: nowrap;
    background-color: #f7f7f7;
    border-radius: 5px;
    cursor: pointer;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_item.od_btn_point {
    font-weight: 600;
    color: var(--main-btn-point-color);
    background-color: var(--main-btn-point-color1);
}
/* 포인트 컬러 강조 버튼 (구매확정/리뷰쓰기/교환비결제/반품비결제) — 맨 앞 배치 */
.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_item.od_btn_emph {
    order: -1;
    font-weight: 600;
    color: var(--main-btn-point-color);
    background-color: var(--main-btn-point-color1);
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    gap: 3px;
    width: 40px;
    min-width: 40px;
}

.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_more span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #444444;
    border-radius: 50%;
}

/* ===== 주문상태 필터 / 검색 모달 (UI) ===== */
.oi_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}
/* 모달 표시는 jQuery fadeIn/fadeOut가 제어 (is-open은 열림 상태 표시용 클래스) */
.oi_modal .oi_modal_dim {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.oi_modal .oi_modal_panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.oi_modal.search_oi_modal .oi_modal_panel {
    max-width: 640px;
}
.oi_modal .oi_modal_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.oi_modal .oi_modal_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #1b1b1b;
}
.oi_modal .oi_modal_close {
    display: inline-flex;
    color: #cfcfcf;
    cursor: pointer;
}

/* 필터 모달 목록 */
.oi_modal.filter_oi_modal .oi_filter_list {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}
.oi_modal.filter_oi_modal .oi_filter_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    cursor: pointer;
}
.oi_modal.filter_oi_modal .oi_filter_item .oi_check {
    display: none;
    color: var(--main-btn-point-color);
}
.oi_modal.filter_oi_modal .oi_filter_item.is-active {
    color: var(--main-btn-point-color);
    font-weight: 500;
}
.oi_modal.filter_oi_modal .oi_filter_item.is-active .oi_check {
    display: block;
}

/* 검색 모달 */
.oi_modal.search_oi_modal .oi_modal_body {
    margin-top: 20px;
}
.oi_modal.search_oi_modal .oi_search_field {
    position: relative;
    margin-bottom: 20px;
}
.oi_modal.search_oi_modal .oi_search_input {
    width: 100%;
    height: 46px;
    padding: 0 15px;
    font-size: 16px;
    color: #222222;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.oi_modal.search_oi_modal .oi_search_input::placeholder {
    color: #999999;
}
.oi_modal.search_oi_modal .oi_search_clear {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    cursor: pointer;
}
/* 상품명이 비어있으면(placeholder 노출) 클리어 버튼 숨김 → 텍스트 입력 시에만 노출 */
.oi_modal.search_oi_modal .oi_search_input:placeholder-shown + .oi_search_clear {
    display: none;
}
.oi_modal.search_oi_modal .oi_period_tabs {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}
.oi_modal.search_oi_modal .oi_period_tab {
    flex: 1;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
}
.oi_modal.search_oi_modal .oi_period_tab:first-child {
    border-left: none;
}
.oi_modal.search_oi_modal .oi_period_tab.is-active {
    background-color: var(--main-btn-point-color);
    border-color: var(--main-btn-point-color);
    color: #fff;
}
.oi_modal.search_oi_modal .oi_date_range {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 50px;
    padding: 0 19px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing: border-box;
}
.oi_modal.search_oi_modal .oi_date_field {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}
.oi_modal.search_oi_modal .oi_date_input {
    width: 100%;
    font-size: 15px;
    /* 네이티브 type=date 표기는 OS/브라우저 로케일을 타므로 숨기고(투명),
       표시는 .oi_date_text 오버레이가 담당해 PC/모바일 형식(YYYY.MM.DD)을 통일 */
    color: transparent;
}
/* 오버레이 표기 — JS가 input value를 YYYY.MM.DD로 채움 */
.oi_modal.search_oi_modal .oi_date_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 700;
    color: var(--main-font-point-color);
    white-space: nowrap;
    pointer-events: none;
}
/* 초기 오늘날짜는 placeholder처럼 회색 (기간선택/직접선택 전) */
.oi_modal.search_oi_modal .oi_date_input.oi_untouched + .oi_date_text {
    color: #999999;
    font-weight: 400;
}
/* type=date 네이티브 캘린더 아이콘 숨김 (커스텀 svg 사용) */
.oi_modal.search_oi_modal .oi_date_input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}
/* 네이티브 날짜 표기 텍스트 숨김 (오버레이로 대체) — iOS/안드로이드 WebKit 대응 */
.oi_modal.search_oi_modal .oi_date_input::-webkit-datetime-edit {
    color: transparent;
}
.oi_modal.search_oi_modal .oi_date_input::placeholder {
    color: #999999;
    font-weight: 400;
}
.oi_modal.search_oi_modal .oi_date_field > svg {
    flex-shrink: 0;
    color: #999999;
}
.oi_modal.search_oi_modal .oi_date_sep {
    flex-shrink: 0;
    color: #999999;
    font-weight: 400;
}
.oi_modal.search_oi_modal .oi_date_range:focus-within,
.oi_modal.search_oi_modal .oi_date_range.is-selected {
    border-color: var(--main-btn-point-color);
}
.oi_modal.search_oi_modal .oi_date_range:focus-within .oi_date_field > svg,
.oi_modal.search_oi_modal .oi_date_range:focus-within .oi_date_sep,
.oi_modal.search_oi_modal .oi_date_range.is-selected .oi_date_field > svg,
.oi_modal.search_oi_modal .oi_date_range.is-selected .oi_date_sep {
    color: var(--main-btn-point-color);
}
.oi_modal.search_oi_modal .oi_status_filter {
    margin-bottom: 30px;
}
.oi_modal.search_oi_modal .oi_status_label {
    margin-bottom: 19px;
    font-size: 16px;
    color: #999999;
}
.oi_modal.search_oi_modal .oi_status_pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 6px;
}
.oi_modal.search_oi_modal .oi_status_pill {
    padding: 9px 15px;
    font-size: 15px;
    line-height: 1;
    color: #888888;
    background-color: #f7f7f7;
    border-radius: 18px;
    cursor: pointer;
}
.oi_modal.search_oi_modal .oi_status_pill.is-active {
    background-color: var(--main-btn-point-color);
    color: #fff;
}
.oi_modal.search_oi_modal .oi_search_submit {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background-color: var(--main-btn-point-color);
    border-radius: 5px;
    cursor: pointer;
}

/* 더보기(문의) 모달 */
.oi_modal.more_oi_modal .oi_modal_panel {
    max-width: 500px;
    text-align: center;
}
.oi_modal.more_oi_modal .oi_more_close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.oi_modal.more_oi_modal .oi_more_body {
    padding-top: 12px;
}
.oi_modal.more_oi_modal .oi_more_thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 19px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}
.oi_modal.more_oi_modal .oi_more_thumb .oi_more_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.oi_modal.more_oi_modal .oi_more_name {
    margin-bottom: 27px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #1b1b1b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.oi_modal.more_oi_modal .oi_more_btns {
    display: flex;
    gap: 6px;
}
.oi_modal.more_oi_modal .oi_more_btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    background-color: #f7f7f9;
    border-radius: 6px;
    cursor: pointer;
}
.oi_modal.more_oi_modal .oi_more_btn svg {
    flex-shrink: 0;
    color: #666666;
}

/* 적용 쿠폰 모달 */
.oi_modal.coupon_oi_modal .oi_modal_panel {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    padding: 35px 25px 40px 35px;
    overflow: hidden;
}
.oi_modal.coupon_oi_modal .oi_modal_head,
.oi_modal.coupon_oi_modal .oi_coupon_foot {
    flex-shrink: 0;
}
.oi_modal.coupon_oi_modal .oi_modal_head {
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}
/* 실제 스크롤 영역 (head/foot 고정, 가운데만 스크롤) */
.oi_modal.coupon_oi_modal .oi_modal_inner {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 25px;
    padding-right: 5px;
    overflow-y: auto;
    /* 스크롤 기능은 유지하되 스크롤바만 숨김 */
    -ms-overflow-style: none;   /* IE/Edge */
    scrollbar-width: none;      /* Firefox */
}
.oi_modal.coupon_oi_modal .oi_modal_inner::-webkit-scrollbar {
    display: none;              /* Chrome/Safari */
}
.oi_modal.coupon_oi_modal .oi_coupon_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
    background-color: #f6f6f6;
    border-radius: 10px;
}
.oi_modal.coupon_oi_modal .oi_coupon_card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 28px 30px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}
.oi_modal.coupon_oi_modal .oi_coupon_card.is-active {
    border-color: var(--main-btn-point-color);
}
.oi_modal.coupon_oi_modal .oi_coupon_card.is-used {
    background-color: rgba(204, 204, 204, 0.35);
}
.oi_modal.coupon_oi_modal .oi_coupon_card.is-used .oi_coupon_name,
.oi_modal.coupon_oi_modal .oi_coupon_card.is-used .oi_coupon_meta dd {
    color: #888888;
}
.oi_modal.coupon_oi_modal .oi_coupon_card.is-used .oi_coupon_cate {
    color: #999999;
    background-color: #e5e5e5;
}
.oi_modal.coupon_oi_modal .oi_coupon_card.is-used .oi_coupon_img {
    opacity: 0.6;
}
.oi_modal.coupon_oi_modal .oi_coupon_card:not(.is-used) {
    cursor: pointer;
}
.oi_modal.coupon_oi_modal .oi_coupon_img {
    flex-shrink: 0;
    width: 132px;
    height: 132px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
}
.oi_modal.coupon_oi_modal .oi_coupon_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.oi_modal.coupon_oi_modal .oi_coupon_info {
    flex: 1;
    min-width: 0;
}
.oi_modal.coupon_oi_modal .oi_coupon_cate {
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: var(--main-btn-point-color);
    background-color: var(--main-btn-point-color1);
    border-radius: 3px;
}
.oi_modal.coupon_oi_modal .oi_coupon_name {
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    color: #222222;
}
.oi_modal.coupon_oi_modal .oi_coupon_meta > div {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.5 ;
}
.oi_modal.coupon_oi_modal .oi_coupon_meta > div:last-child {
    margin-bottom: 0;
}
.oi_modal.coupon_oi_modal .oi_coupon_meta dt {
    flex-shrink: 0;
    width: 70px;
    font-weight: 400;
    color: #aaaaaa;
}
.oi_modal.coupon_oi_modal .oi_coupon_meta dd {
    color: #666666;
}
.oi_modal.coupon_oi_modal .oi_coupon_share {
    flex-shrink: 0;
}
.oi_modal.coupon_oi_modal .oi_coupon_kakao {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #381e1f;
    background-color: #fae100;
    border-radius: 19px;
    white-space: nowrap;
    cursor: pointer;
}
.oi_modal.coupon_oi_modal .oi_coupon_done {
    display: inline-block;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #999999;
    background-color: #e1e1e1;
    border-radius: 19px;
    white-space: nowrap;
}
.oi_modal.coupon_oi_modal .oi_coupon_foot {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
.oi_modal.coupon_oi_modal .oi_coupon_btn {
    min-width: 180px;
    padding: 17px 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
}
.oi_modal.coupon_oi_modal .oi_coupon_cancel {
    color: #333333;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.oi_modal.coupon_oi_modal .oi_coupon_submit {
    color: #fff; 
    background-color: var(--main-btn-point-color);
}

@media (max-width: 991px) {
    /* ===== 주문내역 페이지 (UI) ===== */
    .orderinquiry_only .orderform_title.orderinquiry_tt {
        flex-direction: column;
        gap: 20px;
        padding: 0 0 15px;
        margin-bottom: 0;
    }

    .orderinquiry_only .orderform_title .od_tt {
        font-size: 21px;
    }

    .orderinquiry_only .orderform_title .orderinquiry_tt_right {
        gap: 6px;
        margin-left: auto;
    }

    .orderinquiry_only .orderform_title .orderinquiry_tt_right .order_state_filter {
        gap: 3px;
        padding: 9px 15px;
        font-size: 14px;
        border-radius: 15px;
    }

    .orderinquiry_only .orderform_title .orderinquiry_tt_right .order_search {
        width: 31px;
        height: 31px;
    }

    .orderinquiry_only .orderform_title .orderinquiry_tt_right .order_search svg {
        width: 14px;
        height: 14px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap {
        margin-bottom: 10px;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #f2f2f2;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title {
        margin-bottom: 14px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_state {
        font-size: 14px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_state span {
        font-size: 11px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_view {
        font-size: 12px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info {
        gap: 16px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .image {
        width: 75px;
        height: 75px;
        border-radius: 2.5px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_date {
        font-size: 11px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_title {
        font-size: 13px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_price {
        font-size: 16px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon {
        gap: 10px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_title {
        max-width: 135px;
        padding: 5px 6px;
        font-size: 10px;
        border-radius: 4px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_title span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view {
        font-size: 11px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble {
        top: 170%;
        bottom: auto;
        left: auto;
        right: 0;
        transform: none;
        min-width: 200px;
        padding: 13px 12px;
        border-radius: 2.5px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble::after {
        top: -8%;
        left: auto;
        right: 12%;
        width: 12px;
        height: 12px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_info .od_info_inner .od_info_coupon .coupon_view .view_bubble p {
        font-size: 12px;
        line-height: 17px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn {
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 15px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_item {
        height: 35px;
        padding: 8px;
        font-size: 12px;
        border-radius: 2.5px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_more {
        flex: 0 0 35px;
        gap: 2.5px;
        width: 35px;
        min-width: 35px;
    }

    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_more span {
        width: 2.5px;
        height: 2.5px;
    }

    /* 모바일 배치: 포인트버튼(.od_btn_emph) + 더보기를 첫 줄에, 나머지는 2열(홀수면 마지막이 한 줄 전체) */
    /* 포인트버튼 — 첫 줄, 더보기 옆 공간 채움 */
    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_item.od_btn_emph {
        order: -1;
        flex: 1 1 50%;
    }
    /* 더보기 — 첫 줄 우측(35px 고정은 기존 규칙), 포인트버튼과 같은 줄 */
    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_more {
        order: -1;
    }
    /* 나머지 버튼 — 2열, 마지막이 홀수로 남으면 flex-grow로 한 줄 전체 */
    .orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_btn .od_btn_item:not(.od_btn_emph):not(.od_btn_more) {
        flex: 1 1 calc(50% - 2.5px);
    }


    /* 모달 */
    .oi_modal .oi_modal_panel {
        left: auto;
        top: auto;
        bottom: 0;
        transform: none;
        padding: 44px 25px 20px;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .oi_modal .oi_modal_panel::before {
        content: "";
        position: absolute;
        top: 13px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 40px;
        height: 4px;
        background-color: #e6e6e6;
        border-radius: 2px;
    }

    .oi_modal .oi_modal_title {
        font-size: 16px;
    }

    .oi_modal .oi_modal_close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .oi_modal.filter_oi_modal .oi_filter_list {
        margin-top: 20px;
        padding-top: 6px;
    }

    .oi_modal.filter_oi_modal .oi_filter_item {
        padding: 13px 0;
        font-size: 14px;
    }

    /* 모달 > 더보기 */
    .oi_modal.more_oi_modal .oi_modal_panel {
        max-width: 100%;
    }

    .oi_modal.more_oi_modal .oi_more_thumb {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .oi_modal.more_oi_modal .oi_more_name {
        margin-bottom: 25px;
        font-size: 15px;
    }

    .oi_modal.more_oi_modal .oi_more_btn {
        height: 43px;
        font-size: 13px;
        border-radius: 3px;
    }

    .oi_modal.more_oi_modal .oi_more_btn svg {
        width: 15px;
        height: 15px;
    }

    /* 모달 > 검색 */
    .oi_modal.search_oi_modal .oi_modal_panel {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        max-height: 100vh;
        height: 100%;
        padding: 0;
        border-radius: 0;
        overflow-y: hidden;
    }

    .oi_modal.search_oi_modal .oi_modal_panel::before {
        display: none;
    }

    .oi_modal.search_oi_modal .oi_modal_close {
        display: none;
    }

    /* 헤더: 뒤로가기 + 상품명 입력폼(좌) / 돋보기(우) */
    .oi_modal.search_oi_modal .oi_modal_head {
        flex-shrink: 0;
        gap: 15px;
        padding: 0 15px;
        border-bottom: 1px solid #e1e1e1;
    }
    .oi_modal.search_oi_modal .oi_modal_back,
    .oi_modal.search_oi_modal .oi_search_trigger {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        color: #1b1b1b;
        cursor: pointer;
    }
    /* 헤더 검색 입력폼 (모바일): 남은 폭 채우는 인라인 입력 */
    .oi_modal.search_oi_modal .oi_head_search {
        flex: 1;
        min-width: 0;
        margin-bottom: 0;
    }
    .oi_modal.search_oi_modal .oi_head_search .oi_search_input {
        height: 43px;
        padding: 0;
        font-size: 14px;
        background-color: transparent;
        border-radius: 0;
    }
    .oi_modal.search_oi_modal .oi_head_search .oi_search_clear {
        display: none;
    }

    /* 본문: 남은 높이를 채우고 조회 버튼을 하단에 고정 */
    .oi_modal.search_oi_modal .oi_modal_body {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
        margin-top: 0;
        padding: 25px 15px 15px;
        overflow-y: auto;
    }

    .oi_modal.search_oi_modal .oi_period_tabs {
        margin-bottom: 10px;
        border-radius: 2.5px;
    }

    .oi_modal.search_oi_modal .oi_period_tab {
        height: 43px;
        font-size: 14px;
    }

    .oi_modal.search_oi_modal .oi_date_range {
        height: 43px;
        margin-bottom: 35px;
        padding: 0 14px;
        border-radius: 2.5px;
    }

    .oi_modal.search_oi_modal .oi_date_input,
    .oi_modal.search_oi_modal .oi_date_text {
        font-size: 14px;
    }

    .oi_modal.search_oi_modal .oi_status_filter {
        margin-bottom: 0;
    }

    .oi_modal.search_oi_modal .oi_status_label {
        font-size: 14px;
    }

    .oi_modal.search_oi_modal .oi_status_pills {
        gap: 10px 8px;
    }

    .oi_modal.search_oi_modal .oi_status_pill {
        padding: 11px 13px;
        font-size: 12px;
        border-radius: 17px;
    }

    .oi_modal.search_oi_modal .oi_search_submit {
        flex-shrink: 0;
        margin-top: auto;
        height: 48px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 2.5px;
    }

    /* 모달 > 쿠폰 */
    .oi_modal.coupon_oi_modal .oi_modal_panel {
        max-width: 100%;
        padding: 44px 25px 20px;
    }

    .oi_modal.coupon_oi_modal .oi_modal_head {
        padding-bottom: 20px;
        border-bottom: 0;
    }

    .oi_modal.coupon_oi_modal .oi_modal_inner {
        margin-top: 0;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_list {
        padding: 15px;
        border-radius: 5px;
    }
    
    .oi_modal.coupon_oi_modal .oi_coupon_card {
        position: relative;
        flex-wrap: wrap;
        gap: 13px;
        padding: 20px;
        border-radius: 5px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_img {
        width: 70px;
        height: 70px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_cate {
        margin-bottom: 10px;
        padding: 4px 5px;
        font-size: 10px;
        border-radius: 4px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_name {
        margin-bottom: 0;
        font-size: 15px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_meta {
        width: 100%;
        padding-top: 13px;
        border-top: 1px solid #f2f2f2;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_meta > div {
        font-size: 12px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_meta dt {
        width: 60px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_kakao,
    .oi_modal.coupon_oi_modal .oi_coupon_done {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 7px;
        border-radius: 50%;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_kakao svg {
        width: 20px;
        height: 20px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_card.is-used .oi_coupon_kakao {
        background-color: #e1e1e1;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_card.is-used .oi_coupon_kakao svg {
        fill: #999999;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_share {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_foot {
        margin-top: 20px;
    }

    .oi_modal.coupon_oi_modal .oi_coupon_btn {
        flex: 1;
        min-width: 0;
        padding: 15px;
        font-size: 14px;
        border-radius: 2.5px;
    }
}

body.oi_modal_open {
    overflow: hidden;
}


/* ===== 주문 상세보기 (orderinquiryview) ===== */
/* 공통 */
.order_view_style {
    max-width: 650px;
    margin: 0 auto;
}

.order_view_style .ov_title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #222222;
}

.order_view_style .ov_common {
    margin-bottom: 60px;
}

.order_view_style .ov_common .ov_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.order_view_style .ov_common .ov_top .ov_top_title {
    font-size: 24px;
    font-weight: 500;
    color: #1b1b1b;
}

.order_view_style .ov_common .ov_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 17px;
}

.order_view_style .ov_common .ov_top_arrow {
    flex-shrink: 0;
    color: #1b1b1b;
    cursor: pointer;
}

.order_view_style .ov_common .ov_top_arrow {
    color: #333333;
    transition: transform 0.2s ease;
}

.order_view_style .ov_common .ov_top_sum {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-btn-point-color);
}

.order_view_style .ov_common.ov_item > .ov_top,
.order_view_style .ov_common.ov_payment > .ov_top,
.order_view_style .ov_common.ov_point > .ov_top {
    cursor: pointer;
}

.order_view_style .ov_common.is-collapsed .ov_inner {
    display: none;
}

.order_view_style .ov_common.is-collapsed > .ov_top {
    margin-bottom: 0;
}

.order_view_style .ov_common.is-collapsed .ov_top_arrow {
    transform: rotate(180deg);
}

/* ===== 주문일시 / 주문번호 (ov_meta) ===== */
.order_view_style .ov_common.ov_meta .ov_top {
    justify-content: flex-end;
    margin-bottom: 12px;
}

.order_view_style .ov_common.ov_meta .ov_top .ov_top_btn {
    padding: 8px 9px;
    font-size: 14px;
    font-weight: 700;
    color: #757575 !important;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 3px !important;
}

.order_view_style .ov_common.ov_meta .ov_inner .ov_order_date {
    font-size: 15px;
    line-height: 1;
    color: #999999;
}

.order_view_style .ov_common.ov_meta .ov_inner .ov_order_no {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #1b1b1b;
}

.order_view_style .ov_common.ov_meta .ov_inner .ov_order_no span {
    font-weight: 400;
}

/* ===== 주문상품 (ov_item) ===== */
.order_view_style .ov_common.ov_item .ov_inner {
    gap: 0;
    padding: 0;
}

.order_view_style .ov_common.ov_item .ov_brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #f2f2f2;
}

.order_view_style .ov_common.ov_item .ov_brand .ov_brand_title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #666666;
}

.order_view_style .ov_common.ov_item .ov_brand .ov_btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    border-radius: 3px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.order_view_style .ov_common.ov_item .order_product_box {
    position: relative;
    display: block;
    padding: 25px 30px;

}

.order_view_style .ov_common.ov_item .order_product_box + .order_product_box {
    border: 0;
}

.order_view_style .ov_common.ov_item .order_product_box + .order_product_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #f2f2f2;
}

.order_view_style .ov_common.ov_item .order_product_status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700;
    color: #1b1b1b;
}

.order_view_style .ov_common.ov_item .order_product_status span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.order_view_style .ov_common.ov_item .order_product_inner {
    display: block;
    place-items: flex-start;
    padding: 0;
}

.order_view_style .ov_common.ov_item .order_product_inner > a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order_view_style .ov_common.ov_item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.order_view_style .ov_common.ov_item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order_view_style .ov_common.ov_item .content {
    margin: 0;
}

.order_view_style .ov_common.ov_item .content .content_subname {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
}

.order_view_style .ov_common.ov_item .content .content_name {
    height: auto;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.order_view_style .ov_common.ov_item .content .content_opt {
    display: flex;
    align-items: center;
}

.order_view_style .ov_common.ov_item .content .content_opt + .content_opt {
    margin-top: 2px;
}

.order_view_style .ov_common.ov_item .content .content_opt li {
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #666666;
}

.order_view_style .ov_common.ov_item .content .content_opt li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background: #c6c6c6;
}

.order_view_style .ov_common.ov_item .content .content_opt li.opt_label {
    margin-right: 5px;
    padding: 3px 4px;
    font-size: 11px;
    font-weight: 400;
    color: #999999;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.order_view_style .ov_common.ov_item .content .content_opt li.opt_label::after,
.order_view_style .ov_common.ov_item .content .content_opt li:last-child::after {
    display: none;
}

.order_view_style .ov_common.ov_item .content .content_price {
    margin-top: 10px;
}

.order_view_style .ov_common.ov_item .ov_coupon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.order_view_style .ov_common.ov_item .ov_coupon .coupon_title {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-font-point-color);
    background-color: var(--main-btn-point-color1);
    border-radius: 3px;
}
.order_view_style .ov_common.ov_item .ov_coupon .coupon_title svg {
    flex-shrink: 0;
}
.order_view_style .ov_common.ov_item .ov_coupon .coupon_title span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.order_view_style .ov_common.ov_item .ov_coupon .coupon_view {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #727272;
    cursor: pointer;
}
.order_view_style .ov_common.ov_item .ov_coupon .coupon_view .view_icon {
    font-family: "SUIT", sans-serif;
}

.order_view_style .ov_common.ov_item .ord_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
}
.order_view_style .ov_common.ov_item .ord_btn .ord_btn_item {
    flex: 1 1 calc(25% - 4.5px); /* PC: 한 줄 최대 4개 (홀수 남으면 flex-grow로 채움) */
    width: auto;
    height: auto;
    margin: 0;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #444444;
    background-color: #f7f7f9;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
/* 한 줄 전체 차지 (구매확정 / 후기쓰기) — 상단 배치 */
.order_view_style .ov_common.ov_item .ord_btn .ord_btn_full {
    flex: 0 0 100%;
    order: -1;
}
/* 구매확정 / 리뷰쓰기 — 연보라 강조 */
.order_view_style .ov_common.ov_item .ord_btn .confirm-btn,
.order_view_style .ov_common.ov_item .ord_btn .review-btn,
.order_view_style .ov_common.ov_item .ord_btn .ord_btn_emph {
    color: var(--main-btn-point-color);
    background-color: #ececfb;
    font-weight: 500;
}
/* 교환/반품 추가금 결제완료 — 비활성 표시 */
.order_view_style .ov_common.ov_item .ord_btn .ord_btn_done {
    color: #999999;
    background-color: #f2f2f2;
    cursor: default;
}

.order_view_style .ov_common.ov_item .ov_cancel_all {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #444444;
    background-color: #f7f7f9;
    border-radius: 5px;
    cursor: pointer;
}

.order_view_style .ov_common.ov_item .ov_cancel {
    padding: 30px;
    border-top: 1px solid #eeeeee;
}

.order_view_style .ov_common.ov_item .ov_cancel_toggle,
.order_view_style .ov_common.ov_item .cancel-all-btn {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #444444;
    background-color: #f7f7f9;
    border-radius: 5px;
    cursor: pointer;
}

.order_view_style .ov_common.ov_item .ov_cancel.is-open .ov_cancel_toggle {
    display: none;
}

.order_view_style .ov_common.ov_item .ov_cancel_form {
    display: none;
}

.order_view_style .ov_common.ov_item .ov_cancel.is-open .ov_cancel_form {
    display: block;
}

.order_view_style .ov_common.ov_item .ov_cancel_row {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.order_view_style .ov_common.ov_item .ov_cancel_row .ov_cancel_field {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.order_view_style .ov_common.ov_item .ov_cancel_field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.order_view_style .ov_common.ov_item .ov_cancel_label {
    flex-shrink: 0;
    width: 75px;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}

.order_view_style .ov_common.ov_item .ov_cancel_input,
.order_view_style .ov_common.ov_item .ov_cancel_select {
    flex: 1;
    width: 100%;
    height: 45px;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.order_view_style .ov_common.ov_item .ov_cancel_select_wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
}
.order_view_style .ov_common.ov_item .ov_cancel_select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 28px;
    cursor: pointer;
}
.order_view_style .ov_common.ov_item .ov_cancel_select_wrap::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;
    transform: rotate(45deg);
    pointer-events: none;
}

.order_view_style .ov_common.ov_item .ov_cancel_submit {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #444444;
    background-color: #f7f7f9;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.order_view_style .ov_common.ov_item .ov_cancel_submit.is-active {
    color: #fff;
    background-color: var(--main-btn-point-color);
}

.order_view_style .ov_common.ov_item .ov_cancel_done {
    margin-top: 20px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    text-align: left;
}

.order_view_style .ov_common.ov_item .ov_cancel_done .ov_cancel_reason_title {
    font-size: 14px;
    font-weight: 500;
    color: #f86e78;
}

.order_view_style .ov_common.ov_item .ov_cancel_done .ov_cancel_reason_title span {
    color: #999999;
    font-weight: 300;
}

/* ===== 배송지 (ov_payment) ===== */
.order_view_style .ov_common.ov_receipt .ov_receipt_item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #1b1b1b;
}

.order_view_style .ov_common.ov_receipt .ov_receipt_item.ov_receipt_name {
    font-size: 17px;
    font-weight: 700;
}

.order_view_style .ov_common.ov_receipt .ov_receipt_item.ov_receipt_hp {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}

/* ===== 결제정보 (ov_payment) ===== */
.order_view_style .ov_common.ov_payment .ov_inner {
    gap: 0;
}

.order_view_style .ov_common.ov_payment .ov_pay_group {
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
}

.order_view_style .ov_common.ov_payment .ov_pay_group:first-child {
    padding-top: 0;
    border-top: 0;
}

.order_view_style .ov_common.ov_payment .ov_pay_group:last-child {
    padding-bottom: 0;
}

.order_view_style .ov_common.ov_payment .ov_pay_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.order_view_style .ov_common.ov_payment .ov_pay_sub + .ov_pay_sub {
    margin-top: 10px;
}

.order_view_style .ov_common.ov_payment .ov_pay_main + .ov_pay_sub {
    margin-top: 16px;
}

.order_view_style .ov_common.ov_payment .ov_pay_main + .ov_pay_main {
    margin-top: 18px;
}

.order_view_style .ov_common.ov_payment .ov_pay_main .ov_pay_label,
.order_view_style .ov_common.ov_payment .ov_pay_main .ov_pay_val {
    font-size: 16px;
    font-weight: 700;
    color: #666666;
}

.order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_label,
.order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_val {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_label {
    position: relative;
    padding-left: 18px;
}

.order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_label::before {
    content: "└ ";
    position: absolute;
    left: 0;
    top: 0;
    color: #dcdcdc;
}

.order_view_style .ov_common.ov_payment .ov_pay_paid .ov_pay_label,
.order_view_style .ov_common.ov_payment .ov_pay_paid .ov_pay_val {
    color: var(--main-btn-point-color);
}

.order_view_style .ov_common.ov_payment .ov_pay_copy {
    display: inline-flex;
    margin-left: 4px;
    color: #999999;
    cursor: pointer;
    vertical-align: middle;
}

.order_view_style .ov_common.ov_payment .ov_pay_receipt {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.order_view_style .ov_common.ov_payment .ov_pay_receipt_txt {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.order_view_style .ov_common.ov_payment .ov_pay_btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: var(--main-btn-point-color);
    border-radius: 3px;
}

/* ===== 포인트 혜택 (ov_point) ===== */
.order_view_style .ov_common.ov_point .ov_inner {
    gap: 0;
}

.order_view_style .ov_common.ov_point .ov_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_view_style .ov_common.ov_point .ov_point_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.order_view_style .ov_common.ov_point .ov_point_sub + .ov_point_sub {
    margin-top: 10px;
}

.order_view_style .ov_common.ov_point .ov_point_main + .ov_point_sub {
    margin-top: 16px;
}

.order_view_style .ov_common.ov_point .ov_point_sub + .ov_point_main {
    margin-top: 18px;
}

.order_view_style .ov_common.ov_point .ov_point_main .ov_point_label,
.order_view_style .ov_common.ov_point .ov_point_main .ov_point_val {
    font-size: 16px;
    font-weight: 700;
    color: #666666;
}

.order_view_style .ov_common.ov_point .ov_point_sub .ov_point_label,
.order_view_style .ov_common.ov_point .ov_point_sub .ov_point_val {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.order_view_style .ov_common.ov_point .ov_point_sub .ov_point_label {
    position: relative;
    padding-left: 18px;
}

.order_view_style .ov_common.ov_point .ov_point_sub .ov_point_label::before {
    content: "└ ";
    position: absolute;
    left: 0;
    top: 0;
    color: #dcdcdc;
}

.order_view_style .ov_common.ov_point .ov_point_label {
    display: inline-flex;
    align-items: center;
}

.order_view_style .ov_common.ov_point .ov_point_help {
    position: relative;
    display: inline-flex;
    margin-left: 4px;
    color: #bbbbbb;
    cursor: pointer;
}

.order_view_style .ov_common.ov_point .ov_point_tip {
    position: absolute;
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    gap: 8px;
    width: max-content;
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
}
.order_view_style .ov_common.ov_point .ov_point_help:hover .ov_point_tip,
.order_view_style .ov_common.ov_point .ov_point_help:focus .ov_point_tip,
.order_view_style .ov_common.ov_point .ov_point_help:focus-within .ov_point_tip {
    display: flex;
}

/* 환불정보 — 메인 행(환불 금액) 포인트색 강조 (포인트혜택 ov_point 구조 재사용) */
.order_view_style .ov_common.ov_refund .ov_point_main .ov_point_label,
.order_view_style .ov_common.ov_refund .ov_point_main .ov_point_val {
    color: var(--main-btn-point-color);
}


/* ===== 배송조회 모달 ===== */
.oi_modal.delivery_oi_modal .oi_modal_head {
    flex-shrink: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.oi_modal.delivery_oi_modal .ov_dv_body {
    margin-top: 55px;
}

.oi_modal.delivery_oi_modal .ov_dv_hero {
    margin-bottom: 40px;
    text-align: center;
}

.oi_modal.delivery_oi_modal .ov_dv_hero_date {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--main-btn-point-color);
}

.oi_modal.delivery_oi_modal .ov_dv_hero_desc {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #999999;
}

.oi_modal.delivery_oi_modal .ov_dv_product {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;

}

.oi_modal.delivery_oi_modal .ov_dv_product_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.oi_modal.delivery_oi_modal .ov_dv_thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #e9e9e9;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}

.oi_modal.delivery_oi_modal .ov_dv_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oi_modal.delivery_oi_modal .ov_dv_pinfo {
    flex: 1;
    min-width: 0;
}

.oi_modal.delivery_oi_modal .ov_dv_pname {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oi_modal.delivery_oi_modal .ov_dv_pdate {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.oi_modal.delivery_oi_modal .ov_dv_info {
    padding: 20px 9px 0;
}

.oi_modal.delivery_oi_modal .ov_dv_info > div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.oi_modal.delivery_oi_modal .ov_dv_info > div:last-child {
    margin-bottom: 0;
}

.oi_modal.delivery_oi_modal .ov_dv_info dt {
    flex-shrink: 0;
    width: 63px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}

.oi_modal.delivery_oi_modal .ov_dv_info dd {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #333333;
}

.oi_modal.delivery_oi_modal .ov_dv_tel {
    display: inline-flex;
    color: #555555;
}

.oi_modal.delivery_oi_modal .ov_dv_timeline {
    margin-top: 20px;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.oi_modal.delivery_oi_modal .ov_dv_timeline li {
    position: relative;
    display: flex;
    gap: 9px;
    padding-bottom: 20px;
}

.oi_modal.delivery_oi_modal .ov_dv_timeline li:last-child {
    padding-bottom: 0;
}

.oi_modal.delivery_oi_modal .ov_dv_timeline li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 24px;
    bottom: -2px;
    width: 2px;
    transform: translateX(-50%);
    background-color: #e1e1e1;
}

.oi_modal.delivery_oi_modal .ov_dv_dot {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    margin: 7px 7px 0;
    background-color: #e1e1e1;
    border-radius: 50%;
}

.oi_modal.delivery_oi_modal .ov_dv_timeline li.is-done .ov_dv_dot {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: var(--main-btn-point-color);
}

.oi_modal.delivery_oi_modal .ov_dv_dot svg {
    display: none;
}
.oi_modal.delivery_oi_modal .ov_dv_timeline li.is-done .ov_dv_dot svg {
    display: block;
}

.oi_modal.delivery_oi_modal .ov_dv_step_name {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.oi_modal.delivery_oi_modal .ov_dv_timeline li.is-done .ov_dv_step_name {
    color: var(--main-btn-point-color);
}

.oi_modal.delivery_oi_modal .ov_dv_step_date {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
}

/* ===== 취소 요청 모달 (cancel_oi_modal) ===== */
.oi_modal.cancel_oi_modal .oi_modal_panel {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    max-height: 86vh;
}

.oi_modal.cancel_oi_modal .oi_modal_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.oi_modal.cancel_oi_modal .ov_cm_scroll {
    flex: 0 1 auto;
    min-height: 0;
    margin-top: 25px;
    overflow-y: auto;

}

.oi_modal.cancel_oi_modal .ov_cm_box_wrap {
    max-height: 35vh;
    overflow-y: auto;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.oi_modal.cancel_oi_modal .ov_cm_all {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
}

.oi_modal.cancel_oi_modal .ov_cm_all_txt {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.oi_modal.cancel_oi_modal .ov_cm_list {
    padding: 0 30px;
}

.oi_modal.cancel_oi_modal .ov_cm_item + .ov_cm_item {
    border-top: 1px solid #e9e9e9;
}

.oi_modal.cancel_oi_modal .ov_cm_row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    cursor: pointer;
}

.oi_modal.cancel_oi_modal .ov_cm_chk,
.oi_modal.cancel_oi_modal .ov_cm_all_chk {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.oi_modal.cancel_oi_modal .ov_cm_check {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1.5px solid #cfcfcf;
    border-radius: 50%;
    background-color: #fff;
}

.oi_modal.cancel_oi_modal .ov_cm_check svg {
    opacity: 0;
}

.oi_modal.cancel_oi_modal .ov_cm_chk:checked + .ov_cm_check,
.oi_modal.cancel_oi_modal .ov_cm_all_chk:checked + .ov_cm_check {
    background-color: var(--main-btn-point-color);
    border-color: var(--main-btn-point-color);
}

.oi_modal.cancel_oi_modal .ov_cm_chk:checked + .ov_cm_check svg,
.oi_modal.cancel_oi_modal .ov_cm_all_chk:checked + .ov_cm_check svg {
    opacity: 1;
}

.oi_modal.cancel_oi_modal .ov_cm_thumb {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.oi_modal.cancel_oi_modal .ov_cm_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oi_modal.cancel_oi_modal .ov_cm_info {
    flex: 1;
    min-width: 0;
}

.oi_modal.cancel_oi_modal .ov_cm_subname {
    display: block;
    font-size: 13px;
    color: #666666;
}

.oi_modal.cancel_oi_modal .ov_cm_name {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.oi_modal.cancel_oi_modal .ov_cm_opt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
}

.oi_modal.cancel_oi_modal .ov_cm_opt .opt_label {
    font-style: normal;
    padding: 2px 4px;
    font-size: 12px;
    color: #999999;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.oi_modal.cancel_oi_modal .ov_cm_opt .opt_val,
.oi_modal.cancel_oi_modal .ov_cm_opt .opt_qty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 85%;
}

.oi_modal.cancel_oi_modal .ov_cm_opt .opt_qty::before {
    content: "|";
    margin-right: 6px;
    color: #c6c6c6;
}

.oi_modal.cancel_oi_modal .ov_cm_price {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #1b1b1b;
}

.oi_modal.cancel_oi_modal .ov_cm_form {
    margin-top: 20px;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.oi_modal.cancel_oi_modal .ov_cm_field_row {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

.oi_modal.cancel_oi_modal .ov_cm_field_row .ov_cm_field {
    flex: 1;
    min-width: 0;
}

.oi_modal.cancel_oi_modal .ov_cm_field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.oi_modal.cancel_oi_modal .ov_cm_field:last-child {
    margin-bottom: 0;
}

.oi_modal.cancel_oi_modal .ov_cm_label {
    flex-shrink: 0;
    width: 85px;
    font-size: 16px;
    color: #444444;
}

.oi_modal.cancel_oi_modal .ov_cm_input,
.oi_modal.cancel_oi_modal .ov_cm_select {
    flex: 1;
    width: 100%;
    height: 45px;
    padding: 0 12px;
    font-size: 14px;
    color: #222222;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.oi_modal.cancel_oi_modal .ov_cm_select_wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
}

.oi_modal.cancel_oi_modal .ov_cm_select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 28px;
    cursor: pointer;
}

.oi_modal.cancel_oi_modal .ov_cm_select_wrap::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-right: 1.5px solid #777777;
    border-bottom: 1.5px solid #777777;
    transform: rotate(45deg);
    pointer-events: none;
}

.oi_modal.cancel_oi_modal .ov_cm_foot {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 30px 30px 10px;
}

.oi_modal.cancel_oi_modal .ov_cm_btn {
    min-width: 140px;
    padding: 17px 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
}

.oi_modal.cancel_oi_modal .ov_cm_cancel {
    color: #333333;
    background-color: #f6f6f6;
}

.oi_modal.cancel_oi_modal .ov_cm_submit {
    color: #fff;
    background-color: var(--main-btn-point-color);
}


@media (max-width: 991px) {
    /* ===== 주문 상세보기 (orderinquiryview) ===== */
    /* 공통 */
    .order_view_style.orderinquiryview .order_product_info {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .order_view_style.orderinquiryview .order_product_info::after {
        display: none;
    }

    .order_view_style .ov_title {
        margin-bottom: 35px;
        font-size: 21px;
        font-weight: 500;
    }

    .order_view_style .ov_common {
        margin-bottom: 35px;
    }

    .order_view_style .ov_common .ov_top {
        margin-bottom: 15px;
    }

    .order_view_style .ov_common .ov_top .orderform_item {
        padding-bottom: 0;
    }

    .order_view_style .ov_common .ov_top .orderform_item::after {
        display: none;
    }

    .order_view_style .ov_common .ov_top .ov_top_title {
        font-size: 15px;
        font-weight: 700;
    }

    .order_view_style .ov_common .ov_inner {
        gap: 12px;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .order_view_style .ov_common .ov_top_arrow {
        width: 18px;
        height: 18px;
    }

    .order_view_style .ov_common .ov_top_sum {
        gap: 4px;
        font-size: 14px;
    }

    /* ===== 주문일시 / 주문번호 (ov_meta) ===== */
    .order_view_style .ov_common.ov_meta .ov_top {
        margin-bottom: 10px;
    }

    .order_view_style .ov_common.ov_meta .ov_top > p {
        display: flex;
        gap: 6px;
        width: 100%;
    }

    .order_view_style .ov_common.ov_meta .ov_top .ov_top_btn {
        flex: 1;
        padding: 10px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        border-radius: 4px !important;
    }

    .order_view_style .ov_common.ov_meta .ov_inner .ov_order_date {
        font-size: 13px;
    }

    .order_view_style .ov_common.ov_meta .ov_inner .ov_order_no {
        font-size: 15px;
        font-weight: 500;
    }

    .order_view_style .ov_common.ov_meta .ov_inner .ov_order_no span {
        font-weight: 500;
    }

    /* ===== 주문상품 (ov_item) ===== */
    .order_view_style .ov_common.ov_item .ov_inner {
        gap: 0;
        padding: 0;
    }

    .order_view_style .ov_common.ov_item .ov_brand {
        padding: 20px 15px;
    }

    .order_view_style .ov_common.ov_item .ov_brand .ov_brand_title {
        font-size: 14px;
    }

    .order_view_style .ov_common.ov_item .ov_brand .ov_btn_more {
        padding: 7px 15px;
        font-size: 12px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .order_product_box {
        padding: 20px 15px;
    }

    .order_view_style .ov_common.ov_item .order_product_box + .order_product_box::before {
        left: 15px;
        width: calc(100% - 30px);
    }

    .order_view_style .ov_common.ov_item .order_product_status {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .order_view_style .ov_common.ov_item .order_product_status span {
        font-size: 11px;
    }

    .order_view_style .ov_common.ov_item .order_product_inner > a {
        gap: 15px;
    }

    .order_view_style .ov_common.ov_item .image {
        width: 75px;
        height: 75px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .content .content_subname {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .order_view_style .ov_common.ov_item .content .content_name {
        font-size: 13px;
    }

    .order_view_style .ov_common.ov_item .content .content_opt li {
        font-size: 11px;
    }

    .order_view_style .ov_common.ov_item .content .content_opt li::after {
        height: 12px;
    }

    .order_view_style .ov_common.ov_item .content .content_opt li.opt_label {
        font-size: 10px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .content .content_price {
        margin-top: 10px;
    }

    .order_view_style .ov_common.ov_item .ov_coupon {
        margin-top: 8px;
    }

    .order_view_style .ov_common.ov_item .ov_coupon .coupon_title {
        padding: 5px 6px;
        font-size: 10px;
        border-radius: 4px;
    }

    .order_view_style .ov_common.ov_item .ov_coupon .coupon_view {
        font-size: 11px;
    }

    .order_view_style .ov_common.ov_item .ord_btn {
        gap: 5px;
        margin-top: 15px;
    }
    .order_view_style .ov_common.ov_item .ord_btn .ord_btn_item {
        padding: 12px;
        font-size: 12px;
        border-radius: 2.5px;
    }
    /* 모바일: 전체행(구매확정/리뷰) 제외 나머지는 2개씩, 홀수면 마지막이 한 줄 전체 (flex-grow로 채움) */
    .order_view_style .ov_common.ov_item .ord_btn .ord_btn_item:not(.ord_btn_full) {
        flex: 1 1 calc(50% - 2.5px);
    }

    .order_view_style .ov_common.ov_item .ov_cancel_all {
        font-size: 12px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel {
        padding: 15px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_toggle,
    .order_view_style .ov_common.ov_item .cancel-all-btn {
        padding: 14px;
        font-size: 12px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_row {
        gap: 6px;
        margin-bottom: 8px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_field {
        gap: 5px;
        margin-bottom: 8px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_label {
        width: 50px;
        font-size: 13px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_input,
    .order_view_style .ov_common.ov_item .ov_cancel_select {
        height: 40px;
        font-size: 12px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_select {
        padding-right: 14px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_select_wrap::after {
        right: 13px;
        width: 5px;
        height: 5px;
        margin-top: -3px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_submit {
        margin-top: 15px;
        padding: 14px;
        font-size: 12px;
        border-radius: 2.5px;
    }

    .order_view_style .ov_common.ov_item .ov_cancel_done {
        margin-top: 15px;
        padding: 20px 15px;
        border-radius: 2.5px;
    }
    
    .order_view_style .ov_common.ov_item .ov_cancel_done .ov_cancel_reason_title {
        font-size: 12px;
    }

    /* ===== 배송지 (ov_payment) ===== */
    .order_view_style .ov_common.ov_receipt .ov_receipt_item {
        font-size: 14px;
    }

    .order_view_style .ov_common.ov_receipt .ov_receipt_item.ov_receipt_name {
        font-size: 14px;
    }

    .order_view_style .ov_common.ov_receipt .ov_receipt_item.ov_receipt_hp {
        font-size: 14px;
    }

    /* ===== 결제정보 (ov_payment) ===== */
    .order_view_style .ov_common.ov_payment .ov_pay_row {
        gap: 10px;
    }

    .order_view_style .ov_common.ov_payment .ov_pay_main .ov_pay_label,
    .order_view_style .ov_common.ov_payment .ov_pay_main .ov_pay_val {
        font-size: 14px;
    }

    .order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_label,
    .order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_val {
        font-size: 12px;
    }

    .order_view_style .ov_common.ov_payment .ov_pay_sub .ov_pay_label {
        padding-left: 13px;
    }

    .order_view_style .ov_common.ov_payment .ov_pay_copy svg {
        width: 13px;
        height: 13px;
    }

    .order_view_style .ov_common.ov_payment .ov_pay_receipt_txt {
        font-size: 12px;
    }

    .order_view_style .ov_common.ov_payment .ov_pay_btn {
        font-size: 12px;
        border-radius: 4px;
    }

    /* ===== 포인트 혜택 (ov_point) ===== */
    .order_view_style .ov_common.ov_point .ov_point_row {
        gap: 10px;
    }

    .order_view_style .ov_common.ov_point .ov_point_main .ov_point_label,
    .order_view_style .ov_common.ov_point .ov_point_main .ov_point_val {
        font-size: 14px;
    }

    .order_view_style .ov_common.ov_point .ov_point_sub .ov_point_label,
    .order_view_style .ov_common.ov_point .ov_point_sub .ov_point_val {
        font-size: 12px;
    }

    .order_view_style .ov_common.ov_point .ov_point_sub .ov_point_label {
        padding-left: 13px;
    }

    .order_view_style .ov_common.ov_point .ov_point_tip {
        top: 130%;
        gap: 6px;
        padding: 13px;
        font-size: 12px;
        border-radius: 2.5px;
    }

    /* ===== 배송조회 모달 ===== */
    .oi_modal.delivery_oi_modal .oi_modal_head {
        padding-bottom: 20px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_body {
        margin-top: 30px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_hero {
        margin-bottom: 30px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_hero_date {
        font-size: 21px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_hero_desc {
        font-size: 13px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_product {
        padding: 20px 15px;
        border-radius: 5px;

    }

    .oi_modal.delivery_oi_modal .ov_dv_product_inner {
        gap: 15px;
        padding-bottom: 15px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_thumb {
        width: 40px;
        height: 40px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_pname {
        font-size: 13px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_pdate {
        font-size: 12px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_info {
        padding: 15px 0 0;
    }

    .oi_modal.delivery_oi_modal .ov_dv_info > div {
        gap: 8px;
        margin-bottom: 11px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_info dt {
        width: 55px;
        font-size: 13px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_info dd {
        font-size: 13px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_tel svg {
        width: 12px;
        height: 12px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_timeline {
        margin-top: 10px;
        padding: 15px;
        border-radius: 5px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_timeline li:not(:last-child)::before {
        left: 8px;
        top: 20px;
        bottom: -2px;
        width: 2px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_dot {
        margin: 4px 4px 0;
    }

    .oi_modal.delivery_oi_modal .ov_dv_timeline li.is-done .ov_dv_dot {
        width: 17px;
        height: 17px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_step_name {
        font-size: 13px;
    }

    .oi_modal.delivery_oi_modal .ov_dv_step_date {
        font-size: 11px;
    }
    
    /* ===== 취소 요청 모달 (cancel_oi_modal) ===== */
    .oi_modal.cancel_oi_modal .oi_modal_panel {
        width: 100%;
        max-width: none;
        max-height: 90vh;
    }
    .oi_modal.cancel_oi_modal .oi_modal_head {
        padding-bottom: 20px;
        border-bottom: 0;
    }

    .oi_modal.cancel_oi_modal .ov_cm_scroll {
        margin-top: 0;
    }

    .oi_modal.cancel_oi_modal .ov_cm_box_wrap {
        max-height: 30vh;
        border-radius: 5px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_all {
        padding: 20px 15px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_all_txt {
        font-size: 14px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_list {
        padding: 0 15px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_row {
        gap: 10px;
        padding: 15px 0;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_check {
        width: 20px;
        height: 20px;
        border: 1px solid #cfcfcf;
    }

    .oi_modal.cancel_oi_modal .ov_cm_thumb {
        flex-shrink: 0;
        width: 75px;
        height: 75px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_subname {
        font-size: 11px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_name {
        font-size: 13px;
        font-weight: 500;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_opt {
        gap: 8px;
        font-size: 12px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_opt .opt_label {
        font-size: 10px;
        border-radius: 4px;
    }

    .oi_modal.cancel_oi_modal .ov_cm_opt .opt_val,
    .oi_modal.cancel_oi_modal .ov_cm_opt .opt_qty {
        max-width: 70%;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_opt .opt_qty::before {
        margin-right: 5px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_price {
        margin-top: 9px;
        font-size: 15px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_form {
        margin-top: 10px;
        padding: 20px 15px;
        border-radius: 5px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_field_row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_field {
        display: block;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_label {
        width: 100%;
        margin-bottom: 13px;
        font-size: 14px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_input,
    .oi_modal.cancel_oi_modal .ov_cm_select {
        height: 40px;
        font-size: 12px;
        border-radius: 2.5px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_select {
        padding-right: 14px;
    }
    
    .oi_modal.cancel_oi_modal .ov_cm_select_wrap::after {
        right: 13px;
        width: 5px;
        height: 5px;
        margin-top: -3px;
    }

    .oi_modal.cancel_oi_modal .ov_cm_foot {
        padding: 14px 0 0;
    }

    .oi_modal.cancel_oi_modal .ov_cm_btn {
        flex: 1;
        min-width: 0;
        padding: 14px 15px;
        font-size: 14px;
        border-radius: 2.5px;
    }
}

/* 구매확정/취소완료 — 상태 텍스트 회색(#999) (리스트 .od_state.end와 동일 톤) */
.order_view_style .ov_common.ov_item .order_product_status.end {
    color: #999999;
}

/* 교환/반품 진행 상태값 — 빨강 강조 (리스트 od_state / 상세 order_product_status) */
.orderinquiry_only .orderinquiry_form .od_wrap .od_item .od_title .od_state.is-refund {
    color: #f86e78;
}
.order_view_style .ov_common.ov_item .order_product_status.is-refund {
    color: #f86e78;
}

/* 교환/반품 사유·상세사유 (상세페이지, view_refund) */
.order_view_style .ov_common.ov_item .ov_refund_reason {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f2f2f2;
}
.order_view_style .ov_common.ov_item .ov_refund_reason_row {
    display: flex;
    gap: 16px;
}
.order_view_style .ov_common.ov_item .ov_refund_reason_row + .ov_refund_reason_row {
    margin-top: 8px;
}
.order_view_style .ov_common.ov_item .ov_refund_reason_label {
    flex-shrink: 0;
    width: 70px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.order_view_style .ov_common.ov_item .ov_refund_reason_val {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    color: #1b1b1b;
}

@media (max-width: 991px) {
    .order_view_style .ov_common.ov_item .ov_refund_reason_label {
        width: 56px;
        font-size: 13px;
    }
    .order_view_style .ov_common.ov_item .ov_refund_reason_val {
        font-size: 13px;
    }
}
