﻿.item_selected {
    margin-bottom: 20px;
}
.tbl_selected{
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_selected th {
    padding: 20px 0;
    border-top: 2px solid #959da6;
    border-bottom: 1px solid #d3d3d3;
    color: #383838;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.01px;
}
.tbl_selected td:first-child {
    border-left: 0;
}
.tbl_selected td:last-child {
    border-right: 0;
}

.tbl_selected .td_pdt {
    position: relative;
    padding-left: 120px;
    min-height: 100px;
}


.tbl_selected td {
    background: #fff;
    background-clip: padding-box;
    padding: 25px 15px;
    border-top: 1px solid #ccd2d9;
    border-left: 1px solid #f6f6f6;
    line-height: 1.5em;
    word-break: break-all;
    color: #000;
    font-size: 15px;

}
.td_number {
    width: 80px;
    text-align: center;
}
.td_price {
    width: 100px;
    text-align: right;
}
.td_deli {
    width: 100px;
    text-align: center;
}
.pdt_img {
    position: absolute;
    top: 25px;
    left: 20px;
}
.pdt_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}
.pdt_opt {
    margin: 5px 0;
}
.pdt_opt ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pdt_opt li {
    color: #000;
    padding: 3px 0;
    line-height: 2.3em;
}
.pdt_opt li:before {
    content:"옵션";
    display: inline-block;
    margin: 1px 5px 2px 0;
    padding: 3px;
    border-radius: 3px;
    background: #e2eaf6;
    line-height: 1em;
    color: #3a8afd;
}
.pdt_left {
    margin: 0 0 30px;
    /*border: 1px solid #e3e5e8;*/
    background: #fff;
    width: 55%;
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 25px;
}
.pdt_left h2 {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e2e4e7;
    padding: 20px;
    font-size: 1.167em;
}
.ord_form {
    /*padding: 0 10px;*/
    margin: 0 0 30px;
    background: #fff;
}
.tbl_content {
    padding: 0px 10px;
    margin: 0 0 20px;
}
.tbl_content table {
    margin: 20px auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/*    .tbl_content th {
        width: 124px;
        padding: 10px;
        line-height: 45px;
        text-align: left;
        font-weight: normal;
        vertical-align: top;
    }*/
.tbl_content td {
    padding: 10px;
    line-height: 45px;
    text-align: left;

}
.order_text {
    width: 100%;
    margin: 0 0 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
}
.btn_address {
    background: #434a54;
    color: #fff;
    width: 128px;
    height: 45px;
    border: 0;
    border-radius: 3px;
}
.pdt_receive {
    margin: 0 0 30px;
    border: 1px solid #e3e5e8;
    background: #fff;
    padding: 0;

}
.pdt_right {
    float: right;
    width: 43%;
    margin-top: 25px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.pdt_tot_price {
    border: 1px solid #e3e5e8;
}
.pdt_tot_price li {
    position: relative;
    float: left;
    background: #fff;
    height: 80px;
    text-align: center;
    border-bottom: 1px solid #e7ebf1;
    padding: 15px 0;
}
.pdt_tot_price li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.ord_sell {
    border-right: 1px solid #e7ebf1;
    width: 50%;
}
.pdt_tot_price li span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-weight: bold;
}
.pdt_tot_price li strong span {
    display: block;
    color: #777;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.ord_deli {
    border-right: 1px solid #e7ebf1;
    width: 50%;
}
.ord_deli:before {
    display: block;
    content: "+";
    position: absolute;
    top: 31px;
    left: -11px;
    width: 20px;
    height: 20px;
    background: #fff;
    color:#ff006c;
    border-radius: 50%;
    border: 1px solid #e7ebf1;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
}

/*24.02.07------------------------*/
.tbl_selected .chk_box {
    text-align: center;
}
.opt_container {
    margin:0;
    padding: 0;
    border-bottom: 0;
    list-style: none;
}
.opt_container li {
    padding: 10px 15px;
    background: #f9f9f9;
    border: 1px solid #e6e9ed;
    margin: 10px 0;
    position: relative;
}
.opt_tot_price {
    float: left;
    display: inline-block;
    margin: 0 20px 20px;
}
.opt_tot_price:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.opt_tot_price span {
    float: left;
}
.opt_tot_price strong {
    font-size: 1.5em;
    margin-left: 15px;
}

.opt_tot_btn {
    margin-top: 10px;
    float: right;
    display: inline-block;
    margin: 0 20px 20px;
    text-align: center;
}
.btn_option {
    padding: 20px 0;
    border-bottom: 1px solid #ccd2d9;
}
.btn_opt_sec {
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
    height:30px;
    padding: 0 10px;
    border-radius: 5px;
}
.cart_tot_detail {
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}
    .cart_tot_detail li {
        background: #4a505a;
        color: #fff;
        border-left: 1px solid #212a37;
        text-align: right;
        padding: 25px;
        font-size: 15px;
        display: flex;
        justify-content: space-between;
    }
        .cart_tot_detail li span {
            
            
        }
.cart_deliamt {
    background: #fff !important;
    color: #000 !important;
    border: 0 !important;
}
.cart_tot_price {
    background: #212a37 !important;
}
/*    .cart_tot_price .cart_price {
        visibility: hidden;
        line-height: 0;
    }*/
/*.cart_tot_price .cart_price:before {
    font-size: 1em;
    color: #fff;
    display: block;
    content: "총금액";
    visibility: visible;
    line-height: 1.5em;
}*/
.cart_tot_detail ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.cart_tot_btn {
    margin: 30px 0;
    text-align:center;
}
.shop_going {
    width: 20%;
    font-weight: normal;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #333;
    margin: 0px 5px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25em;
    color: #717171;
    display: inline-block;
    border-radius: 3px;
}
.btn_cart_buy {
    width: 20%;
    font-weight: normal;
    padding: 0 20px;
    background-color: #333;
    border: 1px solid #333;
    margin: 0px 5px;
    height: 50px;
    line-height: 50px;
    font-size: 1.25em;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}

.qty_minus {

}

.tbl_ord {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
    .tbl_ord tr {
        text-align: center;
        word-break: keep-all;
    }

    .tbl_ord th {
        padding: 20px 0;
        border-top: 2px solid #959da6;
        border-bottom: 1px solid #d3d3d3;
        color: #383838;
        font-size: 16px;
        text-align: center;
        letter-spacing: -0.01px;
    }

    .tbl_ord td:first-child {
        border-left: 0;
    }

    .tbl_ord td:last-child {
        border-right: 0;
    }

    .tbl_ord .td_pdt {
        position: relative;
        padding-left: 170px;
        /*min-height: 100px;*/
        border-left: 0;
    }


    .tbl_ord td {
        background: #fff;
        background-clip: padding-box;
        padding: 25px 15px;
        border-top: 1px solid #ccd2d9;
        line-height: 1.5em;
        word-break: break-all;
        color: #000;
        font-size: 18px;
        word-break: keep-all;
    }
        .tbl_ord td a {
            color: #055330;
            font-weight: 600;
        }


@media (max-width: 767px) {
    .shop_going {
        width: 100%;
    }

    .btn_cart_buy {
        width: 100%;
    }

    .tbl_ord td {
        background: #fff;
        background-clip: padding-box;
        padding: 25px 15px;
        border-top: 1px solid #ccd2d9;
        line-height: 1.5em;
        word-break: break-all;
        color: #000;
        font-size: 16px;
        word-break: keep-all;
    }
}











@media (max-width: 768px) {

    .tbl_selected_pay thead {
        display: none;
    }

    .tbl_selected_pay tbody td:first-child:before {
        content: "결제방법"
    }

    .tbl_selected_pay tbody td:nth-child(2):before {
        content: "결제금액"
    }

    .tbl_selected_pay tbody td:nth-child(3):before {
        content: "카드승인번호"
    }

    .tbl_selected_pay tbody td:nth-child(4):before {
        content: "할부"
    }


    .tbl_selected_pay tbody td {
        display: block;
        position: relative;
        float: right;
        width: 100%;
        padding: 10px 10px;
        padding-left: 28% !important;
        text-align: left;
    }

        .tbl_selected_pay tbody td:before {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            float: left;
            width: 25%;
            height: 100%;
            padding: 10px 10px;
            font-size: 1em;
            text-align: left;
            vertical-align: middle;
            background: #f8f8f8;
            white-space: nowrap;
            overflow: hidden;
        }

    .tbl_selected_pay tbody .pdt_img {
        position: relative;
        top: 0;
        left: 0;
    }

    .tbl_selected_pay tbody .pdt_name {
        min-height: auto;
    }

    .tbl_selected_deliver thead {
        display: none;
    }

    .tbl_selected_deliver tbody td:first-child:before {
        content: "수령인"
    }

    .tbl_selected_deliver tbody td:nth-child(2):before {
        content: "수령인 휴대폰"
    }

    .tbl_selected_deliver tbody td:nth-child(3):before {
        content: "배송주소지"
    }

    .tbl_selected_deliver tbody td:nth-child(4):before {
        content: "택배 배송정보"
    }


    .tbl_selected_deliver tbody td {
        display: block;
        position: relative;
        float: right;
        width: 100%;
        padding: 10px 10px;
        padding-left: 28% !important;
        text-align: left;
    }

        .tbl_selected_deliver tbody td:before {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            float: left;
            width: 25%;
            height: 100%;
            padding: 10px 10px;
            font-size: 1em;
            text-align: left;
            vertical-align: middle;
            background: #f8f8f8;
            white-space: nowrap;
            overflow: hidden;
        }

    .tbl_selected_deliver tbody .pdt_img {
        position: relative;
        top: 0;
        left: 0;
    }

    .tbl_selected_deliver tbody .pdt_name {
        min-height: auto;
    }

}




.tbl_selected_pay {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .tbl_selected_pay th {
        padding: 20px 0;
        border-top: 2px solid #959da6;
        border-bottom: 1px solid #d3d3d3;
        color: #383838;
        font-size: 16px;
        text-align: center;
        letter-spacing: -0.01px;
    }

    .tbl_selected_pay td:first-child {
        border-left: 0;
    }

    .tbl_selected_pay td:last-child {
        border-right: 0;
    }

    .tbl_selected_pay .td_pdt {
        position: relative;
        padding-left: 120px;
        min-height: 100px;
    }


    .tbl_selected_pay td {
        background: #fff;
        background-clip: padding-box;
        padding: 25px 15px;
        border-top: 1px solid #ccd2d9;
        border-left: 1px solid #f6f6f6;
        line-height: 1.5em;
        word-break: break-all;
        color: #000;
        font-size: 15px;
    }

.tbl_selected_deliver {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .tbl_selected_deliver th {
        padding: 20px 0;
        border-top: 2px solid #959da6;
        border-bottom: 1px solid #d3d3d3;
        color: #383838;
        font-size: 16px;
        text-align: center;
        letter-spacing: -0.01px;
    }

    .tbl_selected_deliver td:first-child {
        border-left: 0;
    }

    .tbl_selected_deliver td:last-child {
        border-right: 0;
    }

    .tbl_selected_deliver .td_pdt {
        position: relative;
        padding-left: 120px;
        min-height: 100px;
    }


    .tbl_selected_deliver td {
        background: #fff;
        background-clip: padding-box;
        padding: 25px 15px;
        border-top: 1px solid #ccd2d9;
        border-left: 1px solid #f6f6f6;
        line-height: 1.5em;
        word-break: break-all;
        color: #000;
        font-size: 15px;
    }