.header-modal {
    max-width: 1200px;
  }
  
  .header-modal .modal-content,
  .casino-modal .modal-content {
    background-color: #121212;
    border: 10px solid #242424;
    border-radius: 0 !important;
  }
  
  .header-modal .modal-header{
    display: flex;
    justify-content: end;
    border-bottom: none;
    padding: 10px;
    padding-bottom: 0;
  }
  
  .casino-modal .modal-header {
    border-bottom: none;
    padding: 10px;
    padding-bottom: 0;
  }
  
  .casino-modal .modal-header{
    padding: 15px 20px;
  }
  
  .header-modal .modal-body {
    padding: 0;
    padding-bottom: 30px;
  }
  
  .casino-modal .modal-body{
    padding: 0;
    padding-bottom: 20px;
  }
  
  .header-modal .nav-pills {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3px;
    gap: 6px;
    padding: 0 30px;
    margin-top: 30px;
  }
  
  .header-modal .nav-pills .nav-item {
    width: calc(100% / 6 - 6px);
    background-color: #0e0e0e;
    /* margin-right: 5px; */
  }
  
  .header-modal .nav-pills .nav-item:last-child {
    margin-right: 0;
  }
  
  .header-modal .nav-pills .nav-item button {
    width: 100%;
    padding: 12px 0px;
    color: rgb(105, 105, 105);
    font-weight: 400;
    border-radius: 0 !important;
  }
  
  .header-modal .nav-pills .nav-item button.active {
    background-color: #0e0e0e;
    border-bottom: 1px solid #f5bd0a;
    color: #fff;
  }
  
  .header-modal .tab-pane{
    padding: 0 30px;
  }
  
  .header-modal-contentbox{
    padding: 20px;
    background-color: rgba(10,9,9,.6705882352941176);
    border: 1px solid #242424;
  }
  
  .pill-home-ul{
    padding: 20px;
    background-color: #232122;
    border: 1px solid #818181;
    color: #bbb;
    border-radius: 4px;
  }
  
  .pill-home-ul li{
    font-size: 0.9rem;
    line-height: 1.8rem;
    position: relative;
    margin-left: 15px;
  }
  
  
  .pill-home-ul li::before{
    position: absolute;
      top: 11px;
      left: -13px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #f5bd0a;
      display: block;
      content: "";
  }
  
  .pill-home-ul-important{
    color: #f5bd0a;
  }
  
  .pill-honme-account{
    padding: 30px;
  }
  .pill-honme-account-01{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
  }
  
  .pill-honme-account-button{
    font-size: 0.8rem;
    font-weight: 500;
    height: 32px;
    padding: 0px 11px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    background-color: #2b2b2b;
    border: 1px solid #797979;
    transition: background 0.3s ease-in-out;
    margin-left: 9px;
  }
  
  .pill-honme-account-button:hover{
    background-color: #1f1f1f;
  }
  .pill-home-account-li::before{
    top: 14px !important;
  }
  
  .tdtitle{
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
  }
  
  .tdinput{
    background-color: #1e1e1e;
    border: 1px solid #818181;
    padding: 5px 12px;
    border-radius: 2px;
    color: #fff;
    transition: border 0.3s linear;
    margin-right: 1px;
    text-align: right;
  }
  .tdinput:focus{
    border: 1px solid #f5bd0a;
  }
  
  .charge-moneybut{
    background: rgb(107,102,98);
    background: linear-gradient(180deg, rgba(107,102,98,1) 0%, rgba(36,35,34,1) 100%);
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    margin-right: 3px;
  }
  
  
  .charge-moneybut.current{
    background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
  }
  
  .pill-chargebut{
    font-size: 1.25rem;
    padding: 14px 40px;
    background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 6px;
  }
  
  .pill-chargebut-search{
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 7px 17px;
    background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 2px;
    margin-left: 5px;
  }
  
  .pill-charge-table{
    padding: 30px;
  }
  .pill-charge-table table tr th,
  .pill-charge-table table tr td{
    color: #b6b6b6;
  }
  .pill-charge-table table thead tr{
    background-color: #222;
  }
  
  .pill-charge-table table thead tr th{
    padding: 13px 0;
    text-align: center;
    font-size: 1rem;
  }
  .pill-charge-table table tbody tr{
    border-bottom: 1px solid #363636;
  }
  .pill-charge-table table tbody tr td{
    padding: 13px 0;
    text-align: center;
    font-size: 1rem;
  }
  
  .charge-input-table tr td{
    padding: 10px 0;
  }
  .charge-passwordspan{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
  }
  
  .batlist-tabul{
    margin-top: 0 !important;
    padding: 0 !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #464646;
  }
  .batlist-tabul li{
    text-align: center;
  }
  .batlist-tabul li button{
    font-size: 1rem;
    color: rgb(105, 105, 105);
    font-weight: 500;
    padding: 0 15px;
  }
  .batlist-tabul li button.active{
    position: relative;
    color: #f5bd0a;
  }
  .batlist-tabul li button.active::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -15px;
    left: 0;
    background-color: #f5bd0a;
  }
  
  .date-content{
    display: flex;
    align-items: center;
    margin: 10px 0;
    margin-top: 20px;
  }
  
  .date-tabcontent .tab-pane{
    padding: 0;
  }
  
  .date-tabcontent-table thead tr,
  .alarm-table thead tr{
    background-color: #222;
  }
  
  .date-tabcontent-table thead tr th,
  .date-tabcontent-table tbody tr td,
  .alarm-table thead tr th,
  .alarm-table tbody tr td a,
  .alarm-table tbody tr td{
    color: #b6b6b6;
  }
  
  .date-tabcontent-table thead tr th,
  .alarm-table thead tr th{
    padding: 13px 0;
    text-align: center;
    font-size: 1rem;
  }
  
  .date-tabcontent-table tbody tr,
  .alarm-table tbody tr{
    border-bottom: 1px solid #363636;
  }
  
  .date-tabcontent-table tbody tr td,
  .alarm-table tbody tr td{
    padding: 13px 0;
    text-align: center;
    font-size: 1rem;
  }
  
  .alarm-table tbody tr td.alarm-table-td01{
    text-align: left;
    padding-left: 20px;
  }
  
  .alarm-table tbody tr td.alarm-table-td01 a{
    font-size: 1rem;
    font-weight: 400;;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    cursor: pointer;
  }
  /* 게임모달 */
  .casino-modal-title{
    font-size: 1.25rem;
    font-weight: 500;
    color: #edb790;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
  }
  
  .casino-game-box{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 20px 0px 20px;
  }
  
  .casino-gama-a img{
    width: 100%;
  }
  
  .casino-gama-a{
    position: relative;
    width: calc(100%/5 - 10px);
    box-shadow: 0 2px 4px rgba(0,0,0,.8);
    overflow: hidden;
  }
  .casino-gama-a-span{
    display: none;
  }
  
  .attendbut{
    display: block;
    font-size: 1rem;
    background: rgb(255,216,11);
    background: linear-gradient(180deg, rgba(255,216,11,1) 0%, rgba(205,82,5,1) 100%);
    color: #fff;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.8);
    margin: 0 auto;
    margin-top: 18px;
  }
  
  @keyframes pulse-grow {
    to {
      transform: scale(1.1);
    }
  }
  .pulse-grow {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .pulse-grow:hover {
    animation-name: pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .slot-game-list {
    display: flex;
    padding: 15px 20px;
    flex-wrap: wrap;
    gap: 24px 16px;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
  }

  .slot-game-list-a {
    width: calc(16.66% - 14px);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    transition: 0.3s;
    opacity: 0.5;
  }

  .slot-game-list-a img {
    max-width: 100px;
    max-height: 40px;
  }

  /*모바일 슬롯 리스트 슬라이드*/
  .slot-game-list-a.on, .slot-game-list-a:hover {filter: inherit;opacity: 1;}
  .slot-game-list.swiper {padding: 16px;}
  .slot-game-list-a.swiper-slide {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-right: 24px;
  }
  
  
  /* 로그인 */
  .modal-loginbox .login-title{
    font-weight: 500;
    color: #f5bd0a;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  
  .modal-loginbox-inputbox{
    padding: 0 50px;
    margin-top: 20px;
  }
  
  .modal-loginbox-inputbox input{
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-right: 0;
    text-align: left;
    height: 40px;
  }
  
  .loginconform{
    display: block;
    width: 100%;
    background-color: #1e1e1e;
    border: 1px solid #f5bd0a;
    padding: 5px 8px;
    border-radius: 4px;
    color: #ececec;
    transition: border 0.3s linear;
    height: 40px;
    transition: background 0.3s linear;
  }
  
  .tdpassword{
    letter-spacing: 10px;
  }
  .tdpassword::placeholder,
  .tdid::placeholder{
    letter-spacing: -0.5px;
    font-weight: 600;
  }
  
  .loginconform:hover{
    background-color: #111111;
    color: #fff;
  }
  
  /* 회원가입 */
  .signup-box{
    margin-top: 20px;
  }
  .signup-box:nth-child(1){
    margin-top: 0;
  }
  .signup-p01{
    color: #f3f3f3;
    margin-bottom: 12px;
    font-weight: 500;
  }
  .signup-p02{
    color: #a3a3a3;
    font-weight: 400;
    margin-top: 6px;
    font-size: 0.8rem;
  }
  
  .phoneconform{
    width: 50px;
    height: 40px;
    background-color: #f5ab0a;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .signup-box .form-select{
    display: block;
    width: 100%;
    background-color: #1e1e1e;
    border: 1px solid #818181;
    padding: 5px 8px;
    border-radius: 4px;
    color: #ececec;
    transition: border 0.3s linear;
    height: 40px;
    transition: background 0.3s linear;
  }
  
  .signup-box .form-select:focus{
    outline: none;
    box-shadow: none;
  }