/* META HINT Shop Subpages — Grafen-style
   List · Item · Search · Cart · Mypage */

   :root {
    --mh-sub-ink: #111;
    --mh-sub-muted: #666;
    --mh-sub-faint: #999;
    --mh-sub-line: #e5e5e5;
    --mh-sub-accent: #e85a1a;
    --mh-sub-inner: 1680px;
    --mh-sub-pad: clamp(16px, 3vw, 48px);
}

/* ---- 서브 레이아웃 ---- */
#container.mh-container--sub,
#container.mh-container--sub > .mh-shop-content--sub {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mh-shop-content--sub {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 14px;
    color: var(--mh-sub-ink);
    line-height: 1.6;
    letter-spacing: -0.02em;
}

/* 서브페이지 타이틀 */
.mh-shop-content--sub > #wrapper_title,
.mh-shop-content--sub > .mh-page-title {
    width: 100%;
    max-width: var(--mh-sub-inner);
    margin: 0 auto;
    padding: clamp(32px, 4vw, 48px) var(--mh-sub-pad) 20px;
    box-sizing: border-box;
    font-size: clamp(22px, 2.2vw, 28px) !important;
    font-weight: 400 !important;
    text-align: center;
    color: var(--mh-sub-ink) !important;
    border: none !important;
    background: transparent !important;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

/* 서브페이지 공통 inner */
.mh-shop-content--sub #sct,
.mh-shop-content--sub #ssch,
.mh-shop-content--sub #sit,
.mh-shop-content--sub #sod_bsk,
.mh-shop-content--sub #sod_frm,
.mh-shop-content--sub #sod_fin,
.mh-shop-content--sub #sod_v,
.mh-shop-content--sub #sod_inquiry,
.mh-shop-content--sub #sod_inquiryview,
.mh-shop-content--sub #sev,
.mh-shop-content--sub #sod_ws,
.mh-shop-content--sub #sod_wish,
.mh-shop-content--sub #couponzone,
.mh-shop-content--sub .ctt,
.mh-shop-content--sub #mh_mypage {
    width: 100%;
    max-width: var(--mh-sub-inner);
    margin-left: auto;
    margin-right: auto;
    padding: clamp(24px, 4vw, 48px) var(--mh-sub-pad) clamp(48px, 6vw, 80px);
    box-sizing: border-box;
}

.mh-shop-content--sub > #wrapper_title + #sod_frm,
.mh-shop-content--sub > #wrapper_title + #sod_bsk,
.mh-shop-content--sub > #wrapper_title + #sod_v,
.mh-shop-content--sub > #wrapper_title + #sod_inquiry,
.mh-shop-content--sub > #wrapper_title + #sod_fin,
.mh-shop-content--sub > .mh-page-title + #sod_v,
.mh-shop-content--sub > .mh-page-title + #sod_frm,
.mh-shop-content--sub > .mh-page-title + #sod_bsk,
.mh-shop-content--sub > #wrapper_title + form#forderform #sod_frm,
.mh-shop-content--sub > .mh-page-title + form#forderform #sod_frm {
    padding-top: 0 !important;
}

.mh-shop-content--sub > form#forderform {
    width: 100%;
    max-width: var(--mh-sub-inner);
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--mh-sub-pad) clamp(48px, 6vw, 80px);
    box-sizing: border-box;
}

.mh-shop-content--sub > #wrapper_title + form#forderform,
.mh-shop-content--sub > .mh-page-title + form#forderform {
    padding-top: 0 !important;
}

.mh-shop-content--sub > form#forderform #sod_frm {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.mh-shop-content--sub #mh_mypage {
    padding-top: clamp(32px, 4vw, 48px);
}

#sct_location {
    display: none !important;
}

/* ---- 리스트: 카테고리 탭 (모바일 전용, 가로) ---- */
.mh-list-tabs {
    display: none;
}

.mh-list-tabs__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--mh-sub-line);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mh-list-tabs__item {
    flex: 1 1 0;
    min-width: 0;
}

.mh-list-tabs__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--mh-sub-ink);
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid var(--mh-sub-line);
    transition: background 0.2s, font-weight 0.2s;
}

.mh-list-tabs__item:last-child a {
    border-right: none;
}

.mh-list-tabs__item.is-active a,
.mh-list-tabs__item a:hover {
    background: #fafafa;
    font-weight: 600;
}

/* ---- 리스트: 타이틀 + 툴바 ---- */
.mh-list-head {
    text-align: center;
    margin-bottom: 28px;
}

.mh-list-head__title {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--mh-sub-ink);
}

.mh-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    /* padding: 16px 0 24px; */
    /* margin-bottom: 28px; */
}

.mh-list-toolbar__count {
    font-size: 14px;
    color: var(--mh-sub-muted);
}

.mh-list-toolbar__count strong {
    font-weight: 600;
    color: var(--mh-sub-ink);
}

.mh-sort .sct_sort_select,
#sct_sort .sct_sort_select {
    min-width: 140px;
    height: 40px;
    padding: 0 36px 0 14px;
    border: 1px solid var(--mh-sub-line);
    border-radius: 0;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;
    font-family: inherit;
    font-size: 14px;
    color: var(--mh-sub-ink);
    appearance: none;
    cursor: pointer;
}

