#sod_bsk {
    letter-spacing: -0.03em;
}

.btn_cart_del {
    text-align: right;
    margin-bottom: 20px;
}

.btn_cart_del button {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    height: 36px;
    padding: 0 16px;
    color: #495057;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn_cart_del button i {
    font-size: 14px;
}

.btn_cart_del button:hover {
    background: #e9ecef;
    color: #228be6;
}

.cart-table-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.cart-table-container th,
.cart-table-container td {
    border-right: 1px solid #dee2e6;
}

.cart-table-container th:last-child,
.cart-table-container td:last-child {
    border-right: none;
}

.cart-table-container th {
    background: #f8f9fa;
    padding: 15px;
    font-weight: 700;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.cart-table-container td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    color: #495057;
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.cart-table-container th.chk-col,
.cart-table-container td.td_chk {
    width: 5%;
}

.cart-table-container th.type-col {
    width: 10%;
}

.cart-table-container th.content-col {
    width: 33%;
}

.cart-table-container th.qty-col,
.cart-table-container td.td_num {
    width: 10%;
}

.cart-table-container th.price-col {
    width: 12%;
}

.cart-table-container th.delivery-col {
    width: 8%;
}

.cart-table-container th.total-col {
    width: 12%;
}

.cart-table-container th.estimate-col {
    width: 10%;
}

.cart-table-container th.date-col {
    width: 15%;
}

.cart-table-container th.history-col {
    width: 12%;
}

.cart-table-container th.detail-col {
    width: 15%;
}

.td_chk input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #228be6;
}

.tb_btn {
    background: #228be6;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 2px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.tb_btn:hover {
    background: #1c7ed6;
}

.tb_btn.style1 {
    background: #495057;
}

.tb_btn.style1:hover {
    background: #343a40;
}

#sod_bsk_tot {
    margin-top: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

#sod_bsk_tot ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

#sod_bsk_tot li {
    text-align: center;
    flex: 1;
}

#sod_bsk_tot li span {
    display: block;
    color: #868e96;
    margin-bottom: 8px;
}

#sod_bsk_tot li strong {
    font-size: 20px;
    color: #212529;
}

#sod_bsk_act {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.cart-continue-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    height: 48px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.2s;
    letter-spacing: -0.03em;
}

.cart-continue-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #228be6;
}

.cart-continue-btn i {
    font-size: 16px;
}

.cart-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 32px;
    height: 48px;
    background: #228be6;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.2s;
    letter-spacing: -0.03em;
}

.cart-order-btn:hover {
    background: #1971c2;
}

.cart-order-btn i {
    font-size: 16px;
}

.magnify {
    margin: 10px 0;
}

.magnified img {
    max-width: 100px;
    height: auto;
}

.total_prc {
    font-weight: 600;
    color: #228be6;
}

/* 내용 컬럼은 좌측 정렬 유지 */
.cart-table-container td:nth-child(3) {
    text-align: left;
    padding: 15px 20px;
}

/* 금액 관련 컬럼 스타일 */
.cart-table-container td:nth-child(5),
.cart-table-container td:nth-child(7) {
    font-size: 15px;
    font-weight: 500;
}

/* 부가세 미포함 텍스트 스타일 */
.cart-table-container td span {
    font-size: 12px;
    color: #868e96;
    display: block;
    margin-top: 4px;
}

/* 파일명 스타일 */
.cart-table-container td div:first-of-type {
    font-size: 15px;
    color: #495057;
    margin-bottom: 8px;
}

/* 수량 컬럼 스타일 */
.cart-table-container td.td_num {
    font-size: 15px;
    font-weight: 500;
}

/* 운송비 컬럼 스타일 */
.cart-table-container td:nth-child(6) {
    font-size: 15px;
    color: #228be6;
}

/* 파일명과 버튼 사이 간격 */
.cart-table-container td div:not(:last-child) {
    margin-bottom: 8px;
}

/* 버튼 그룹 정렬 */
.cart-table-container td .btn-group {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* BOM 이력 링크 스타일 */
.history-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.history-links a {
    color: #228be6;
    text-decoration: none;
    transition: color 0.2s;
}

.history-links a:hover {
    color: #1971c2;
}

/* BOM 테이블 빈 메시지 */
.empty_table {
    text-align: center;
    color: #868e96;
    padding: 30px 0;
}

/* 페이징 스타일 제거 */
