/* BASIC css start */
.cart-free-wrap { text-align:center; margin-bottom: 30px; }
.cart-free-wrap .btn-list-open { position:relative; display:inline-block; width:60%; height:50px; line-height:50px; background:#f37021; color:#fff; font-weight:bold; font-size:14px; text-align:center; }
.cart-free-wrap .btn-list-open span { position:absolute; top:20px; right:30px; display:inline-block; width:15px; height:9px; background:url(http://separk.makemall.kr/2016/h18_arr.gif) no-repeat 0 0; }
.cart-free-wrap .btn-list-open span.open { background:url(http://separk.makemall.kr/2016/h18_arr.gif) no-repeat 0 -9px; }
.cart-free-wrap p { padding:40px 0 20px 0; font-size:14px; font-weight:bold; }
.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: 1em; 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; overflow-y:auto; height:450px; padding:15px 14px 30px; margin-top:20px; border:1px solid #b7b7b7; display: none; }
.cart-free-wrap .list-wrap ul { display: table; table-layout: fixed; width:100%; margin: 0; padding: 0; }
.cart-free-wrap .list-wrap ul:after { clear: both; content: ""; display: block; }
.cart-free-wrap .list-wrap ul li { word-wrap: break-word; word-break: keep-all; display: inline-block; vertical-align: top; width:24%; list-style: none; }
.cart-free-wrap .list-wrap ul li dl { margin:15px 15px 10px; }
.cart-free-wrap .list-wrap ul li dl dt { margin-bottom:13px; }
.cart-free-wrap .list-wrap ul li dl dt img { width:100%; height:auto; border:0; }
.cart-free-wrap .list-wrap ul li dl dd {}
.cart-free-wrap .list-wrap ul li dl dd strong { color:#f40000; }
.cart-free-wrap .list-wrap ul li dl dd a { display:inline-block; padding:5px 8px 3px; margin-top:8px; border:1px solid #999; color:#666; font-weight:bold; background:#fff; }

.cart-free-progress-area {
    clear: both;
    width: 100%;
    max-width: 60%; /* 원하는 너비로 조절 */
    margin: 40px auto 0;
}

/* 메시지 스타일 */
.shipping-msg {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}
.shipping-msg b {
    color: #f37021; /* 강조 초록색 */
    font-weight: bold;
}
.shipping-msg .gray-text {
    color: #888;
    font-size: 12px;
}

/* 게이지 바 배경 */
.progress-container {
    width: 100%;
    height: 5px;
    background-color: #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

/* 실제 채워지는 게이지 */
.progress-bar {
    width: 0%; /* 초기값 */
    height: 100%;
    background-color: #f37021;
    transition: width 0.4s ease-out; /* 부드러운 애니메이션 */
}

/* 0원, 50,000원 라벨 */
.progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #333;
    margin-top: 5px;
    padding-bottom: 60px;
}
/* BASIC css end */


#wrap .table-cart + .btn_order .btn-order-ctrl {
    clear: both;
    text-align: center;
    padding-top: 50px;
}
/* BASIC css end */

