/* BASIC css start */
#basket .btn-wrap {
    padding: 0 15px 5px;
}

#basket .btn-wrap div {
    /* width:49%; */
    /* float:left; */
}

#basket .btn-wrap div:last-child {
    float: right;
}

#basket .all-select {
    padding: 15px;
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

#basket .not_provider li {
    padding: 20px 0;
    margin: 0 15px;
    border-bottom: 1px solid #ddd;
}

#basket .provider li {
    padding: 20px 0;
}

#basket figure {
    width: 100%;
    display: table;
    box-sizing: border-box;
    /* padding:0 10px; */
}

#basket .basketLeft {
    width: 115px;
    position: relative;
    float: left;
}

#basket .basketLeft a {
    margin-left: 25px;
    display: block;
}

#basket .basketLeft .MS_input_checkbox {
    top: 0;
    left: 0;
    position: absolute;
}

#basket .basketRight {
    padding-left: 125px;
}

#basket .basketRight p {
    color: #000;
    margin-bottom: 5px;
*/
    padding-bottom: 4px;
    padding-bottom: 4px;
}

#basket .basketRight .pname {
    /* border-bottom: 1px solid #dedede; */
    padding-bottom: 4px;
    position: relative;
    padding-right: 20px;
}

#basket .basketRight .pname .blue-delivery {
    background-color: #74a9e4;
    color: #fff;
    font-size: 0.917em;
    padding: 1px 2px;
}

#basket .basketRight .pname .red-delivery {
    background-color: #d674e4;
    color: #fff;
    font-size: 0.917em;
    padding: 1px 2px;
}

#basket .basketRight .pname .fa {
    float: right;
    margin-top: -6px;
}

#basket .basketRight .fa-plus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
}

#basket .basketRight .fa-minus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
}

#basket .basketRight .btn_Black {
    margin-top: 5px;
}

#basket .basketRight .MS_select {
    width: 100%;
}

#basket .basketRight .amount-input {
    width: 30px;
    color: #000;
    font-size: 12px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0;
    outline: 0;
    margin-left: 30px;
    box-sizing: border-box;
    line-height: 30px;
}

#basket .price-each-info-top {
    text-align: right;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    margin: 28px 15px 0;
}

#basket .price-each-info-bottom {
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    margin: 0 15px 0;
    background: #f7f7f7;
    position: relative;
    color: #e5004f;
    font-size: 16px;
    font-weight: 400;
}

#basket .price-total-info-top {
    text-align: right;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    margin: 28px 15px 0;
}

#basket .price-total-info-bottom {
    /* border-bottom: 1px solid #cbcbcb; */
    /* background-color: #eaeaea; */
    /* text-align : right; */
    /* padding: 15px 10px; */
    /* font-size: 1.333em; */
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
    margin: 0 15px 0;
    background: #f7f7f7;
    position: relative;
    color: #e5004f;
    font-size: 16px;
    font-weight: 400;
}

#basket .price-total-info-bottom .txt-price {
}

#basket .price-total-info-bottom .txt-reserve {
    color : #898989;
    font-size: 0.688em;
}

#basket .delivery-type {
    padding: 15px 10px;
}

#basket .order-btn {
    padding: 0 15px;
}

#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;
}

.basket-option-dlist li img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/* 정기배송 탭 */
#basket .cart-tab {
    width: 100%;
    height: 32px;
    border-top: 1px solid #464646;
}

#basket .cart-tab:after {
    clear: both;
    content: "";
    display: block;
}

#basket .cart-tab li {
    float: left;
    width: 50%;
    height: 31px;
    border-bottom: 1px solid #cecece;
}

#basket .cart-tab li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3b3b3b;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background: none;
}

#basket .cart-tab li a span {
    display: block;
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
}

#basket .cart-tab li:first-child a span {
    border-right: 2px solid #e2e2e2;
}

#basket .cart-tab li.now {
    border-bottom: 1px solid #f1191f;
}

#basket .cart-tab li.now a {
    font-weight: bold;
    color: #f1191f;
}

