.header-modal .modal-header{
    padding-bottom: 10px !important;
    justify-content: space-between !important;
  }

  .header-modal .nav-pills .nav-item button:hover{
    color: #fff;
  }
  
  .bigmodal {
    max-width: 1200px !important;
  }
  
  .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 !important;
    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% / 7 - 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 #DA71FF;
    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: #DA71FF;
    display: block;
    content: "";
  }
  
  .pill-home-ul-important {
    color: #DA71FF;
  }
  
  .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 #DA71FF;
  }
  
  .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: linear-gradient(180deg, rgba(203, 92, 255, 1) 0%, rgba(95, 26, 183, 1) 100%);
  }
  
  .pill-chargebut {
    font-size: 1.25rem;
    padding: 14px 40px;
    background: linear-gradient(180deg, rgba(203, 92, 255, 1) 0%, rgba(95, 26, 183, 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: linear-gradient(180deg, rgba(203, 92, 255, 1) 0%, rgba(95, 26, 183, 1) 100%);
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 2px;
    margin-left: 5px;
  }
  
  .pill-charge-table {
    padding: 10px;
  }
  
  .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: #DA71FF;
  }
  
  .batlist-tabul li button.active::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -15px;
    left: 0;
    background-color: #DA71FF;
  }
  
  .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%/7 - 11px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .8);
    overflow: hidden;
  }

  .slot-game-name {
    color:#fff;
    text-align: center;
  }
  
  .casino-gama-a-span {
    display: none;
  }
  
  .attendbut {
    display: block;
    font-size: 1rem;
    background: linear-gradient(180deg, rgba(203, 92, 255, 1) 0%, rgba(95, 26, 183, 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;
  }
  
  
  /* 로그인 */
  .modal-loginbox .login-title {
    font-weight: 500;
    color: #DA71FF;
    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 #DA71FF;
    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: #c03df0;
    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;
  }
  
  /* 쪽지 상세 */
  /* ----- */
  .cd-popup-container-title {
    color: #fff;
    font-size: 1rem;
  }
  
  .cd-messagebox {
    margin: 10px 0;
    border: 1px solid #3d3d3d;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.8rem;
    background-color: #131415;
    height: 400px;
    overflow-y: auto;
  }
  
  .cd-messagebox p {
    color: #fff;
    font-weight: 400;
  }
  
  /* 문의하기 상세 */
  .munbox-content {
    margin-top: 20px;
  }
  
  .munbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  .munbox select {
    display: block;
    width: calc(100% - 80px);
    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;
  }
  
  .munbox input {
    display: block;
    width: calc(100% - 80px);
  }
  
  .mun-p {
    width: 80px;
    color: #fff;
    font-size: 1rem;
  }
  
  .muntextarea {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #3d3d3d;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.8rem;
    background-color: #131415;
    color: #fff;
  }
  
  .muntextarea::placeholder {
    color: #fff;
  }
  
  .mun-Modal .modal-body,
  .mun-Modal02 .modal-body,
  .mun-Modal03 .modal-body,
  .mun-Modal04 .modal-body {
    padding-top: 0;
  }
  
  .mun-Modal .modal-header,
  .mun-Modal02 .modal-header,
  .mun-Modal03 .modal-header,
  .mun-Modal04 .modal-header {
    justify-content: end;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .alert-modal .modal-content{
    background-color: #0e0e0e !important;
  }
  .alert-modal .modal-header{
    border: none !important;
  }

  .mun-Modal .modal-content,
  .mun-Modal02 .modal-content,
  .mun-Modal03 .modal-content,
  .mun-Modal04 .modal-content {
    background-color: #0e0e0e !important;
    border: 1.2px solid #DA71FF;
    border-radius: 4px;
  }
  
  .mun-Modal .closespan,
  .mun-Modal02 .closespan,
  .mun-Modal03 .closespan,
  .mun-Modal04 .closespan {
    margin: 20px 0 10px 0;
  }
  
  .alert-modal .modal-body{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .alert-modal .modal-body p{
    color: #fff;
    font-size: 1rem;
    background-color: #232122;
    border: 1px solid #818181;
    color: #bbb;
    border-radius: 4px;
    padding: 20px 15px !important;
    margin-top: 20px;
  }
  
  .mainpopupbox{
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
  }
  .mainpopup{
    position: relative;
    width: 400px;
    height: 630px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 90%);
    margin-right: 20px;
  
  }
  
  .mainpopup-imgbox{
    width: 100%;
    padding: 3px;
    background: linear-gradient(180deg, rgba(203,92,255,1) 0%, rgba(95,26,183,1) 100%);
  }
  .mainpopup-butbox{
    background-color: #111111;
    height: 34px;
    text-align: center;
    line-height: 32px;
  }
  .mainpopup-butbox:hover{
    background-color: #000000;
  }
  .mainpopup-butbox button{
    color: #fff;
    width: 100%;
    height: 100%;
  }
  
  .mainpopup-closebut{
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .mainpopup-closebut:hover svg{
    color: #cacaca !important;
  }
  
  .mainpopup:last-child{
    margin-right: 0;
  }