#sct_sortlst {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
}

#sct_ct_1 {
    display: none;
}

/* ---- 리스트: 상품 그리드 (그라펜 카드) ---- */
.mh-shop-content--sub .sct.sct_10,
.mh-shop-content--sub ul.sct,
.mh-shop-content--sub .sct_10.lists-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 24px);
    list-style: none;
    padding: 0;
    margin: 0;
}

.mh-shop-content--sub .sct_li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    transform: none !important;
    height: auto !important;
}

.mh-shop-content--sub .sct_li:hover {
    transform: none !important;
}

.mh-shop-content--sub .mh-list-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.mh-shop-content--sub .sct_img,
.mh-shop-content--sub .mh-list-card__thumb {
    position: relative;
    background: #fafafa;
    border-radius: 0px;
    overflow: hidden;
    aspect-ratio: 1;
    /* border: 1px solid #f0f0f0; */
}

.mh-shop-content--sub .sct_img a,
.mh-shop-content--sub .mh-list-card__thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
}

.mh-shop-content--sub .sct_img img,
.mh-shop-content--sub .mh-list-card__thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
    transition: transform 0.35s ease;
}

.mh-shop-content--sub .sct_li:hover .sct_img img {
    transform: scale(1.03);
}

.mh-shop-content--sub .sct_op_btn,
.mh-shop-content--sub .sct_sns_wrap {
    display: none !important;
}

/* 호버 시 장바구니 빠른 담기 */
.mh-shop-content--sub .sct_img,
.mh-shop-content--sub .mh-list-card__thumb {
    position: relative;
}

.mh-shop-content--sub .sct_btn.mh-list-card__cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    background: rgba(17, 17, 17, 0.82);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 4;
}

.mh-shop-content--sub .sct_li:hover .sct_btn.mh-list-card__cart,
.mh-shop-content--sub .sct_li.mh-cart-open .sct_btn.mh-list-card__cart,
.mh-shop-content--sub .sct_li.overlay .sct_btn.mh-list-card__cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mh-shop-content--sub .sct_btn.mh-list-card__cart .btn_cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 16px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.mh-shop-content--sub .sct_btn.mh-list-card__cart .btn_cart:hover {
    background: rgba(255, 255, 255, 0.08);
}

.mh-shop-content--sub .sct_btn.mh-list-card__cart .btn_cart svg {
    flex-shrink: 0;
}

.mh-shop-content--sub .cart-layer {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: none;
    background: rgba(255, 255, 255, 0.96);
    padding: 16px;
    overflow-y: auto;
}

