  .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;
  }
  
  .slot-modal {
    width: 80%;
    height: 80%;
    /* height: auto;
    max-height: 80%; */
    background-color: #0f1621;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid rgb(255, 255, 255); */
    overflow: auto;
    position: relative;
  }
  
  .slot-modal::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .slot-modal::-webkit-scrollbar-thumb {
    background: #727272;
  }
  .slot-modal::-webkit-scrollbar-track {
    background: #141921;
  }
  
  .modal_close {
    position: absolute;
    right: 25px;
    top: 30px;
  }

  .slot_li_div{
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  
  .slot-default-img {
    width: 100%;
    height: 100%;
    /* border-radius: 10%; */
    z-index: 0;
  }
  
  .slot-img {
    width: 100%;
    height: 100%;
    /* border-radius: 10%; */
    position: absolute;
    border: none;
    z-index: 0;
    left: 0;
    top: 0;
    /* width: 300px;
    height: 300px; */
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .justify-content-center{
    display: flex;
    justify-content: center;
  }
  
  .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;
  }
  
  .text-center{
    text-align: center;
  }
  
  .slot_list li{
    margin: 0;
    padding: 20px;
  }
  .slot_list li p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  @media (min-width:1920px) {
    .slot_list li {
      width: 14.28571428571429%
    }
  }

  @media (max-width:1920px) {
    .slot_list li {
      width: 14.28571428571429%
    }
  }

  @media (max-width:1600px) {
    .slot_list li {
      width: 20%
    }
  }

  @media (max-width:1439px) {
    .sub_visual_slot div {
      zoom: .7
    }

    .slot_list li {
      width: 25%
    }
  }

  @media (max-width:800px) {
    .slot_list li {
      width: 33.333333333%
    }
  }

  @media (max-width:426px) {
    .slot_list li {
      width: 50%
    }
  }

  /* @media (max-width:320px) {
    .slot_list li {
      width: 33.333333333%
    }
  } */



  .slot_container{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
  }
  
  /* .slot_list{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    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%;
  }
  
  .slot_list_over_img{
    border-radius: 0;
    width: 100%;
    position: absolute;
    border: none;
    z-index: -1;
    left: 0;
    opacity: 0;
    transition: 0.4s;
  }
  
  .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: auto;
    max-height: 80%;
    background-color: #0f1621;
    padding: 30px 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: 25px;
    top: 30px;
  }
  
  .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;
  }
  
  .text-center{
    text-align: center;
  }
  
  
  .slot_list[data-v-3348b8aa] {
      display: flex;
      flex-wrap: wrap;
    }
    
    .slot_list li[data-v-3348b8aa] {
      flex-direction: column;
      /* width: 12.5%; */
    }
    
    .slot_list li[data-v-3348b8aa], .slot_list li div[data-v-3348b8aa] {
      display: flex;
      justify-content: center;
    }
    
    .slot_list li div[data-v-3348b8aa] {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background-color: #070a0f;
      /* border-radius: 10%; */
    }
    
    .slot_list li div>img[data-v-3348b8aa] {
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
      transition: all 0.3s ease 0s;
    }
    
    .slot_list li div:hover>img[data-v-3348b8aa] {
      width: 100%;
      /* object-fit: cover; */
      /* transform: scale(1.1); */
    }
    
    .slot_list li p span[data-v-3348b8aa] {
      color: rgb(154, 154, 167);
    }


  .slot-modal-padding{
    padding: 40px;
  }
    
    @media (max-width: 767px) {
      .sub_visual_slot[data-v-3348b8aa] {
        position: relative;
      }
      .sub_visual_slot img[data-v-3348b8aa] {
        width: 100%;
        object-fit: fill;
      }
      .sub_visual_slot div>span[data-v-3348b8aa]:first-of-type {
        font-size: 3rem;
        font-weight: 400;
      }
      .sub_visual_slot div>span:first-of-type b[data-v-3348b8aa] {
        font-size: 3rem;
      }
      .sub_visual_slot div>span[data-v-3348b8aa]:nth-of-type(2) {
        font-size: 1.3rem;
        font-weight: 500;
        padding-left: 0px;
      }
      .slot_list li[data-v-3348b8aa] {
        width: 50%;
      }
      .slot_list li div>img[data-v-3348b8aa] {
        height: 100%;
        object-fit: fill;
      }
      .slot_list li p[data-v-3348b8aa] {
        font-size: 1.3rem;
      }
      .modal_move[data-v-3348b8aa] {
        width: 100%;
        padding: 0px 15px;
      }
      .modal_move .modal-container[data-v-3348b8aa] {
        width: 100%;
      }
      .wheel_right[data-v-3348b8aa] {
        overflow: auto;
      }
    }
    
    
    
    .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;
    }
    
    .slot-modal {
      width: 80%;
      height: 80%;
      /* height: auto;
      max-height: 80%; */
      background-color: #0f1621;
      padding: 80px 0px 20px;
      display: flex;
      flex-wrap: wrap;
      /* border: 1px solid rgb(255, 255, 255); */
      overflow: auto;
      position: relative;
    }
    
    .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: 25px;
      top: 30px;
    }
    
    .slot-default-img[data-v-3348b8aa] {
        /* border-radius: 10%; */
        z-index: 0;
    }
    
    .slot-img[data-v-3348b8aa] {
        /* border-radius: 10%; */
        position: absolute;
        border: none;
        z-index: 0;
        left: 0;
        /* width: 300px;
        height: 300px; */
    }
    
    .align-items-center {
      align-items: center;
    }
    
    .justify-content-center{
      display: flex;
      justify-content: center;
    }
    
    .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;
    }
    
    .text-center{
      text-align: center;
    }
  
    .slot_list li div:hover:after {
      top: 50%;
      opacity: 1;
      margin-top: -20px
    }
  
    .slot_list li p {
      display: block;
      font-size: 1.1rem;
      /* padding: 0px; */
      padding: 0px 10px 20px 10px;
      color: #fff;
      /* line-height: 1.5; */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      margin-top: 10px;
    }
  
    .slot_list li p span {
      color: #9a9aa7
    }
  
    @media (max-width:1920px) {
      .slot_list li {
        width: 14.28571428571429%
      }
    }
  
    @media (max-width:1600px) {
      .slot_list li {
        width: 20%
      }
    }
  
    @media (max-width:1439px) {
      .sub_visual_slot div {
        zoom: .7
      }
  
      .slot_list li {
        width: 25%
      }
    }
  
    @media (max-width:991px) {
      .slot_list li {
        width: 33.333333333%
      }
  
      .slot_list li div:after {
        width: 50%;
        height: 40px;
        margin: -20px 0 0 -25%
      }
    }
  
    @media (max-width:767px) {
      .sub_visual_slot {
        position: relative
      }
  
      .sub_visual_slot img {
        width: 100%;
        -o-object-fit: fill;
        object-fit: fill
      }
  
      .sub_visual_slot div>span:first-of-type {
        font-size: 3rem;
        font-weight: 400
      }
  
      .sub_visual_slot div>span:first-of-type b {
        font-size: 3rem
      }
  
      .sub_visual_slot div>span:nth-of-type(2) {
        font-size: 1.3rem;
        font-weight: 500;
        padding-left: 0
      }
  
      /* .slot_list li {
        width: 50%
      } */
  
      .slot_list li div>img {
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill
      }
  
      .slot_list li p {
        font-size: 1rem;
        padding: 0;
      }
  
      .modal_move {
        width: 100%;
        padding: 0 15px
      }
  
      .modal_move .modal-container {
        width: 100%
      }
  
      .wheel_right {
        overflow: auto;
        overflow-x: auto 
      }
    }
    
  i {
      font-style: normal;
  }
  @media (max-width:767px) {
    .slot_list li  {
      width: 50%;
      padding: 10px;
    }
    .slot-modal {
        width: 90%;
        height: 90%;
        max-height: 90%;
        /* padding: 50px 10px 10px; */
    }

    .slot-modal-padding{
      padding: 0;
    }
  }
  
  /* @media (max-width:425px) {
    .slot_list li  {
      width: 100%
    }
  } */

 
  .slot-modal_close[data-v-57fde08a] {
    position: absolute;
    /* right: 10px;
    top: 10px; */
    right: 20px;
    top: 20px;
  }
  
  .slot-search{
    position: absolute;
    background-color: #43434d;
    left: 20px;
    top: 20px;
    /* transform: translate(-50%, 0); */
    color: #FFF;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 0 15px;
  }
  
  .slot-search-label{
    background-color: #43434d;
    border: none;
    color: #FFF;
    width: 40px;
    /* height: 40px;
    line-height: 42px; */
    margin-bottom: 0;
  }
  
  .slot-search-input{
    background-color: #43434d;
    border: none;
    color: #FFF;
    height: 40px;
    margin-bottom: 0;
    /* margin-right: 15px; */
    text-align: left;
  }
  
  .slot-search-input:focus{
    border: none;
  }

  .slot_list {
    padding: 0 10px;
  }
  
  .slot_list li {
      padding: 0 10px 20px 10px;
  }
  
  .slot_list li p {
      padding: 5px 10px 0px;
      margin-top: 0;
  }
  
  @media (max-width: 739px){
    /* .slot-search{
      top: 5px;
      left: 20px;
    } */
  
    .slot-search-input{
      width: 150px;
    }
  }

  .lobby-list-ratio {
    aspect-ratio: 270 / 192;
  }
  
  .slot_list_img.lobby-list-ratio:hover {
    filter: brightness(0.5);
  }