/* 샵페이 바로구매 */
#productDetail #shoppay_btn {
    padding-top: 10px;
}

/* PC (공통) 상세페이지 전용 */
#cartWrap #shoppay_btn {
    display: inline;
}

/* PC (공통) 장바구니 전용 */
.shopdetail #shoppay_btn {
    padding-top: 10px;
}

/* MO (4.0) 상세페이지 전용 */
#basket #shoppay_btn {
    margin-top: 20px;
}

/* MO (4.0) 장바구니 전용 */
.shopdetail #shoppay_btn {
    text-align: center;
}

/* MO (파워팩) 상세페이지 전용 */
.basket #shoppay_btn {
    text-align: center;
}

/* MO (파워팩) 장바구니 전용 */
.shoppay_storebtn_bx, .shoppay_storebtn_bx *, .shoppay_button_box, .shoppay_button_box * {
    display: inline-block !important;
    overflow: hidden;
    !important; float: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 11px !important;
    line-height: 16px !important;
    font-family: '돋움',Dotum,Helvetica,sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    vertical-align: top !important;
    background: none !important;
    border-radius: 0 !important;
}

.shoppay_button_box {
    width: auto !important;
    height: 100% !important;
    zoom: 1 !important; padding: 0 !important;
    border-top: 2px solid #2b2f3a !important;
    background-color: #fff !important;
}

.shoppay_button {
    position: relative !important;
    margin: 0 !important;
    padding: 5px 0 5px 88px !important;
    zoom:1 !important; }

.shoppay_button .shoppay_blind {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
}

.shoppay_text {
    display: block !important;
    *display: inline !important;
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    width: 82px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: url('/images/common/shoppay_sp_text.png') no-repeat !important;
}

.shoppay_btn_list {
    *zoom: 1 !important; display: table !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    table-layout: fixed !important;
    list-style: none !important;
}

.shoppay_btn_list tbody {
    display: table-row-group !important;
}

.shoppay_btn_list tr {
    display: table-row !important;
}

.shoppay_btn_list .shoppay_btn_item {
    *width: 120px !important;
}

.shoppay_btn_item {
    display: table-cell !important;
    height: 37px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.shoppay_btn_link {
    display: block !important;
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bfc4c7 !important;
    background-color: #fcfcfc !important;
    background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    text-decoration: none !important;
}

.shoppay_btn_item:first-child .shoppay_btn_link {
    margin: 0 !important;
}

.shoppay_text {
    background-size: 82px auto !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-size: 133px auto !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-image: url('/images/common/shoppay_sp_payment.png') !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    border-radius: 2px !important;
}

.shoppay_btn_link.btn_blue {
    border-color: #025eea !important;
    background-color: #025eea !important;
}

.shoppay_event {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    border: 0 none !important;
    border-top: 1px solid #e5e9ea !important;
    letter-spacing: -0.5px !important;
}

.shoppay_event_tex t {
    display: block !important;
    *display: inline !important;
    overflow: hidden !important;
    *width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    *zoom: 1 !important; text-overflow: ellipsis !important;
    word-wrap: normal !important;
}

.shoppay_event_text {
    padding: 0 !important;
}

.shoppay_event_text .event_title {
    display: inline !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #015ce8 !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #727272 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link span {
    display: inline-block !important;
    margin: -1px 0 1px !important;
    vertical-align: middle !important;
}

.shoppay_type_A_1 {
    width: 277px !important;
    height: 70px !important;
}

.shoppay_type_A_2 {
    width: 296px !important;
    height: 84px !important;
}

.shoppay_type_A_2 .shoppay_button {
    padding: 5px 0 5px 86px !important;
}

.shoppay_type_A_2 .shoppay_text {
    top: 14px !important;
}

.shoppay_type_A_2 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_2 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

.shoppay_type_A_3 {
    width: 338px !important;
    height: 84px !important;
}

.shoppay_type_A_3 .shoppay_button {
    padding: 6px 0 6px 102px !important;
}

.shoppay_type_A_3 .shoppay_text {
    top: 13px !important;
    height: 31px !important;
    background-position: 0 -31px !important;
}

.shoppay_type_A_3 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_3 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

/* s 선물하기 버튼 추가 */
#basket .order-btn {
    display: flex;
    text-align: center;
    /* margin-top: 28px; */
}

