@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll !important;
}

html::-webkit-scrollbar {
  width: 0;
}

html::-webkit-scrollbar-thumb {
  width: 0;
}

body {
  height: 100%;
  padding-right: 0 !important;
  text-align: center;
  background-color: #ffffff;
  color: #913003;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
}

body.active {
  overflow: hidden;
}

button, a, input, select, textarea {
  outline: none !important;
  transition: 0.3s;
}

tr, td {
  cursor: pointer;
}

button {
  padding: 0;
}

a {
  color: #472d59;
}

a:hover {
  text-decoration: none;
}

.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;
}

.transition-0 {
  transition: 0s !important;
}

.font-s-11 {
  font-size: 11px !important;
}

.font-light {
  font-family: Noto Sans KR !important;
}

.font-medium {
  font-family: Noto Sans KR !important;
}

.font-bold {
  font-family: Noto Sans KR !important;
}

.font-notosans {
  font-family: Noto Sans KR !important;
}

.text-blue {
  color: #00bee1 !important;
}

.text-violet {
  color: #9365f9 !important;
}

.text-orange {
  color: #fe720a !important;
}

.text-green {
  color: #0db75b !important;
}

.text-red {
  color: #e11a27 !important;
}

.table-layout-fixed {
  table-layout: fixed;
}

.min-h-auto {
  min-height: auto !important;
}

