/* BASIC css start */
#basket .h_title { border:0; padding:0; }
#basket .h_title h3 { padding:20px 10px 0; text-align:center; font-size:26px; font-weight:600; }

#basket .none-data { margin:50px 0; }
#basket .none-data p { margin-top:15px; font-size:14px; color:#888; }

#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-top: 1px solid #4a4a4a; border-bottom: 1px solid #dedede; background-color: #f1f1f1; padding:10px;}

#basket .not_provider { border-top:2px solid #282828; margin:50px 10px 0; }
#basket .not_provider li { padding:20px 0; border-bottom:1px solid #888; }
#basket .provider li {padding:20px 0;}

#basket .sell_box {width:100%; display:table; box-sizing:border-box; padding:0 10px; position:relative; }

#basket .basketLeft { width:100px; position:absolute; top:50%; transform:translateY(-50%); }
#basket .basketLeft a { display:block; }

#basket .basketRight {padding-left:120px;}
#basket .basketRight p { word-break:keep-all; font-size:14px; }
#basket .basketRight .pname { font-size:16px; font-weight:400; line-height:1.2; }
#basket .basketRight .psell { margin-top:5px; color:#000; font-weight:700 }
#basket .basketRight .psell .del { color:#afafaf; font-weight:400; font-size:12px; margin-right:7px; text-decoration:line-through; }
#basket .basketRight .poption { margin-top:5px; color:#888; font-size:12px; }
#basket .basketRight .poption span { color:#888 !important; padding:0 2.5px; }
#basket .basketRight .pqantity { display:flex; align-items:center; justify-content:flex-start; }
#basket .basketRight .pqantity a { font-size:26px; line-height:25px; }
#basket .basketRight .pqantity .amount-input { width:35px; height:25px; line-height:25px; text-align:center; padding:0; border:0; }
#basket .basketRight .pdel { display:flex; align-items:flex-end; justify-content:space-between; margin-top:3px; }
#basket .basketRight .pdel .btn_Black { width:60px; line-height:25px; height:25px; background:#888; border:0; cursor:pointer; }
#basket .basketRight .pdel .del { color:#007f53; font-weight:500; }

#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 { padding:35px 25px; margin:10px; border:1px solid #888; }
#basket .price-total-info-top .cart-title { font-size:18px; font-weight:600; }
#basket .price-total-info-top ul { margin-top:20px; color:#888; }
#basket .price-total-info-top ul li { font-size:14px; margin:5px 0; }
#basket .price-total-info-top ul li.txt-price { margin:25px 0 10px; padding:25px 0 0; border-top:1px solid #888; color:#282828; font-weight:500; font-size:16px; }
#basket .price-total-info-top ul li.txt-price span { color:#007f53; font-size:20px; }
#basket .price-total-info-top ul li.txt-delivery { font-size:12px; position:relative; padding-left:10px; }
#basket .price-total-info-top ul li.txt-delivery:after { content:'*'; display:block; position:absolute; top:3px; left:0; }
#basket .price-total-info-top ul li span { float:right; }



#basket .delivery-type { padding:15px 10px;}
#basket .order-btn {padding:0 10px;}
#basket .order-btn .btn_Red {background-color: #007f53; border: 1px solid #007f53; height:45px; line-height:45px; }
#basket .naver-checkout { margin:10px 10px 0; }
#basket .naver-checkout #nhn_btn { float:right; }
/* #basket .naver-checkout #nhn_btn .npay_type_MA_1 { width:100% !important; } */

@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:5px 10px; }
.cart-free-wrap .btn-list-open { display:inline-block; width:100%; height:30px; line-height:30px; font-size:12px; color:#888; border:1px solid #888; text-align:center; }
.cart-free-wrap p { padding:10px 0 15px; font-size:14px; font-weight:500; font-style:italic; }
.cart-free-wrap p span { color:#007f53; }
.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: .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; }
/* BASIC css end */

