/* BASIC css start */
#basket .tabs {
    margin-bottom: 26px;
    border-bottom: 1px solid #eaeaea;
}
#basket .content_box {
    padding: 0 15px;
}
#basket .btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
    text-align: right;
    border: 0 !important;
}
#basket .btn-wrap div {
    width: 49%;
    display: inline-block;
    border: 0 !important;
}

#basket .all-select {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
}
#basket .not_provider,
#basket .provider {
    margin-top: 10px;
}
#basket .not_provider li {
    padding: 0;
    border: 1px solid #eaeaea;
}
#basket .provider li {
    padding: 0;
    border: 1px solid #dedede;
}
#basket figure {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 17px;
}
#basket .basketLeft {
    width: 110px;
    margin: 0 0 0 20px;
    position: relative;
    float: left;
}
#basket .basketLeft a {
    padding-right: 12px;
    margin-top: 20px;
    display: block;
}
#basket .basketLeft .MS_input_checkbox {
    top: 0;
    left: 0;
    position: absolute;
}
#basket .basketRight {
    padding: 20px 0 20px 130px;
}
#basket .basketRight p {
    color: #707070;
    margin-bottom: 5px;
    padding: 0 5px;
    display: flex;
    flex-flow: row wrap; 
    align-items: center;
}
#basket .basketRight p.option > span {
    flex-basis: calc(100% - 60px);
    padding-top: 6px; 
}
#basket .basketRight p.option {
    justify-content: space-between;
    align-items: flex-start;
}
#basket .basketRight p.cell {
    justify-content: space-between;
    font-size: 3.5vmin;
    font-weight: 700; 
    color: #262626;
}
#basket .basketRight p.cell strong {
    color: #693d94;
}
#basket .pname {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px;
    background: #f7f7f7;
    border: 0;
    font-weight: 700;
    font-size: 12px;
    color: #000;
}
#basket .pname .name-cut {
    width: calc(90vw - 70px);
    margin: 0 auto 0 5px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#basket .pname .blue-delivery {
    background-color: #cbcbcb;
    color: #fff;
    font-size: 0.917em;
    padding: 1px 2px;
}
#basket .pname .red-delivery {
    background-color: #d674e4;
    color: #fff;
    font-size: 0.917em;
    padding: 1px 2px;
}
#basket .pname .fa {
    float: right;
    margin-top: -6px;
}
#basket .pname .btn_del {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/design/soogee77/dnrweb/mobile/btn_close_32x32.gif) no-repeat;
    background-size: 16px;
    border: 0;
    margin: 0;
    padding: 0;
}

#basket .basketRight .fa-plus {
    background-color: #bbb;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    color: #fff;
}
#basket .basketRight .fa-minus {
    background-color: #bbb;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    color: #fff;
}
#basket .basketRight .btn-lightGrey {
    display: inline-flex;
    align-items: center; 
    margin: 0;
    height: 30px;
    background: #f5f5f5;
    border: 2px solid #e2e2e2;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #747474;
    width: auto;
    padding: 0 15px;
    min-width: 44px;
}
#basket .basketRight .btn_Black {
    margin: 0 0 0 8px;
    height: 29px;
    background: #313131;
    font-weight: 700;
    font-size: 11px;
    line-height: 29px;
    color: #fff;
    width: auto;
    padding: 0 15px;
    min-width: 44px;
}
#basket .basketRight .MS_select {
    width: 100%;
}
#basket .basketRight .amount-input {
    width: 48px !important;
    height: 30px !important;
    border: 1px solid #d8d8d8 !important;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
#basket .price-each-info-top {
    text-align: right;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #eaeaea;
    padding: 10px;
}
#basket .price-each-info-bottom {
    text-align: right;
    padding: 10px;
    background: #eaeaea;
    border-bottom: 1px solid #cbcbcb;
}

