/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
input[type='checkbox'] {
    width: 22px;
    height: 22px;
    margin-right:10px;
}
input[type='checkbox']:after {
        width: 22px;
        height: 22px;
        top: 0;
        left: 0;
        position: relative;
        content: '';
        display: inline-block;
        visibility: visible;
        /* border: 2px solid white; */
        background: url(/design/cfccms/renewal/m_images/checkbox_off.png) no-repeat #fff;
        cursor: pointer;
        background-size: 19px;
}
input[type='checkbox']:checked:after {
        width: 22px;
        height: 22px;
        top: 0;
        left: 0;
        position: relative;
        content: '';
        display: inline-block;
        visibility: visible;
        /* border: 2px solid white; */
        background: url(/design/cfccms/renewal/m_images/checkbox_on.png) no-repeat #fff;
        background-size: cover;
}

#basket .btn-wrap {padding:15px 10px;}
#basket .btn-wrap div {width:49%; float:left;}
#basket .btn-wrap div:last-child {float:right;}

#basket .all-select {
    border-bottom: 1px solid #222;
    background-color: #fff;
    padding: 10px 0;
}
#basket .not_provider li {position:relative; padding: 30px 0 24px 35px;}
#basket .not_provider li .basketGoodsCheck{position:absolute; top:30px; left:0;}
#basket .not_provider li .basketGoodsDel{position:absolute; width:14px; top:9px; right:0;}
#basket .not_provider li .basketGoodsDel img{display:block; width:100%;}

#basket .provider li {padding:20px 0;}
#basket figure {width:100%; display: table; box-sizing: border-box; padding:0 10px;}
#basket .basketLeft {width:110px; position:relative; float: left;}
#basket .basketLeft a {padding-right: 20px; margin-top: 20px; display:block;}
#basket .basketLeft .MS_input_checkbox {top:0; left:0; position:absolute;}
#basket .basketRight {padding-left:110px;}
#basket .basketRight p {color:#707070; margin-bottom:5px;}
#basket .basketRight .pname {border-bottom:1px solid #dedede;  padding-bottom: 4px;}
#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 .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-color: #fff;text-align : right;}
#basket .price-total-info-bottom { background-color: #fff;text-align : right;padding: 24px 0 30px;font-size:18px;}
#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 {
    padding: 25px 10px;
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
#basket .order-btn {margin-bottom: 20px;}
#basket .order-btn a {
    display:block;
    margin-bottom:5px;
    background-color: #092e49;
    border: 1px solid #092e49;
    font-size: 17px;
    line-height: 46px;
    color:#fff;
    text-align:center;
    border-radius:5px;
}

#basket .order-btn .checkBasketOrder{
    background:#fff;
    color:#092e49;
}

#basket .naver-checkout {margin-top: 20px;}
 

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

.cart-free-wrap {text-align:center;margin: 7px 10px;}
.cart-free-wrap .btn-list-open {display:inline-block;width: 100%;height:30px;line-height:30px;background:#585858;color:#fff;/* font-weight:bold; *//* font-size: .75em; */text-align:center;/* background-color: #000; *//* border: 1px solid #000; */font-size: 14px;height: 40px;line-height: 38px;}
.cart-free-wrap p {padding:10px 0 15px;font-size: 12px;font-weight: 400;}
.cart-free-wrap p span { color:#f40000; }
.cart-free-wrap .btn-more { display:inline-block; width:94%; height:30px; line-height:30px; margin-top:10px; border:1px solid #383838; background:#fff; color:#383838; 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: 11px;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; }

/* Á¤±â¹è¼Û ÅÇ */
#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; }     
#container {
    padding: 20px 24px 0;
    overflow:hidden;
}

#basket .all-select .btn-wrap2 {
    float: right;
}

#basket .all-select .btn-wrap2 a {
    position:relative;
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height:21px;
}

#basket .all-select .btn-wrap2 a:last-child {margin-left: 8px;padding-left: 8px;}
#basket .all-select .btn-wrap2 a:last-child:after { content: ""; background: #dddddd; width: 1px; height: 12px; position: absolute; display: block; top: 3px; left: -1px;}