.mh-shop-content--sub .cart-layer.sct_cartop {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mh-shop-content--sub .cart-layer form {
    width: 100%;
    font-size: 14px;
}

.mh-shop-content--sub .cart-layer select {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
}

.mh-shop-content--sub .cart-layer .cartopt_cart_btn,
.mh-shop-content--sub .cart-layer .btn_submit {
    width: 100%;
    height: 44px;
    margin-top: 8px;
    background: var(--mh-sub-ink);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.mh-shop-content--sub .cart-layer .cartopt_close_btn {
    margin-top: 8px;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid var(--mh-sub-line);
    font-size: 14px;
    cursor: pointer;
}

.mh-shop-content--sub .sit_icon_li {
    display: none !important;
}

.mh-shop-content--sub .sct_ct_wrap,
.mh-shop-content--sub .mh-list-card__body {
    padding: 16px 4px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mh-shop-content--sub .sct_star {
    margin-bottom: 6px;
    font-size: 14px;
}

.mh-shop-content--sub .sct_star .sit_star {
    height: 14px;
    width: auto;
}

.mh-shop-content--sub .mh-list-card__review {
    font-size: 14px;
    color: var(--mh-sub-faint);
    margin-bottom: 8px;
}

.mh-shop-content--sub .mh-list-card__review .mh-star-on {
    color: var(--mh-sub-accent);
}

.mh-shop-content--sub .sct_txt,
.mh-shop-content--sub .sct_txt a,
.mh-shop-content--sub .mh-list-card__name {
    font-size: 18px;
    font-weight: 600;
    color: var(--mh-sub-ink);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* margin-bottom: 6px; */
}

.mh-shop-content--sub .sct_txt a:hover {
    color: var(--mh-sub-ink);
    opacity: 0.75;
}

.mh-shop-content--sub .sct_basic,
.mh-shop-content--sub .mh-list-card__spec {
    font-size: 14px;
    color: var(--mh-sub-faint);
    margin-bottom: 10px;
    line-height: 1.4;
}

.mh-shop-content--sub .sct_bottom,
.mh-shop-content--sub .mh-list-card__price-wrap {
    margin-top: auto;
}

.mh-shop-content--sub .mh-list-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
    line-height: 1.4;
}

.mh-shop-content--sub .mh-list-card__rate {
    font-size: 14px;
    font-weight: 500;
    color: var(--mh-sub-accent);
}

.mh-shop-content--sub .sct_cost,
.mh-shop-content--sub .mh-list-card__sale {
    font-size: 16px;
    font-weight: 600;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .sct_cost del,
.mh-shop-content--sub .sct_dict,
.mh-shop-content--sub .mh-list-card__origin {
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    text-decoration: line-through;
}

.mh-shop-content--sub .sct_noitem {
    text-align: center;
    padding: 80px 0;
    font-size: 15px;
    color: var(--mh-sub-muted);
}

/* ---- 페이지네이션 ---- */
.mh-shop-content--sub .pg_wrap {
    margin: 48px 0 0 !important;
    padding: 0 !important;
}

.mh-shop-content--sub .pg_page,
.mh-shop-content--sub .pg_current {
    min-width: 36px !important;
    height: 36px !important;
    line-height: 34px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    border-color: var(--mh-sub-line) !important;
}

.mh-shop-content--sub .pg_current {
    background: var(--mh-sub-ink) !important;
    border-color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .pg_page:hover {
    border-color: var(--mh-sub-ink) !important;
    color: var(--mh-sub-ink) !important;
}

/* ---- 서브 공통: 타이포·링크·폼 ---- */
.mh-shop-content--sub a {
    color: var(--mh-sub-ink);
    font-size: 14px;
    font-weight: 400;
}

.mh-shop-content--sub a:hover {
    color: #333;
}

.mh-shop-content--sub h1,
.mh-shop-content--sub h2,
.mh-shop-content--sub h3,
.mh-shop-content--sub h4 {
    font-family: inherit;
    color: var(--mh-sub-ink);
    letter-spacing: -0.03em;
}

.mh-shop-content--sub input[type="text"],
.mh-shop-content--sub input[type="password"],
.mh-shop-content--sub input[type="tel"],
.mh-shop-content--sub input[type="email"],
.mh-shop-content--sub input[type="number"],
.mh-shop-content--sub select,
.mh-shop-content--sub textarea {
    font-family: inherit;
    font-size: 14px;
    color: var(--mh-sub-ink);
    border: 1px solid var(--mh-sub-line);
    border-radius: 0;
}

.mh-shop-content--sub input:focus,
.mh-shop-content--sub select:focus,
.mh-shop-content--sub textarea:focus {
    border-color: var(--mh-sub-ink);
    outline: none;
}

.mh-shop-content--sub button.btn_submit,
.mh-shop-content--sub input.btn_submit,
.mh-shop-content--sub a.btn_submit,
.mh-shop-content--sub .btn_confirm:not(#display_pay_button),
.mh-shop-content--sub .btn01:not(#display_pay_button .btn01) {
    background: var(--mh-sub-ink) !important;
    border-color: var(--mh-sub-ink) !important;
    border-radius: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.mh-shop-content--sub .btn_submit:hover,
.mh-shop-content--sub .btn_confirm:hover,
.mh-shop-content--sub .btn01:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.mh-shop-content--sub .btn02,
.mh-shop-content--sub .btn_cancel {
    border-radius: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid var(--mh-sub-line) !important;
    background: #fff !important;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .tbl_head01,
.mh-shop-content--sub .tbl_head02,
.mh-shop-content--sub .tbl_head03,
.mh-shop-content--sub .tbl_frm01 {
    font-size: 14px;
}

.mh-shop-content--sub .tbl_head01 thead th,
.mh-shop-content--sub .tbl_head02 thead th,
.mh-shop-content--sub .tbl_head03 thead th {
    background: #fafafa !important;
    color: var(--mh-sub-ink) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    border-top: 1px solid var(--mh-sub-line) !important;
    border-bottom: 1px solid var(--mh-sub-line) !important;
    padding: 14px 12px !important;
}

.mh-shop-content--sub .tbl_head01 tbody td,
.mh-shop-content--sub .tbl_head02 tbody td,
.mh-shop-content--sub .tbl_head03 tbody td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .tbl_frm01 th {
    font-size: 14px;
    font-weight: 500;
    color: var(--mh-sub-muted);
    padding: 12px 16px 12px 0;
    vertical-align: top;
}

.mh-shop-content--sub .tbl_frm01 td {
    padding: 10px 0;
    font-size: 14px;
}

/* ---- 검색 페이지 (Grafen-style) ---- */
.mh-shop-content--sub #ssch,
.mh-shop-content--sub .mh-search-page {
    padding-top: clamp(32px, 4vw, 48px) !important;
}

.mh-shop-content--sub #ssch > h2,
.mh-shop-content--sub .mh-search-page__title {
    font-size: clamp(22px, 2.2vw, 28px) !important;
    font-weight: 400 !important;
    text-align: center;
    border: none !important;
    padding: 0 0 20px !important;
    margin: 0 0 32px !important;
    color: var(--mh-sub-ink) !important;
    background: transparent !important;
    letter-spacing: -0.03em;
}

.mh-shop-content--sub #ssch > h2 strong,
.mh-shop-content--sub .mh-search-page__title strong {
    font-weight: 600;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub #ssch > h2 .ssch_result_total,
.mh-shop-content--sub .mh-search-page__title .ssch_result_total {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--mh-sub-muted);
}

.mh-shop-content--sub #ssch_frm,
.mh-shop-content--sub .mh-search-page__form {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 auto 40px !important;
    max-width: 640px;
}

.mh-shop-content--sub .mh-search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--mh-sub-ink);
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.mh-shop-content--sub .mh-search-bar__input,
.mh-shop-content--sub #ssch_q {
    flex: 1;
    min-width: 0;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    font-size: 16px !important;
    color: var(--mh-sub-ink) !important;
    outline: none;
    box-shadow: none !important;
}

.mh-shop-content--sub .mh-search-bar__btn,
.mh-shop-content--sub #ssch .btn_submit {
    flex-shrink: 0;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: var(--mh-sub-ink) !important;
    font-size: 0 !important;
    line-height: 1;
    cursor: pointer;
}

.mh-shop-content--sub .mh-search-page__cate,
.mh-shop-content--sub #ssch_cate {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.mh-shop-content--sub .mh-search-page__cate ul,
.mh-shop-content--sub #ssch_cate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mh-shop-content--sub .mh-search-page__cate li a,
.mh-shop-content--sub #ssch_cate li a {
    padding: 0;
    font-size: 14px;
    color: var(--mh-sub-muted);
    border: none;
    background: transparent;
    text-decoration: none;
}

.mh-shop-content--sub .mh-search-page__cate li a:hover,
.mh-shop-content--sub #ssch_cate li a:hover,
.mh-shop-content--sub .mh-search-page__sort li.active a,
.mh-shop-content--sub #ssch_sort_all li.active a {
    color: var(--mh-sub-ink);
    font-weight: 500;
}

.mh-shop-content--sub .mh-search-page__sort,
.mh-shop-content--sub #ssch_sort_all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    border: none;
}

.mh-shop-content--sub .mh-search-page__sort li a,
.mh-shop-content--sub #ssch_sort_all li a {
    padding: 0;
    font-size: 14px;
    color: var(--mh-sub-muted);
    border: none;
    background: transparent;
    text-decoration: none;
}

