@charset "UTF-8";

.number_table li.li-possible a {position: relative; height: 70px}
.li-possible em.btn_reservImps{position: absolute; bottom:5px; left: 10%;  border-radius: 10px; background: #ff3333; width:80%; height:20px; color:#fff; font-size:0.7em; line-height: 20px}
.li-possible em.btn_reservPs{position: absolute; bottom:5px; left: 10%;  border-radius: 10px; background: #2657a7; width:80%; height:20px; color:#fff; font-size:0.7em; line-height: 20px}

.number_table li.imposs a {position: relative; height: 70px}
.imposs em.btn_reservImps{position: absolute; bottom:5px; left: 10%;  border-radius: 10px; background: #ff3333; width:80%; height:20px; color:#fff; font-size:0.7em; line-height: 20px}
.imposs em.btn_reservPs{position: absolute; bottom:5px; left: 10%;  border-radius: 10px; background: #2657a7; width:80%; height:20px; color:#fff; font-size:0.7em; line-height: 20px}


.standard_person{position: relative; overflow: hidden; height: 50px}
.standard_person dt:before{content: ''; width:42px; height:49px; background: url(https://www.gunpouc.or.kr/design/homepage/gunpo/image/icon_personNum.png) 0 0 no-repeat; position: absolute; z-index: 99}
.standard_person dd{width:40%; border-radius: 10px; background: #666; color: #fff; position: absolute; bottom:3px; left: 20px; display: inline-block; padding-left: 50px; box-sizing: border-box; }
.standard_person dd.numM input{color:#fff; vertical-align: baseline}
.extra_person{ border:1px solid #ddd; background: #fff; padding:10px}


.fac_btn_list li a {position: relative; height: 70px !important ; line-height:40px !important}
.fac_btn_list li em{position: absolute; bottom:5px; left: 10%;  border-radius: 10px; background: #2657a7; width:80%; height:20px; color:#fff; font-size:0.7em; line-height: 20px}



@media (max-width: 767px){
.standard_person dd {width: 80%;}
}
