@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/* common */
@-webkit-keyframes rotateY {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

body {
  background: #232735;
  color: #FFF;
  font-family: 'Noto Sans KR', sans-serif;
  /* input style */
  /* button style */
  /* button color */
}

body .modal {
  z-index: 9999;
}

input, textarea {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

body .wrap {
  overflow-x: hidden;
  padding-top: 320px;
}

body .not-scroll {
  max-height: 100vh;
  overflow: hidden;
}

body .col a {
  display: block;
  height: 100%;
}

body .basic-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
}

body .basic-scroll::-webkit-scrollbar-thumb {
  background-color: #0b1825;
}

body .basic-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #122e4b;
}

body .basic-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

body .form-st1 .form-content > li {
  color: #000020;
  margin-bottom: 26px;
}

body .form-st1 .form-content > li:last-child {
  margin-bottom: 0;
}

body .form-st1 .form-content > li .left-tit {
  width: 100px;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px;
  margin-right: 10px;
}

body .form-st1 .form-content > li .input-box {
  text-align: left;
  position: relative;
}

body .form-st1 .form-content > li .txt-guide {
  display: block;
  font-size: 12px;
  padding-top: 8px;
  color: #fff;
  font-weight: 500;
  padding-left: 3px;
}

body .form-st1 .btn-st1 {
  padding: 0 16px;
  width: 134px;
  height: 40px;
}

body .nav-tabs {
  border: 0;
}

body .ir-img {
  text-indent: -9999px;
  font-size: 0;
}

body .input-st1 {
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 16px;
  background: #2D2B28;
  color: #FFF;
  width: 215px;
}

body .input-st3 {
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 16px;
  background: #2D2B28;
  color: #FFF;
  width: 300px;
}

body .input-st4 {
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 16px;
  background: #2D2B28;
  color: #FFF;
  width: 80px;
}

body .input-st2 {
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 16px;
  background: #0A061D;
  color: #FFF;
  width: 280px;
  height: 40px;
}

@media (max-width: 420px) {
  body .input-st2 {
    height: 34px;
  }
}

body .select-st1 {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  min-width: 215px;
  background: #2D2B28;
  color: #FFF;
  border: 0;
}