.mh-shop-content--sub .mh-search-page__sort li a:hover,
.mh-shop-content--sub #ssch_sort_all li a:hover {
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-search-page__empty,
.mh-shop-content--sub .sct_nofile {
    padding: 80px 16px;
    text-align: center;
    color: var(--mh-sub-muted);
    font-size: 14px;
    border: 1px dashed var(--mh-sub-line);
}

.mh-shop-content--sub .ssch_option,
.mh-shop-content--sub .tooltip_icon,
.mh-shop-content--sub .tooltip {
    display: none !important;
}

/* ---- 위시리스트 ---- */
.mh-shop-content--sub .mh-wishlist-page {
    padding-top: clamp(32px, 4vw, 48px) !important;
}

.mh-shop-content--sub .mh-wishlist-page__title {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    text-align: center;
    margin: 0 0 32px;
    padding: 0;
    border: none;
    color: var(--mh-sub-ink);
    letter-spacing: -0.03em;
}

.mh-shop-content--sub .mh-wishlist {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub .mh-wishlist__item {
    display: grid;
    grid-template-columns: 40px 100px minmax(0, 1fr) 40px;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub .mh-wishlist__chk {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mh-shop-content--sub .mh-wishlist__chk input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.mh-shop-content--sub .mh-wishlist__chk-box {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--mh-sub-line);
    background: #fff;
}

.mh-shop-content--sub .mh-wishlist__chk input:checked + .mh-wishlist__chk-box {
    background: var(--mh-sub-ink);
    border-color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-wishlist__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fafafa;
    overflow: hidden;
    text-decoration: none;
}

.mh-shop-content--sub .mh-wishlist__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mh-shop-content--sub .mh-wishlist__thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fafafa;
    color: var(--mh-sub-muted);
    font-size: 12px;
    border: 1px solid var(--mh-sub-line);
    box-sizing: border-box;
}

.mh-shop-content--sub .mh-wishlist__name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--mh-sub-ink);
    text-decoration: none;
    margin-bottom: 6px;
}

.mh-shop-content--sub .mh-wishlist__price {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-wishlist__date {
    margin: 0;
    font-size: 13px;
    color: var(--mh-sub-muted);
}

.mh-shop-content--sub .mh-wishlist__del {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mh-sub-muted);
    text-decoration: none;
}

