/* BASIC css start */
 
/* 배송 마감 타이머 */
#ifend {position: relative;width: 100%;/* background: #003f67; */display: flex;align-items: center;padding: 0;color: #fff;gap: 14px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;} 
#ifend * { font-family:'Noto Sans KR', sans-serif; } 
#ifend .time_tit {relative;display: inline-flex;text-align: center;font-size: 14px;color: #000;font-weight: bold;padding: 0 18.5px;box-sizing: border-box;flex-direction: column;justify-content: center;align-items: center;height: 100%;} 
#ifend .time_tit img {width: 30px;display: block;text-align: center;margin: 0 auto 10px;/* filter: brightness(0) invert(1); */} 
#ifend .time_wrap { position:relative;padding: 16px 0; } 
#ifend .time_wrap div {font-size: 13px;font-weight:500;text-align: left;color: #000;} 
#ifend .time_wrap div#time1{/*margin-bottom: 16px;*/}
#ifend .time_wrap div#time1 + #time2 {margin-top:16px;}
#ifend .time_wrap div span { font-size:13px; font-weight: 500; color: #c52921; } 
#ifend .time_wrap div p.tit { font-size:14px; font-weight:600; color:#000; margin-bottom:4px; } 
#ifend .time_wrap div p.txt{font-size:12px; font-weight:500; color:#888;}
#ifend .btn_deli_info{position:absolute;top: 16px;right: 16px;font-size: 12px;: 00;font-weight: 500;color: #000;padding: 5px 5px;border: 1px solid #ddd;cursor:pointer;background: #fff;}

 
/* BASIC css end */

