<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#strong_tr td {
    font-weight: bold;
    color: black;
}
.num_input{
    width: 50px;
}
/**
#item_table_header
 */

/* ëª¨ë°”ì¼ */
@media (max-width: 425px) {



    .col-sm-1, .col-sm-2,  .col-sm-3,  .col-sm-4 {
        padding: 0 3px !important;
        font-size: 0.7em !important;

    }

    .table_stock_btn{
        padding: 0 5px;
        margin-left: 3px;
    }

    .num_input{
        width: 20px !important;
    }

    .item_table_count{
        width: 60px;
    }

    #item_table_header .col-sm-1,
    #item_table_header .col-sm-2,
    #item_table_header .col-sm-3,
    #item_table_header .col-sm-4
    {
        font-size: 1em;
        padding: 3px 11px !important;
    }

}

@media (max-width: 375px) {


    #item_table_header .col-sm-1,
    #item_table_header .col-sm-2,
    #item_table_header .col-sm-3,
    #item_table_header .col-sm-4
    {
        font-size: 0.9em;
        padding: 0 10px !important;
    }

    .col-sm-1, .col-sm-2,  .col-sm-3,  .col-sm-4 {
        padding: 0 5px !important;

    }

    .num_input{
        width: 20px;
    }

    .item_table_count{
        width: 60px;
    }

}


@media (max-width: 340px) {
    #item_table_header .col-sm-1,
    #item_table_header .col-sm-2,
    #item_table_header .col-sm-3,
    #item_table_header .col-sm-4
    {
        font-size: 0.9em;
        padding: 0 5px !important;
    }

    .col-sm-3,  .col-sm-4 {
        padding: 0px !important;
        font-size: 0.8em;
    }

    .col-sm-1, col-sm-2{
        padding: 0 3px !important;
    }

    .num_input{
        width: 20px;
    }

    .item_table_count{
        width: 45px;
    }
}






/* pc */
@media (min-width: 992px) {

}

@media (max-width: 1024px) {
    .num_input{
        width: 40px;
    }
    .table_cart_btn{
        padding: 0;
    }

}</pre></body></html>