.mh-shop-content--sub .mh-wishlist__del:hover {
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-wishlist__empty {
    padding: 80px 16px;
    text-align: center;
    color: var(--mh-sub-muted);
    font-size: 14px;
    border-bottom: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub .mh-wishlist__actions,
.mh-shop-content--sub #sod_ws_act {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
    padding: 0;
}

.mh-shop-content--sub .mh-wishlist__btn {
    min-width: 160px;
    height: 48px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
}

.mh-shop-content--sub .mh-wishlist__btn--light {
    background: #fff !important;
    color: var(--mh-sub-ink) !important; /* metahint.css button[type=submit] color !important 충돌 */
    border: 1px solid var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .mh-wishlist__btn--dark {
    background: var(--mh-sub-ink) !important;
    color: #fff !important;
    border: 1px solid var(--mh-sub-ink) !important;
}

/* ---- 상품 상세 ---- */
.mh-shop-content--sub .mh-item-wrap {
    max-width: none;
    margin: 0;
    padding: 0 0 40px;
}

.mh-shop-content--sub .mh-item-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 56px);
    padding-bottom: 40px;
    border-bottom: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub .mh-breadcrumb {
    font-size: 13px;
    color: var(--mh-sub-faint);
    margin-bottom: 16px;
    letter-spacing: 0;
}

.mh-shop-content--sub .mh-breadcrumb a {
    color: var(--mh-sub-faint);
}

.mh-shop-content--sub .mh-breadcrumb a:hover {
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-item-title,
.mh-shop-content--sub #sit_title {
    font-family: inherit !important;
    font-size: clamp(22px, 2.5vw, 30px) !important;
    font-weight: 500 !important;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .mh-item-desc {
    font-size: 14px;
    color: var(--mh-sub-muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.mh-shop-content--sub .mh-gallery-main {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}

.mh-shop-content--sub .mh-gallery-thumbs li:hover {
    border-color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-price-table th {
    font-size: 14px;
    font-weight: 400;
    color: var(--mh-sub-muted);
    width: 110px;
    padding: 10px 0;
}

.mh-shop-content--sub .mh-price-table td {
    font-size: 14px;
    padding: 10px 0;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-price,
.mh-shop-content--sub #sit_tot_price strong {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .mh-option-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-option-section select,
.mh-shop-content--sub .mh-select,
.mh-shop-content--sub .sit_option select {
    height: 44px;
    padding: 0 14px;
    font-family: inherit;
    border-radius: 0;
}

.mh-shop-content--sub .mh-action-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.mh-shop-content--sub .mh-btn-buy,
.mh-shop-content--sub .sit_btn_buy {
    flex: 2;
    min-height: 52px;
    background: var(--mh-sub-ink) !important;
    border: 1px solid var(--mh-sub-ink) !important;
    border-radius: 0 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #fff !important;
}

.mh-shop-content--sub .mh-btn-buy:hover,
.mh-shop-content--sub .sit_btn_buy:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.mh-shop-content--sub .mh-btn-cart,
.mh-shop-content--sub .mh-btn-wish,
.mh-shop-content--sub .sit_btn_cart,
.mh-shop-content--sub .sit_btn_wish {
    flex: 1;
    min-height: 52px;
    background: #fff !important;
    border: 1px solid var(--mh-sub-ink) !important;
    border-radius: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub .mh-btn-cart:hover,
.mh-shop-content--sub .mh-btn-wish:hover {
    background: #fafafa !important;
}

.mh-shop-content--sub .mh-related {
    padding: 48px 0;
    border-bottom: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub .mh-related-inner {
    max-width: none;
    padding: 0;
}

.mh-shop-content--sub .mh-related-title {
    font-family: inherit;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 8px;
}

.mh-shop-content--sub .mh-related-sub {
    text-align: center;
    font-size: 14px;
    color: var(--mh-sub-muted);
    margin-bottom: 28px;
}

.mh-shop-content--sub .mh-tabs-section {
    max-width: none;
    padding: 0 0 clamp(32px, 4vw, 48px);
}

.mh-shop-content--sub .mh-tab-nav {
    border: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub .mh-tab-nav li button {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: var(--mh-sub-muted);
    background: #fafafa;
    border-right: 1px solid var(--mh-sub-line);
    padding: 14px 12px;
}

.mh-shop-content--sub .mh-tab-nav li button.selected,
.mh-shop-content--sub .mh-tab-nav li button:hover {
    color: var(--mh-sub-ink);
    background: #fff;
    font-weight: 500;
}

.mh-shop-content--sub .mh-tab-nav li button.selected {
    border-bottom: 2px solid var(--mh-sub-ink);
    font-weight: 600;
}

.mh-shop-content--sub .mh-tab-pane {
    padding: 32px 0 0;
}

.mh-shop-content--sub .mh-detail-content {
    font-size: 14px;
    line-height: 1.8;
    color: var(--mh-sub-muted);
}

.mh-shop-content--sub .mh-review-heading {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid var(--mh-sub-ink);
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.mh-shop-content--sub .mh-info-heading {
    font-size: 16px;
    font-weight: 500;
    margin: 32px 0 16px;
}

.mh-shop-content--sub .mh-info-table {
    border-top: 1px solid var(--mh-sub-ink);
}

.mh-shop-content--sub .mh-info-table th,
.mh-shop-content--sub .mh-info-table td {
    font-size: 14px;
    padding: 12px 16px;
}

.mh-shop-content--sub .mh-ship-block h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.mh-shop-content--sub .mh-ship-block p,
.mh-shop-content--sub .mh-ship-block div {
    font-size: 14px;
    color: var(--mh-sub-muted);
    line-height: 1.8;
}

.mh-shop-content--sub #sps_sch,
.mh-shop-content--sub #sqa_sch {
    background: #fafafa;
    border: 1px solid var(--mh-sub-line);
    border-radius: 0;
    padding: 20px;
    margin-bottom: 24px;
}

.mh-shop-content--sub #sit_use_wbtn a,
.mh-shop-content--sub #sit_qa_wbtn a {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

.mh-shop-content--sub #sit_use_wbtn .btn01,
.mh-shop-content--sub #sit_qa_wbtn .btn01 {
    background: var(--mh-sub-ink) !important;
    border-color: var(--mh-sub-ink) !important;
}

/* ---- 장바구니 ---- */
.mh-shop-content--sub #sod_bsk.od_prd_list {
    float: none;
    clear: both;
}

.mh-shop-content--sub #sod_bsk .tbl_head03.tbl_wrap,
.mh-shop-content--sub #sod_bsk .tbl_head03 table {
    width: 100%;
}

.mh-shop-content--sub #sod_bsk_list .tbl_head03 th {
    background: #fafafa !important;
    color: var(--mh-sub-ink) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid var(--mh-sub-line) !important;
    padding: 14px 12px !important;
    text-align: center;
}

.mh-shop-content--sub #sod_bsk_list .tbl_head03 td {
    padding: 16px 12px !important;
    font-size: 14px !important;
    border-bottom: none !important;
    text-align: center;
    vertical-align: middle;
}

.mh-shop-content--sub #sod_bsk_list .td_prd {
    text-align: left !important;
}

.mh-shop-content--sub #sod_bsk #sod_bsk_tot {
    margin: 28px 0 !important;
    border: 1px solid var(--mh-sub-line) !important;
    background: transparent !important;
}

.mh-shop-content--sub #sod_bsk #sod_bsk_tot ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mh-shop-content--sub #sod_bsk #sod_bsk_tot li {
    float: none !important;
    flex: 1 1 33.333%;
    min-width: 0;
    background: var(--mh-sub-ink) !important;
    color: #fff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    text-align: center !important;
    padding: 20px 16px !important;
    font-size: 14px !important;
}

.mh-shop-content--sub #sod_bsk #sod_bsk_tot li:first-child {
    border-left: none !important;
}

