<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col-6{
    display: inline-block;
    width: 49%;
    margin: 20px 0 ;
    text-align: center;
}

.col-6 a{
    height: 35px;
    text-align: center;
    background-color: #ffffff;
    color: black;
    width: 100%;
    display: block;
    padding: 8px;
    font-weight: bold;
}

.sod_ta_wr{
    background-color: #f2f4f6 !important;
}

.col-6 .active-tab{
    background-color: #f8b500;
    color: white;
}

.product_table{
    width: 100%;
    border-top: 2px solid black;
}

.table_wrap{
    background-color: white;
    padding: 20px;
    margin: 20px 0;
}

.product_table tbody tr th{
    background-color: #f2f4f6;
    border: none;
}

.btn_del_wr{
    text-align: right;
}
#sod_chk{
    float: left;
    display: inline-block;
}

.product_table tr:nth-child(3) td{
    background-color: #f2f4f6;
}

.product_price_td{
    text-align: right !important;
    background-color: #f2f4f6;
    font-size: 1.1em;
    font-weight: bold;
}

.td-col{
    width: 85%;
    font-size: 1.1em;
    font-weight: bold;
}

.td-col-2{
    width: 15%;
}

.td-1{
    padding-left: 10px;
    width: 5%;
    height: 100%;
    vertical-align: middle;
    padding-top: 20px;
}

.td-2{
    width: 10%;
}

.td-3{
    width: 55%;
    text-align: left !important;
}

.td-4{
    width: 5%;
}

.td-5{
    width: 15%;
}

.td-6{
    width: 10%;
}

.table.product_table tr {
    vertical-align: middle; /* ì„¸ë¡œ ì¤‘ì•™ ì&nbsp;•ë&nbsp;¬ */
}

.table.product_table td,
.table.product_table th {
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.table.product_table td span,
.table.product_table th span {
    display: inline-block;
    vertical-align: middle; /* ì¤‘ì•™ ì&nbsp;•ë&nbsp;¬ */
    text-align: center; /* ì¤‘ì•™ ì&nbsp;•ë&nbsp;¬ */
}

.li_mod{
    margin-top: 20px;
    border: 1px solid #f8b500;
    color: #f8b500;
    display: inline-block;
    padding: 4px;
    font-size: 0.8em;
    font-weight: bold;
}



.li_chk .selec_chk {
    width: 15px;
    height: 15px;
}

.total_area{
    padding: 30px;
    background-color: #fff8e4;
    border: 1px solid #f8b500;
}

.total_table{
    width: 100%;
    text-align: right;
}

.str_bold{
    font-weight: bold;
    font-size: 1.3em;
}

.tot_label{
    color: #f8b500;
}


.empty_td{
    height: 30px;
}

.empty_list{
    background-color: white;
}

@media (min-width: 970px){
    #sod_bsk_act .btn_submit {
        width: 175px;
    }
}


.btn_all_order{
    background-color: #333333;
}

.btn_select_order{
    background-color: #eacd7f;
}

.btn_select_order:hover{
    background-color: #f8b500;
}

.estimate_btn{
    background-color: #d0d0d0;
}

.estimate_btn:hover{
    background-color: #808080;

}


.basic-body .basic-body-page{
    border: none;
}

/*ì´ë¯¸ì§€ ìƒ‰ ì¡°ì&nbsp;•*/
.wrapper{
    background-color: #f2f4f6;
}


@media screen and (min-width: 425px) {

    .mobile_wrap{
        display: none;
    }
    .pc_wrap{
        display: block;
    }

    .td-1{
        width: 3% !important;
    }
    .td-4{
        width: 10% !important;
    }

    .td-2{
        width: 15% !important;
    }
    .td-3{
        width: 50% !important;
    }

    .li_mod{
        margin: 5px 5px ;
    }

    .product_table tr:nth-child(3) td{
        background-color: white;
    }

    .product_table tr:nth-child(4) td{
        background-color: #f2f4f6;
    }

    .m-left{
        display: none;
    }
    .m-right{
        width: 100%;
    }

    #sod_bsk_act .btn_submit {
        width: 40%;
    }

    .td-col{
        width: initial;
        font-size: 1.1em;
        font-weight: bold;
    }

    .td-col-2{
        width: initial;

    }

    .ta-right{
        text-align: right !important;
    }

}

@media screen and (max-width: 425px) {
    .mobile_wrap{
        display: block;
    }
    .pc_wrap{
        display: none;
    }
}
</pre></body></html>