.times_slot{
  height:calc(100% - 300px);
}

@media screen and (max-width: 800px){
  .times_slot{
    height:calc(100% - 150px);
  }
}
.slot_container{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
  }
  
  .slot_list{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    overflow: auto;
  }

  .slot_div{
    /* max-width: 320px; */
    padding: 20px;
    display: block!important;
  }
  
  .slot_img_div{
    position: relative;
  }

  .slot_img_div:hover .slot_list_over_img{
    z-index: 1;
    opacity: 1;
  }
  
  .slot_list_img{
    border-radius: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 28/20;
  }
  
  .slot_list_over_img{
    border-radius: 0;
    width: 100%;
    position: absolute;
    border: none;
    z-index: -1;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    width: 100%;
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .justify-content-center{
    display: flex;
    justify-content: center;
  }
  .slot-modal-back {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.867);
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    justify-content: center;
    align-items: center;
  
  }
  
  .slot-modal {
    width: 80%;
    height: 80%;
    /* height: auto;
    max-height: 80%; */
    background-color: #0f1621;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* border: 1px solid rgb(255, 255, 255); */
    overflow: auto;
    position: relative;
  }
  
  .modal_div{
    padding: 10px;
    display: block!important;
  }
  
  .slot-modal::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .slot-modal::-webkit-scrollbar-thumb {
    background: #727272;
  }
  .slot-modal::-webkit-scrollbar-track {
    background: #141921;
  }
  
  .modal_close[data-v-57fde08a] {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .btn_close{
    position: absolute;
      right: 15px;
      top: 15px;
      width: 30px;
      height: 30px;
      background: radial-gradient(#111111, #222222);
      border: 1px solid #313742;
      color: #a8a8a8;
      text-align: center;
      line-height: 28px;
      font-size: 16px;
      cursor: pointer;
      z-index: 100;
      border-radius: 15px;
  }
  
  .btn_close:hover {
    color: #ef7c00;
    border: 1px solid #29324b;
    box-shadow: 0 0 10px #fff0c8, 0 0 20px #ffc383;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
  }

  .slot_li_div{
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  
  .text-center{
    text-align: center;
  }

    .slot_div {
      width: 12.5%;
    }

  @media (max-width:1920px) {
    .slot_div {
      width: 20%;
    }
  }
  
  @media (max-width:1600px) {
    .slot_div {
      width: 25%;
    }
  }
  
  @media (max-width:1439px) {
    .slot_div {
      width: 25%;
    }
  }
  
  @media (max-width:991px) {
    .slot_div {
      width: 33.333333333%
    }
  }
  
  @media (max-width:767px) {
    .slot_div {
      width: 50%;
      padding: 10px;
    }

    .slot_div p{
      padding: 10px 10px 0px!important;
    }
  }
  
  /* @media (max-width:425px) {
    .slot_div {
      width: 100%
    }
  } */
  
  .modal_div {
    width: 12.5%;
  }
  
  @media (max-width:1920px) {
    .modal_div {
      width: 14.28571428571429%
    }
  }
  
  @media (max-width:1600px) {
    .modal_div {
      width: 20%
    }
  }
  
  @media (max-width:1439px) {
    .sub_visual_slot div {
      zoom: .7
    }
  
    .modal_div {
      width: 25%
    }
  }
  
  @media (max-width:991px) {
    .modal_div {
      width: 33.333333333%
    }
  }
  
  @media (max-width:767px) {
    .modal_div {
      width: 48%
    }

    .slot_list li p[data-v-3348b8aa] {
      padding: 0px 10px 0px;
  }
  }
  
  /* @media (max-width:425px) {
    .modal_div {
      width: 100%
    }
  } */


.lobby-list-ratio {
  aspect-ratio: 270 / 192;
}

.slot_list_img.lobby-list-ratio:hover {
  filter: brightness(0.5);
}