.mh-shop-content--sub #sod_bsk #sod_bsk_tot li span {
    float: none !important;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    opacity: 0.85;
}

.mh-shop-content--sub #sod_bsk #sod_bsk_tot strong,
.mh-shop-content--sub #sod_bsk #sod_bsk_tot b {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
    display: inline-block;
}

.mh-shop-content--sub #sod_bsk_act {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    text-align: center;
}

.mh-shop-content--sub #sod_bsk_act .btn_submit,
.mh-shop-content--sub #sod_bsk_act .btn01,
.mh-shop-content--sub #sod_bsk_act a,
.mh-shop-content--sub #sod_bsk_act button {
    min-width: 160px;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}

.mh-shop-content--sub .btn_cart_del {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px 0 !important;
    border-bottom: 1px solid var(--mh-sub-line) !important;
}

.mh-shop-content--sub .btn_cart_del button {
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    border: 1px solid var(--mh-sub-line);
    background: #fff;
    color: var(--mh-sub-ink);
    border-radius: 0;
    cursor: pointer;
}

.mh-shop-content--sub .empty_table {
    padding: 48px 16px !important;
    text-align: center;
    color: var(--mh-sub-muted);
    font-size: 14px;
}

/* ---- 주문서 ---- */
.mh-shop-content--sub #sod_frm {
    max-width: none !important;
    font-size: 14px;
}

.mh-shop-content--sub #sod_frm.sod_frm_pc {
    display: flex !important;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
}

.mh-shop-content--sub .sod_left {
    flex: 1 1 0 !important;
    min-width: 0;
    width: auto !important;
    float: none !important;
}

.mh-shop-content--sub .sod_right {
    width: 360px !important;
    flex-shrink: 0;
    float: none !important;
    position: sticky;
    top: 88px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mh-shop-content--sub #sod_frm section h2,
.mh-shop-content--sub #sod_frm .sod_left h2,
.mh-shop-content--sub #sod_frm_orderer h2,
.mh-shop-content--sub #sod_frm_taker h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--mh-sub-ink) !important;
    background: #fafafa !important;
    border-bottom: 1px solid var(--mh-sub-line) !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    letter-spacing: -0.02em;
}

.mh-shop-content--sub #sod_frm_orderer,
.mh-shop-content--sub #sod_frm_taker {
    border: 1px solid var(--mh-sub-line) !important;
    border-radius: 0 !important;
    margin-bottom: 24px;
    overflow: hidden;
}

.mh-shop-content--sub #sod_frm .tbl_frm01 {
    padding: 16px 20px !important;
}

.mh-shop-content--sub #sod_frm .tbl_frm01 th {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--mh-sub-muted) !important;
    padding: 10px 16px 10px 0 !important;
    width: 110px;
    vertical-align: top;
}

.mh-shop-content--sub #sod_frm .tbl_frm01 td {
    font-size: 14px !important;
    padding: 8px 0 !important;
}

.mh-shop-content--sub #sod_frm .frm_input,
.mh-shop-content--sub #sod_frm textarea {
    font-size: 14px !important;
    border-radius: 0 !important;
}

.mh-shop-content--sub #sod_frm .btn_address,
.mh-shop-content--sub #sod_frm .tbl_frm01 td .addr button {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 14px !important;
    background: var(--mh-sub-ink) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.mh-shop-content--sub #sod_frm .btn_address:hover,
.mh-shop-content--sub #sod_frm .tbl_frm01 td .addr button:hover {
    background: #333 !important;
}

.mh-shop-content--sub #sod_frm .od_prd_list {
    margin-bottom: 24px;
}

.mh-shop-content--sub #sod_frm .od_prd_list th {
    background: #fafafa !important;
    color: var(--mh-sub-ink) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid var(--mh-sub-line) !important;
}

.mh-shop-content--sub #sod_frm .od_prd_list td {
    font-size: 14px !important;
    padding: 14px 10px !important;
    border-bottom: none !important;
}