#basket .order-btn a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
}

#basket .order-btn .btn_Present {
    margin-left: 5px;
    background-color: #ffffff;
    border: 1px solid #a94343;
    color: #a94343;
}

#basket .order-btn .btn_Present .fa-gift {
    padding-right: 4px;
    font-size: 1.250em;
    vertical-align: middle;
}

/* e 선물하기 버튼 추가 */
#basket .btn-wrap div a.btn_White {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
}
#basket .basketRight .pname a {
    font-size: 14px;
    color: #000;
}

#basket .basketRight .pname a:last-child {
    position: absolute;
    top: 4px;
    right: 0;
}

#basket .basketRight .pname a:last-child img {
    width: 12px;
}

#basket .basketRight p.opt {
    color: #888686;
    font-size: 12px;
}
#basket .basketRight p.priceP {
    font-size: 15px;
    margin-bottom: 11px;
}

#basket .basketRight p.priceP span {
    font-weight: 800;
}

#basket .basketRight p.dl {
    padding-bottom: 0;
}

#basket .basketRight p.dl > span:first-child {
    color: #888686;
    font-size: 12px;
    margin-right: 15px;
}
#basket .basketRight p.amount {position: relative;font-size: 0;margin-bottom: 0;padding-bottom: 0;margin-top: 15px;}

#basket .basketRight .amount-input + a {
    width: 30px;
    color: #000;
    font-size: 12px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0;
    outline: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 0;
    line-height: 30px;
    background: url(/design/findencc/images/m_plus.png) no-repeat center;
    background-size: 11px;
}

#basket .basketRight .amount-input + a + a {
    width: 30px;
    color: #000;
    font-size: 12px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0;
    outline: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 0;
    line-height: 30px;
    background: url(/design/findencc/images/m_minus.png) no-repeat center;
    background-size: 10px;
}

#basket .basketRight .amount a img {
    vertical-align: middle;
    width: 11px;
    display: none;
}

#basket .basketRight p.amount a.optEdit {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}
#basket .price-each-info-top .txt {
    font-size: 14px;
}

#basket .price-each-info-top .txt span.each-title {
    float: left;
    font-weight: 700;
}

#basket .price-each-info-top .txt span.each-title + span {
    font-size: 20px;
}
 
#basket .price-each-info-top .txt + .txt {
    margin-top: 12px;
}
#basket .price-each-info-bottom .left {
    float: left;
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

#basket .price-each-info-bottom span {
    font-size: 24px;
    font-weight: 800;
}

#basket .price-each-info-bottom span + span {
    font-size: 16px;
    font-weight: 400;
    display: none;
}

#basket .price-each-info-bottom span + span > span {
    font-size: 16px;
    font-weight: 400;
}
#basket .price-total-info-top .txt {
    font-size: 14px;
}

#basket .price-total-info-top .txt span.each-title {
    float: left;
    font-weight: 700;
}

#basket .price-total-info-top .txt span.each-title + span {
    font-size: 20px;
}

#basket .price-total-info-top .txt span.each-title + span >span {}

#basket .price-total-info-top .txt + .txt {
    margin-top: 12px;
}

#basket .price-total-info-bottom span.left {
    float: left;
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

span.MK_total_price {
    font-size: 24px;
    font-weight: 800;
}
.order-btn2 {
    margin-top: 28px;
    padding: 0 15px;
}

.order-btn2 a {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    display: block;
    text-align: center;
}

.basketInfo {
    margin-top: 28px;
    text-align: center;
    font-size: 12px;
    color: #888686;
}
.none-data {
    padding: 30px 0;
}
/* BASIC css end */

