/* BASIC css start */
#basket .order-btn { display:flex; text-align:center; }
#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; }
#basket .cart-ft2 { text-align:center;}
#basket .cart-ft2 iframe { display: block; margin:0 auto;}

.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:#585858; 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;opacity: 0;}
.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: .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 {}


.cart-free-progress-area {
    width: 100%;
    max-width: 90%; /* 원하는 너비로 조절 */
    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;
} 
/* BASIC css end */

