@charset "utf-8";

/* 예약내역 */
.lat_r3 {position:relative;overflow:hidden;width:100%;border-top:0px solid #222;}
.lat_r3 ul {padding:0;width:100%;}
.lat_r3 ul :hover {text-decoration:none;background:#1C1C1E;}

.lat_r3 li {position:relative;line-height:48px;padding:3px 0;padding-left:10px;position:relative;border-bottom:1px solid #DDD;box-sizing:border-box;}
.lat_r3 li a {display:flex;font-size:1.06rem;color:#fff;font-weight:400;}
.lat_r3 li a p {width:1%;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;margin:0;padding:0;}
.lat_r3 li a .date {position:relative;padding-left:130px;right:140px;}
.lat_r3 li a .date1 {position:relative;right:85px;}
.lat_r3 li a .date2 {position:relative;right:35px;}
.lat_r3 li a .date3 {position:relative;right:10px;}


@media (max-width:768px) {
  .lat_r3 li {position:relative;line-height:41px;padding:3px 0;padding-left:5px;position:relative;border-bottom:1px solid #DDD;box-sizing:border-box;}
  .lat_r3 li a {display:flex;font-size:0.88rem;color:#fff;font-weight:400;}
  .lat_r3 li a .date {right:125px;}
  .lat_r3 li a .date1 {padding-left:50px;right:20px;}
  .lat_r3 li a .date2 {#999;right:10px;}
  .lat_r3 li a .date3 {position:relative;right:5px;}
  .hidden-xs {display: none !important;}
}


/*처리상태*/
.reser_co{display:inline-block;margin-left:5px;border-radius:3px;background:#999;width:70px;height:20px;line-height:20px;color:#fff;text-align:center;font-size:0.75rem;}
.reser_co1{background:#4799CB}
.reser_co2{background:#999}
.reser_co3{background:#DF571F}
.reser_cor4{background:#A8D57B}

.lat_r3 ul .reser_co1:hover {text-decoration:none;background:#4799CB}
.lat_r3 ul .reser_co2:hover {text-decoration:none;background:#999}
.lat_r3 ul .reser_co3:hover {text-decoration:none;background:#DF571F}
.lat_r3 ul .reser_co4:hover {text-decoration:none;background:#A8D57B}

.lat_r3 ul .reser_co1 i:hover {text-decoration:none;background:#4799CB}
.lat_r3 ul .reser_co2 i:hover {text-decoration:none;background:#999}
.lat_r3 ul .reser_co3 i:hover {text-decoration:none;background:#DF571F}
.lat_r3 ul .reser_co4 i:hover {text-decoration:none;background:#A8D57B}
