  /* 공용 CSS */
  :root {
    --color-main-00 : #EDEDED;
    --color-main-01 : burlywood;
    --color-main-02 : darkorange;
    --color-main-03 : darkgoldenrod;
    --color-button-01 : #555;
    --color-button-02 : #212121;
    --color-button-03 : #111111;
    --color-bhit-red : #be462a;
    --color-sil-1 : rgba(0, 0, 0, 0.5);
    --color-sil-2 : darkgrey;
    --color-sil-3 : ghostwhite;
    --color-sil-4 : #454545;
    --color-sil-red : firebrick;
  }
  .theme-btn-sil-1 {
    background-color: var(--color-main-01);
    color : whitesmoke;
  }
  .theme-btn-sil-2 {
    background-color: var(--color-button-01);
    color : whitesmoke;
  }
  .theme-btn-sil-3 {
    background-color: var(--color-button-01);
    color : #212121;
  }
  .theme-btn-sil-4 {
    background-color: #5b6467;
    background-image: linear-gradient(130deg, #ededed 10%, darkgrey 80%);
    color: #212121;
  }
  .theme-btn-bh-1 {
    background-color: var(--color-main-01);
    color : black;
    border : 0px;
  }
  .theme-btn-bh-nb {
    background-color: transparent;
    color : #DDD;
    border : 3px groove #212121;
  }
  .theme-btn-bh-red {
    background-color: var(--color-bhit-red);
    color : #DDD;
    border : 0px;
  }
  .theme-text-sil-1 { color : var(--color-main-01);}
  .theme-text-sil-2 { color : var(--color-sil-2);}
  .theme-text-sil-3 { color : var(--color-button-01);}
  .theme-text-sil-4 { color : var(--color-sil-4);}
  .theme-text-sil-red { color : var(--color-sil-red);}

  .theme-text-hover-1:hover { color : var(--color-main-02);}




  .contents_wrap {
    background-color: var(--color-button-01);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
  }
  .contents_wrap.login {
    background-color: inherit;
  }
  .contents_wrap.background {
    padding-top: 15px;
    background-color: var(--color-button-03)!important;
    margin-top: 0px;
  }
  .contents_wrap.mini {
    padding-top: 15px;
    height: 100vh;
    background-color: var(--color-button-03)!important;
    margin-top: 0px;
  }

  .bt {
    border : 2px solid #444;
  }
  .bt:hover {
    border : 2px solid #333;
  }
  a,a:active,a:hover,a:focus {
    color : inherit;
  }

  /* 기타페이지 색상 */
  .modal-content {
    background-color: var(--color-button-02);
    color : var(--color-main-00);
  }
  .panel {
    background-color: var(--color-button-01);
    color: var(--color-main-00);
  }
  .panel-default > .panel-heading {
    background-color: var(--color-sil-2);
    color : #212121;
  }
  .input-group.line.add-text > span,
  .input-group.line i {
    color : var(--color-main-01);
  }
  .input-group.line input {
    border-bottom: 1px solid var(--color-main-01);
  }
  .moneybutton-short .col-xs-4 > div {
    background-color: var(--color-sil-2);
    color : ghostwhite;
  }

/* Button CSS */
.bt.icon {
  width: 100px;
}
.bt.accent {
  background-color: var(--color-button-01);
  background-image: linear-gradient(130deg, var(--color-button-01) 10%, var(--color-button-02) 80%);
}
.text_accent {
  color : var(--color-main-01);
}
.text-accent {
  color : var(--color-main-02);
}
.btn-6 {
  background-color: #d09d1f;
  background-image: linear-gradient(315deg, #d09d1f 0%, #c6920d 74%);
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color : #ffd989;
  font-size: 16px;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #ffd989;
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  color: white;
  background: transparent;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #ffd989;
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}




  /* Login & Header CSS ****************************************************************************************************************************************
  **************************************************************************************************************************************************************/
    /* 배경 */
    html {
      background-color: #000000;
      background-position: center center;
      background-attachment : fixed;
      background-size: cover;
      background-repeat: no-repeat;
    }
    /* 상단높이 */
    .wrapper-table .top-table,
    .wrapper-table .top {
      height: 405px;
    }
    /* 상단 텍스트 색상 */
    .wrapper-table .top-table .logo-text p {
      color: white;
    }
    /* 상단 텍스트 색상 2 */
    .wrapper-table .top-table .logo-text {
      color : wheat;
    }
    /* 중단 바 색상 */
    .wrapper-table .mid {
      background-image: linear-gradient(var(--color-button-01), var(--color-button-02)); /* fcfcfc 9c9ea5 */
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    }
    .wrapper-table .mid-table-left td {
      color: var(--color-main-01);
      text-shadow: 1px 2px 5px #212121;
    }
    /* 중단 hr 색상 */
    .wrapper-table .mid hr {
      background-image: linear-gradient(#9c9ea5, #000);
    }
    /* 탭컨텐츠 배경 */
    .nav-table-img tr:nth-child(2) > td > div,
    .nav-table-img tr:nth-child(1) > td > div {
      background-color: slategray;
      border : 1px solid slategray;
    }
    .input-panel input {
      background-color: whitesmoke;
    }
    .modal-img {
      width: 100%;
      cursor: pointer;
    }
    .modal-img:hover {
      filter: sepia(20%);
    }
    .bt.md-close {
      width: 100%;
      max-width: 300px;
      margin : 0 auto;
      margin-bottom: 15px;
      font-size: 18px;
    }
    .popup_box .popup_input {
      position: relative;
      top: 2px;
      margin-right: 5px;
    }
    .popup_box {
      margin-top: 15px;
    }
    .img-tele {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0px 0px 8px #212121;
    }

    
  /* BASIC CSS */
  .dflex {
    display: flex!important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .dflex-ac-jc {
    display: flex!important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .dflex-ac-js {
    display: flex!important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .dflex-ac-je {
    display: flex!important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .w-ba {
    position: relative;
    z-index: 1;
  }
  .w-ba:before, .w-ba:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
  }
  .w-ba:before, .w-ba:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
  }
  .mr-auto, .mx-auto {
    margin-right: auto!important;
  }
  .ml-auto, .mx-auto {
    margin-left: auto!important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
  }
  .w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
  }
  .w-b:before, .w-a:after, .w-ba:before, .w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
  }
  .w-100 { width:100%!important }
  /* Main css */
  .wrapper-table {
    width: 100%;
  }
  .wrapper-table .top {
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
  }
  .wrapper-table .top .col-xs-4 {
    padding : 0px;
  }
  .wrapper-table .top-table {
    width: 100%;
    max-width: 1300px;
    margin : 0 auto;
  }
  .wrapper-table .top-table td {
    width: 30%;
    text-align: center;
    /*    border : 1px solid #EDEDED;*/
  }
  .wrapper-table .top-table td:nth-child(2) {
    vertical-align: bottom;
    padding-bottom: 60px;
  }
  .wrapper-table .top-table td:nth-child(1),
  .wrapper-table .top-table td:nth-child(3) {
    vertical-align: bottom;
    max-width: 400px;
  }
  .wrapper-table .top-table .left {
    width: 100%;
    max-width: 400px;
    position: relative;
    top: 0px;
  }
  .wrapper-table .top-table .stars {
    position: absolute;
    bottom : 265px;
  }
  .wrapper-table .top-table .right {
    width: 100%;
    max-width: 400px;
  }
  .wrapper-table .top-table .logo {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    transition: 0.1s;
  }
  .wrapper-table .top-table .logo:hover {
    filter: sepia(80%);
    transition: 0.1s;
  }
  .wrapper-table .top-table .logo-text {
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.75);
    padding : 25px 0px;
    -webkit-mask-image : linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,black 25%,black 75%,rgba(0,0,0,0) 95%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,black 25%,black 75%,rgba(0,0,0,0) 95%,rgba(0,0,0,0) 100%);
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  .wrapper-table .top-table .logo-text p {
    font-size: 30px;
    margin : 10px 0px;
  }
  .wrapper-table .top-table .logo-text i {
    font-size: 42px;
    position: relative;
    top: 10px;
  }
  .wrapper-table .mid > .row,
  .wrapper-table .bottom > .row {
    max-width: 1300px;
    margin : 0 auto;
  }
  .wrapper-table .mid hr {
    height: 5px;
    z-index: 5;
    margin : 0px;
    border : 0px;
  }
  .wrapper-table .mid .col-xs-12 {
    padding : 0px;
  }
  .wrapper-table .mid-table-left .bt {
    width: 100%;
  }
  .wrapper-table .mid-table-left td {
    text-align: center;
    padding : 25px 0px;
    font-size: 14px;
    width : 20%;
    cursor: pointer;
  }
  .wrapper-table .mid-table-left td a {
    transition: 0.1s;
  }
  .wrapper-table .mid-table-left td:hover a {
    color : var(--color-main-02);
    transition: 0.1s;
  }
  .wrapper-table .mid-table-left td i {
    font-size: 16px;
    position: relative;
    top: 2px;
    right: 4px;
  }
  .wrapper-table .mid-table-right td {
    text-align: center;
    font-size: 14px;
    height: 70px;
    vertical-align: middle;
    padding : 0px 2px;
  }
  .mid-table-right .bt {
    padding : 10px 0px;
    width: 100%;
    border : 0px;
  }
  .input-panel {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 1), 0 1px 0 rgba(255, 255, 255, 0.08);
    margin-left: 5px;
  }
  .input-panel .input-icon {
    width: 40px;
    height: 100%;
    color: wheat;
  }
  .input-panel input {
    width : calc(100% - 40px);
    height: 100%;
    border : none;
    color : #212121;
    padding-left: 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .input-panel input:focus {
    outline : none;
  }
  .input-ul {
    position: absolute;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .wrapper-table .mid-table-right td:nth-child(1),
  .wrapper-table .mid-table-right td:nth-child(2) {
    width: 30%;
  }
  .wrapper-table .mid-table-right td:nth-child(3),
  .wrapper-table .mid-table-right td:nth-child(4) {
    width: 20%;
  }
  .wrapper-table .mid-table-right td:hover {
    filter: sepia(50%);
    text-shadow: 1px 2px 3px #999;
  }
  .wrapper-table .bottom .nav-bt-main {
    width: 100%;
  }
  .wrapper-table .bottom .col-xs-4 {
    text-align: center;
  }
  .wrapper-table .bottom img {
    max-width: 300px;
    margin : 0 auto;
    transition: 0.2s;
  }
  .wrapper-table .bottom img:hover {
    transform: scale(1.1);
    transition: 0.2s;
  }
  .mid-table-right .bt i {
    font-size: 16px;
    position: relative;
    top: 3px;
    right: 3px;
  }
  .toggle-section .container {
    width: 100%;
    max-width: 1052px;
    position: relative;
    top: 8px;
  }
  .toggle-btn:first-child {
    margin-right: auto;
  }
  .toggle-btn {
    width: calc(50% - 45px);
    height: 72px;
    background-color: rgb(0, 0, 0, 0);
    border: none;
    color: #FFF;
    font-size: 24px;
    transition: 0s;
  }
  .toggle-btn:first-child .btn-panel {
    margin-right: 29px;
  }
  .toggle-btn .btn-panel {
    width: calc(100% - 123px);
    height: 80%;
    border: 1px solid var(--color-sil-2);
    border-radius: 10px;
    background-image: linear-gradient(var(--color-button-01), var(--color-button-02));
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    flex-wrap: nowrap;
  }
  .toggle-btn .btn-panel:before {
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 5px;
    background-color: #392b19;
  }
  .toggle-btn:first-child .btn-panel:after {
    right: -29px;
  }
  .toggle-btn .btn-panel:after {
    width: 29px;
    height: calc(100% + 20px);
    top: -1px;
    background-size: 100% 100%;
  }
  .toggle-btn:first-child .icon-panel {
    margin-left: -95px;
    margin-right: 25px;
  }
  .toggle-btn .icon-panel {
    width: 152px;
    height: 120px;
  }
  .toggle-btn .icon-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
  }
  .toggle-btn:last-child .btn-panel:after {
    left: -29px;
    transform: rotateY(180deg);
  }
  .toggle-btn.active .icon-panel img {
    animation: toggleIconAnim 2s ease infinite;
  }
  .toggle-btn .icon-panel img {
    transition: 0.3s;
  }
  .toggle-btn .btn-panel .category {
    position: relative;
    top: -3px;
    white-space: nowrap;
    font-weight: bolder;
  }
  .toggle-btn.active .indicator {
    opacity: 1;
  }
  .toggle-btn .indicator {
    font-size: 30px;
    opacity: 0;
    animation: indicatorAnim 1s ease infinite;
  }
  .toggle-btn.active {
    color : var(--color-main-01);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.4);
  }
  .toggle-btn:last-child .btn-panel {
    margin-left: 29px;
  }
  .toggle-btn:last-child .icon-panel {
    margin-right: -95px;
    margin-left: 25px;
  }
  .toggle-btn:last-child .icon-panel:before {
    transform: rotateY(180deg);
  }
  .tab-content {
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding : 15px 0px;
    height: 100%;
  }
  .tab-content .tab-pane {
    max-width: 1300px;
    margin : 0 auto;
  }
  .tab-content .tab-pane.casino {
    height: 510px;
  }
  .tab-content .tab-pane.slot {
    height: 1050px;
  }
  .nav-table-img h2 {
    font-size: 16px;
    line-height: 10px;
    text-shadow: 2px 2px 3px lightgoldenrodyellow;
    color : #FEFEFE;
  }
  .nav-table-img .sub-name {
    font-size: 11px;
    color : #ffd989;
  }
  .nav-table-img img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
  }
  .nav-table-img tr:nth-child(1) > td > div {
    border-bottom: 0px;
    border-radius: 15px 15px 0px 0px;
    padding : 8px;
  }
  .nav-table-img tr:nth-child(1) > td > div,
  .nav-table-img tr:nth-child(2) > td > div {
    box-shadow: 2px 2px 10px 0px #000 inset;
  }
  .nav-table-img tr:nth-child(2) > td > div {
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding : 15px 0px 5px;
  }
  .nav-bt {
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin : 13px auto;
    width : 100%;
    max-width: 150px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }
  .tab-pane .col-lg-2 {
    margin-bottom: 20px;
  }
  .main-section-1 {
    background : linear-gradient(var(--color-button-01),var(--color-button-02));
    border-top: solid 1px #2d2315;
    border-bottom: solid 1px #2d2315;
    padding: 40px 0 40px;
    overflow: hidden;
    box-shadow: 0px 5px 8px black inset;
  }
  .main-section-1 > .row {
    max-width: 1300px;
    margin : 0 auto;
  }
  .main-section-1:before {
    background-position: top center;
    background-size: cover;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
  }
  .main-section-1:after {
    width: col(100% + 60px);
    left: -30px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 1);
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
  }
  .main-table caption {
    padding: 15px 0px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .main-table caption .right-plus {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color : var(--color-main-01);
  }
  .main-table .panel-img {
    position: absolute;
    top: -23px;
  }
  .main-table td {
    font-size: 14px;
    color : var(--color-main-01);
    padding : 12px 0;
    border-bottom: 1px solid #212121;
  }
  .main-table td:nth-child(1) {
    text-align: left;
    padding-left: 0px;
  }
  .main-table td:nth-child(2) {
    text-align: right;
    width : 30%;
    padding-right: 10px;
  }
  .nav-ch,.nav-ex {
    width : 98%;
    text-align: center;
    font-size: 14px;
    border : 1px solid var(--color-button-01);
  }
  .nav-ch i,.nav-ex i {
    position: relative;
    top : 3px;
    margin : 0 3px;
    font-size: 18px;
    color : var(--color-main-02);
    text-shadow: 0 0 5px black;
  }
  .nav-ch {
    background-image: linear-gradient(var(--color-button-01), var(--color-button-02));
    color : var(--color-main-01);
    flot : left;
  }
  .nav-ex {
    background-image: linear-gradient(var(--color-button-01), var(--color-button-02));
    color : var(--color-main-01);
    flot : right;
  }
  .tab-content.chex {
    max-height: 215px;
    min-height: 215px;
    background-color: var(--color-button-02);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding : 5px;
    border : 5px groove var(--color-button-02);
    margin-top: 5px;
  }
  .tab-content.chex table td {
    text-align: center;
    font-size: 14px;
    padding : 10px 3px;
    color : var(--color-main-01);
    border-bottom: 1px solid #aeaeae;
  }
  .tab-content.chex table td:nth-child(2) {
    text-align: right;
    width : 40%;
    padding-top: 13px;
    padding-right: 25px;
    color : var(--color-main-02);
    text-shadow: 2px 2px 3px black;
    font-size: 18px;
  }
  .tab-content.chex table td:nth-child(3) {
    text-align: right;
    width : 25%;
    color : #FFDD95;
  }
  .w-ba:before,.w-ba:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
  }
  .nav-footer:before, .nav-footer:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .nav-footer {
    padding : 35px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .nav-footer:before {
    width: 70%;
    top: -100%;
    box-shadow: 0 0 1400px var(--color-main-01), 0 0 2000px var(--color-button-01);
  }
  .nav-footer:after {
    width: 956px;
    height: 12px;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-image: radial-gradient(var(--color-button-01), transparent, transparent);
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .footer-img {
    text-align: center;
    max-width: 1300px;
    margin : 0 auto;
  }
  .footer-img img {
    margin: 8px 15px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 1)) grayscale(80%);
  }
  .nav-footer .copyright {
    padding: 45px 0 0;
    color: var(--color-sil-2);
    font-size: 12px;
  }
  .nav-footer .copyright:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 185px;
    background-image: linear-gradient(to right, rgba(124, 100, 59, 0),rgba(124, 100, 59, 1),rgba(124, 100, 59, 0));
  }
  .nav-footer .copyright img {
    width: 300px;
  }
  .wrapper-table .bottom {
    padding : 5px 0px 0px;
  }
  .mid-table-right .nav-cs i {
    transition: 0.1s;
  }
  .mid-table-right .nav-cs:hover i {
    font-size: 22px;
    transition: 0.2s;
  }
  .mid-table-right img {
    height: 30px;
  }
  .mid-table-right td b {
    color : white;
    font-size: 16px;
    text-shadow: 1px 1px 3px black;
  }
  .circle {
    display: inline-block;
    background-color: var(--color-main-01);
    border-radius: 15px;
    padding : 3px 5px;
    box-shadow: 1px 1px 3px wheat;
    margin-right: 3px;
  }
  .circle i {
    font-size: 16px;
    color : white;
    position: relative;
    top: 2px;
  }
  .circle .sub {
    top: 1px;
    left: 0px;
  }
  .wrapper-table .mid-table-right td {
    color : var(--color-main-01);
  }
  .wrapper-table .mid-table-left td {
    font-size: 16px;
  }
  .wrapper-table .mid-table-left td {
    width: 16%;
  }

  .slot-btn {
    width: calc(16.66% - 12px);
    max-width: 240px;
    margin: 0 6px 30px;
    transition: 0.3s;
  }
  .slot-btn .g-panel .g-cont {
    position: relative;
    z-index: 2;
    animation: scContAnim 0.5s ease 1 backwards;
  }
  .slot-btn .g-panel .g-cont:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -1px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.75;
  }
  .slot-btn .g-panel .g-bg {
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.75))
  }
  .slot-btn img {
    pointer-events: none;
  }
  .slot-btn .g-panel .c-bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: 0.3s;
  }
  .slot-btn .g-panel .c-char {
    position: absolute;
    left: 0;
    border: 0;
    transition: 0.3s;
    transform-origin: bottom right;
    animation: scCharAnim 0.7s ease 0.2s 1 backwards;
  }
  .slot-btn .g-panel .c-logo {
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.5));
    animation: scLogoAnim 0.7s ease 0.2s 1 backwards;
  }
  .slot-btn .g-footer {
    width: calc(100% - 20px);
    background-image: linear-gradient(#9c9ea5, #000);
    margin: -70px auto 0;
    padding: 20px 0 0;
    border-radius: 0 0 10px 10px;
    border: solid 1px var(--color-button-02);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    transition: 0.3s;
    overflow: hidden;
    animation: scFooterAnim 0.5s ease 1 backwards;
  }
  .slot-btn .g-footer:before {
    width: 80%;
    height: 50%;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 0 50px #64b6fe;
    transition: 0.3s;
    animation: scFooterGlowAnim 0.5s ease 0.3s 1 backwards;
  }
  .slot-btn .g-footer .g-hover {
    height: 50px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.4);
    animation: scFooterGlowAnim 0.5s ease 0.3s 1 backwards;
  }
  .slot-btn .g-footer div {
    width: 100%;
    height: 55px;
    font-size: 14px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 2px rgba(0, 0, 0, 0.4);
  }
  .slot-btn .g-footer div:last-child {
    border-bottom: none;
  }
  .slot-btn .g-footer .c-name .title {
    -webkit-background-clip : text;
    -webkit-text-fill-color : transparent;
    background-image: -webkit-linear-gradient(#ffffff, wheat);
    background-size: 100% 100%;
    position: relative;
    color : #FFF;
  }
  .slot-btn .g-footer .play-btn {
    width: 110px;
    height: 30px;
    border : none;
    border-radius: 5px;
  }
  .btn-white {
    background-color: whitesmoke;
    background-image: linear-gradient(whitesmoke, white);
    box-shadow: 1px 2px 5px #212121;
    color : #212121;
  }
  .slot-btn .g-footer .play-btn:before {
    border-right: 5px;
  }
  .tab-content:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    animation: toggleGLow 2s ease infinite;
  }
  .toggle-section {
    padding : 10px 0px 25px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 3px solid #111111;
  }
  .main-table td > a:hover {
    color : white;
  }
  .footer.fixed.add {
    position: relative;
  }
  .modal.mcasino {
    font-size: 14px;
  }
  .modal.mcasino .modal-body, 
  .modal.mcasino .modal-content {
    background-color: var(--color-button-01);
    text-align: center;
  }
  .modal .modal-body .bt-close {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }


  /* Drop down CSS */
  .dropdown {
    position: relative;
    width: 100%;
    filter: url(#goo);
    z-index: 99;
    margin : 0 auto;
    margin-top: 10px;
  }
  .dropdown__face, .dropdown__items {
    padding: 15px;
    border-radius: 10px;
    margin : 0 auto;
    color : var(--color-main-01);
    background-color: transparent;
    /*    background: linear-gradient(#261e12, #171000);*/
    /*  box-shadow: 1px 1px 5px #261e12;*/
  }
  .dropdown__face {
    display: block;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .dropdown__items {
    background: var(--color-button-01);
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    list-style: none;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8);
  }
  .dropdown__items::before {
    content: "";
    background: var(--color-button-01);
    position: absolute;
    bottom: 105%;
    right: 5%;
    height: 20px;
    width: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .dropdown__arrow {
    border-bottom: 2px solid var(--color-main-01);
    border-right: 2px solid var(--color-main-01);
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
    cursor: pointer;
  }
  .dropdown input {
    display: none;
  }
  .dropdown input:checked ~ .dropdown__items {
    top: calc(100% + 10px);
    visibility: visible;
    opacity: 1;
    width : auto;
    right : 0;
  }

  .dropdown__items li {
    margin : 0 15px;
    font-size: 24px;
  }

  svg {
    display: none;
  }




  .toggle-section.tab-4 .row.container {
    max-width: 1300px;
    margin : 0 auto;
  }
  .toggle-section.tab-4 .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .toggle-section.tab-4 .toggle-btn:last-child .icon-panel {
    margin-right: 0px;
    margin-left: 0px;
  }
  .toggle-section.tab-4 .toggle-btn .btn-panel {
    width: 100%;
    height: 55px;
  }
  .toggle-section.tab-4 .toggle-btn .icon-panel {
    width: 100%;
  }
  .toggle-section.tab-4 .icon-panel img {
    width: 140px;
  }
  .tgbox-sports {
    color : var(--color-main-01);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(var(--color-button-01), var(--color-button-02));
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    border : 1px solid var(--color-sil-2);
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
  }
  .tgbox-sports:hover {
    filter: sepia(50%);
    transition: 0.2s;
  }
  .tgbutton-sports {
    width: 100%;
    border : 0px;
  }
  .tgbutton-sports td:nth-child(1) img {
    width: 150px;
    animation : toggleIconAnim 2s ease infinite;
    position: absolute;
    top : -14px;
    left: 0;
  }
  .tgbutton-sports td:nth-child(3) i {
    animation : indicatorAnim 1s ease infinite;
  }
  .tgbutton-sports td:nth-child(1) {
    width: 40%;
  }
  .tgbutton-sports td:nth-child(2) {
    width: 50%;
  }
  .tgbutton-sports td {
    text-align: center;
    padding : 10px 0px;
    font-size: 22px;
  }
  .tab-content .tab-pane.mini {
    height: 760px;
  }

  /* Charge & Exchange CSS ****************************************************************************************************************************************
  **************************************************************************************************************************************************************/
  .charge .form-control {
    height: 50px;
    font-size: 18px;
  }
  .contents_wrap.charge .container_custom {
    background-color: var(--color-button-01);
    padding: 0px;
  }
  .charge .form-group {
    margin-bottom: 40px;
  }
  .bt-detail { 
    padding : 0px; 
  }
  .charge .btn-fw {
    background-color: var(--color-button-02);
    box-shadow: 0 0 8px grey;
  }
  .charge_moneybox_a .bt.full {
    font-size: 18px;
    padding : 20px 0px;
  }
  .charge_moneybox_a .bt.full,
  .charge_moneybox_a.basic .bt.full {
    background-color: var(--color-button-02);
    font-size: 16px;
    padding: 15px 0px;
  }
  .charge_moneybox_a .bt.full:hover {
    background-color: #383838;
  }
  .badge.basic {
    font-size: 14px;
    padding: 8px 15px;
  }
  .badge.basic.charge {
    background-color: var(--color-button-02);
    color : var(--color-main-00);
    position: absolute;
    right: 18px;
    margin-top: 10px;
    cursor: pointer;
  }
  .col-xs-12.charge_moneybox_a {
    padding: 0px;
  }
  .col-xs-12.charge_moneybox_a .row {
    margin-bottom: 10px;
  }
  .col-xs-12.charge_moneybox_a .row > .col-xs-4:nth-child(1) {
    padding-left: 0px;
    padding-right: 3px;
  }
  .col-xs-12.charge_moneybox_a .row > .col-xs-4:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-12.charge_moneybox_a .row > .col-xs-4:nth-child(3) {
    padding-right: 0px;
    padding-left: 3px;
  }
  .col-xs-12.charge_moneybox_a .row.bottombox .col-xs-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-xs-12.charge_moneybox_a .row.bottombox .col-xs-4 {
    padding-left: 3px;
    padding-right: 0px;
  }
  .ex_rolltext b {
    color: var(--color-main-01);
  }
  .exchange_box {
    padding-top: 55px;
  }


  /* Board CSS ****************************************************************************************************************************************
  **************************************************************************************************************************************************************/

  .table_a.boardlist tbody > tr:nth-child(odd) > td {
    background-color: #5f5f5f;
  }
  .table_a.boardlist tbody > tr:nth-child(even) > td {
    background-color: var(--color-button-01);
  }
  .boardlist.mcasino tbody > tr:hover td,
  .boardlist.mcasino tbody > tr:hover {
    text-shadow: 1px 2px 5px var(--color-button-03);
    filter: sepia(10%);
    transition: 0.1s;
  }

  /* Key frame animation */
  @keyframes toggleIconAnim {
    0% { transform: scale(1.0); }
    50% { transform: scale(0.95); }
    100% { transform: scale(1.0); }
  }
  @keyframes indicatorAnim {
    0% { transform:translateY(0); }
    50% { transform:translateY(-3px); }
    100% { transform:translateY(0px); }
  }
  @keyframes scContAnim {
    0% {
      opacity: 0;
      transform: translateY(25px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes scCharAnim {
    0% {
      opacity: 0;
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1.0);
    }
  }
  @keyframes scLogoAnim {
    0% {
      opacity: 0;
      transform: translateX(-5%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes scFooterAnim {
    0% {
      opacity: 0;
      transform: translateY(-25px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes scFooterGlowAnim {
    0% { opacity:0; }
    100% { opacity:1; }
  }
  @keyframes toggleGLow {
    0% { opacity:1; }
    50% { opacity:0.6; }
    100% { opacity:1; }
  }