body .select-st2 {
  padding: 5px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-border-radius: 100px;
  font-size: 16px;
  min-width: 213px;
  color: #FFF;
  background: #171134;
  border: 1px solid #2F3757;
  overflow: hidden;
  position: relative;
  background-image: url(../img/icons/icon-select-down-1.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

body .select-st2::after {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  right: 16px;
  background: url(../img/icons/icon-select-down-1.svg) no-repeat;
  background-size: contain;
}

body .btn-check:focus + .btn, body .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn-st1 {
  display: block;
  border: 0;
  color: #FFF;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}

body .btn-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#7CFF44), to(#38BA00));
  background: linear-gradient(#7CFF44, #38BA00);
  -webkit-box-shadow: 0 2px 8px rgba(76, 255, 0, 0.49);
          box-shadow: 0 2px 8px rgba(76, 255, 0, 0.49);
  color: #FFF;
}

body .btn-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#38BA00), to(#7CFF44));
  background: linear-gradient(#38BA00, #7CFF44);
  -webkit-transition: 1s;
  transition: 1s;
  color: #FFF;
}

body .btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#4B99FF), to(#3464a1));
  background: linear-gradient(#4B99FF, #3464a1);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 89, 255, 0.49);
          box-shadow: 2px 2px 8px rgba(0, 89, 255, 0.49);
  color: #FFF;
}

body .btn-blue:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3464a1), to(#4B99FF));
  background: linear-gradient(#3464a1, #4B99FF);
  -webkit-transition: 1s;
  transition: 1s;
  color: #FFF;
}

body .btn-pupple {
  background: -webkit-gradient(linear, left top, left bottom, from(#9949D7), to(#2A1B30));
  background: linear-gradient(#9949D7, #2A1B30);
  -webkit-box-shadow: 0 2px 6px #9949D7;
          box-shadow: 0 2px 6px #9949D7;
}

body .btn-pupple:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2A1B30), to(#9949D7));
  background: linear-gradient(#2A1B30, #9949D7);
}

body .btn-navy {
  background: -webkit-gradient(linear, left top, left bottom, from(#473A88), to(#2C225F));
  background: linear-gradient(#473A88, #2C225F);
  -webkit-box-shadow: 0 2px 6px #473A88;
          box-shadow: 0 2px 6px #473A88;
  color: #FFF;
}

body .btn-navy:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2C225F), to(#473A88));
  background: linear-gradient(#2C225F, #473A88);
  color: #FFF;
}

body .btn-close-white {
  width: 40px;
  height: 40px;
  background: url(../img/icons/icon-close-1.svg) no-repeat;
  background-size: cover;
  top: 10vh;
  right: 24vw;
}

@media (max-width: 1024px) {
  body .btn-close-white {
    width: 30px;
    height: 30px;
    top: 22vh;
    right: 3vw;
  }
}

@media (max-width: 992px) {
  body .btn-close-white {
    top: 6vh;
    right: 4vw;
  }
}

@media (max-width: 420px) {
  body .btn-close-white {
    top: 4vh;
    width: 22px;
    height: 22px;
  }
}

body .modal .btn-box-m {
  display: none;
}

@media (max-width: 420px) {
  body .modal .btn-box-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body .fs-12 {
  font-size: 12px;
}

body .fs-16 {
  font-size: 16px;
}

@media (max-width: 992px) {
  body .fs-16 {
    font-size: 12px;
  }
}

body .fs-18 {
  font-size: 18px;
}

@media (max-width: 1024px) {
  body .fs-18 {
    font-size: 14px;
  }
}

body .fs-20 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  body .fs-20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  body .fs-20 {
    font-size: 16px;
  }
}

body .fs-28 {
  font-size: 28px;
}

@media (max-width: 1024px) {
  body .fs-28 {
    font-size: 22px;
  }
}

body .fs-30 {
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 1024px) {
  body .fs-30 {
    font-size: 24px;
  }
}

body .fs-32 {
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 1024px) {
  body .fs-32 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  body .fs-32 {
    font-size: 16px;
  }
}

body .fs-34 {
  font-size: 34px;
  line-height: 1;
}

@media (max-width: 1024px) {
  body .fs-34 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  body .fs-34 {
    font-size: 24px;
  }
}

body .fs-50 {
  font-size: 50px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  body .fs-50 {
    font-size: 44px;
  }
}

@media (max-width: 992px) {
  body .fs-50 {
    font-size: 38px;
  }
}

@media (max-width: 420px) {
  body .fs-50 {
    font-size: 24px;
  }
}

body .fw-300 {
  font-weight: 300;
}

body .fw-500 {
  font-weight: 500;
}

body .fw-700 {
  font-weight: 700;
}

body .fw-900 {
  font-weight: 900;
}

body .navbar-toggler {
  padding: 0;
}

body .navbar-toggler-icon {
  width: auto;
  height: auto;
}

body .u-money span {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F9F3), to(#E6AA1D));
  background: linear-gradient(#F0F9F3 0%, #E6AA1D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

body .u-point span {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F9F3), to(#3DE048));
  background: linear-gradient(#F0F9F3 0%, #3DE048 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

body .u-point .point-exchange-btn {
  background-color: #4B99FF;
  cursor: pointer;
  font-size: 12px;
  background-clip: border-box;
  padding: 1px 3px;
  border-radius: 3px;
}

body .sidebar-body-menu {
  border: 0;
}

body .sidebar-body-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #99A4CB;
}

body .sidebar-body-menu li .sidebar-link {
  color: #99A4CB;
}

body .sidebar-body-menu .user-info .user-id {
  font-size: 16px;
}

body .sidebar-body-menu .user-info .user-id * {
  vertical-align: middle;
}

body .sidebar-body-menu .user-info .user-id img {
  margin-right: 5px;
}

body .sidebar-body-menu .user-info .user-id span {
  color: #FFF;
}

body .sidebar-body-menu .user-info .user-level {
  font-size: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEDCFD), to(#FF4CF4));
  background: linear-gradient(#FEDCFD 0%, #FF4CF4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

body .sidebar-body-menu .user-wallet {
  background: #232B45;
  padding-top: 21px;
  padding-bottom: 16px;
}

body .sidebar-body-menu .user-wallet ul {
  width: 100%;
}

body .sidebar-body-menu .user-wallet ul li {
  padding: 0 5px 0 5px !important;
}

body .sidebar-body-menu .user-wallet ul li span {
  font-size: 20px;
}

body .sidebar-body-menu .user-wallet ul .u-money {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px !important;
}

body .sidebar-body-menu .user-wallet ul .u-point {
  padding-top: 16px !important;
}

body .sidebar-body-menu .user-msg .sidebar-link {
  background: url(../img/icons/icon-msg.png) no-repeat left center;
  background-size: 19px;
  padding-left: 32px;
}

body .sidebar-body-menu .user-msg .sidebar-link:active {
  background: url(../img/icons/icon-msg-on.png) no-repeat left center;
  background-size: 19px;
  color: #00FFFF;
}

body .sidebar-body-menu .user-msg .sidebar-link .cnt {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FF2A2A;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  margin-left: 10px;
}

body .sidebar-body-menu .user-exchange .sidebar-link {
  background: url(../img/icons/icon-point.svg) no-repeat left center;
  background-size: 19px;
  padding-left: 32px;
}

body .sidebar-body-menu .user-exchange .sidebar-link:active {
  background-size: 19px;
  color: #00FFFF;
}

body .sidebar-body-menu .user-info-modify .sidebar-link {
  background: url(../img/icons/icon-info.png) no-repeat left center;
  background-size: 19px;
  padding-left: 32px;
}

body .sidebar-body-menu .user-info-modify .sidebar-link:active {
  background: url(../img/icons/icon-info-on.png) no-repeat left center;
  background-size: 19px;
  color: #00FFFF;
}

body .sidebar-body-menu .user-info-casino .sidebar-link {
  background: url(../img/icons/icon-money.svg) no-repeat left center;
  background-size: 19px;
  padding-left: 32px;
}

body .sidebar-body-menu .user-info-casino .sidebar-link:active {
  background: url(../img/icons/icon-money.svg) no-repeat left center;
  background-size: 19px;
  color: #00FFFF;
}

body .sidebar-body-menu .logout {
  border-top: 1px solid rgba(153, 164, 203, 0.2);
}

body .sidebar-body-menu .logout .sidebar-link {
  background: url(../img/icons/icon-logout.png) no-repeat left center;
  background-size: 19px;
  padding-left: 32px;
}

body .sidebar-body-menu .logout .sidebar-link:active {
  background: url(../img/icons/icon-logout-on.png) no-repeat left center;
  background-size: 19px;
  color: #00FFFF;
}

body label.error {
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: -18px;
  left: 3px;
}

@media (max-width: 1024px) {
  body .wrap {
    padding-top: 19%;
  }
}

@media (max-width: 992px) {
  body .wrap {
    padding-top: 60px;
  }
}

@media (max-width: 420px) {
  body .modal-dialog {
    margin: 0;
  }
}

.sidebar {
  top: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .5s all;
  transition: .5s all;
  min-height: 100vh;
  position: fixed;
  z-index: 9999;
  left: -1000px;
  right: 3000px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sidebar .sidebar-wrap {
  width: 300px;
  background: #12182A !important;
  padding: 20px 15px 37px 20px;
  overflow-y: auto;
  height: 100%;
}

.sidebar .sidebar-link {
  display: block;
  color: #99A4CB;
  font-size: 18px;
  padding-left: 32px;
}

.sidebar .sidebar-link:active {
  color: #00FFFF;
}

.sidebar .sidebar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .sidebar-head span {
  display: inline-block;
}

.sidebar .sidebar-head .logo-wrapper .logo {
  width: 120px;
  height: 30px;
  margin-right: 8px;
}

.sidebar .sidebar-head .logo-wrapper .logo img {
  width: 100%;
  margin-top: -5px;
}

.sidebar .sidebar-head .logo-wrapper .logo-text {
  display: inline-block;
  font-size: 20px;
}

.sidebar .sidebar-head .logo-wrapper .logo-text .logo-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9FCFF), to(#67B3FF));
  background: linear-gradient(#F9FCFF 0%, #67B3FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.sidebar .sidebar-body .sidebar-body-menu li {
  padding: 18px 0;
}

.sidebar.left .sidebar-body-menu {
  padding: 26px 0 30px 40px;
}

.sidebar.left .sidebar-body-menu li:nth-child(1) a {
  background: url(../img/icons/icon-gnb-1.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu li:nth-child(1) a:active {
  background: url(../img/icons/icon-gnb-1-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .casino-icon-mb a {
  background: url(../img/icons/icon-gnb-2.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .casino-icon-mb a:active {
  background: url(../img/icons/icon-gnb-2-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .slotgame-icon-mb a {
  background: url(../img/icons/icon-gnb-3.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .slotgame-icon-mb a:active {
  background: url(../img/icons/icon-gnb-3-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .minigame-icon-mb a {
  background: url(../img/icons/icon-gnb-4.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .minigame-icon-mb a:active {
  background: url(../img/icons/icon-gnb-4-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .deposit-icon-mb a {
  background: url(../img/icons/icon-gnb-5.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .deposit-icon-mb a:active {
  background: url(../img/icons/icon-gnb-5-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .withdraw-icon-mb a {
  background: url(../img/icons/icon-gnb-6.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .withdraw-icon-mb a:active {
  background: url(../img/icons/icon-gnb-6-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .notice-icon-mb a {
  background: url(../img/icons/icon-gnb-7.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .notice-icon-mb a:active {
  background: url(../img/icons/icon-gnb-7-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .cs-icon-mb a {
  background: url(../img/icons/icon-gnb-8.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .cs-icon-mb a:active {
  background: url(../img/icons/icon-gnb-8-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .follow-icon-mb a {
  background: url(../img/icons/icon-info.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.left .sidebar-body-menu .follow-icon-mb a:active {
  background: url(../img/icons/icon-info-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.right {
  left: 3000px;
  right: -2000px;
  text-align: right;
}

.sidebar.right .sidebar-wrap {
  width: 245px;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: left;
  height: 100%;
}

.sidebar.right .sidebar-head {
  padding-right: 6px;
}

.sidebar.right .sidebar-body ul > li {
  padding: 24px 15px 24px 20px;
}

.sidebar.right .sidebar-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10;
  padding: 24px 15px 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar.right .sidebar-footer .sidebar-link {
  background: url(../img/icons/icon-logout.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.right .sidebar-footer .sidebar-link:active {
  background: url(../img/icons/icon-logout-on.png) no-repeat left center;
  background-size: 19px;
}

.sidebar.hidden {
  left: 0;
  right: 0;
}

.sidebar.right.hidden {
  left: 0;
  right: 0;
}

.transparent-btn {
  background-color: transparent;
  border: 2px solid transparent !important;
  padding: 0;
  display: none;
}

.info-box-mobile {
  display: none;
}

@media (max-width: 992px) {
  .transparent-btn {
    display: block;
  }
  .user-wallet-mobile{
    display: block;
  }  
}

.transparent-btn span {
  display: block;
}

.sidebar-toggle {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.sidebar-toggle-right {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.sidebar-toggle.rotated, .sidebar-toggle-right.rotated {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.menu-toggle--gray {
  background: url(../img/icons/icon-menu-open.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.sidebar-toggle-right .menu-toggle--gray {
  background: url(../img/icons/icon-pop-login.svg) no-repeat center;
  background-size: contain;
}

.menu-toggle {
  background: url(../img/icons/icon-menu-close.svg) no-repeat center;
  background-size: 14px;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

.modal-backdrop {
  z-index: 1;
}

.btn-login-m {
  width: 34px;
  padding: 0;
  display: none;
}

@media (max-width: 992px) {
  .btn-login-m {
    display: block;
  }
}

.btn-login-m .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/icons/icon-pop-login-1.svg) no-repeat center;
  vertical-align: bottom;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

section .tit-box {
  margin-bottom: 54px;
  position: relative;
}

section .tit-box * {
  display: inline-block;
}

section .tit-box img {
  margin: -25px 16px 0 0;
}

section .tit-box span {
  color: #FFEBBC;
  margin-left: 10px;
}

section .tit-box .btn-link-more {
  position: absolute;
  top: 5px;
  right: 0;
  border: 2px solid #6590C9;
  border-radius: 10px;
  color: #6590C9;
  line-height: 1.6;
  padding: 3px 16px;
}

section .tit-box .btn-link-more i {
  margin: -2px 0 0 12px;
  display: inline-block;
}

@media (max-width: 992px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 420px) {
  section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  section .tit-box {
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  section .tit-box span {
    display: block;
  }
  section .tit-box img {
    display: none;
  }
  section .tit-box .btn-link-more {
    display: none;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

/* common end */
.logo {
  width: 320px;
  height: 100px;
  margin: auto;
  -webkit-animation: rotateY 3s 3s infinite;
          animation: rotateY 3s 3s infinite;
  -webkit-transition: .3s;
  transition: .3s;
}

.logo a {
  display: block;
  height: 100%;
  background: url(../img/common/logo.svg) no-repeat center;
  background-size: contain;
}

@media (max-width: 992px) {
  .logo {
    width: 150px;
    height: 40px;
  }
  .logo a {
    background: url(../img/common/logo.svg) no-repeat center;
    background-size: contain;
  }
}

@media (max-width: 420px) {
  .logo {
    top: 5px;
    -webkit-animation: none;
            animation: none;
  }
}

.header {
  text-align: center;
}

.header * {
  -webkit-transition: .3s;
  transition: .3s;
}

.header .header-top {
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#222633), color-stop(#34416D), to(#222633));
  background: linear-gradient(to right, #222633, #34416D, #222633);
}

.header .header-top .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.money-button {
  padding-left: 30px;
  padding-right: 30px;
}

.header .header-top .container .login-box {
  position: absolute;
  top: 18px;
  right: 0;
}

.header .header-top .container .login-box button {
  padding: 0 16px;
}

.header .header-top .container .login-box button span {
  display: inline-block;
  font-size: 16px;
}

.header .header-top .container .login-box button span:first-child {
  padding-right: 7px;
}

.header .header-top .container .login-box button span:last-child {
  padding-left: 7px;
}

.header .header-top .container .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 20px;
}

.header .header-top .container .info-box .user-id{
  font-size: 14px;
  margin-right: 20px;
}

.header .header-top .container .info-box .user-id ul{
  text-align: left;
}

.header .header-top .container .info-box .user-id ul img{
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.header .header-top .container .info-box .btn-myinfo {
  width: 94px;
  font-size: 14px;
  line-height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 20px;

}

.header .header-top .container .info-box .btn-myinfo::after {
  border: 0;
  width: 15px;
  height: 8px;
  background: url(../img/icons/icon-select-down-2.svg) no-repeat center;
  background-size: contain;
  vertical-align: baseline;
}

.header .header-top .container .info-box .btn-myinfo.show {
  background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#005190));
  background: linear-gradient(#003366, #005190);
  -webkit-box-shadow: inset 0 2px 10px #000;
          box-shadow: inset 0 2px 10px #000;
}

.header .header-top .container .info-box .btn-myinfo.show::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.header .header-top .container .info-box .dropdown-menu {
  background: #12182A;
  border-radius: 20px;
  color: #99A4CB;
  padding: 0;
  width: 245px;
  left: 213px;
  top: 180px;
}

.header .header-top .container .info-box .dropdown-menu li {
  padding: 17px 16px;
}

.header .nav-mobile {
  display: none;
}

.header .nav-desktop .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #232735;
}

.header .nav-desktop .gnb li {
  overflow: hidden;
}

.header .nav-desktop .gnb li a {
  position: relative;
  color: #FFF;
  display: block;
  height: 100%;
}

.header .nav-desktop .gnb li a .bg_gnb {
  width: 100%;
  opacity: 0.25;
}

.header .nav-desktop .gnb li a div {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .nav-desktop .gnb li a div::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}

.header .nav-desktop .gnb li a div p {
  font-size: 34px;
  font-weight: 500;
  color: #99A4CB;
  line-height: 1;
  position: relative;
  padding-top: 58px;
}

.header .nav-desktop .gnb li a div p::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -30px;
  background: url(../img/icons/icon-gnb-3.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.header .nav-desktop .gnb li a:hover .bg_gnb {
  -webkit-transform: rotateX(720deg);
  /*  크롬 */
  /* FireFox */
  /* Opera */
  transform: rotateX(720deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  opacity: 0.5;
}

.header .nav-desktop .gnb li a:hover div::before, .header .nav-desktop .gnb li a.avtive div::before {
  -webkit-box-shadow: 0 0 10px rgba(0, 93, 255, 0.8) inset;
          box-shadow: 0 0 10px rgba(0, 93, 255, 0.8) inset;
}

.header .nav-desktop .gnb li a:hover p, .header .nav-desktop .gnb li a.active p {
  color: #00FFFF;
}

.header .nav-desktop .gnb li:nth-child(1) a div p::before {
  background: url(../img/icons/icon-gnb-1.png) no-repeat center;
}

.header .nav-desktop .gnb li:nth-child(1) a:hover div p::before, .header .nav-desktop .gnb li:nth-child(1) a.active div p::before {
  background: url(../img/icons/icon-gnb-1-on.png) no-repeat center;
}

.header .nav-desktop .gnb .casino a div p::before {
  background: url(../img/icons/icon-gnb-2.png) no-repeat center;
}

.header .nav-desktop .gnb .casino a:hover div p::before, .header .nav-desktop .gnb .casino a.active div p::before {
  background: url(../img/icons/icon-gnb-2-on.png) no-repeat center;
}

.header .nav-desktop .gnb .slotgame a div p::before {
  background: url(../img/icons/icon-gnb-3.png) no-repeat center;
}

.header .nav-desktop .gnb .slotgame a:hover div p::before, .header .nav-desktop .gnb .slotgame a.active div p::before {
  background: url(../img/icons/icon-gnb-3-on.png) no-repeat center;
}

.header .nav-desktop .gnb .minigame a div p::before {
  background: url(../img/icons/icon-gnb-4.png) no-repeat center;
}

.header .nav-desktop .gnb .minigame a:hover div p::before, .header .nav-desktop .gnb .minigame a.active div p::before {
  background: url(../img/icons/icon-gnb-4-on.png) no-repeat center;
}

.header .nav-desktop .gnb .deposit a div p::before {
  background: url(../img/icons/icon-gnb-5.png) no-repeat center;
}

.header .nav-desktop .gnb .deposit a:hover div p::before, .header .nav-desktop .gnb .deposit a.active div p::before {
  background: url(../img/icons/icon-gnb-5-on.png) no-repeat center;
}

.header .nav-desktop .gnb .withdraw a div p::before {
  background: url(../img/icons/icon-gnb-6.png) no-repeat center;
}

.header .nav-desktop .gnb .withdraw a:hover div p::before, .header .nav-desktop .gnb .withdraw a.active div p::before {
  background: url(../img/icons/icon-gnb-6-on.png) no-repeat center;
}

.header .nav-desktop .gnb .notice a div p::before {
  background: url(../img/icons/icon-gnb-7.png) no-repeat center;
}

.header .nav-desktop .gnb .notice a:hover div p::before, .header .nav-desktop .gnb .notice a.active div p::before {
  background: url(../img/icons/icon-gnb-7-on.png) no-repeat center;
}

.header .nav-desktop .gnb .cs a div p::before {
  background: url(../img/icons/icon-gnb-9.png) no-repeat center;
}

.header .nav-desktop .gnb .cs a:hover div p::before, .header .nav-desktop .gnb .cs a.active div p::before {
  background: url(../img/icons/icon-gnb-9-on.png) no-repeat center;
}

.header .nav-desktop .gnb .follow a div p::before {
  background: url(../img/icons/icon-info.png) no-repeat center;
}

.header .nav-desktop .gnb .follow a:hover div p::before, .header .nav-desktop .gnb .follow a.active div p::before {
  background: url(../img/icons/icon-info-on.png) no-repeat center;
}

.header .popup-member .join-form ul {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 30px;
  padding: 20px 0 10px;
  border: 1px solid #ddd;
}

.header .popup-member .join-form ul li span {
  font-size: 14px;
}

@media (max-width: 1920px) {
  .header .nav-desktop .gnb li a div p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1024px) {
  .header .nav-desktop .gnb li a div p {
    padding-top: 40px;
  }
  .header .nav-desktop .gnb li a div p::before {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    top: 0;
    background-size: contain !important;
  }
}

@media (max-width: 992px) {
  .header .header-top .login-box {
    display: none;
  }
  .header .header-top .info-box {
    display: none !important;
  }
  .header .nav-desktop {
    display: none;
  }
  .header .nav-mobile {
    display: block;
    background: #232735;
  }
  .header .nav-mobile .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .nav-mobile .navbar-toggler .navbar-toggler-icon {
    color: #FFF;
    font-size: 30px;
  }
  .header .nav-mobile .navbar-toggler .navbar-toggler-icon i {
    vertical-align: middle;
    font-weight: 500;
  }
  .header .nav-mobile .navbar-nav {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .header .nav-mobile .navbar-nav .nav-link {
    color: #FFF;
  }
  .header .nav-mobile .btn-pop-login {
    width: 30px;
    height: 30px;
    background: url(../img/icons/icon-pop-login.png) no-repeat center;
  }
  .header .header-top .info-box-mobile {
    display: block !important;
  }  
}

.header.scroll-top {
  border-bottom: 1px solid #323232;
  -webkit-box-shadow: 0 3px 10px #000;
          box-shadow: 0 3px 10px #000;
}

.header.scroll-top .header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header.scroll-top .header-top .logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.scroll-top .header-top .logo img {
  width: 100%;
}

.header.scroll-top .header-top .login-box {
  top: 10px;
}

.header.scroll-top .header-top .login-box button {
  height: 32px;
}

.header.scroll-top .header-top .info-box {
  top: 17px;
}

.header.scroll-top .nav-desktop .gnb li {
  height: 100px;
  -webkit-transition: 1s;
  transition: 1s;
}

.header.scroll-top .nav-desktop .gnb li a img {
  margin-top: -60px;
}

.header.scroll-top .nav-desktop .gnb li a div p {
  padding-top: 0;
  padding-left: 20px;
  font-size: 20px;
}

.header.scroll-top .nav-desktop .gnb li a div p::before {
  width: 24px;
  height: 26px;
  left: 10px;
  top: -3px;
  background-size: contain !important;
}

.header.scroll-top .nav-desktop .gnb li a:hover div p::before {
  background-size: contain !important;
}

.minigame-logo {
  height: 80px;
}

@media (max-width: 1024px) {
  .header.scroll-top .nav-desktop .gnb li a img {
    margin-top: 0;
  }
  .header.scroll-top .nav-desktop .gnb li a div p {
    font-size: 16px;
  }
  .header.scroll-top .nav-desktop .gnb li a div p::before {
    width: 18px;
    height: 22px;
  }
}

.banner {
  padding: 0;
  position: relative;
  max-height: 498px;
}
.follow-section {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .banner {
    max-height: 204px;
  }
}

@media (max-width: 992px) {
  .banner {
    max-height: 199px;
  }
}

@media (max-width: 768px) {
  .banner .sb-slider {
    max-width: 100% !important;
  }
  .banner .sb-slider img {
    width: 100%;
  }

  .money-button {
    padding: 0;
  } 
  #following {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .banner {
    max-height: 300px;
  }
  .follow-section {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .minigame-logo {
    height: auto;
  }
}

.games {
  padding-bottom: 40px;
}

.games .col-lg-2, .games .col-lg-3 {
  text-align: center;
}

.games .col-lg-2 .game-box, .games .col-lg-3 .game-box {
  display: block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.games .col-lg-2 .game-box .img-game, .games .col-lg-3 .game-box .img-game {
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  border-radius: 20px;
}

.games .col-lg-2 .game-box .hover-box, .games .col-lg-3 .game-box .hover-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 58%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), 30%, black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.games .col-lg-2 .game-box .hover-box div, .games .col-lg-3 .game-box .hover-box div {
  margin: auto;
}

.games .col-lg-2 .game-box .hover-box div button, .games .col-lg-3 .game-box .hover-box div button {
  width: 70%;
  margin: 32px auto 0;
}

.games .col-lg-2 .game-box:hover .hover-box, .games .col-lg-3 .game-box:hover .hover-box {
  top: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), 10%, black);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.games .col-lg-2 .game-box:hover .hover-box div button, .games .col-lg-3 .game-box:hover .hover-box div button {
  margin: 0 auto 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.hover-box img {
    max-width: 150px;
    width: 90%;
    height: auto;
    max-height: 90px;
}

.games .col-lg-2 p, .games .col-lg-3 p {
  padding: 14px 0 60px 0;
}

.games .col-lg-3 .game-box .hover-box {
  top: 64%;
}

.games .col6 .game-box .line {
  display: none;
}

.games .col6 .game-box:hover {
  border: 1px solid #FFCB00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.games .col7 .game-box .line {
  display: none;
}

.games .col7 .game-box:hover {
  border: 1px solid #FFCB00;
}

.games .col7 .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 15px #FFCB00;
          box-shadow: inset 0 0 15px #FFCB00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.games .ani-st-3 .game-box .line {
  display: none;
}

.games .ani-st-3 .game-box:hover {
  border: 1px solid #870eef;
}

.games .ani-st-3 .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 10px #870eef;
          box-shadow: inset 0 0 10px #870eef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.games .ani-st-2 .game-box .line {
  display: none;
}

.games .ani-st-2 .game-box:hover {
  border: 1px solid #b2ffff;
}

.games .ani-st-2 .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 10px #00FFFF;
          box-shadow: inset 0 0 10px #00FFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.games .ani-st-1 .game-box:hover {
  border: 1px solid #870eef;
}

.games .ani-st-1 .game-box:hover .line {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  padding: 8px;
}

.games .ani-st-1 .game-box:hover .line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #870eef,transparent);
  border-radius: 50%;
  -webkit-animation: animate 1s linear infinite;
          animation: animate 1s linear infinite;
}

.games .ani-st-1 .game-box:hover .line:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: -50%;
}

.games .ani-st-1 .game-box:hover .line:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -7px;
  top: -50%;
}

.games .ani-st-1 .game-box:hover .line:nth-child(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -50%;
}

.games .ani-st-1 .game-box:hover .line:nth-child(4) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  left: 7px;
  bottom: -50%;
}

.games .ani-st-1 .game-box:hover .img-game {
  -webkit-transform: rotate(360deg) scale(1.2);
  /*  크롬 */
  /* FireFox */
  /* Opera */
  transform: rotate(360deg) scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.games .ani-st-1 .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 10px #870eef;
          box-shadow: inset 0 0 10px #870eef;
}

.games .ani-st-2 .game-box:hover {
  border: 1px solid #FFBE24;
}

.games .ani-st-2 .game-box:hover .img-game {
  -webkit-transform: scale(1.2);
  /*  크롬 */
  /* FireFox */
  /* Opera */
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.games .ani-st-2 .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 5px #c08e19;
          box-shadow: inset 0 0 5px #c08e19;
}

.games .ani-st-1c .game-box:hover {
  border: 1px solid #00FFFF;
}

.games .ani-st-1c .game-box:hover .line {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  padding: 8px;
}

.games .ani-st-1c .game-box:hover .line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #00FFFF, transparent);
  border-radius: 50%;
  -webkit-animation: animate 1s linear infinite;
          animation: animate 1s linear infinite;
}

.games .ani-st-1c .game-box:hover .line:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: -50%;
}

.games .ani-st-1c .game-box:hover .line:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -7px;
  top: -50%;
}

.games .ani-st-1c .game-box:hover .line:nth-child(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -50%;
}

.games .ani-st-1c .game-box:hover .line:nth-child(4) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  left: 7px;
  bottom: -50%;
}

.games .ani-st-1c .game-box:hover .img-game {
  -webkit-transform: rotateY(360deg) scale(1.2);
  /*  크롬 */
  /* FireFox */
  /* Opera */
  transform: rotateY(720deg) scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.games .ani-st-1c .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 10px #00FFFF;
          box-shadow: inset 0 0 10px #00FFFF;
}

.games .col11 .game-box:hover {
  border: 1px solid #00FFFF;
}

.games .col11 .game-box:hover .hover-box {
  -webkit-box-shadow: inset 0 0 100px #00FFFF;
          box-shadow: inset 0 0 100px #00FFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 420px) {
  .games .col-lg-2 p {
    padding-bottom: 20px;
  }
}

.games.slot-game {
  padding-top: 0;
  background: url(../img/bg/bg-section-slot.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.games.slot-game .jackpot {
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.games.slot-game .jackpot .container {
  position: absolute;
  top: -60px;
  height: 180px;
  background: url("../img/bg/bg-jackpot.jpg") no-repeat;
  background-size: cover;
  border-radius: 18px;
  -webkit-box-shadow: 2px 2px 8px #000;
          box-shadow: 2px 2px 8px #000;
}

.games.slot-game .jackpot .container .row {
  height: 100%;
}

.games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box {
  padding: 17px 0 0 76px;
}

.games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box span {
  display: inline-block;
  padding-right: 190px;
  height: 58px;
  line-height: 1.8;
  background: url(../img/text/txt-jackpot.png) no-repeat right;
  margin-bottom: 8px;
}

.games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box p {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD36D), to(#FF6F00));
  background: linear-gradient(#FFD36D, #FF6F00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.games.slot-game .jackpot .container .row .col-lg-6 ul {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.games.slot-game .jackpot .container .row .col-lg-6 ul li {
  float: left;
  width: 50%;
}

.games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box {
  padding: 20px 33px;
  width: 90%;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box p {
  margin-top: 5px;
}

.games.slot-game .jackpot .container .row .col-lg-6 ul li .left {
  -webkit-box-shadow: inset 0 0 20px #000, 1px 1px 0 #fff4;
          box-shadow: inset 0 0 20px #000, 1px 1px 0 #fff4;
  background: rgba(0, 0, 0, 0.4);
}

.games.slot-game .jackpot .container .row .col-lg-6 ul li .right {
  -webkit-box-shadow: inset 0 0 20px #000, 1px 1px 0 #fff4;
          box-shadow: inset 0 0 20px #000, 1px 1px 0 #fff4;
  background: rgba(81, 8, 8, 0.4);
}

@media (max-width: 1024px) {
  .games.slot-game .jackpot .container {
    top: 30px;
    height: 140px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box {
    padding: 20px;
    margin: auto;
    width: 96%;
  }
  .games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box * {
    vertical-align: top;
  }
  .games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box p {
    font-size: 24px;
    margin: 0;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box {
    padding: 6px 0 0 2px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box span {
    padding-left: 5px;
    margin-bottom: 0;
    line-height: 1;
    padding-top: 16px;
    background: url(../img/text/txt-jackpot.png) no-repeat right bottom;
    background-size: 40%;
    padding-right: 154px;
    height: 48px;
  }
}

@media (max-width: 992px) {
  .games.slot-game .jackpot {
    height: 187px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box {
    padding: 10px 14px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box .fs-20 {
    font-size: 13px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6 ul li .txt-box p {
    font-size: 16px;
    margin: 0;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box span {
    padding-top: 26px;
    padding-right: 128px;
    background: url(../img/text/txt-jackpot.png) no-repeat right 16px;
    background-size: 40%;
  }
}

@media (max-width: 768px) {
  .games.slot-game .jackpot .container {
    top: 0;
    border-radius: 0;
    height: auto;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child {
    padding-bottom: 15px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box {
    text-align: center;
    padding: 0;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box span {
    padding-top: 15px;
    background: url(../img/text/txt-jackpot.png) no-repeat right center;
    background-size: 40%;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:last-child {
    padding-bottom: 0;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:last-child .txt-box {
    border-radius: 5px;
  }
}

@media (max-width: 420px) {
  .games.slot-game .jackpot {
    margin-bottom: 60px;
  }
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box p {
    font-size: 50px;
  }
}

@media (max-width: 420px) and (max-width: 400px) {
  .games.slot-game .jackpot .container .row .col-lg-6:first-child .txt-box p {
    font-size: 40px;
  }
}

@media (max-width: 420px) {
  .games.slot-game .jackpot .container .row .col-lg-6:last-child {
    padding-bottom: 15px;
  }
}

@media (max-width: 420px) {
  .games.slot-game .tit-box {
    background: url(../img/icons/icon-game-slot-m.png) no-repeat center top;
  }
  .games.slot-game .tit-box.casino {
    background: url(../img/icons/icon-game-casino-m.png) no-repeat center top;
  }
}

.games.live-casino {
  background: url(../img/bg/bg-section-casino.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 420px) {
  .games.live-casino .tit-box {
    background: url(../img/icons/icon-game-casino-m.png) no-repeat center top;
  }
}

.notice {
  background: url(../img/bg/bg-section-slot.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.notice .depth1 {
  margin-bottom: 30px;
}

.notice .depth1 .col-lg-6 .img-box {
  position: relative;
}

.notice .depth1 .col-lg-6 .img-box img {
  width: 100%;
}

.notice .depth1 .col-lg-6 .img-box .txt-box {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  border-radius: 20px;
  padding: 30px 34px 0;
}

.notice .depth1 .col-lg-6 .img-box .txt-box p {
  padding-left: 48px;
}

.notice .depth1 .col-lg-6 .img-box .txt-box p span {
  color: #FFEBBC;
}

.notice .depth1 .col-lg-6 .img-box .txt-box .btn-st1 {
  min-width: 198px;
  height: 70px;
  margin: 50px auto 0;
}

.notice .depth1 .game-sport .txt-box p {
  background: url(../img/icons/icon-ntc-1.png) no-repeat left center;
}

.notice .depth1 .game-mini .txt-box p {
  background: url(../img/icons/icon-ntc-2.png) no-repeat left center;
}

.notice .depth2 .col-lg-8 .col-box {
  padding: 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#384578), to(#292E41));
  background: linear-gradient(#384578, #292E41);
}

.notice .depth2 .col-lg-8 .col-box .col-header {
  position: relative;
  margin-bottom: 22px;
}

.notice .depth2 .col-lg-8 .col-box .col-header h5 {
  padding-left: 48px;
  height: 32px;
}

.notice .depth2 .col-lg-8 .col-box .col-header .btn-link-more {
  width: 24px;
  height: 24px;
  background: url(../img/common/btn-more.png) no-repeat center;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 2px 1px 6px #1064D2;
          box-shadow: 2px 1px 6px #1064D2;
  position: absolute;
  right: 0;
  top: 3px;
}

.notice .depth2 .col-lg-8 .col-box .col-content li {
  padding: 13px 10px 11px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.notice .depth2 .col-lg-8 .col-box .col-content li:first-child {
  border-top: 0;
}

.notice .depth2 .col-lg-8 .col-box .col-content li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notice .depth2 .col-lg-8 .col-box .col-content li a span {
  color: #B3BADB;
  position: relative;
}

.notice .depth2 .col-lg-8 .col-box .col-content li a span::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 10px;
  background: #B3BADB;
}

.notice .depth2 .col-lg-8 .col-box .col-content li a .nt-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
  white-space: nowrap;
}

.notice .depth2 .col-lg-8 .col-box .col-content li a em {
  font-style: normal;
  color: #5E6A91;
}

.notice .depth2 .ntc-box h5 {
  background: url(../img/icons/icon-ntc-3.png) no-repeat 10px center;
}

.notice .depth2 .event-box h5 {
  background: url(../img/icons/icon-ntc-4.png) no-repeat 10px center;
}

.notice .depth2 .realtime-box h5 {
  background: url(../img/icons/icon-ntc-5.png) no-repeat 10px 7px;
}

.notice .depth2 .realtime-box .col-box .col-content li a span::before {
  display: none;
}

.notice .depth2 .realtime-box .col-box .col-content li a .price {
  color: #FFF2A0;
}

@media (max-width: 1024px) {
  .notice .depth1 .col-lg-6 .img-box .txt-box .btn-st1 {
    margin-top: 26px;
  }
  .notice .depth2 .col-lg-8 .col-box .col-header {
    margin-bottom: 12px;
  }
  .notice .depth2 .col-lg-8 .col-box .col-content li {
    padding: 13px 10px 11px 5px;
  }
  .notice .depth2 .col-lg-8 .col-box .col-content li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 992px) {
  .notice .depth1 .col-lg-6 .img-box .txt-box {
    padding: 20px 20px 0;
  }
  .notice .depth1 .col-lg-6 .img-box .txt-box .btn-st1 {
    min-width: 142px;
    height: 50px;
    margin-top: 16px;
  }
  .notice .depth2 .col-lg-8 .col-box {
    padding: 16px 10px;
  }
  .notice .depth2 .col-lg-8 .col-box .col-header .btn-link-more {
    width: 18px;
    height: 18px;
    right: 6px;
    top: 1px;
  }
  .notice .depth2 .col-lg-8 .col-box .col-content li {
    padding: 10px 10px 8px 5px;
  }
  .notice .depth2 .col-lg-8 .col-box .col-content li em {
    display: none;
  }
  .notice .depth2 .col-lg-8 .col-box .col-content li:first-child {
    padding-top: 3px;
  }
}

@media (max-width: 420px) {
  .notice .container .row > div {
    margin-bottom: 24px;
  }
  .notice .container .depth1 {
    margin-bottom: 0;
  }
  .notice .container .depth1 .col-xs-6:first-child {
    margin-bottom: 10px;
  }
  .notice .container .depth2 .col-lg-4 .col-box .col-content li em {
    display: block;
  }
}

.cs {
  background: url(../img/bg/bg-section-cs.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.cs .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.cs .col-lg-4:first-child {
  border: 0;
}

.cs .col-lg-4 a {
  display: inline-block;
  padding-left: 68px;
  color: rgba(255, 255, 255, 0.5);
}

.cs .col-lg-4 a p {
  color: #FFF;
}

.cs .col-lg-4 .link-pt {
  background: url(../img/icons/icon-cs-1.png) no-repeat left center;
}

.cs .col-lg-4 .link-qa {
  background: url(../img/icons/icon-cs-2.png) no-repeat left center;
}

.cs .col-lg-4 .link-cs {
  background: url(../img/icons/icon-cs-3.png) no-repeat left center;
}

@media (max-width: 992px) {
  .cs .col-lg-4:last-child a p {
    font-size: 12px;
  }
  .cs .col-lg-4 a {
    background-size: 40px !important;
    padding-left: 58px;
    min-height: 42px;
  }
}

@media (max-width: 420px) {
  .cs {
    background: url(../img/bg/bg-section-cs-m.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cs .col-lg-4 {
    display: block;
    border-left: 0;
  }
  .cs .col-lg-4 a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0 20px 72px;
    background-position: 14px center !important;
    font-size: 16px;
  }
  .cs .col-lg-4 a p {
    font-size: 22px !important;
  }
  .cs .col-lg-4:last-child a {
    border-bottom: 0;
  }
}

.games.sub-slot-game {
  background: url(../img/bg/bg-sub-slot.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 144px;
}

.games.sub-slot-game .select-box {
  display: none;
}

.games.sub-slot-game .tab-box {
  margin-bottom: 45px;
}

.games.sub-slot-game .tab-box ul li {
  padding: 0.5rem;
  height: 146px;
}

.games.sub-slot-game .tab-box ul li .nav-link {
  border-radius: 20px;
  height: 100%;
  color: #FFF;
  background: rgba(6, 12, 20, 0.5);
  position: relative;
}

.games.sub-slot-game .tab-box ul li .nav-link:hover {
  border: 2px solid #FFBE24;
  background: rgba(29, 24, 9, 0.6);
}

.games.sub-slot-game .tab-box ul li .nav-link:hover p {
  color: #FFB43C;
  text-shadow: 0px 0px 10px #FFB43C;
}

.games.sub-slot-game .tab-box ul li .nav-link img {
  width: 100%;
  max-width: 120px;
}

.games.sub-slot-game .tab-box ul li .nav-link p {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.games.sub-slot-game .tab-box ul li .nav-link.active {
  border: 2px solid #FFBE24;
  background: rgba(29, 24, 9, 0.6);
}

.games.sub-slot-game .tab-box ul li .nav-link.active p {
  color: #FFB43C;
  text-shadow: 0px 0px 10px #FFB43C;
}

.games.sub-slot-game .tab-pane .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.games.sub-slot-game .tab-pane .row > div a .hover-box .title {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #FFF;
}

.games.sub-slot-game .tab-pane .row > div a .hover-box button {
  width: 198px;
  height: 70px;
  font-size: 26px;
}

.games.sub-slot-game .tab-pane .row > div a:hover .hover-box .title {
  height: auto;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .games.sub-slot-game .tab-box ul li .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .games.sub-slot-game .tab-box ul li .nav-link img {
    margin-bottom: 10px;
  }
  .games.sub-slot-game .tab-box ul li .nav-link p {
    font-size: 14px;
  }
  .games.sub-slot-game .tab-pane .row > div a .hover-box .title {
    height: 100px;
  }
  .games.sub-slot-game .tab-pane .row > div a .hover-box button {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
  .games.sub-slot-game .tab-pane .row > div a:hover .hover-box .title {
    margin-bottom: 16px;
  }
}

@media (max-width: 922px) {
  .games.sub-slot-game .tab-box ul li {
    height: 100px;
  }
  .games.sub-slot-game .tab-box ul li .nav-link p {
    font-size: 12px;
    width: 94%;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .games.sub-slot-game .tab-pane .row > div a .hover-box .title {
    height: 50px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .games.sub-slot-game .select-box {
    display: block;
    text-align: center;
  }
  .games.sub-slot-game .select-box .btn-select {
    display: block;
    padding: 15px;
    height: 50px;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    background: #060C14;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .games.sub-slot-game .select-box .btn-select::before {
    content: "";
    width: 14px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 20px;
    background: url(../img/icons/icon-select-down.svg) no-repeat center;
    background-size: contain;
  }
  .games.sub-slot-game .select-box .btn-select img {
    max-width: 100px;
    margin-right: 20px;
  }
  .games.sub-slot-game .tab-box {
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  .games.sub-slot-game .tab-box .nav-tabs {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 0;
    right: 0;
    background: rgba(6, 12, 20, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 20px;
    height: 0;
    overflow: hidden;
  }
  .games.sub-slot-game .tab-box .nav-tabs li {
    padding: 0;
  }
  .games.sub-slot-game .tab-box .nav-tabs li .nav-link {
    border-radius: 0;
  }
  .games.sub-slot-game .tab-box .nav-tabs li:nth-child(1) a {
    border-top-left-radius: 20px;
  }
  .games.sub-slot-game .tab-box .nav-tabs li:nth-child(3) a {
    border-top-right-radius: 20px;
  }
  .games.sub-slot-game .tab-box .nav-tabs li:nth-last-child(3) a {
    border-bottom-left-radius: 20px;
  }
  .games.sub-slot-game .tab-box .nav-tabs li:last-child a {
    border-bottom-right-radius: 20px;
  }
  .games.sub-slot-game .tab-box .nav-tabs.on {
    height: auto;
    border: 2px solid #3C3C3C;
  }
  .games.sub-slot-game .tab-box .nav-tabs.on li {
    border-left: 2px solid #3C3C3C;
    border-bottom: 2px solid #3C3C3C;
  }
  .games.sub-slot-game .tab-box .nav-tabs.on li:nth-child(3n+1) {
    border-left: 0;
  }
  .games.sub-slot-game .tab-box .nav-tabs.on li:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}

.footer .container {
  padding-top: 64px;
  padding-bottom: 50px;
}

.footer .container img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.footer .container .copylight {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .footer .container {
    padding-top: 34px;
    padding-bottom: 100px;
  }
}

@media (max-width: 420px) {
  .footer .container {
    padding-top: 18px;
    padding-bottom: 76px;
  }
  .footer .container img {
    margin-bottom: 18px;
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.1% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