/* 주문서 우측 사이드 — 통일 카드 */
.mh-shop-content--sub #sod_frm #sod_bsk_tot,
.mh-shop-content--sub .sod_right #sod_bsk_tot,
.mh-shop-content--sub #forderform #sod_bsk_tot {
    border: 1px solid var(--mh-sub-line) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background: #fff;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot .sod_bsk_coupon::before,
.mh-shop-content--sub #sod_frm #sod_bsk_tot .sod_bsk_dvr::before,
.mh-shop-content--sub .sod_right #sod_bsk_tot .sod_bsk_coupon::before,
.mh-shop-content--sub .sod_right #sod_bsk_tot .sod_bsk_dvr::before {
    display: none !important;
    content: none !important;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot ul,
.mh-shop-content--sub .sod_right #sod_bsk_tot ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot li,
.mh-shop-content--sub .sod_right #sod_bsk_tot li {
    position: static !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 0 !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border-right: none !important;
    background: #fff !important;
    color: var(--mh-sub-ink) !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    text-align: left !important;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot li span,
.mh-shop-content--sub .sod_right #sod_bsk_tot li span {
    float: none !important;
    display: inline !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--mh-sub-muted) !important;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot li strong,
.mh-shop-content--sub .sod_right #sod_bsk_tot li strong {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--mh-sub-ink) !important;
    display: inline !important;
    margin: 0 !important;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot .sod_bsk_cnt,
.mh-shop-content--sub .sod_right #sod_bsk_tot .sod_bsk_cnt {
    background: #fafafa !important;
    border-bottom: none !important;
    font-weight: 500;
}

.mh-shop-content--sub #sod_frm #sod_bsk_tot .sod_bsk_cnt strong,
.mh-shop-content--sub .sod_right #sod_bsk_tot .sod_bsk_cnt strong,
.mh-shop-content--sub #sod_frm #sod_bsk_tot #ct_tot_price {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub #sod_frm_pay {
    border: 1px solid var(--mh-sub-line) !important;
    border-radius: 0 !important;
    background: #fff;
    margin: 0 !important;
    overflow: hidden;
}

.mh-shop-content--sub #sod_frm_pay > h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #fafafa !important;
    border-bottom: 1px solid var(--mh-sub-line) !important;
    padding: 14px 20px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl {
    padding: 0 20px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl table {
    width: 100%;
    border-collapse: collapse;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl th,
.mh-shop-content--sub #sod_frm_pay .pay_tbl td {
    font-size: 14px !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: top;
    background: transparent !important;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl th {
    width: 96px;
    font-weight: 400 !important;
    color: var(--mh-sub-muted) !important;
    text-align: left;
    padding-right: 12px !important;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl td {
    text-align: right;
    color: var(--mh-sub-ink) !important;
    line-height: 1.5;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl td strong {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl .mh-pay-note,
.mh-shop-content--sub #sod_frm_pay .pay_tbl td .mh-pay-note {
    display: block;
    margin-top: 6px;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: var(--mh-sub-muted) !important;
    line-height: 1.5;
    text-align: right;
}

.mh-shop-content--sub #sod_frm_pay .pay_tbl .btn_frmline {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 10px !important;
    font-size: 12px !important;
    border: 1px solid var(--mh-sub-line) !important;
    background: #fff !important;
    color: var(--mh-sub-ink) !important;
    border-radius: 0 !important;
}

.mh-shop-content--sub #sod_frm_pay #od_tot_price {
    margin: 0 !important;
    padding: 18px 20px !important;
    border: none !important;
    border-top: 1px solid var(--mh-sub-line) !important;
    border-radius: 0 !important;
    text-align: center;
    background: #fafafa;
}

.mh-shop-content--sub #sod_frm_pay #od_tot_price span {
    display: block;
    font-size: 13px;
    color: var(--mh-sub-muted);
    margin-bottom: 6px;
}

.mh-shop-content--sub #sod_frm_pay #od_tot_price strong,
.mh-shop-content--sub #od_tot_price strong {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--mh-sub-ink) !important;
}

.mh-shop-content--sub #od_pay_sl {
    padding: 16px 20px 20px;
    border-top: 1px solid #f0f0f0;
}

.mh-shop-content--sub #od_pay_sl h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 0 12px;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub #sod_frm_pt_alert {
    margin: 0 0 12px;
    padding: 10px 12px;
    font-size: 12px !important;
    line-height: 1.6;
    color: var(--mh-sub-muted) !important;
    background: #fafafa;
    border: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub #sod_frm_pt_alert strong {
    color: var(--mh-sub-ink);
    font-weight: 500;
}

.mh-shop-content--sub #sod_frm_paysel {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border: none !important;
    padding: 0;
    margin: 0;
}

.mh-shop-content--sub #sod_frm_paysel input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.mh-shop-content--sub #sod_frm_paysel label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 14px !important;
    border: 1px solid var(--mh-sub-line);
    background: #fff;
    cursor: pointer;
    margin: 0;
    border-radius: 0 !important;
}

.mh-shop-content--sub #sod_frm_paysel input:checked + label,
.mh-shop-content--sub #sod_frm_paysel label:hover {
    border-color: var(--mh-sub-ink);
    font-weight: 500;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub .sod_frm_point {
    font-size: 14px !important;
    padding: 12px 0 0;
    margin-top: 12px;
    border-top: 1px solid #f0f0f0;
    background: transparent !important;
    border-radius: 0 !important;
}

