
/*버튼*/
#sod_bsk_act .btn_submit {
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;    
    border-color: #007346;
    background-color: #007346;
    color: #fff;
}
#sod_bsk_act .btn01 {
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;
    color: #999;
    border-color: #aaa;
}
@media (max-width: 768px) {
    #sod_bsk_act .btn_submit,
    #sod_bsk_act .btn01 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}
/*버튼*/
.btn_cart_del button,
.sod_option_btn .mod_options {
    font-size: 12px;
    color: #333;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 8px 10px;
    line-height: 14px;
    height: auto;
    font-weight: 300;
}
/*sod_bsk*/
#sod_bsk .sod_opt li {
    color: #444;
    font-weight: 300;
    font-size: 13px;
}
#sod_bsk .sod_opt li:before {
    content: "옵션";
    border: 1px solid #aaa;
    font-size: 11px;
    border-radius: 0px;
    color: #333;
    background-color: #f7f7f7;
    padding: 4px 5px;
}
#sod_bsk #sod_bsk_tot li {
    background-color: #fff;
}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {
    background-color: #f7f7f7;
}
@media (max-width: 768px) {
    #sod_bsk .sod_opt li:before {
        padding: 2px 5px;
    }
    #sod_bsk #sod_bsk_tot li {
        text-align: center;
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1.3em;
    }
    #sod_bsk #sod_bsk_tot li span {
        display: block;
        float: none;
        text-align: center;
    }
}
/*od_prd_list*/
.od_prd_list .td_prd .prd_name {
    display: block;
    text-decoration: none;
}
.od_prd_list .tbl_head03 td {
    border-left: 0px;
    border-right: 0px;
    color: #333;
    font-weight: 500;
}
.od_prd_list .tbl_head03 thead th {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    border-top: 0px;
}
.od_prd_list .sod_opt {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 300;
}
.od_prd_list .sod_opt li {
    color: #444;
}
.od_prd_list .sod_opt li:before {
    content: "옵션";
    border: 1px solid #aaa;
    font-size: 11px;
    border-radius: 0px;
    color: #333;
    background-color: #f7f7f7;
    padding: 4px 5px;
}
.od_prd_list .chk_box input[type="checkbox"] + label,
.od_prd_list .chk_box input[type="checkbox"]:checked + label {
    height: 20px;
    cursor: pointer;
}
.od_prd_list .chk_box input[type="checkbox"] + label span {
    width: 20px;
    height: 20px;
}
.od_prd_list .chk_box input[type="checkbox"]:checked + label span {
    background: url(img/chk.png) no-repeat 50% 50% #545454;
    border-color: #545454;
    border-radius: 3px;
}
@media (min-width: 768px) {
    .od_prd_list .tbl_head03 {
        border-top: 2px solid #333;
    }
    .od_prd_list .tbl_head03 tbody tr td .crTit {
        display: none;
    }
}
@media (max-width: 768px) {
    .od_prd_list .tbl_head03 tr {
        border-top: 2px solid #333;
    }
    .od_prd_list .tbl_head03 thead tr th,
    .od_prd_list .tbl_head03 thead tr td {
        display: none;
    }
    .od_prd_list .tbl_head03 tbody tr th,
    .od_prd_list .tbl_head03 tbody tr td {
        display: block;
        width: 100% !important;;
    }
    .od_prd_list .tbl_head03 tbody tr .td_num,
    .od_prd_list .tbl_head03 tbody tr .td_numbig { 
        padding: 10px;
        text-align: right;
        position: relative;
    }
    .od_prd_list .tbl_head03 tbody tr td .crTit {
        position: absolute;
        left: 0;
    }
    .od_prd_list .tbl_head03 tbody tr td:nth-child(1) {
        border: 0px;
        padding: 0px;
        padding-top: 10px;
        text-align: left;
        border-bottom: 0px;
    }
    .od_prd_list .tbl_head03 tbody tr td:nth-child(2) {
        border-top: 0px;
        padding-top: 0;
    }
    .od_prd_list .tbl_head03 tbody tr td:last-child {
        padding-bottom: 50px;
    }
    .od_prd_list .sod_opt {
        font-size: 12px;
    }
}


/*모달*/
#sod_bsk_list .mod_option_bg {
    background-color: rgba(0,0,0,0.7);
}
#sod_bsk_list #mod_option_frm {
    background-color: transparent;
    border-radius: 10px;
    top: 30%;
    max-height: inherit;
    overflow-y: hidden;
    box-shadow: 15px 15px 25px rgba(0,0,0,0.2);
}
#sod_bsk_list #mod_option_frm .form_body {
    background-color: #fff;
    max-height: 500px;
    overflow-y: auto;
}
#sod_bsk_list #mod_option_frm .form_body #bt_btn > div {
    float: none;
    display: table-cell;
    margin: 0px;
    background-color: transparent;
    padding: 20px;
}
#sod_bsk_list #mod_option_frm .form_body #bt_btn > .btn_confirm {
    text-align: right;
}
#sod_bsk_list #mod_option_frm .share_head {
    position: relative;
    padding: 15px;
    background-color: #f7f7f7;
}
#sod_bsk_list #mod_option_frm .share_head .cls_btn {
    position: absolute;
    right: 15px;
    height: 100%;
    background: url(img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 0;
    cursor: pointer;
    border: 0px;
}

@media (max-width:768px){
    #sod_bsk_list #mod_option_frm {
        margin: 0 5%;
        width: 90%;
        left: 0;
        top: 10%;
        border: 0px;
    }
}