#basket .price-total-info-top {
    background: #f5f5f5;
    font-size: 0;
    margin-top: 4vmin;
    padding: 4vmin;
}
#basket .price-total-info-top dl {
    display: table;
    width: 100%;
    font-size: 3vmin;
}
#basket .price-total-info-top dt,
#basket .price-total-info-top dd {
    display: table-cell;
    padding: 1vmin 0;
    font-weight: 700;
    font-size: 3.5vmin;
}
#basket .price-total-info-top dt {
    width: 25%;
    text-align: left;   
}
#basket .price-total-info-top dd {
    width: 75%;
    text-align: right;
}
#basket .price-total-info-top dl dd .plus-icon {
    display: none;
}
#basket .price-total-info-top > dl:nth-last-of-type(1) {
    border-top: 1px solid #d0d0d0;
}

#basket .price-total-info-bottom {
    border-bottom: 1px solid #cbcbcb;
    background-color: #eaeaea;
    text-align: right;
    padding: 15px 10px;
    font-size: 1.333em;
}
#basket .price-total-info-bottom .txt-price {
    color: #f1191f;
    font-weight: bold;
}
#basket .price-total-info-bottom .txt-reserve {
    color: #898989;
    font-size: 0.688em;
}
#basket .delivery-type {
}
#basket .order-btn {
    padding: 0 10px;
}
#basket .naver-checkout {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    #basket .basketRight .btn_Black {
        width: 315px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
    }
}

.cart-ft2 {
    display: block;
    text-align: center;
}

/* À§ºê Ãß°¡½ºÅ¸ÀÏ 170317 */
#basket .h_title.ne {
    font-size: 14px;
    color: #434343;
    text-align: center;
}

#basket .basketRight input[type="tel"] {
    height: 22px;
    width: 25px;
    text-align: center;
    padding: 0;
}
#basket .btn_Black {
    width: 44px;
    height: 23px;
    line-height: 22px;
    background-color: #fff;
    color: #666;
    text-align: center;
    display: inline-block;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    vertical-align: top;

    margin-top: 0 !important;
}
#basket .order-btn {
    display: table;
    width: 100%;
    padding: 0;
    table-layout: fixed;
}
#basket .order-btn a {
    width: 49% !important;
    display: inline-block !important;
    width: 100%;
    height: 40px;
    font-size: 16px; 
    line-height: 40px;
    background-color: #8648d2;
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #8648d2;
    box-sizing: border-box;
    vertical-align: middle;
}
#basket .order-btn a.btn_Gray {
    background: #898989;
    border: #898989;
}
#basket .order-btn a.btn_Black {
    background: #313131;
    border: #313131;
}
#basket .order-btn a:nth-child(1) {
    margin-right: 2px;
}
#basket .btn_Grey {
    background-color: #7f7f7f;
    border: none;
}
#basket .order-btn.gift a {
    width: calc(calc(100% / 3) - 2px) !important;
}
#basket .order-btn.gift a:nth-child(2) {
    margin-right: 2px;
}

#basket .pro-num {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background: #fff;
    padding: 0;
}
#basket .pro-num input {
    vertical-align: top;
}
#basket .pro-num .btn_minus {
    margin-left: auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: #f5f5f5 url(/design/soogee77/dnrweb/mobile/cart_minus.gif) no-repeat;
    background-size: 30px;
    border: 1px solid #dbdbdb;
    border-right: 0;
}
#basket .pro-num .btn_plus {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: #f5f5f5 url(/design/soogee77/dnrweb/mobile/cart_plus.gif) no-repeat;
    background-size: 30px;
    border: 1px solid #dbdbdb;
    border-left: 0;
}

#basket .fot-text {
    padding: 30px 20px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
}

@media screen and (max-width: 340px) {
    #basket .btn_Black {
        width: 27px;
    }
    #basket .basketRight input[type="tel"] {
        width: 20px;
    }
}

/* ÇÏÀÌºê¸®µå ¿É¼ÇÀÌ¹ÌÁö */
.basket-option-dlist li img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/* BASIC css end */

