ol.bd_lst.bd_tmb_lst { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
    gap: 20px 10px; 
    padding: 16px 1%; 
    list-style: none; 
    margin: 0; 
}
ol.bd_lst.bd_tmb_lst > li { 
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    height: auto; 
    background: #ffffff;
    border: 1px solid #e2e5e8; 
    border-radius: 12px; 
    padding: 0; 
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03); 
    overflow: hidden; 
}
ol.bd_lst.bd_tmb_lst > li:hover { transform: none; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03); }
ol.bd_lst.bd_tmb_lst .tmb_wrp { width: 100%; height: 200px; position: relative; margin: 0; background: #f5f5f5; overflow: hidden; }
ol.bd_lst.bd_tmb_lst .no_img.tmb {
    display: flex !important; align-items: center !important; justify-content: center !important;     
    width: 100% !important; height: 100% !important; background: #f1f3f5 !important; color: #adb5bd !important;             
    font-size: 11px; font-weight: 600; letter-spacing: 1.5px; font-family: 'Outfit', sans-serif, -apple-system; text-transform: uppercase;  
}
ol.bd_lst.bd_tmb_lst img.tmb { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.4s ease, filter 0.4s ease; }
ol.bd_lst.bd_tmb_lst > li:hover img.tmb { transform: scale(1.06); filter: brightness(0.93); }

div#board_list ol.bd_lst.bd_tmb_lst li.is-soldout:hover img.tmb { transform: none; filter: grayscale(100%) opacity(0.35); }
div#board_list ol.bd_lst.bd_tmb_lst li.is-soldout .tmb_wrp img.tmb { opacity: 0.35; filter: grayscale(100%); }

ol.bd_lst.bd_tmb_lst .tmb-edit-btn {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 36px;
    height: 19px;
    padding: 0 6px !important;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    background: rgba(0, 123, 255, 0.85);
    border-radius: 4px;
    line-height: 1;
    text-decoration: none !important;
    font-family: "Noto Sans KR", sans-serif;
    box-sizing: border-box;
    transition: background 0.2s ease;
}
ol.bd_lst.bd_tmb_lst .tmb-edit-btn:hover { background: rgba(0, 102, 204, 1); }
div#board_list ol.bd_lst.bd_tmb_lst li.is-soldout .tmb-edit-btn { display: none !important; }

ol.bd_lst.bd_tmb_lst .tmb-badge-group { position: absolute; bottom: 8px; right: 8px; display: flex; gap: 4px; z-index: 5; }
div#board_list ol.bd_lst.bd_tmb_lst li.is-soldout .tmb-badge-group { display: none; }
ol.bd_lst.bd_tmb_lst .tmb-badge {
    display: inline-block; padding: 2px 6px; font-size: 10px; font-weight: 400; color: #ffffff; border-radius: 4px; line-height: 1.3;
    font-family: 'Outfit', "Noto Sans KR", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
ol.bd_lst.bd_tmb_lst .tmb-badge.bg-location { background: rgba(33, 37, 41, 0.85); }
ol.bd_lst.bd_tmb_lst .tmb-badge.bg-method-direct { background: rgba(241, 243, 245, 0.95); color: #495057; }
ol.bd_lst.bd_tmb_lst .tmb-badge.bg-method-free { background: #e74c3c; }
ol.bd_lst.bd_tmb_lst .tmb-badge.bg-method-safety { background: #667972; }
ol.bd_lst.bd_tmb_lst .tmb-badge.bg-method-parcel { background: rgba(227, 250, 252, 0.95); color: #0b7285; }
ol.bd_lst.bd_tmb_lst .tmb-badge.bg-method-all { background: rgba(243, 240, 255, 0.95); color: #5f3dc4; }

ol.bd_lst.bd_tmb_lst .card-body-content { padding-left: 12px; padding-right: 12px; padding-bottom: 14px; display: flex; flex-direction: column; }
ol.bd_lst.bd_tmb_lst .market-jj1-box { display: block; margin: 10px 0 0 0; }
ol.bd_lst.bd_tmb_lst a.jjj5, ol.bd_lst.bd_tmb_lst a.jjj5:hover, ol.bd_lst.bd_tmb_lst a.jjj5:focus, ol.bd_lst.bd_tmb_lst li.is-soldout a.jjj5, ol.bd_lst.bd_tmb_lst li.is-soldout a.jjj5:hover { text-decoration: none !important; outline: none; cursor: default; }

ol.bd_lst.bd_tmb_lst .price-num { font-weight: 600; font-size: 15px; color: #1a1a1a; text-decoration: none !important; }
ol.bd_lst.bd_tmb_lst .jung3 { font-size: 13px; font-weight: 600; color: #1a1a1a; margin-left: 1px; text-decoration: none !important; }
ol.bd_lst.bd_tmb_lst .jung4 { float: right; font-size: 11px; color: #b0b0b0; margin-top: 4px; text-decoration: none !important; }

div#board_list ol.bd_lst.bd_tmb_lst li .gall-title-link, div#board_list ol.bd_lst.bd_tmb_lst li a.gall-title-link { 
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: break-all;              
    font-size: 13px; font-weight: normal; color: #4a4a4a; text-decoration: none; margin-top: 8px; line-height: 1.4; height: 2.8em; padding: 0 !important; 
}
ol.bd_lst.bd_tmb_lst li.notice .gall-title-link { margin-top: 12px; }

ol.bd_lst.bd_tmb_lst .status-badge { display: inline-block; padding: 2px 6px; font-size: 11px; font-weight: bold; border-radius: 4px; }
ol.bd_lst.bd_tmb_lst .status-badge.booking { background: #feeeed; color: #f44336; }
ol.bd_lst.bd_tmb_lst .status-badge.completed, ol.bd_lst.bd_tmb_lst .status-badge.completed:hover, div#board_list ol.bd_lst.bd_tmb_lst li.is-soldout .status-badge.completed, div#board_list ol.bd_lst.bd_tmb_lst li.is-soldout:hover .status-badge.completed { 
    background: none !important; padding: 0 !important; font-size: 15px; font-weight: 600; color: #666 !important; text-decoration: line-through !important; 
}

@media screen and (max-width: 767px) {
    ol.bd_lst.bd_tmb_lst { grid-template-columns: calc(50% - 5px) calc(50% - 5px); gap: 16px 10px; padding: 12px 4px; }
    ol.bd_lst.bd_tmb_lst > li { padding: 0; }
    ol.bd_lst.bd_tmb_lst > li:hover img.tmb { transform: scale(1.04); }
    ol.bd_lst.bd_tmb_lst .tmb-edit-btn { top: 6px; left: 6px; height: 17px; min-width: 32px; padding: 0 4px !important; font-size: 9px; }
    ol.bd_lst.bd_tmb_lst .card-body-content { padding-left: 10px; padding-right: 10px; padding-bottom: 12px; }
    ol.bd_lst.bd_tmb_lst .tmb_wrp { width: 100%; height: auto; aspect-ratio: 180 / 200; margin: 0; }
    ol.bd_lst.bd_tmb_lst .market-jj1-box { margin-top: 8px; }
    ol.bd_lst.bd_tmb_lst .market-jj1-box .titl1, ol.bd_lst.bd_tmb_lst .market-jj1-box .titl1 a.jjj5 { display: flex; align-items: center; width: 100%; }
    ol.bd_lst.bd_tmb_lst .price-num { font-size: 14px; }
    ol.bd_lst.bd_tmb_lst .status-badge.completed { font-size: 14px; }
    ol.bd_lst.bd_tmb_lst .jung3 { font-size: 13px; }
    ol.bd_lst.bd_tmb_lst .jung4 { float: none; display: inline-block; margin-left: auto; margin-top: 2px; }
    div#board_list ol.bd_lst.bd_tmb_lst li .gall-title-link, div#board_list ol.bd_lst.bd_tmb_lst li a.gall-title-link { font-size: 12px; margin-top: 5px; line-height: 1.4; height: 2.8em; }
    ol.bd_lst.bd_tmb_lst li.notice .gall-title-link { margin-top: 10px; }
}
