/* BASIC css start */
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000; /* 이 값으로 레이어의 위치를 조정합니다. */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.item-wrap .item-cont2 {display: flex; justify-content: center;}
.remain_date1 {display:none;}
.remain_time {font-size: 18px; color: #222; margin-top:13px;}
.remain_time1 {font-size:30px; display:flex;}
.remain_time1 > div {background:#000; color:#fff; width: 45px; height: 45px; line-height:45px; display: flex; justify-content: center; text-align:center; border-radius:5px;}
/* BASIC css end */