.mh-shop-content--sub #sod_frm_pt {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 8px;
    font-size: 13px;
    color: var(--mh-sub-muted);
}

.mh-shop-content--sub #settle_bank {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
}

.mh-shop-content--sub #display_pay_button.btn_confirm {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 !important;
    padding: 0;
    text-align: center;
}

.mh-shop-content--sub #display_pay_button .btn_submit {
    flex: 1;
    max-width: 200px;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: var(--mh-sub-ink) !important;
    border: 1px solid var(--mh-sub-ink) !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.mh-shop-content--sub #display_pay_button .btn01 {
    flex: 1;
    max-width: 200px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px !important;
    line-height: 1 !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: var(--mh-sub-ink) !important;
    border: 1px solid var(--mh-sub-ink) !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.mh-shop-content--sub #display_pay_button .btn_submit:hover {
    background: #333 !important;
    border-color: #333 !important;
}

.mh-shop-content--sub #display_pay_button .btn01:hover {
    background: #fafafa !important;
}

/* ---- 주문조회 ---- */
.mh-shop-content--sub #sod_v .tbl_head03 {
    border-top: 1px solid var(--mh-sub-line);
}

.mh-shop-content--sub #sod_v .empty_table {
    padding: 80px 16px !important;
    text-align: center;
    color: var(--mh-sub-muted);
    font-size: 14px;
}

.mh-shop-content--sub #sod_v .pg_wrap {
    margin-top: 32px;
    text-align: center;
}

/* ---- 주문조회 / 이벤트 / 위시 / 쿠폰 ---- */
.mh-shop-content--sub #sod_inquiry > h2,
.mh-shop-content--sub #sev > h2,
.mh-shop-content--sub #sod_wish > h2,
.mh-shop-content--sub #couponzone > h2,
.mh-shop-content--sub #sod_fin > h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 0;
    border: none;
    color: var(--mh-sub-ink);
}

.mh-shop-content--sub #sev_list .sev_img img {
    border-radius: 8px;
}

/* ---- 반응형 ---- */
@media (max-width: 1200px) {
    .mh-shop-content--sub .sct.sct_10,
    .mh-shop-content--sub ul.sct {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mh-shop-content--sub .sct.sct_10,
    .mh-shop-content--sub ul.sct {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {
    .mh-list-tabs {
        display: block;
        margin-bottom: 20px;
    }

    .mh-list-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .mh-sort .sct_sort_select,
    #sct_sort .sct_sort_select {
        width: 100%;
    }

    .mh-shop-content--sub .mh-item-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mh-shop-content--sub .mh-action-btns {
        flex-direction: column;
    }

    .mh-shop-content--sub .mh-btn-buy,
    .mh-shop-content--sub .mh-btn-cart,
    .mh-shop-content--sub .mh-btn-wish {
        flex: none;
        width: 100%;
    }

    .mh-shop-content--sub .mh-tab-nav li {
        flex: 1 1 50%;
    }

    .mh-shop-content--sub .mh-shipping-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mh-shop-content--sub #ssch_frm,
    .mh-shop-content--sub .mh-search-page__form {
        max-width: none;
    }

    .mh-shop-content--sub .mh-wishlist__item {
        grid-template-columns: 32px 72px minmax(0, 1fr) 32px;
        gap: 12px;
        padding: 16px 0;
    }

    .mh-shop-content--sub .mh-wishlist__thumb {
        width: 72px;
        height: 72px;
    }

    .mh-shop-content--sub .mh-wishlist__actions {
        flex-direction: column;
    }

    .mh-shop-content--sub .mh-wishlist__btn {
        width: 100%;
        min-width: 0;
    }

    .mh-shop-content--sub #sod_frm.sod_frm_pc {
        flex-direction: column;
    }

    .mh-shop-content--sub .sod_right {
        width: 100% !important;
        position: static;
    }

    .mh-shop-content--sub #display_pay_button.btn_confirm {
        flex-direction: row !important;
    }

    .mh-shop-content--sub #display_pay_button .btn_submit,
    .mh-shop-content--sub #display_pay_button .btn01 {
        max-width: none;
    }

    .mh-shop-content--sub #sod_bsk #sod_bsk_tot li {
        flex: 1 1 100%;
        border-left: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mh-shop-content--sub #sod_bsk #sod_bsk_tot li:first-child {
        border-top: none;
    }

    .mh-shop-content--sub #sod_bsk_act {
        flex-direction: column;
        align-items: stretch;
    }

    .mh-shop-content--sub #sod_bsk_act .btn_submit,
    .mh-shop-content--sub #sod_bsk_act .btn01,
    .mh-shop-content--sub #sod_bsk_act a,
    .mh-shop-content--sub #sod_bsk_act button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mh-shop-content--sub .sct.sct_10,
    .mh-shop-content--sub ul.sct {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mh-shop-content--sub .sct_ct_wrap,
    .mh-shop-content--sub .mh-list-card__body {
        padding: 12px 2px 6px;
    }

    .mh-shop-content--sub .sct_txt a,
    .mh-shop-content--sub .mh-list-card__name {
        font-size: 14px;
    }
}