.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;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.dflex-ae-jc {
  display: flex !important;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.dflex-as-jc {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.dflex-acs-jc {
  display: flex !important;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.bs-ul {
  list-style: none;
  margin-bottom: 0;
  width: auto;
  display: table;
  padding: 0;
}

.bs-ul li {
  list-style: none;
  width: auto;
  height: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}

.easy-ticker ul {
  list-style: none;
  margin-bottom: 0;
  width: auto;
  padding: 0;
  position: relative !important;
}

.easy-ticker ul li {
  list-style: none;
  width: auto;
  height: auto;
  position: relative;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.container {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1410px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
/* Btn Styles */
.btn-orange, .btn-violet, .btn-red, .btn-transparent {
  color: #ffffff;
  font-size: 18px;
  border: none;
  border-radius: 25px;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-transparent {
  color: #d9681c;
  background-color: transparent;
  border: solid 2px #d9681c;
}

.btn-violet i, .btn-transparent i {
  display: none;
}

.btn-violet {
  background-image: linear-gradient(169deg, #5d92f5, #965cf5);
}

.btn-orange {
  background-image: linear-gradient(169deg, #efb06b, #d9681c);
}

.btn-red {
  background-image: linear-gradient(#ff6d76, #d2242f);
}

.btn-orange:before,
.btn-violet:before,
.btn-red:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(169deg, #d9681c, #913003);
  transition: 0.3s;
  opacity: 0;
}

.btn-red:before {
  background-image: linear-gradient(#ff874f, #ff590c);
}

@media (min-width: 1261px) {
  .btn-transparent:hover {
    color: #ffffff;
    background: #efb06b;
  }
	.btn-orange:hover:before,
  .btn-violet:hover:before,
  .btn-red:hover:before {
    opacity: 1;
  }
}
/* Wrapper */
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
}

.wrapper.affix {
/*  padding-top: 57px; */
}

/* Header Section */
.header-section {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.header-section .container {
  max-width: 100%;
}

.header-section .container:before {
  width: calc(100% + 290px);
  height: calc(100% + 10px);
  background-color: #82ecff;
  left: 0;
  top: 0;
  box-shadow: 0 2px 2px rgba(72, 16, 128, 0.25);
  transform: translateX(-107.5%) skew(-30deg);
  display: none;
}

.logo-panel {
  width: 236px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 99;
}
.logo-panel .logo-main {
  position: absolute;
  left: 0px;
  top: 0px;
	width:100%;
}
.logo-panel .logo-mobile {
  display: none;
}

.logo-panel::after {
  width: calc(100% + 212px);
  height: 100%;
  background: linear-gradient(100deg, #ffc943, #a44703);
  border-radius: 0 0 30px 0;
  transform: skew(-30deg);
  transform-origin: top right;
  right: -55px;
  top: 0;
  box-shadow: 2px 2px 2px rgba(72, 16, 128, 0.25);
  position: relative !important;
  display: block !important;
}

.logo {
  width: 100%;
  display: inline-block;
  position: relative;
  top: -2px;
}

.logo img {
  position: absolute;
  bottom: 0;
}

.logo div {
  position: absolute;
  bottom: 0;
}

.logo div .d-img {
  width: 100%;
  position: relative;
}

.logo .logo-img {
  width: 100%;
  position: relative;
  opacity: 0;
}

.logo .symbol {
  left: 0;
  transform-origin: bottom left;
  animation: lgSymbolAnim 8s ease infinite;
}

@keyframes lgSymbolAnim {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }
  8% {
    opacity: 1;
    transform: scale(1) rotate(10deg);
  }
  14% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  95% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }
}
.logo .panda-text-01 {
  left: 25.5%;
  bottom: 9%;
  animation: lgPanda01Anim 8s ease infinite;
}

@keyframes lgPanda01Anim {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  8% {
    opacity: 0;
    transform: scale(0.25);
  }
  14% {
    opacity: 1;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.logo .panda-text-02 {
  left: 42.25%;
  bottom: 9%;
  animation: lgPanda02Anim 8s ease infinite;
}

@keyframes lgPanda02Anim {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  11% {
    opacity: 0;
    transform: scale(0.25);
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  23% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.logo .casino {
  right: 0;
  bottom: 7%;
  overflow: hidden;
}

.logo .casino .d-img {
  animation: lgCasinoAnim 8s ease infinite;
}

@keyframes lgCasinoAnim {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  15% {
    opacity: 0;
    transform: translateX(-100%);
  }
  25% {
    opacity: 1;
    transform: translateX(0);
  }
  95% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
/* Main Menu */
.main-menu {
  margin-left: 300px;
}

.main-menu ul li {
  padding: 0 20px;
}

.main-menu ul li:first-child {
  padding-left: 0;
}

.main-menu ul li:last-child {
  padding-right: 0;
}

.main-menu ul li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
}

.main-menu ul li a:before {
  width: 0;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: #00bee1;
  background-image: linear-gradient(to right, #efb06b, #d9681c);
  transition: 0.3s;
  border-radius: 2px;
}

.main-menu ul li a:hover:before {
  width: 100%;
}

a:hover {
  color: #fff5e0;
}

.main-menu ul li a:hover {
  color: #d9681c;
}

.main-menu ul li a .icon-panel {
  margin-right: 8px;
  position: relative;
  top: -1px;
  font-size: 16px;
}

.main-menu ul li a .icon-panel i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(#efb06b, #d9681c);
  transition: 0.3s;
}

.main-menu ul li a:hover .icon-panel i {
  opacity: 0;
  transition-delay: 0.1s;
}

.main-menu ul li a .icon-panel .hover-icon {
  opacity: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(#efb06b, #d9681c);
  z-index: 1;
}

.main-menu ul li a:hover .icon-panel .hover-icon {
  opacity: 1;
  transition-delay: 0s;
}

/* Before Login */
.before-login {
  display: none;
}

.before-login.active {
  display: block;
}

.before-login button, .before-login a {
  width: 140px;
  height: 42px;
  margin-left: 10px;
}

.before-login .join-link {
  animation: invite 1.5s ease 0s infinite;
}

@keyframes invite {
  0% {
    box-shadow: 0 0 0 0 rgba(168, 87, 206, 0.4392156863);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 202, 67, 0);
  }
}
/* After Login */
.after-login {
  display: none;
  position: relative;
}

.after-login.active {
  display: block;
}

.after-login .desktop button, .after-login .desktop .mypage-link {
  width: 80px;
  height: 36px;
  margin-left: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.after-login .mobile button, .after-login .mobile .mypage-link {
  width: 124px;
  height: 40px;
  margin-left: 2px;
}

.al-d-info {
  height: 36px;
  padding: 0 20px;
  background-color: #e8e3f4;
  border-radius: 18px;
  color: #fff;
  font-weight: 900;
  color: #472d59;
}

.al-d-info .icon {
  font-size: 16px;
  margin-right: 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #9161f5 !important;
}

.al-d-info .symbol {
  color: #bfb5c8;
}

.after-login .nav-btn {
  width: 36px;
  height: 36px;
  font-size: 14px;
  position: relative;
  border-radius: 50%;
  background-color: #6e81f4;
  border: solid 1px #e8e3f4;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin: 0 0 0 5px;
}

.after-login .nav-btn:hover {
  border-color: #1ddcff;
  background-color: #009dba;
}

.after-login .message-btn {
  margin-right: 2px;
}

.after-login .message-btn .count {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f82533;
  color: #ffffff;
  font-size: 7px;
  position: absolute;
  right: -8px;
  top: -3px;
  text-shadow: none;
  padding: 1px 0 0;
}

.after-login .message-btn i {
  animation: notifAnim 1s ease infinite;
}

@keyframes notifAnim {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Dropdown */
.drop-down {
  position: relative;
  transition: 0.3s;
}

.drop-down .toggle-btn {
  transition: 0s;
}

.drop-down .toggle-btn .icon {
  position: relative;
  top: 0;
  transition: 0.3s;
}

.drop-down.active .toggle-btn .icon {
  top: -3px;
}

.drop-down:hover .toggle-btn .icon {
  top: -3px;
}

.drop-down .toggle-btn .arrow-icon {
  color: #ffb864;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s;
  text-shadow: none;
}

.drop-down:hover .toggle-btn .arrow-icon {
  opacity: 1;
  bottom: 4px;
}

.drop-down.active .toggle-btn .arrow-icon {
  opacity: 1;
  bottom: 2px;
  transform: rotate(180deg);
}

.drop-down-menu {
  width: 240px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
  background-color: #ffffff;
  border: solid 5px #53d6ee;
  padding: 7px 10px 0;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.drop-down.active .drop-down-menu {
  top: calc(100% + 10px);
  opacity: 1;
  pointer-events: auto;
}

/* Account Info */
.after-login .account-info .row {
  width: 100%;
  padding: 0 0 0 2px;
  cursor: pointer;
  margin: 0;
}

.after-login .account-info .row:last-child {
  border-bottom: none;
}

.after-login .account-info .labels {
  text-align: left;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #472d59;
  font-size: 12px;
  padding: 0;
}

.after-login .account-info .labels .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-right: 12px;
  background-image: linear-gradient(169deg, #5d92f5, #965cf5);
}

.after-login .account-info .information {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.after-login .account-info .information .symbol {
  color: #bfb5c8;
  margin-left: 3px;
}

.after-login .drop-down .btn-grp button {
  width: 100%;
  height: 36px;
  border-radius: 8px;
  margin: 8px 0;
  font-size: 12px;
}

/* Progress Bar */
.after-login .account-info .progressbar .labels {
  min-width: initial;
}

.after-login .account-info .progressbar .labels .icon {
  background-image: none;
  background-color: transparent;
  margin-right: 8px;
  border: none;
}

.progress-panel {
  width: calc(100% - 38px);
  height: 20px;
  background-color: #dddddd;
  border-radius: 11px;
  overflow: hidden;
  border: solid 1px #bbbbbb;
}

.progress-panel .percent {
  width: 75%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 2px 0 0;
}

.progress-panel .percent:before {
  width: 200%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #ffa843, #ff9214, #ffa843, #ff9214, #ffa843);
  animation: percentAnim 0.5s linear infinite;
}

@keyframes percentAnim {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/* Banner Section */
.banner-section {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-image: url(../images/bg/banner-bg.jpg?v=2);
  background-position: top;
  background-size: cover;
}

.banner-section:after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/bg/curved-bottom.png);
  z-index: 9;
}

.banner-board {
  width: 100%;
  max-width: 720px;
  padding: 0 0 35px;
  position: relative;
  z-index: 2;
}

.banner-carousel .carousel-inner {
  height: 200px;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 15px 15px 15px 0;
  padding: 15px 10px 5px 15px;
  overflow: visible;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3098039216);
}

.banner-carousel .carousel-inner:before,
.banner-carousel .carousel-inner:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.banner-carousel .carousel-inner:before {
  Background:#fff;
	/*background-image: linear-gradient(#c9b9ec, #71d6ec);*/
  box-shadow: inset 0 0 14px #d9681c;
}

.banner-carousel .carousel-inner:after {
  /* background-image: url(../images/bg/pattern-bg.png); */
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  mask-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: 0.25;
}

.banner-carousel .carousel-inner .carousel-item {
  position: static;
}

.banner-carousel h6 {
  font-size: 20px;
  margin: 0 0 10px;
}

.banner-carousel h1 {
	text-align:left;
	padding-left:10px;
  color: #efb06b;
  font-size: 44px;
  margin: 0 0 -0.5%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.banner-carousel h2 {
	text-align:left;
	padding-left:10px;
  color: #000;
  font-size: 40px;
  margin: 0 0 -0.5%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.banner-carousel .more-btn {
  width: 200px;
  height: 42px;
  position: absolute;
  bottom: -50px;
  right: 0;
  box-shadow: 0 2px 0 #864eff;
  animation: carouselMoreBtn 6s ease 1 backwards;
}

.banner-carousel .more-btn:hover {
  box-shadow: 0 2px 0 #004e5c;
}

@keyframes carouselMoreBtn {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  15% {
    opacity: 0;
    transform: translateY(-25%);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.banner-carousel .text-panel * {
  opacity: 0;
}

.banner-carousel .text-panel *:nth-child(1) {
  animation: carouselText01 6s ease 1 backwards;
}

@keyframes carouselText01 {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  10% {
    opacity: 1;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.banner-carousel .text-panel *:nth-child(2) {
  animation: carouselText02 6s ease 1 backwards;
}

@keyframes carouselText02 {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  5% {
    opacity: 0;
    transform: scale(0.25);
  }
  15% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.banner-carousel .text-panel *:nth-child(3) {
  animation: carouselText03 6s ease 1 backwards;
}

@keyframes carouselText03 {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  10% {
    opacity: 0;
    transform: scale(0.25);
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.banner-carousel .banner-notice {
  position: absolute;
  top: 230px;
  left: 200px;
  z-index: 999;
}
/* Carousel Indicator */
.carousel-indicators {
  width: calc(100% - 225px);
  height: 50px;
  margin: 0 auto 0 0;
  left: 0;
  bottom: 0;
  position: relative;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 15px;
  padding: 10px 15px 0;
}

.carousel-indicators:after {
  width: 42px;
  height: 100%;
  background-image: url(../images/bg/carousel-footer.png);
  background-size: 42px 100%;
  top: 0;
  right: -42px;
  opacity: 0.5;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  box-shadow: 0 1px 0 #b86c32;
  border: none;
  transition: 0.3s;
  opacity: 1;
}

.carousel-indicators li:hover {
  background-color: #feec4d;
}

.carousel-indicators li.active {
  width: 50px;
  height: 12px;
  background-color: #d9681c;
  border-radius: 8px;
  margin-top: 1px;
}

/* Jackpot Board */
.jackpot-board {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  margin: 10px 0 0;
}

.jackpot-board:after {
  width: 30px;
  height: 29px;
  background-image: url(../images/icon/jackpot-icon.png);
  background-size: 100% 100%;
  right: -10px;
  top: -6px;
  animation: jackpotIconAnim 2s ease infinite;
}

@keyframes jackpotIconAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(45deg);
  }
  30% {
    transform: rotate(-20deg);
  }
  45% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.jackpot-board .label-panel {
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #ef7506, #ffa457, #f36a00);
  padding: 10px;
  margin-right: 2%;
  color: #ffffff;
  font-size: 36px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.jackpot-board .label-panel {
  animation: jackpotLabelAnim 1s ease 0s infinite;
}

@keyframes jackpotLabelAnim {
  0% {
    box-shadow: 0 0 0 0 #e5c512;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 89, 0, 0);
  }
}
.jackpot-board .amount-panel {
  color: #826ef5;
  font-size: 46px;
  font-family: Noto Sans KR;
  text-shadow: 0 1px 0 rgba(255, 167, 167, 0.5);
  white-space: nowrap;
  padding: 0;
  font-weight: 800;
}

.jackpot-board .amount-panel .text-sm {
  font-size: 34px;
  margin-left: 1%;
}

.jackpot-board .amount-panel .won {
  color: #4a39a7;
  font-size: 34px;
  margin-left: 1%;
}

/* Banner Background */
.banner-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.banner-background img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-background div {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-background div .d-img {
  width: 100%;
  position: relative;
}

.banner-background .bg {
  width: 30%;
  right: 40%;
	bottom: -30%;
  animation: bannerBgAnim 1s ease 1s 1 backwards;
}

.banner-background .shine {
  width: 50%;
  right: 3%;
  bottom: -36%;
  opacity: 0;
  animation: shineEffect 8s infinite;
}

@keyframes shineEffect {
  0% {
    opacity: 0;
    transform: rotate(-10deg);
  }
  20% {
    opacity: 1;
    transform: rotate(90deg);
  }
  80% {
    opacity: 1;
    transform: rotate(340deg);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}
@keyframes bannerBgAnim {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.banner-background .slotmachine {
  width: 35.32%;
  right: 9%;
  animation: slotmachineAnim 10s ease infinite;
  z-index: 2;
}
.banner-background .slotmachine .shine-2 {
  width: 150px;
  height: 150px;
  left: -4%;
  bottom: -7%;
  transform: scale(0);
  animation: shine2 5s ease infinite;
  position: absolute;
  z-index: 100;
}
.banner-background .slotmachine .shine-3 {
  width: 150px;
  height: 150px;
  left: 10%;
  bottom: -12%;
  transform: scale(0);
  animation: shine2 5s ease 2.3s infinite;
  position: absolute;
  z-index: 100;
}
.banner-background .slotmachine .shine-4 {
  width: 150px;
  height: 150px;
  right: 10%;
  bottom: -8%;
  transform: scale(0);
  animation: shine2 5s ease 3.3s infinite;
  position: absolute;
  z-index: 100;
}

@keyframes shine2 {
  0% {
    transform: scale(0) rotate(0deg);
  }
  50% {
    transform: scale(0.6) rotate(180deg);
  }
  100% {
    transform: scale(0) rotate(360deg);
  }
}
@keyframes slotmachineAnim {
  0% {
    opacity: 1;
    transform: translateY(50%) scale(1);
  }
  20% {
    opacity: 1;
    transform: translateY(1%) scale(1.1);
  }
  80% {
    opacity: 1;
    transform: translateY(1%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(50%) scale(1);
  }
}
.banner-background .slotmachine .d-img {
  animation: slotmachineAnim 10s ease infinite;
}

@keyframes slotmachineImg {
  0% {
    filter: brightness(100%);
  }
  15% {
    filter: brightness(130%);
  }
  30% {
    filter: brightness(100%);
  }
  45% {
    filter: brightness(130%);
  }
  60% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(100%);
  }
}
.banner-background .dealer {
  width: 26.53%;
  animation: dealerAnim 1s ease 1s 1 backwards;
  right: -75px;
  z-index: 2;
  bottom: 3%;
}

@keyframes dealerAnim {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.banner-background .panda {
  width: 28.37%;
  right: 12.5%;
  z-index: 3;
  animation: pandaAnim 1s ease 0.3s 1 backwards;
}

@keyframes pandaAnim {
  0% {
    opacity: 0;
    transform: scale(0.75) rotate(-25deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.banner-background .panda .d-img {
  animation: pandaImgAnim 5s ease 4s infinite;
}

@keyframes pandaImgAnim {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.banner-background .chips {
  width: 10.43%;
  right: -4%;
  animation: chipsAnim 1s ease 1.3s 1 backwards;
  z-index: 3;
}

@keyframes chipsAnim {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Leaves Anim */
.banner-background .leaves-01 {
  width: 15%;
  right: auto;
  left: -6%;
  bottom: 25%;
  animation: leavesAnim 1.5s ease 1.6s 1 backwards;
}

@keyframes leavesAnim {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 1;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-background .leaves-02 {
  width: 40%;
  right: auto;
  bottom: auto;
  top: 20%;
  left: -14%;
  animation: leavesAnim 1.5s ease 2s 1 backwards;
}

.banner-background .leaves-03 {
  width: 10%;
  right: -4%;
  bottom: 29%;
  animation: leavesAnim 1.5s ease 1.8s 1 backwards;
}

.banner-background .leaves-01 .d-img {
  animation: leaves01Anim 10s ease infinite;
}

@keyframes leaves01Anim {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-45deg) translateY(25%);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.banner-background .leaves-02 .d-img {
  animation: leaves02Anim 15s ease infinite;
}

@keyframes leaves02Anim {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(50%);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
.banner-background .leaves-03 .d-img {
  animation: leaves03Anim 20s ease infinite;
}

@keyframes leaves03Anim {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(25%);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
/* Smoke Anim */
.banner-background .smoke-01 {
  width: 40.08%;
  animation: smoke01 30s linear infinite;
}

@keyframes smoke01 {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-300%);
  }
}
.banner-background .smoke-02 {
  width: 55.18%;
  animation: smoke02 50s linear infinite;
}

@keyframes smoke02 {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* Page Content */
.page-content {
  width: 100%;
}

.page-content:before, .page-content:after {
  width: 100%;
  height: 100%;
  left: 0;
}

.page-content:before {
  bottom: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg/main-bg.png);
}

.page-content:after {
  max-height: 200px;
  top: 0;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

/* Category Section */
.category-section {
  margin: 10px 0 45px;
  margin-top: 84px;
}

.category-menu {
  width: 50%;
}

.category-btn {
  width: calc(100% - 15px);
  max-width: 300px;
  height: 70px;
  border-radius: 15px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 4px rgba(72, 16, 128, 0.25);
  margin-right: 15px;
  padding: 10px;
  position: relative;
}

.category-btn:before {
  width: 3px;
  height: 0;
  background-color: #f82b38;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 2px;
  transition: 0.3s;
}

.category-btn.slot-toggle:before {
  background-color: #5ab000;
}

.category-btn:hover:before {
  height: 60%;
}

.category-btn.active:before {
  height: 60%;
}

.category-btn:hover {
  background-color: #f8f7fb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.category-btn.active {
  background-color: #f8f7fb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.category-btn .icon-panel {
  width: 54px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
  border: solid 3px #ffffff;
}

.category-btn.active .icon-panel img {
  animation: categoryIcon 5s ease infinite;
}

@keyframes categoryIcon {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.category-btn .text-panel .kr-text,
.category-btn .text-panel .en-text {
  display: block;
}

.category-btn .text-panel .kr-text {
  font-size: 24px;
  font-family: Noto Sans KR;
  margin: 0 0 -5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(#ff838b, #f82b38);
}

.category-btn.slot-toggle .text-panel .kr-text {
  background-image: -webkit-linear-gradient(#b5f015, #5ab000);
}

.category-btn .text-panel .en-text {
  color: #bfb5c8;
  font-size: 12px;
  transition: 0.3s;
}

.category-btn.active .text-panel .en-text {
  color: #472d59;
}

.category-btn .indicator {
  color: #bfb5c8;
  font-size: 24px;
  position: absolute;
  right: 10px;
  transition: 0.3s;
}

.category-btn.active .indicator {
  color: #472d59;
}

/* Popular Board */
.popular-board {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

.popular-mobile {
  display: none !important;
}

.popular-board:before {
  width: 200%;
  height: 400%;
  transform-origin: top left;
  transform: skew(45deg);
  background-image: linear-gradient(rgba(244, 242, 254, 0), rgb(244, 242, 254), rgba(244, 242, 254, 0), rgba(244, 242, 254, 0));
  left: -10%;
  top: -50%;
  display: none;
}

.popular-board .label-panel {
  font-size: 18px;
  margin-right: 30px;
  white-space: nowrap;
  display: flex;
  gap: 10px;
  align-items: center;
}
.popular-board .label-panel .title {
  font-weight: 900;
  font-size: 21px;
}

.popular-board .label-panel .title:after {
  width: 80%;
  max-width: 62px;
  height: 3px;
  border-radius: 2px;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  background-color: #ff8f37;
}

/* Popular Carousel */
.popular-board .content-panel {
  width: 71%;
}

.popular-carousel {
  padding-right: 30px;
  margin: 0 0 -4px;
}

.popular-carousel .carousel-item {
  backface-visibility: hidden;
  padding: 0 0 4px;
}

.popular-carousel .carousel-item-next:not(.carousel-item-left),
.popular-carousel .active.carousel-item-right {
  transform: translateY(100%);
}

.popular-carousel .carousel-item-prev:not(.carousel-item-right),
.popular-carousel .active.carousel-item-left {
  transform: translateY(-100%);
}

.popular-carousel .carousel-item ul li {
  width: 100%;
  display: flex;
  gap: 30px;
}
.popular-carousel .carousel-item ul li a {
  flex-wrap: nowrap;
}

.popular-carousel .carousel-nav {
  width: 14px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.popular-carousel .carousel-nav .nav-btn {
  width: 100%;
  height: auto;
  color: #6945ff;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0s;
}

.popular-carousel .carousel-nav .nav-btn:hover {
  color: #2293ea;
}

.popular-carousel .carousel-nav:before {
  width: 1px;
  height: calc(100% - 26px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: dashed 1px #b9aac9;
}

.popular-carousel .carousel-nav .nav-btn:last-child {
  top: auto;
  bottom: 0;
}

.popular-carousel .carousel-nav .nav-btn i {
  transition: 0.3s;
}

.popular-carousel .carousel-nav .nav-btn:hover:first-child i {
  transform: translateY(-3px);
}

.popular-carousel .carousel-nav .nav-btn:hover:last-child i {
  transform: translateY(3px);
}

/* Popular Btn */
.popular-btn:hover {
  color: #7c00d2;
}

.popular-btn .g-panel {
  width: 60px;
  border-radius: 10px;
  background-color: #000000;
  border: solid 3px #ffffff;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  box-shadow: 0 1px 4px rgba(72, 16, 128, 0.4);
}

.popular-btn .g-panel img {
  transition: 0.3s;
}

.popular-btn:hover .g-panel img {
  opacity: 0.5;
}

.popular-btn .play-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  background-color: transparent;
  border: none;
  padding: 0 0 0 4px;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0);
}

.popular-btn:hover .play-btn {
  opacity: 1;
  transform: scale(1);
}

.popular-btn .play-btn i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(#53e4ff, #1ba1ff);
}

.popular-btn .text-panel .provider-name,
.popular-btn .text-panel .game-name {
  /*width: 100%;*/
  width: 138px;
  max-width: 200px;
  display: block;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-btn .text-panel .provider-name {
  color: #23ebff;
}

.popular-btn .text-panel .game-name {
  color: #654483;
  font-size: 12px;
  transition: 0.3s;
}

.popular-btn:hover .text-panel .game-name {
  color: #654483;
}

.popular-btn .text-panel .game-name:after {
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.3s;
  background-color: #472d59;
}

.popular-btn:hover .text-panel .game-name:after {
  width: 100%;
}

/* Provider Section */
.providers-wrapper {
  width: 100%;
}

.providers-panel {
  display: none;
}

.providers-panel.active {
  display: block;
}

/* Slot Btn */
.slot-btn {
  width: calc(14.28% - 20px);
  max-width: 174px;
  margin: 0 10px 25px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.slot-btn:hover {
  z-index: 2;
  transform: translateY(-5px);
}

.slot-btn .g-char-out {
  width: 100%;
  height: 110.31%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
  animation: gCharAnim 1s ease 1 backwards;
  pointer-events: none;
  z-index: 2;
}

.slot-btn .g-char-out div {
  width: 100%;
  height: 15%;
  overflow: hidden;
}

.slot-btn .g-panel {
  width: 100%;
  background-image: linear-gradient(to right, #6f34f7, #9365f9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(72, 16, 128, 0.25);
  position: relative;
  transition: 0.3s;
}

.slot-btn.casino .g-panel {
  background-image: linear-gradient(to right, #d9681c, #d97a3b);
}

.slot-btn .g-panel:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #0f8ce3, #00bee1);
  transition: 0.3s;
  opacity: 0;
}

.slot-btn.casino .g-panel:before {
	background-image: linear-gradient(to right, #d92e1c, #da4839);
}

.slot-btn:hover .g-panel:before {
  opacity: 1;
}

.slot-btn:hover .g-panel {
  box-shadow: 0 3px 6px rgba(0, 52, 62, 0.5);
}

.slot-btn .g-bg {
  opacity: 0;
}

.slot-btn .g-char {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
  animation: gCharAnim 1s ease 1 backwards;
}

@keyframes gCharAnim {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-25deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.slot-btn .g-footer {
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.slot-btn .g-info {
  height: 100%;
  background-image: linear-gradient(to right, #f8f7fe, #f5f3fe);
  padding: 0 0 10px;
  z-index: 3;
}

.slot-btn .g-info:before {
  width: 100%;
  height: 18px;
  top: -18px;
  left: 0;
  background-position: bottom center;
  background-image: url(../images/bg/slot-deco.png);
  background-repeat: no-repeat;
}

.slot-btn .g-info .g-logo {
  height: 40px;
  animation: gFooterAnim 1s ease 0.3s 1 backwards;
}

.slot-btn .g-info .g-logo img {
  max-width: 90%;
}

@keyframes gFooterAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.slot-btn .g-info .g-name {
  width: 90%;
  max-width: 140px;
  height: 30px;
  border-radius: 15px;
  background-image: linear-gradient(to right, #6f34f7, #9365f9);
  color: #ffffff;
  animation: gFooterAnim 1s ease 0.6s 1 backwards;
  overflow: hidden;
}

.slot-btn.casino .g-info .g-name {
  background-image: linear-gradient(to right, #d9681c, #d97a3b);
}

.slot-btn .g-info .g-name:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #e6ab15, #e5c512, #e6ab15);
  transition: 0.3s;
  opacity: 0;
}

.slot-btn:hover .g-info .g-name:before {
  opacity: 1;
}

.slot-btn .g-hover {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 10px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(25%);
}

.slot-btn:hover .g-hover {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.slot-btn .g-hover .play-btn {
  width: 100%;
  max-width: 130px;
  height: 70px;
  top: -35px;
  margin: 0 auto;
  padding: 8px 0 0;
  z-index: 2;
  border-radius: 50%;
  border: solid 1px #ffc943;
  background-image: linear-gradient(180deg, #e6ab15, #e5c512, #e6ab15);
  color: #ffffff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.slot-btn .g-hover .play-btn:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(180deg, #e6ab15, #e5c512, #e6ab15);
  opacity: 0;
}

.slot-btn .g-hover .play-btn:hover:before {
  opacity: 1;
}

/* Casino Btn */
.casino-btn {
  width: calc(20% - 20px);
  max-width: 252px;
  margin: 0 10px 25px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.casino-btn:hover {
  z-index: 2;
  transform: translateY(-5px);
}

.casino-btn .g-char-out {
  width: 100%;
  height: 111.77%;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
  animation: gCharAnim 1s ease 1 backwards;
  z-index: 2;
  pointer-events: none;
}

.casino-btn .g-char-out div {
  width: 100%;
  height: 15%;
  overflow: hidden;
}

.casino-btn .g-panel {
  width: 100%;
  background-image: linear-gradient(181deg, #ffb25e, #fe5735);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(72, 16, 128, 0.25);
  position: relative;
  transition: 0.3s;
}

.casino-btn .g-panel:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(181deg, #ff9626, #af0d0d);
  transition: 0.3s;
  opacity: 0;
}

.casino-btn:hover .g-panel:before {
  opacity: 1;
}

.casino-btn:hover .g-panel {
  box-shadow: 0 3px 6px rgba(0, 52, 62, 0.5);
}

.casino-btn .g-bg {
  opacity: 0;
}

.casino-btn .g-char {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
  animation: gCharAnim 1s ease 1 backwards;
}

@keyframes gCharAnim {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-25deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.casino-btn .g-logo {
  width: 90px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.75));
}

.casino-btn .g-footer {
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to right, #f8f7fe, #f5f3fe);
  padding: 0 15px 10px 0;
}

.casino-btn .g-footer:before {
  width: 100%;
  height: 90px;
  top: -90px;
  left: 0;
  background-position: bottom right;
  background-image: url(../images/bg/casino-deco.png);
  background-repeat: no-repeat;
}

.casino-btn .g-footer .kr-text,
.casino-btn .g-footer .en-text {
  display: block;
}

.casino-btn .g-footer .kr-text {
  font-size: 18px;
  position: relative;
  color: transparent;
  animation: gFooterAnim 1s ease 0.3s 1 backwards;
}

.casino-btn .g-footer .kr-text:before,
.casino-btn .g-footer .kr-text:after {
  content: attr(data-text);
  display: inline-block;
  background: 0 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  transition: 0.3s;
}

.casino-btn .g-footer .kr-text:before {
  background-image: -webkit-linear-gradient(0deg, #6f34f7, #a47bff);
}

.casino-btn .g-footer .kr-text:after {
  background-image: -webkit-linear-gradient(0deg, #0f8ce3, #00bee1);
  opacity: 0;
}

.casino-btn:hover .g-footer .kr-text:before {
  transition-delay: 0.1s;
  opacity: 0;
}

.casino-btn:hover .g-footer .kr-text:after {
  opacity: 1;
}

.casino-btn .g-footer .en-text {
  color: #bfb5c8;
  font-size: 10px;
  transition: 0.3s;
  margin-top: -3px;
  letter-spacing: 1px;
  animation: gFooterAnim 1s ease 0.6s 1 backwards;
}

.casino-btn:hover .g-footer .en-text {
  color: #000000;
}

.casino-btn .play-btn {
  width: 100px;
  height: 40px;
  left: 0;
  bottom: 35px;
  position: absolute;
  border-radius: 0 50px 0 0;
  border: solid 1px #ffc943;
  color: #ffffff;
  background-image: linear-gradient(169deg, #ffc943, #f07015);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 0 15px 0 0;
  opacity: 0;
  transform: translateX(-50%);
}

.casino-btn:hover .play-btn {
  opacity: 1;
  transform: translateX(0);
}

.casino-btn .play-btn:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(169deg, #ffc943, #f07015);
  opacity: 0;
}

.casino-btn .play-btn:hover:before {
  opacity: 1;
}

/* Board Section */
.board-section {
  width: 100%;
  /* background-image: url(../images/bg/board-bg.png); */
  padding: 22px 0 35px;
  margin: -10px 0 0;
  height: -moz-fit-content;
  height: fit-content;
  background-position: bottom;
  position: relative;
}
.board-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  bottom: 0;
  left: 0;
}
.board-section .container {
  top: -15px;
}

.board-section:before {
  width: 100%;
  height: 139px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/bg/curved-top.png);
}

.board-panel {
  width: 33.33%;
  max-width: 400px;
}

.board-panel .header {
  height: 70px;
  margin: 0 0 10px;
}

.board-panel .header .icon-panel {
  width: 60px;
  position: relative;
  margin-right: 10px;
}

.board-panel .header .icon-panel .deco {
  width: 66.67%;
  position: absolute;
  right: -80%;
  top: -18%;
  animation: boardIconAnim 2s ease infinite;
}

.board-panel .content {
  height: 211px;
  overflow-x: auto;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
}

@keyframes boardIconAnim {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.board-panel .header .text-panel {
  margin: 20px 0 0;
}

.board-panel .header .kr-text {
  font-size: 24px;
}

.board-panel .header .en-text {
  color: #7e6294;
  font-size: 12px;
  margin-left: 10px;
}

.board-panel .header .more-link {
  color: #7e6294;
}

.board-panel .header .more-link:hover {
  color: #ffa843;
}

.board-panel .header .more-link i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  transition: 0.3s;
}

.board-panel .header .more-link:hover i {
  color: #ff762d;
}

.board-panel table tr td {
  height: 45px;
  border-bottom: solid 1px #dad3ea;
  font-size: 13px;
}

.board-panel table tr:last-child td {
  border-bottom: none;
}

.board-panel table tr .date-td {
  color: #7e6294;
  font-size: 12px;
}

.board-panel table tr td a:hover {
  color: #a47bff;
  text-decoration: underline;
}

.new-icon {
  animation: jackpotIconAnim 2s ease infinite;
}

/* Realtime Board */
.realtime-board {
  width: calc(50% - 80px);
  margin: 0 40px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 1px 4px rgba(72, 16, 128, 0.25);
  padding: 15px 20px 10px;
  min-height: 220px;
  max-height: 220px;
}

.realtime-board .header {
  width: calc(100% + 61px);
  height: 50px;
  margin: 0 -30px 10px;
  background-image: linear-gradient(0deg, #d9681c, #efb06b, #d77c3f);
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  padding: 0 19px;
}

.header:before, .header:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
}

.header:before {
  border-top: 10px solid #034e87;
  border-left: 10px solid transparent;
  left: 0;
}

.header:after {
  border-top: 10px solid #034e87;
  border-right: 10px solid transparent;
  right: 0;
}

.realtime-board .header .icon-panel {
  width: 60px;
  position: relative;
}

.realtime-board .header .icon-panel .deco {
  width: 53.64%;
  position: absolute;
  left: -18%;
  bottom: 0;
  animation: realtimeBoardIcon 1s ease infinite;
}

@keyframes realtimeBoardIcon {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.realtime-board .header .title {
  color: #ffffff;
  font-size: 24px;
}

.realtime-board .header .title .highlight {
  color: #0d4977;
}

.realtime-ticker {
  width: 100%;
  margin: 0 auto;
}

.realtime-ticker ul li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px 0;
}

.realtime-ticker ul li div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efeff7;
  transition: 0.3s;
}

.realtime-ticker ul li div:first-child {
  border-radius: 10px 0 0 10px;
}

.realtime-ticker ul li div:last-child {
  border-radius: 0 10px 10px 0;
}

.realtime-ticker ul li:hover div {
  background-color: #e5e5ee;
}

.realtime-ticker ul li div .icon-panel {
  min-width: 34px;
  height: 34px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 100px;
}

.realtime-ticker ul li:hover div .icon-panel {
  background-color: #dadae2;
}

.realtime-ticker ul li div .icon-panel i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(#ffa843, #ff762d);
}

.realtime-ticker ul li div.user {
  width: 90%;
  justify-content: flex-start;
  padding-left: 8px;
  color: #000000 !important;
  font-weight: 700;
}

.providers-section {
  padding-top: 58px;
}

.realtime-ticker ul li div.amount {
  width: 36%;
  color: #4dafeb;
  font-size: 16px;
  padding-right: 15px;
  font-weight: 700;
  justify-content: flex-end;
}

.realtime-ticker ul li div.date {
  width: 29%;
  color: #4dafeb;
  font-size: 13px;
}

/* Customer Section */
.customer-section {
  width: 100%;
  background-color: #e3e0f3;
  border-top: solid 1px #ffffff;
  padding: 25px 0;
}

.customerModal .customer-section {
  background-color: transparent;
  border-top: none;
  padding: 15px 0;
}

.customer-section .label-panel {
  height: 50px;
  padding: 4px 15px 4px 4px;
  background-color: #d1cde7;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 25px;
}

.customer-section .label-panel .icon-panel {
  width: 42px;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(to right, #6f34f7, #9365f9);
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}

.customer-section ul li {
  color: #472d59;
  font-size: 16px;
  padding: 0 30px;
}

/* Footer Section */
.footer-section {
  width: 100%;
  height: 80px;
  background: linear-gradient(360deg, #d9681c, #efb06b);
  color: #ffffff;
  font-size: 12px;
}

/* Scroll To Top */
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  color: #ffffff;
  font-family: Noto Sans KR;
  border-radius: 15px;
  font-size: 12px;
  border: none;
  background-color: #5d92f5;
  background-image: linear-gradient(234deg, #31a7ff, #22deff, #29a4ff);
}

.scroll-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  margin: 0 auto;
  color: #31a7ff;
  font-size: 32px;
  transition: 0.3s;
  transform: translateY(25%);
  opacity: 0;
}

.scroll-top:hover i {
  transform: translateY(0);
  opacity: 1;
}

/*=========================================================== M O D A L ===============================================================*/
.modal-backdrop {
  background-color: #000000;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal {
  padding: 0 !important;
  overflow-y: auto;
  z-index: 1049;
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal *::-webkit-scrollbar {
  width: 5px;
  background: linear-gradient(181deg, #ffb86b, #fe5735);
  border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
  background: linear-gradient(181deg, #ffb86b, #fe5735);
  background-image: none;
  border: none;
  border-radius: 5px;
}

.modal-dialog {
  max-width: 1380px;
  min-height: 100%;
  padding: 110px 0 30px;
  margin: 0 auto;
}

.modal-content {
  width: 100%;
  border: none;
  z-index: 1;
  border-radius: 20px;
  overflow: visible;
  margin: 0 auto;
  padding: 50px 90px;
  overflow: hidden;
}

.modal-content:before {
  width: 200%;
  height: 300px;
  background-color: #00bee1;
  background-image: radial-gradient(643.35px at 49.98% 45.04%, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0) 100%);
  left: 50%;
  top: -60px;
  transform: translateX(-50%) rotate(4deg);
}

/* Modal Close */
.modal .close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #ffffff;
  z-index: 9;
}

.modal .close-btn:hover {
  background-color: #ffffff;
}

.modal .close-btn:before,
.modal .close-btn:after {
  width: 2px;
  height: 60%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  transition: 0.3s;
}

.modal .close-btn:before {
  transform: rotate(-45deg);
}

.modal .close-btn:after {
  transform: rotate(45deg);
}

.modal .close-btn:hover:before {
  transform: rotate(-135deg);
  background-color: #00bee1;
}

.modal .close-btn:hover:after {
  transform: rotate(-45deg);
  background-color: #00bee1;
}

/* Modal Wrapper */
.modal-wrapper {
  width: 100%;
  min-height: 730px;
  background-color: #fdfcff;
  border-radius: 15px;
  padding: 30px;
}

.modal-panel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.modal-panel.size-lg {
  max-width: 1024px;
}

/* Modal Title */
.modal-title {
  width: 100%;
  margin: 0 0 20px;
}

.modal-title .kr-text,
.modal-title .en-text {
  display: block;
}

.modal-title .kr-text {
  font-size: 30px;
  margin: 0 0 -5px;
}

.modal-title .en-text {
  color: #bfb5c8;
  font-size: 12px;
}

/* Modal Menu */
.modal-menu {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #e8e3f4;
  border-radius: 10px;
  flex-wrap: nowrap;
  padding: 2px;
  margin: 0 auto 30px;
}

.modal-menu button, .modal-menu a {
  width: calc(100% - 4px);
  height: 38px;
  border: none;
  background-color: transparent;
  border-radius: 8px;
  margin: 2px;
  color: #913003;
}

.modal-menu button:hover, .modal-menu a:hover {
  background-color: #d1cbdf;
  color: #913003;
}

.modal-menu button.active, .modal-menu a.active {
  color: #ffffff;
  background-image: linear-gradient(169deg, #d9681c, #913003);
}

.modal-menu button i, .modal-menu a i {
  margin-right: 5px;
}

/* Modal Banner */
.modal-banner {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  background-image: linear-gradient(to left, #ffa032, #f55c0a);
  margin: 0 0 30px;
  padding: 0 15px;
  overflow: hidden;
  color: #ffffff;
}

.modal-banner:after {
  width: 60%;
  height: 300%;
  border-radius: 50%;
  background-image: linear-gradient(#ffb12d, #ffcd31);
  right: -15%;
  top: 0;
  transform-origin: bottom left;
  transform: rotate(-5deg);
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.modal-banner .info-text {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.modal-banner .info-text i {
  color: #ffdd3c;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.modal-banner button {
  padding: 0 25px;
  height: 36px;
  border-radius: 18px;
  background-color: #ffffff;
  border: none;
}

.modal-banner button:hover {
  background-color: #b41c1c;
}

.modal-banner button span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(0deg, #981146, #ff1d4d);
}

.modal-banner button:hover span {
  background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
}

/* Form Container */
.form-container {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.form-container .form-group {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px;
}

.form-container .form-group:last-child {
  margin: 0 0;
}

.form-container .labels {
  width: 100%;
  text-align: left;
  color: #472d59;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
}

.form-container .infos {
  width: 100%;
  display: flex;
  align-items: center;
}

.form-container .form-group .input-container {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-container .w-btn .input-container {
  width: calc(100% - 125px);
}

.form-container .form-group input {
  width: 100%;
  height: 48px;
  float: left;
  color: #000;
  background-color: #f5f3fa;
  border: solid 1px #d6d0e7;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 24px;
}

.form-container .w-icon input {
  padding: 0 0 0 50px;
}

.form-container .form-group input::-moz-placeholder {
  color: #c7c2d7;
}

.form-container .form-group input::placeholder {
  color: #c7c2d7;
}

.form-container .form-group .input-container .icon-panel {
  min-width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #a9a3b8;
  z-index: 1;
}

.form-container .form-group .select-input {
  width: 100%;
  height: 48px;
  float: left;
  color: #472d59;
  background-color: #f5f3fa;
  border: solid 1px #d6d0e7;
  border-radius: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  position: relative;
}

.form-container .form-group .select-input select {
  width: 100%;
  height: 100%;
  border: none;
  color: #c7c2d7;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0 15px;
  cursor: pointer;
}

.form-container .w-icon .select-input select {
  padding-left: 50px;
}

.form-container .form-group select option {
  background-color: #1f0a0a;
  color: #fff;
}

.form-container .form-group .select-input i {
  color: #000000;
  font-size: 18px;
  position: absolute;
  right: 15px;
}

.form-container .form-group textarea {
  width: 100%;
  height: 200px;
  float: left;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  padding: 20px 18px;
  border-radius: 10px;
  resize: none;
}

.form-container .form-group textarea::-moz-placeholder {
  color: #bfb5c8;
}

.form-container .form-group textarea::placeholder {
  color: #bfb5c8;
}

.form-container .form-group .form-btn {
  width: 120px;
  height: 48px;
  float: right;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  transition: 0.3s;
  margin: 0 0 0 5px;
  border-radius: 24px;
  font-size: 14px;
}

.form-container .form-group .form-btn:before,
.form-container .form-group .form-btn:after {
  border-radius: 8px;
}

/* Form Btn Group */
.form-container .form-group .infos .btn-grp {
  width: calc(100% + 4px);
  float: left;
  margin: 0 -2px;
}

.form-container .form-group .infos .btn-grp button {
  width: 16.66%;
  width: calc(14.285% - 4px);
  height: 40px;
  float: left;
  border-radius: 5px;
  margin: 0 2px;
  background-color: #908c9b;
  border: none;
  color: #ffffff;
  font-size: 14px;
}

.form-container .form-group .infos .btn-grp button:hover {
  background: linear-gradient(181deg, #4a2727, #823737, #532d2d);
}

.form-container .form-group .infos .btn-grp button:last-child {
  color: #ffffff;
  background-color: #f82b38;
  background-image: linear-gradient(#ff838b, #f82b38);
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
  background-color: #4a2727;
}

/* Modal Footer */
.modal-footer {
  width: 100%;
  border: none;
  margin: 40px auto 0;
  padding: 0;
}

.form-footer {
  width: calc(100% + 4px);
  margin: 0 -2px;
}

.form-footer button {
  width: 100%;
  max-width: 180px;
  height: 50px;
  margin: 0 4px;
  border-radius: 25px;
  font-size: 16px;
}

.form-footer button:before,
.form-footer button:after {
  border-radius: 25px;
}

/* BS Table */
.bs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 3px;
}

.bs-table.one-th {
  border-spacing: 0 2px;
}

.bs-table thead th {
  height: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #908c9b;
}

.bs-table thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.bs-table thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.one-th thead th {
  border-radius: 8px !important;
}

.bs-table tr {
  cursor: pointer;
}

.bs-table tr td {
  height: 50px;
  text-align: center;
  padding: 1px;
  transition: 0.3s;
  background-color: #f4f3fa;
}

.bs-table tr td.board-title {
  text-align: left;
}

.bs-table tr:nth-child(even) td {
  background-color: #ffffff;
}

.bs-table tr td:first-child {
  border-radius: 8px 0 0 8px;
}

.bs-table tr td:last-child {
  border-radius: 0 8px 8px 0;
}

.bs-table tr:hover td {
  background-color: #e9e7f5;
}

.bs-table tr td a {
  transition: 0.3s;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.bs-table tr td a:hover {
  color: #a47bff;
  text-decoration: underline;
}

.bs-table tr .count-td {
  width: 50px;
}

.bs-table tr .count-tag {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 12px;
  background-color: #f82b38;
  background-image: linear-gradient(#ff838b, #f82b38);
  border-radius: 6px;
}

.bs-table tr .title-td {
  text-align: left;
  padding-left: 15px;
  max-width: 590px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bs-table tr .status-td {
  width: 15%;
  padding-left: 5px;
}

.bs-table tr .date-td {
  width: 20%;
  color: #7e6294;
}

.bs-table tr .nav-td {
  width: 40px;
}

.bs-table tr td .delete-btn {
  background-color: transparent;
  border: none;
  color: #af84d1;
  font-size: 14px;
  transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
  color: #ff822c;
}

.bs-table tr td .nav-btn {
  background-color: transparent;
  border: none;
  position: relative;
}

.bs-table tr td .nav-btn i {
  position: relative;
  color: #fff;
  font-size: 10px;
  transition: 0.3s;
  transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
  color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
  transform: rotate(180deg);
  top: 5px;
}

.bs-table tr td .plus-btn {
  width: 16px;
  height: 16px;
  background-color: #f73819;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  padding: 0 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bs-table tr td .plus-btn:hover {
  background-color: #ff822c;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
  content: "";
  width: 2px;
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #ffffff;
  transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
  transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
  height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
  background-color: #ffffff;
}

.transferModal .bs-table td:nth-child(odd) {
  text-align: left;
  padding: 0 5px 0 30px;
}

.transferModal .bs-table td:nth-child(even) {
  text-align: right;
  padding: 0 30px 0 5px;
}

/* With Depth */
table.with-depth {
  border-spacing: 0 2px;
}

.with-depth .message-content {
  display: none;
  height: 200px;
  margin: 2px 0 5px;
  background-color: #e4e1ed;
}

.with-depth tr.depth-click {
  cursor: pointer;
}

.with-depth tr.dropdown {
  background-color: transparent;
}

.with-depth tr.dropdown td {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
}

.with-depth tr.dropdown td {
  background-color: transparent;
  border: none;
}

.with-depth tr.dropdown:hover td {
  background-color: transparent;
  border: none;
}

/* Message Content */
.message-content {
  width: 100%;
  height: 400px;
  background-color: #f5f3fa;
  border: solid 1px #d6d0e7;
  margin: 5px 0 0;
  border-radius: 8px;
  padding: 10px;
}

.message-content .inner-container {
  width: 100%;
  height: 100%;
  float: left;
  white-space: pre-wrap;
  text-align: left;
  overflow-y: scroll;
  padding: 5px 10px;
}

/* Pagination */
.pagination li {
  float: left;
}

.pagination > li > a {
  width: 28px;
  height: 28px;
  text-decoration: none;
  background-color: #f4f2fe;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  padding: 2px 0 0;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 5px;
}

.pagination .turn-pg a {
  color: #7e6294;
  margin: 0 13px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
}

.pagination li a:hover {
  color: rgba(99, 84, 2, 0.9490196078);
  background-color: rgba(229, 197, 18, 0.6196078431);
  font-weight: 700;
}

.pagination .turn-pg a:hover {
  color: #00bee1;
  background-color: transparent;
}

.pagination li a.active {
  color: #ffffff;
  background-image: linear-gradient(169deg, #5d92f5, #965cf5);
}

/* Modal Sub Menu */
.modal-sub-menu {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0 0 20px;
}

.modal-sub-menu button {
  width: calc(100% - 4px);
  height: 70px;
  margin: 2px;
  border-radius: 10px;
  border: none;
  background-color: #eae8f1;
  overflow: hidden;
  font-size: 12px;
  color: #472d59;
}

.modal-sub-menu button:hover {
  background-color: #d1ceda;
}

.modal-sub-menu button.active {
  background-image: linear-gradient(189deg, #ff9300 7.2%, #ffd600 92.75%);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.modal-sub-menu button:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/bg/orange-bg.png);
  background-size: 100% 80%;
  background-repeat: no-repeat;
  opacity: 0;
}

.modal-sub-menu button.active:before {
  opacity: 1;
}

.modal-sub-menu button .icon-panel {
  font-size: 22px;
}

.modal-sub-menu button .text {
  width: 90%;
  max-width: 100px;
  height: 20px;
  background-color: #d1ceda;
  margin: 0 auto;
  border-radius: 10px;
  text-shadow: none;
  color: #7e6294;
  transition: 0.3s;
}

.modal-sub-menu button:hover .text {
  background-color: #948ca9;
  color: #ffffff;
}

.modal-sub-menu button.active .text {
  background-color: #b41c1c;
  color: #ffffff;
}

/* Modal Tab */
.modal-tab {
  width: 100%;
  display: none;
  margin: 0 auto;
  animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-tab.active {
  display: block;
}

/* Level Information */
.bs-table td .level-icon {
  margin-right: 8px;
}

.bs-table td .level-txt {
  display: inline-block;
  width: 45px;
  text-align: left;
  white-space: nowrap;
}

.level-information .bs-ul {
  width: calc(100% - 310px);
}

.level-information .bs-ul li {
  width: calc(50% - 10px);
  height: 40px;
  margin-right: 10px;
  background-color: #f5f3fa;
  border: solid 1px #d6d0e7;
  border-radius: 8px;
}

.level-information .bs-ul li .labels {
  color: rgb(0, 0, 0);
  margin-right: 10px;
}

.level-information .bs-ul li .amount {
  font-size: 14px;
}

.level-information .point-form {
  width: 310px;
  height: 100%;
  position: relative;
  border-radius: 0;
}

.level-information .point-form input {
  width: calc(100% - 115px);
  height: 38px;
  padding: 0 5px;
  background-color: #f5f3fa;
  border: solid 1px #d6d0e7;
  margin-right: auto;
  border-radius: 8px;
}

.level-information .point-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.level-information .points-btn {
  width: 110px;
  height: 38px;
  border-radius: 8px;
  box-shadow: none;
  white-space: nowrap;
  box-shadow: none;
  font-size: 12px;
}

.level-information .points-btn:before,
.level-information .points-btn:after {
  border-radius: 8px;
}

/* Login Modal */
.loginModal .logo {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 30px;
}

.loginModal .modal-dialog {
  max-width: 600px;
}

.loginModal .modal-content {
  min-height: auto;
  padding: 40px 40px;
}

.loginModal .modal-wrapper {
  min-height: 450px;
}

.loginModal .modal-panel {
  max-width: 400px;
}

.joinModal .form-footer button {
  max-width: 250px;
}

/* Gamelist */
.gamelistModal .modal-dialog {
  max-width: 1480px;
}

.gamelistModal .modal-content {
  padding: 50px 70px 30px;
}

.gamelistModal .modal-wrapper {
  padding-bottom: 15px;
}

.gamelist-container {
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.gamelist-scroll {
  width: calc(100% + 10px);
  max-height: 552px;
  overflow-y: scroll;
  padding: 0 5px 0 0;
}

.game-btn {
  width: calc(14.28% - 10px);
  margin: 0 5px 10px;
  box-shadow: 0 2px 5px rgba(72, 16, 128, 0.5);
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
}

.game-btn .g-img {
  transition: 0.5s;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.game-btn:hover .g-img {
  transform: scale(1.1);
}

.game-btn .g-name {
  width: calc(100% - 20px);
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  z-index: 3;
  color: #eadcff;
  background-color: #503c8e;
  border: solid 1px #9b74da;
  border-radius: 15px;
  box-shadow: 0 1px 1px rgb(0, 0, 0);
  transition: 0.3s;
}

.game-btn:hover .g-name {
  opacity: 0;
  transform: translateY(25%);
}

.game-btn .g-name .name {
  max-width: 96%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-btn .g-hover {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(93, 146, 245, 0.5), rgba(150, 92, 245, 0.9));
  z-index: 9;
  transition: 0.3s;
  position: absolute;
  opacity: 0;
}

.game-btn:hover .g-hover {
  opacity: 1;
}

.game-btn .g-hover .play-btn {
  width: auto;
  height: 42px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 42px;
  margin: 15px 0;
  text-shadow: 0 2px 2px rgba(53, 79, 136, 0.75);
}

.game-btn .g-hover .name {
  width: 98%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(53, 79, 136, 0.9);
}

.game-btn .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #32255b;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-btn .loading img {
  width: 80%;
}

/* style 2 */
.pagination {
  margin: 0 auto;
}

.page-content .subpage-content {
  padding: 20px;
}

.page-content .subpage-content .subpage-title {
  margin-bottom: 20px;
}

.page-content .subpage-content .subpage-title h1 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  background-size: 100% 100%;
}

.page-content .subpage-content .subpage-title span {
  font-size: 1.3rem;
  font-weight: 800;
}

.page-content .subpage-content .pagination-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.page-content .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-content .infos .btn-grp:last-child {
  width: -moz-fit-content;
  width: fit-content;
}

.page-content .infos .btn-grp:last-child button {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-content .infos .btn-grp:last-child button i {
  display: block;
}

.game-btn .g-name::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #66bf05;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50px;
}

.game-btn.inactive {
  pointer-events: none;
  cursor: not-allowed !important;
}

.game-btn.inactive .g-name::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #df351a;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50px;
}

.small-container {
  max-width: calc(100% - 500px);
}

.text-component {
  margin: 0 auto;
}

.text-component .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(177deg, #ffae5b, #ff792f);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

.text-component .header span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.text-component .content {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
  box-shadow: 3px 2px 10px rgba(126, 98, 148, 0.2039215686);
  margin-top: 10px;
  /*max-height: 190px;
  overflow: auto;*/
  color: #000000;
  word-break: keep-all;
}

.text-component .content img {
  max-width: 100% !important;
  height: auto !important;
}

.text-component .content pre {
  white-space: pre-line;
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0.231372549);
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(234deg, #d9681c, #efb06b, #d9681c);
  border-radius: 10px;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-menu {
  padding: 10px;
}

.page-menu .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.page-menu .menu-btn i {
  font-size: 1.2rem;
}

.btn.btn-used {
  background-image: linear-gradient(169deg, rgba(63, 62, 62, 0.7411764706), rgba(22, 22, 22, 0.8));
  color: #8f8f8d;
  border-radius: 25px;
  border: none;
  pointer-events: none;
  font-size: 18px;
  overflow: hidden;
}

.labels {
  font-weight: 900;
}

.input-container {
  position: relative;
}

.input-container i {
  position: absolute;
  right: 15px;
}

.my-page-form .infos .input-container {
  position: relative;
}

.my-page-form .infos .input-container i {
  position: absolute;
  right: 15px;
}

.my-page-form .infos input {
  font-weight: 700;
}

table.global-table thead tr th {
  font-weight: 900;
  font-size: 17px;
}

table.global-table tbody tr td {
  text-align: center;
  color: #4e0100;
}

.border-whole {
  border-radius: 8px !important;
}

.btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn i {
  margin: 0;
}

.btn i {
  display: block;
}

.btn-green {
  background: linear-gradient(169deg, #5d92f5, #38ff9a) !important;
}

.gap-sm {
  gap: 5px;
}

.gap-md {
  gap: 10px;
}

.before-login .dflex-ac-jc a, .before-login .dflex-ac-jc button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-link, .join-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1280px) {
  .small-container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .page-menu {
    padding: 5px;
  }
  .page-menu .menu-btn {
    font-size: 10px;
    padding: 5px;
  }
  .form-container .form-group .infos .btn-grp button {
    width: 100% !important;
    margin-top: 10px;
  }
  .text-component .header .btn {
    font-size: 0 !important;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-component .header .btn i {
    font-size: 20px;
    margin-right: 0;
  }
  .text-component .header .title {
    font-size: 13px;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .back-btn {
    font-size: 0 !important;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .back-btn i {
    font-size: 20px;
    margin-left: 4px;
  }
} 
.overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  background-color: rgba(0, 0, 0, 0.851);
  display: flex;
  align-items: center;
  justify-content: center;
}

.earns {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 100px;
}

.earns a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.earns a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-weight: 500;
  color: #28202f;
}

.earns a i {
  font-weight: 900;
  font-size: 10px;
  color: #fff;
}

.earns a div {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #00bee1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.earns a .symbol {
  color: #a3a3a3 !important;
  font-weight: bolder;
}

@media (max-width: 1400px) {
  .earns a:first-child {
    border-bottom: unset;
  }
  .earns {
    flex-direction: row;
  }
  .earns a div {
    width: 36px;
    height: 36px;
  }
  .earns a i {
    font-size: 15px;
  }
}
.logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-panel .logo-inside {
  height: 84px;
  width: 183px !important;
  background-image: url(../images/logo/logo-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  animation: fadeLogoTwo 1s ease;
}
.logo-panel .logo-inside img.logo-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18px;
  width: 70%;
  height: 43px !important;
  animation: fadeLogoOne 1.5s ease;
}
.logo-panel .logo-inside img.logo-bottom {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 40%;
  animation: fadeLogoTwo 1.5s ease;
}

.popular-board .label-panel .title {
  color: #5b29af;
}

.top-providers {
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 177px;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 0;
}
.top-providers img {
  width: 100px;
}

.search {
  width: 300px;
  float: right;
}
.search .form-group .infos .input-container input {
  height: 39px;
  color: #000;
}

.carousel-item .w-100 {
  display: flex;
  flex-direction:column;
	justify-content:flex-start;
  gap: 10px;
  height: calc(100% - 10px) !important;
}
.carousel-item .w-100 .event-card {
  background-image: url(../images/bg/event.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(50% - 5px);
  width: calc(50% - 5px);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px #989898;
}
.carousel-item .w-100 .event-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 45, 80, 0.7058823529);
}
.carousel-item .w-100 .event-card span {
  position: absolute;
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  text-align:center;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(#83e5ff, #0085b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 50%;
}

.board-section img.hang1 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 2%;
  width: 171px;
  transform-origin: top;
  animation: swing 8s ease-in-out infinite;
}
.board-section img.hang2 {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2%;
  width: 171px;
  transform-origin: top;
  animation: swing2 8s ease-in-out infinite;
}
.board-section .notice {
  max-width: calc(100% - 511px);
  width: 72%;
  overflow: hidden;
  position: absolute;
  color: #ffffff;
  z-index: 100;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  height: 44px;
  display: flex;
  align-items: center;
  line-height: 0;
  background: rgb(217, 104, 28);
  background: linear-gradient(90deg, rgba(148, 115, 25, 0) 0%, rgba(217, 104, 28, 0.83) 24%, rgb(175, 78, 43) 47%, rgba(217, 104, 28, 0.78) 83%, rgba(133, 100, 13, 0) 100%);
}
.board-section .notice h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.fancy-border::before {
  content: "";
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, rgba(148, 115, 25, 0) 0%, rgba(255, 223, 67, 0.33) 24%, rgb(255, 223, 67) 47%, rgba(255, 223, 67, 0.27) 83%, rgba(133, 100, 13, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.fancy-border::after {
  content: "";
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, rgba(148, 115, 25, 0) 0%, rgba(255, 223, 67, 0.33) 24%, rgb(255, 223, 67) 47%, rgba(255, 223, 67, 0.27) 83%, rgba(133, 100, 13, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes swing {
  0% {
    transform: rotate(350deg);
  }
  50% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(350deg);
  }
}
@keyframes swing2 {
  0% {
    transform: rotate(370deg);
  }
  50% {
    transform: rotate(350deg);
  }
  100% {
    transform: rotate(370deg);
  }
}
.board-mobile {
  display: none;
}

@keyframes fadeLogoOne {
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    top: 18px;
    opacity: 1;
  }
}
@keyframes fadeLogoTwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1585px) {
  .logo-panel:before {
    width: calc(100% + 55px);
  }
}
@media (max-width: 1537px) {
  .logo-panel .logo-inside {
    width: 142px;
  }
}
@media (max-width: 1480px) {
  .logo-panel .logo-inside {
    width: 159px !important;
  }
  .logo-panel .logo-inside img.logo-bottom {
    bottom: 12px;
  }
  .board-section .notice {
    max-width: 100%;
  }
  .board-section img.hang1 {
    width: 107px;
  }
  .board-section img.hang2 {
    width: 107px;
  }
}
@media (max-width: 1280px) {
  .popular-mobile .carousel-item ul {
    justify-content: center;
  }
  .popular-mobile .carousel-item ul li {
    width: calc(33.3333333333% - 10px);
  }
  .popular-board .content-panel {
    max-width: calc(100% - 24px) !important;
  }
  .category-section {
    margin-bottom: 0 !important;
  }
  .board-section {
    /* padding: 60px 0 0px !important; */
  }
}
@media (max-width: 1024px) {
  .banner-background .dealer {
    right: -27px;
  }
  .logo-panel {
    padding-left: 10px;
  }
  .logo-panel:before {
    width: calc(100% + 88px);
  }
  .logo-panel .logo-inside {
    left: 9px;
  }
  .logo-panel .logo-main {
    display: none;
  }
  .logo-panel .logo-mobile {
    display: block;
    position: absolute;
    /*left: 100%;*/
	left: calc(100% - 10px);
    transform: translateX(-50%);
    width: 200px;
    top: 0px;
  }
  .board-section {
    /* padding-top: 127px !important;  */
  }
  .board-section .notice {
    margin-bottom: 30px;
    height: 44px;
    padding: 0 60px;
  }
  .board-section .notice h4 {
    font-size: 24px;
  }
  .board-section img.hang2, .board-section img.hang1 {
    top: 83px;
  }
  .banner-carousel .more-btn {
    margin: 65px 0 0 !important;
  }
  .banner-carousel .carousel-inner {
    height: 152px !important;
    width: 50%;
    border-radius: 16px !important;
    padding: 10px;
    box-shadow: unset;
  }
  .banner-carousel .carousel-inner .carousel-item .w-100 .event-card span {
    font-size: 12px;
    white-space: nowrap;
  }
  .carousel-indicators {
    margin-top: 0 !important;
  }
  .top-providers {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 38px 0;
  }
  .board-mobile {
    display: block;
  }
  .board-section .container .realtime-board {
    /* display: none; */
  }
}
@media (max-width: 625px) {
  .board-section .notice {
    width: calc(100% - 217px);
  }
  .popular-mobile .carousel-item ul li {
    width: calc(50% - 10px);
  }
  .logo-panel .logo-mobile {
    width: 180px;
    top: 0px;
  }
}
@media (max-width: 700px) {
  .banner-carousel .carousel-inner {
    width: 100% !important;
  }
}
@media (max-width: 625px) {
  .board-section .notice {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .board-section .notice h4 {
    font-size: 16px;
  }
  .board-section img.hang2, .board-section img.hang1 {
    display:none
  }
  .banner-carousel .more-btn {
    margin-top: 30px !important;
  }
  .search {
    width: 168px;
  }
}
@media (max-width: 390px) {
  .logo-panel .logo-mobile {
    width: 170px;
    top: 0px;
  }
  .logo-panel .logo-inside {
    width: 136px !important;
  }
  .logo-panel .logo-inside img.logo-top {
    width: 85%;
    height: 27px !important;
    top: 28px;
  }
  .logo-panel .logo-inside img.logo-bottom {
    bottom: 19px;
    width: 46%;
  }
}

.submit-overlay {
  position: fixed;
  top: 0;
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  display:none;
}
.submit-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.popup {
	border: 3px solid #9e8500;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: auto;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 20px 6px black;
	z-index: 999999999;
}

.popup img {
	width:100%;
	height:auto;
}

.popup>div>p {
	margin: 0px;
}

.popup_btn {
	background: black;
	padding: 5px 10px;
	vertical-align: middle;
	color: #fff;
	text-align: left;
}

.popup_btn>label {
	margin-bottom: 0px;
}

.popup_btn>span {
	cursor: pointer;
	float: right;
}

@media (min-width: 100px) and (max-width: 1280px) {
	.popup {
		width: 80%;
	}
}



.earns{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 100px;
  }
  .earns a:first-child{
    border-bottom: 1px solid #0000001a;
  }
  .earns a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-weight: 500;
  }
  .earns a i{
    font-weight: 900;
    font-size: 10px;
    color: #fff;
  }
  .earns a div{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #00bee1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  .earns a .symbol{
    color: #00000056 !important;
  }
  @media (max-width: 1400px){
    .earns a:first-child {
        border-bottom:unset
    }

    .earns {
        flex-direction: row
    }

    .earns a div {
        width: 36px;
        height: 36px
    }

    .earns a i {
        font-size: 15px
    }

    .container .label-panel {
       display: none !important;
    }
  }




.container .label-panel {
    height: 50px;
    padding: 4px 15px 4px 4px;
    background-color: #d1cde7;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 25px
}

.container .label-panel .icon-panel {
    width: 42px;
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(to right,#6f34f7,#9365f9);
    color: #fff;
    font-size: 20px;
    margin-right: 10px
}

.btnwrap {width:100%;margin-top:10px;display:flex;flex-wrap:wrap;justify-content:space-between}
.btnwrap button {width:calc(10% - 2px);cursor:pointer;padding: 8px 12px;font-size: 14px;font-weight: 500;color:#000;border-radius: 8px;border:1px solid #e2e8f0;background-color:#fff;box-shadow: 0px 3px 7px 0px rgba(121, 152, 252, .25);}

.popup-container {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);z-index:9999;overflow:hidden}
.popup-wrap {width:1600px;margin:0 auto;overflow:hidden;white-space:nowrap;/*display:flex;flex-wrap:nowrap;align-items:flex-start;gap:10px*/}
.popup-container .popup-wrap .popup-box {display:inline-block;margin-top:68px;width:calc(25% - 10px);margin-right:10px;border:2px solid #d9681c;overflow:hidden;background:#fff;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .pop_head {display:flex;align-items:center;justify-content:center;width:100%;height:60px;background-color:#d9681c;position:relative;}
.popup-container .popup-wrap .popup-box .pop_head button{position:absolute;top:50%;right:20px;transform:translate(0, -50%);width:24px;height:24px;color:white;display:grid;place-content:center;background-color:transparent;cursor:pointer;border:none}
.popup-container .popup-wrap .popup-box .popup-contents-box {min-height:400px;padding:0}
.popup-container .popup-wrap .popup-box .popup-contents-box img {display:block;width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-footer {height:34px;background:#d9681c;color:#fff;display: flex;justify-content: center;align-items: center;}
.popup-container .popup-wrap .popup-box .popup-footer button {color:#fff;font-size:14px;cursor:pointer;border:none;background:transparent}

.board-content {padding-top:100px;}

.providers-wrapper .header {
    width: calc(50%);
    height: 50px;
    margin: 0 auto;
    background-image: linear-gradient(0deg, #d9681c, #efb06b, #d77c3f);
    border-radius: 8px 8px 0 0;
    justify-content: center;
    padding: 0 19px;
		font-size:1.4em;
		color:#fff;
}
.providers-wrapper .header.slot {
	background-image: linear-gradient(0deg, #6f34f7, #9365f9);
}

@media (max-width: 767px) {
	.providers-wrapper .header {width:90%}
	.btnwrap button {width: calc(20% - 2px);padding:4px 6px;font-size:12px}
	
	.popup-wrap {width:100%;display:flex;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:40px;width:calc(90% - 10px);}
}