/* BASIC css start */
[type="checkbox"] {
    accent-color: #000;
}

.MS_group_msg font {
   color:#f03e24;
}

#basket .btn-wrap {
    padding: 30px 0px 10px;
    color: #000;
}

#basket .btn-wrap h3 {
    font-size: 16px;
    padding: 7px 15px 20px;
}

#basket .all-select {
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 15px;
    width: 100%;
}

#basket .all-select label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

#basket .all-select label span.select {
    color: #717171
}

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

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

#basket figure {
width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 10px 15px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}



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

#basket .basketmiddle {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap:5px;
}

#basket .basketRight {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
        padding: 10px 0 10px 3%;
}
.basketTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 13px;
        align-items: baseline;
}
a.del {
    display: inline-block;
    width: 14px;

}

a.del img {
    width: 100%;
}

.basket-img {
    width: 20%;
}

#basket .basketRight .pcon p {
    line-height: 1.6;
    font-size: 14px;
    color: #717171;
}
#basket .basketRight .price_sell {
    line-height: 1.6;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#basket .basketRight .pname {
    position: relative;
}

#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 {
    position: absolute;
    right: 0;
    margin-top: 2px;
}

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

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

#basket .basketRight .btn_Black {
    height: 50px;
    width: 100%;
    line-height: 50px;
    display: inline-block;
}

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

#basket .basketRight .amount-input {
    width: 50px;
}

#basket .price-each-info-top {
    text-align: right;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #efefef;
    padding: 10px;
}

#basket .price-each-info-bottom {
    text-align: right;
    padding: 10px;
    background: #efefef;
    border-bottom: 1px solid #cbcbcb;
}

#basket .price-total-info-top {

    text-align: right;
    padding: 15px 15px 5px;
    margin-top: 10px;
    font-size: 13px;
}

#basket .price-total-info-bottom {
    border-bottom: 0px solid #f7f7f7;
    text-align: right;
    padding: 0px 15px 15px;
    font-size: 1.333em;
}
#basket .price-total-info-bottom {
    border-bottom: 0px solid #f7f7f7;
    text-align: right;
    padding: 0px 15px 15px;
    font-size: 1.333em;
}


#basket .price-total-info-bottom .txt-price {
    color: #717171;
    font-weight: bold;
}

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

span.MK_total_reserve {
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    color: #797979;
}


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

.delivery-type li {
    font-size: 12px;
}

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

#basket .order-btn .btn_Red {
    background-color: #000;
    border: 0px solid #db1919;
    border-radius: 0;
    font-size:13px;
}

#basket .naver-checkout {

}

.opt_btn {
    *display: flex;
    *flex-direction: row;
    *justify-content: space-between;
    margin-top: 10px;
}

.opt_btn a {
display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 3.4vw;
    border-radius: 0px;
    padding: 0 10px;
}

.opt_btn a.buynow {
    background-color: black;
    color: white;
    border-radius: 0;
}

.opt_btn a.option_re {
    border: 1px solid #717171;
    box-sizing: border-box;
    color: #717171;
}


span.MK_total_price {
    color: #c44747;
}

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

.cart-free-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.cart-free-wrap .btn-list-open {
    display: inline-block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    background: #717171;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    text-align: center;
}

.cart-free-wrap p {
    padding: 10px 0 15px;
    font-size: .75em;
    font-weight: bold;
}

.cart-free-wrap p span {
    color: #db1919;
}

.cart-free-wrap .btn-more {
    display: inline-block;
    width: 94%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #717171;
    background: #fff;
    color: #717171;
    font-size: .75em;
    text-align: center;
}

.cart-free-wrap .btn-more span {
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 5px;
    background: url(/images/d3/m_04/h10_arr.gif) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: middle;
}

.cart-free-wrap .list-wrap {
    overflow-x: hidden;
    padding: 0 20px;
    margin-top: 20px;
    display: none;
}

.cart-free-wrap .list-wrap ul {
    width: 100%;
    list-style: none;
}

.cart-free-wrap .list-wrap ul:after {
    clear: both;
    content: "";
    display: block;
}

.cart-free-wrap .list-wrap ul li {
    float: left;
    width: 33.3333%;
    height: 180px;
    font-size: .7em;
    list-style: none;
}

.cart-free-wrap .list-wrap ul li dl {
    margin: 10px 10px 10px;
}

.cart-free-wrap .list-wrap ul li dl dt {
    height: 100px;
    margin-bottom: 13px;
}

.cart-free-wrap .list-wrap ul li dl dt img {
    width: 100%;
    height: 100%;
}

.cart-free-wrap .list-wrap ul li dl dd {}

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



.count {
    color: #717171;
    margin-bottom: 10px;
    font-size: 3.4vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.count input {
    width: 50%;
    height: 30px
}

.contop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

#basket .not_provider li:last-child {
    border-bottom: none;
}




/*Ä«Ä«¿ÀÆäÀÌ*/

div#kakaopay_order_btn a {
    flex: 1;
    display: inline-block;
    *background-image: url(//liberclassy.jpg3.kr/design/2023_fastosomall/img/svg/kakao_btn.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 50px auto !important;
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #000 !important;
    box-sizing: border-box;
}

div#kakaopay_order_btn {
        padding:0px 15px;
        height: 40px;
        text-align:center;
}

div#kakaopay_order_btn a img {
    width: unset !important;
    display: none !important;
    height: unset !important;
}



div#kakaopay_order_btn a::after {
    content:'KAKAOPAY';
    position:absolute;
    left:41.6%;
    top:9px;
    font-size: 13px !important; 
    font-family:'Pretendard Variable' !important;
}


/* ³×ÀÌ¹öÆäÀÌ */

div.npay_text,
div.npay_event_text,
td.npay_btn_item.btn_width {
    display: none !important
}

div.npay_button {
    padding: 0 !important;
}

div.npay_event {
    display: none !important;
}

div#NPAY_BUTTON_BOX_ID {
    border: none !important;
    padding: 0 !important;
}

a.npay_btn_link.npay_btn_pay {
    background-image: url(//liberclassy.jpg3.kr/design/2023_fastosomall/img/svg/npay_btn_wh.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 50px auto !important;
    width: 100% !important;
    height: 40px !important;
    background-color: #fff !important;
    *content-visibility: hidden;
        border: 1px solid #000 !important;
    box-sizing: border-box;
}

.npay_btn_item {
    position:relative !important;
}

.npay_text,
.npay_event_text,
td.npay_btn_item.btn_width {
    display: none !important
}


.npay_btn_item:first-child .npay_btn_link::after {
   content:'NAVER Pay';
    display:inline-block;
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    top:0px;
    background: #fff !important;
    font-size: 13px !important; 
    font-weight: 300 !important;
    font-family:'Pretendard Variable' !important;
}

.npay_btn_item.btn_width {
     display: none !important;
}

div.npay_button_box {
    border: none !important;
}

ul.npay_btn_list {
    table-layout: unset !important;
    padding: 10px 15px 0 !important;
}

table.npay_btn_list {
    width: auto !important;
}

.npay_type_A_2 {
    width: auto !important;
    height: auto !important;
}


.npay_btn_link.npay_btn_pay .npay_logo {
    display: none !important;
}

div.npay_type_MA_1 {
    width: 100% !important;
    height: unset !important;
}










/* BASIC css end */