.info .thumbnail {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.info .thumbnail .optionChange{
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #eee;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    color: #666;
    line-height: 32px;
    border-radius: 5px;
}

.info .txt {
    width: calc(100% - 135px);
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}

.info .txt .name {
    position: relative;
}

.info .txt .name a{
    font-size:14px;
    color:#000;
}

.info .txt .option{
    padding-top:10px;
    font-size:13px;
    color:#747474;
}

.info .txt .price {
    padding-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

.info .txt .delivery, .info .txt .delivery a {
    color: #aaaaaa;
    font-size: 11px;
}
.info .txt .delivery {
    padding-top: 8px;
}

.info .txt .amount { position:relative; width:100px; height:30px; margin:10px 0 0; background:#fff; border:1px solid #ddd; border-radius:6px; }
.info .txt .amount input{ position:absolute; padding:0; left:30px; top:0; float:none !important; width:40px; height:30px; font-size:13px; color:#222; border: 0; text-align:center !important; }
.info .txt .amount a {position:absolute; width:30px; height:30px; top:0; background-position:center; background-repeat:no-repeat; overflow:hidden; }
.info .txt .amount a.btn-dw { left:0; background-image:url(/design/charmzone/renew_22/img/pc/icon_goods_num_minus.png);  }
.info .txt .amount a.btn-up { right:0; background-image:url(/design/charmzone/renew_22/img/pc/icon_goods_num_plus.png); }

/*¹è¼Ûºñ ¾È³» ¹®±¸*/
.deliveryInfoWrap{padding: 25px 0; margin:24px 0 12px; background:#f7f7f7; }
.deliveryInfoWrap p{font-size:15px; line-height:22px; text-align:center; color:#222;}
.deliveryInfoWrap p span.c_red{color:#ee2d2f; }
.deliveryInfoWrap p span.c_underLine{text-decoration:underline}






#basket .not_provider li {
    border-bottom: 1px solid #eee;
}

#basket .price-total-info-top dl {
    font-size: 0;
}

#basket .price-total-info-top dl dt {
    width: 23%;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    line-height:36px;
}

#basket .price-total-info-top dl dd {
    width: 77%;
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height:36px;
}
#basket .price-total-info-top dl dd.sale {
    color: #ee2d2f !important;
}
#basket .price-total-info-top dl:last-child {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

#basket .price-total-info-bottom dl {
    font-size: 0;
}

#basket .price-total-info-bottom dl dt {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

#basket .price-total-info-bottom dl dd {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

#basket .price-total-info-bottom dl dd p{
    margin-top:12px;
    font-size:15px;
    
}

#basket .price-total-info-bottom dl dd p .ico_reserve {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    background: #81a3bf;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 7px;
}

#basket .price-total-info-top dl dd .won {
    font-size: 16px;
    font-weight: 300;
    vertical-align: bottom;
    margin-left: 1px;
}

#basket .price-total-info-bottom dl dd .won {
    font-size: 18px;
    font-weight: 300;
    margin-left: 1px; 
}
#basket .price-total-info-bottom .reserve {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-top: 7px;
}

#basket .price-total-info-bottom .reserve .won {
    font-size: 14px;
    margin-left: 0;
    font-weight: 300;
}

#basket .price-total-info-bottom .reserve .tit {
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.3px;
    background: #000;
    padding: 2px 7px;
    border-radius: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

#basket .delivery-type strong {
    font-weight: 400;
}

#basket .delivery-type font {
    color: #ee2d2f !important;
} 
.btn-app {
    display: none;
}

#basket .MonthlyBest { display: block; width: 95%; margin: 0 auto 3%; }

.relatedGoodsWrap{margin:0 -24px; }
.relatedGoodsWrap .detailCateTit{padding: 60px 24px 20px;}
.relatedGoodsWrap .detailCateTit strong{font-size: 19px; margin-right: 7px;}
.relatedGoodsWrap .detailCateTit img.icon_angle_right{width: 9px; margin-top: 1px;}
.relatedGoodsWrap .item-wrap .swiper{padding:0 24px; overflow:visible;}
.relatedGoodsWrap .item-wrap .swiper .swiper-slide{margin-bottom:0;}

#basket .none-data{
    margin:50px 0;
}

#basket .none-data img{
    width:38px;
    margin-bottom:20px;
}

#basket .none-data p{
    font-size:14px;
}
/* BASIC css end */

