@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  vertical-align: top;
}

body, input, textarea, select, button, table {
  line-height: 1.2;
  font-family: "Noto Sans KR", Dotum, Gulim, Helvetica, arial, snas-serif;
}

img, fieldset {
  border: 0;
  vertical-align: top;
}

ul, ol, li {
  list-style: none;
}

em, address {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.blind {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: none;
}

.ir span {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  height: 11px;
}

header, hgroup, footer, section, article, nav, canvas, figure, figcaption {
  display: block;
}

/* 'NanumSquare', */
html {
  font-size: 14px;
}

body {
  background: #0c0c0c;
  width: 100%;
  height: 100%;
  color: #fff;
}

:root {
  --cst-default-color: #d83828;
  --cst-default-dark-color: #94121c;
  --cst-second-color: #7a0017;
  --cst-color-yellow: #e6bb5c;
  --cst-color-light-yellow: #ffebc6;
  --cst-color-red: #ff0000;
  --cst-color-blue: #0066ff;
  --cst-color-green: #0dba01;
  --cst-color-light-red: #feb1b1;
  --cst-color-gray: #292929;
  --cst-scroll-bar-color: #333;
  --cst-scroll-bg-color: #111;
  --cst-paging-txt-color: #ddd;
  --cst-paging-txt-on-color: #000;
  --cst-paging-bg-color: #303b43;
  --cst-paging-bg-on-color: #e6bb5c;
  --cst-border-color: #757575;
  --cst-gradient-color: linear-gradient(to right, var(--cst-default-color), var(--cst-default-dark-color));
  --cst-gradient-col-color: linear-gradient(to bottom, var(--cst-default-color), var(--cst-default-dark-color));
  --cst-top-height: 120px;
}

.display-m {
  display: none;
}

.display-m-flex {
  display: none;
}

.txt-yellow {
  color: var(--cst-color-yellow) !important;
}

.txt-red {
  color: var(--cst-color-red) !important;
}

.txt-blue {
  color: var(--cst-color-blue) !important;
}

.txt-gray {
  color: #727272 !important;
}

.txt-green {
  color: var(--cst-color-green) !important;
}

.bg-red {
  background-color: var(--cst-color-red) !important;
}

.bg-yellow {
  color: #111;
  background-color: var(--cst-color-yellow) !important;
}

.bg-blue {
  background-color: var(--cst-color-blue) !important;
}

.bg-green {
  background-color: var(--cst-color-green) !important;
}

.w-fit {
  width: fit-content !important;
}

.h-20 {
  height: 20px !important;
}

.h-30 {
  height: 30px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pb-30 {
  padding-bottom: 30px !important;
}

button {
  background: none;
  border: 0;
}

.btn-default {
  --btn-default-color: #000;
  --btn-hover-color: var(--cst-default-color);
  --btn-select-color: var(--cst-default-color);
  --btn-border-color: var(--cst-color-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 30px;
  border: 1px solid var(--btn-border-color);
  border-radius: 3px;
  background: var(--btn-default-color);
  color: #fff;
}
.btn-default.on {
  color: #000;
  background: var(--cst-color-yellow);
}

.btn-round {
  border-radius: 36px;
}

.btn-yellow {
  --btn-default-color: var(--cst-color-yellow);
  --btn-border-color: var(--cst-color-yellow);
  --btn-hover-color: var(--cst-color-light-yellow);
  --btn-select-color: var(--cst-color-light-yellow);
  color: #000;
}

.btn-red {
  --btn-default-color: red;
  --btn-border-color: red;
  --btn-hover-color: #b10202;
  --btn-select-color: #b10202;
}

.btn-dred {
  --btn-default-color: var(--cst-default-color);
  --btn-border-color: var(--cst-default-color);
  --btn-hover-color: red;
  --btn-select-color: red;
}

.btn-red-dark {
  --btn-default-color: var(--cst-default-dark-color);
  --btn-hover-color: var(--cst-default-color);
  --btn-select-color: var(--cst-default-color);
}

.btn-second {
  --btn-default-color: var(--cst-default-dark-color);
  --btn-hover-color: var(--cst-default-color);
  --btn-select-color: var(--cst-default-color);
}

.btn-select {
  --btn-default-color: var(--cst-default-color);
  --btn-border-color: var(--cst-default-color);
  --btn-hover-color: var(--cst-default-dark-color);
  color: #fff;
}

.btn-board {
  --btn-default-color: var(--cst-default-dark-color);
  --btn-hover-color: var(--cst-default-color);
  --btn-select-color: var(--cst-default-color);
  --btn-border-color: var(--cst-default-color);
}

.btn-gradient {
  --btn-default-color: linear-gradient(to bottom, #d73728, #810418);
  --btn-border-color: var(--cst-botder-color);
  --btn-hover-color: var(--cst-default-color);
  color: #fff;
}

.btn-text {
  --btn-default-color: transparent;
  --btn-hover-color: transparent;
  --btn-select-color: transparent;
  --btn-border-color: transparent;
}
.btn-text:hover {
  color: var(--cst-color-yellow);
}

.btn-close {
  --btn-stroke: 2px;
  --btn-color: #fff;
  position: absolute;
  font-size: 0;
  transform: rotate(45deg);
}
.btn-close::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: var(--btn-stroke);
  background-color: var(--btn-color);
}
.btn-close::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--btn-stroke);
  height: 100%;
  background-color: var(--btn-color);
}

.btn-group {
  display: flex;
  gap: 10px;
}
.btn-group.center {
  justify-content: center;
}
.btn-group.col {
  flex-direction: column;
}
.btn-group .btn-group_item {
  display: flex;
  width: 100%;
  gap: 8px;
}
.btn-group .btn-group_item.right {
  justify-content: flex-end;
}
.btn-group .btn-group_item .btn-default {
  min-width: 50px;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.top-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--cst-top-height);
  z-index: 99999;
  background: #0c0c0c;
}
.top-container .menu-box {
  position: relative;
  display: flex;
  gap: 10px;
  padding-left: 10px;
  padding-top: 70px;
}
.top-container .menu-box .menu-box__item {
  position: relative;
}
.top-container .menu-box .menu-box__item:hover .menu-head a {
  background: var(--cst-default-dark-color);
}
.top-container .menu-box .menu-box__item:hover .menu-list {
  display: block;
  opacity: 1;
}
.top-container .menu-box .menu-box__item .menu-head {
  position: relative;
  width: 135px;
  height: 35px;
}
.top-container .menu-box .menu-box__item .menu-head a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 35px;
  padding: 0 10px;
  color: #fff;
  font-weight: 500;
  background: var(--cst-gradient-color);
}
.top-container .menu-box .menu-box__item .menu-list {
  position: relative;
  display: none;
  opacity: 0;
  width: 90%;
  margin: 5px auto 0;
  border-radius: 6px;
  background: var(--cst-gradient-col-color);
  transition: all 0.3s ease-out;
}
.top-container .menu-box .menu-box__item .menu-list ul li {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
}
.top-container .menu-box .menu-box__item .menu-list ul li:last-child a {
  border-bottom: 0;
}
.top-container .menu-box .menu-box__item .menu-list ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  width: 90%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-container .menu-box .menu-box__item .menu-list ul li a:hover {
  color: #fff;
}
.top-container .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-container .utils {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.top-container .utils .utils__item {
  display: flex;
  gap: 15px;
}
.top-container .utils .utils__item.menus {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--cst-default-dark-color);
}
.top-container .utils .utils__item.menus a {
  color: rgba(255, 255, 255, 0.7);
}
.top-container .utils .utils__item.menus a:hover {
  color: #fff;
}
.top-container .utils .utils__item.member {
  padding-top: 10px;
  justify-content: flex-end;
}
.top-container .utils .utils__item.member a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 30px;
  border: 2px solid var(--cst-default-color);
  border-radius: 30px;
  padding: 0 20px;
  color: var(--cst-color-yellow);
  background-color: #000;
}
.top-container .utils .utils__item.member a:hover {
  border-color: var(--cst-default-dark-color);
  background-color: var(--cst-default-dark-color);
}
.top-container .utils .utils__item a {
  font-weight: 500;
  font-size: 1.1rem;
}
.top-container .left-opener {
  position: absolute;
  display: none;
  width: 30px;
  height: 20px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-container .left-opener.closed button {
  transform: rotate(45deg);
}
.top-container .left-opener.closed button span:nth-child(1) {
  display: none;
}
.top-container .left-opener.closed button span:nth-child(3) {
  width: 1px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top-container .left-opener button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top-container .left-opener button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.top-container .left-opener button span:nth-child(1) {
  top: 0;
}
.top-container .left-opener button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.top-container .left-opener button span:nth-child(3) {
  bottom: 0;
}
.top-container .right-opener {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.top-container .right-opener.closed img {
  display: none;
}
.top-container .right-opener.closed button {
  transform: rotate(45deg);
}
.top-container .right-opener.closed button:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.top-container .right-opener.closed button:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.top-container .right-opener button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-utils {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  bottom: 0;
}
.mobile-utils a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 26px;
  border: 1px solid var(--cst-default-color);
  border-radius: 26px;
  padding: 0 20px;
  color: var(--cst-color-yellow);
  background-color: #000;
}

.logout-btn {
  position: absolute;
  right: 10px;
  top: 6px;
}
.logout-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 26px;
  border: 1px solid var(--cst-default-color);
  border-radius: 26px;
  padding: 0 20px;
  color: var(--cst-color-yellow);
  background-color: #000;
}

.contents-wrap {
  --cst-contents-height: calc(100vh - var(--cst-top-height));
  position: relative;
  display: flex;
  height: var(--cst-contents-height);
  overflow: hidden;
  padding-top: var(--cst-top-height);
}
.contents-wrap.main .contents-wrap__box.left {
  display: none;
}
.contents-wrap.main .contents-wrap__box.right {
  display: none;
}
.contents-wrap.main .contents-wrap__box.center {
  width: calc(100% - 20px);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 592px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner {
  width: calc(65% - 5px);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner .main-banner {
  position: relative;
  overflow: hidden;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner .main-banner .main-banner__slider {
  width: 100%;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner .main-banner .main-banner__slider img {
  position: absolute;
  height: 100%;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner .main-banner .main-banner__dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 10px;
  bottom: 20px;
  z-index: 10;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner .main-banner .main-banner__dots button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--cst-default-dark-color);
  font-size: 0;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner .main-banner .main-banner__dots button.on {
  background: var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards {
  width: calc(35% - 5px);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box {
  height: calc((100% - 10px) / 2 - 4px);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors {
  width: calc((100% - 10px) / 2 - 4px);
  background-size: cover;
  background-repeat: no-repeat;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors.past {
  background-image: url(../img/honors_bg_01.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors.past .honors-head {
  background-color: var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors.current {
  background-image: url(../img/honors_bg_02.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors.current .honors-head {
  background-color: var(--cst-default-dark-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-head {
  position: relative;
  margin: 10px auto;
  width: 190px;
  height: 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  padding: 0 10px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list .honors-list__item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: calc(33.3% - 25px);
  padding: 10px 0 15px;
  border-bottom: 1px solid var(--cst-color-gray);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list .honors-list__item .flag {
  width: 36px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list .honors-list__item .info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  width: calc(100% - 41px);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list .honors-list__item .info .info__item {
  width: calc(50% - 5px);
  font-size: 1rem;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list .honors-list__item .info .info__item:nth-child(2), .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors .honors-group .honors-list .honors-list__item .info .info__item:nth-child(4) {
  text-align: right;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/withdraw_bg.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .head-tabs {
  position: relative;
  display: flex;
  margin: 10px auto;
  width: 320px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .head-tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background: var(--cst-color-gray);
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .head-tabs button.on {
  background: var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group {
  position: relative;
  width: calc(100% - 20px);
  height: calc(100% - 50px);
  padding: 0 10px;
  overflow: auto;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item {
  display: none;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item.show {
  display: block;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item .list__item {
  display: flex;
  justify-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px 0 10px;
  border-bottom: 1px solid var(--cst-color-gray);
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item .list__item span {
  display: block;
  font-size: 1.1rem;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item .list__item span.date, .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item .list__item span.rank {
  width: 100px;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item .list__item span.uid {
  color: var(--cst-color-yellow);
  width: calc(100% - 250px);
  text-align: center;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws .list-group .list-group__item .list__item span.price {
  color: var(--cst-color-yellow);
  width: 130px;
  text-align: right;
}
.contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item .round-box {
  position: relative;
  overflow: hidden;
  width: calc(100% - 4px);
  height: 100%;
  border-radius: 10px;
  border: 2px solid var(--cst-default-dark-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 190px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board {
  width: calc((65% - 15px) / 2);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group {
  position: relative;
  width: 74%;
  height: 100%;
  overflow: auto;
  margin-left: 10px;
  padding-right: 5px;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 5px;
  color: #fff;
  width: 100%;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item a .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 26px;
  border-radius: 26px;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item a .date {
  width: 80px;
  text-align: right;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item a .context {
  width: calc(100% - 156px);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board.notice {
  background-color: var(--cst-default-color);
  background-image: url(../img/board_notice_bg.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board.notice .list-group .list__item .tag {
  color: var(--cst-color-yellow);
  background-color: var(--cst-default-dark-color);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board.event {
  background-color: var(--cst-default-dark-color);
  background-image: url(../img/board_event_bg.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board.event .list-group .list__item .tag {
  color: #000;
  background-color: var(--cst-color-yellow);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner {
  width: calc((35% - 15px) / 2);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner.live {
  background-color: var(--cst-color-yellow);
  background-image: url(../img/banner_live_bg.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner.telegram {
  background-color: var(--cst-color-light-yellow);
  background-image: url(../img/banner_telegram_bg.png);
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner a img {
  margin-left: 10px;
  width: fit-content;
}
.contents-wrap.main .contents-wrap__box.center .card-box {
  position: relative;
  margin-top: 30px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .head-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contents-wrap.main .contents-wrap__box.center .card-box .head-box .title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--cst-default-color);
  white-space: nowrap;
}
.contents-wrap.main .contents-wrap__box.center .card-box .head-box .liner {
  width: 100%;
  height: 2px;
  background-color: var(--cst-default-dark-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box {
  position: relative;
  width: calc(100% - 60px);
  padding: 0 30px;
  margin-top: 20px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .tab-box {
  display: flex;
  gap: 15px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .tab-box button {
  color: var(--cst-color-gray);
  border: 2px solid var(--cst-color-gray);
  border-radius: 26px;
  height: 30px;
  padding: 0 20px;
  background-color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .tab-box button.on {
  color: var(--cst-default-color);
  border-color: var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .tab-box button:hover {
  color: var(--cst-default-color);
  border-color: var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-top: 20px;
  padding-bottom: 10px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item {
  position: relative;
  display: flex;
  gap: 15px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a {
  display: block;
  color: #fff;
  border: 2px solid var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .title-box {
  display: flex;
  align-items: center;
  color: var(--cst-color-light-yellow);
  height: 40px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .title-box .league {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 130px);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .title-box .league img {
  width: 15px;
  height: 15px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .title-box .date {
  width: 130px;
  text-align: right;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .teams {
  position: relative;
  display: flex;
  width: 100%;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .teams .teams__item {
  position: relative;
  width: 50%;
  height: 96px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .teams .teams__item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .teams .teams__item .logo img {
  height: 75%;
  width: auto;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .teams .teams__item .name {
  text-align: center;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .deco {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .deco .line {
  width: calc((100% - 110px) / 2);
  height: 1px;
  background-color: var(--cst-color-light-yellow);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .deco .winner {
  width: 110px;
  white-space: nowrap;
  text-align: center;
  color: var(--cst-color-light-yellow);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status .status__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  border-radius: 35px;
  background-color: var(--cst-default-color);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status .status__item .betarget {
  width: calc(50% - 10px);
  padding-left: 10px;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status .status__item .rate {
  width: calc(50% - 10px);
  padding-right: 10px;
  text-align: right;
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .btn-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--cst-color-gray);
  border-left: 2px solid var(--cst-color-gray);
  left: 5px;
  top: 50%;
  transform: translateY(20%) rotate(-45deg);
}
.contents-wrap.main .contents-wrap__box.center .card-box .contents-box .btn-arrow.next {
  left: unset;
  right: 5px;
  transform: translateY(20%) rotate(135deg);
}
.contents-wrap.main .contents-wrap__box.center .card-box.games .contents-box .list-box .list-box__item {
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contents-wrap.main .contents-wrap__box.center .card-box.games .contents-box .list-box .list-box__item a {
  width: 326px;
  height: 215px;
  border-radius: 10px;
  padding: 10px 10px 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/card_item_bg.png);
}
.contents-wrap.main .contents-wrap__box.center .card-box.casino-slot .contents-box .list-box .list-box__item {
  flex-wrap: wrap;
  justify-content: center;
}
.contents-wrap.main .contents-wrap__box.center .card-box.casino-slot .contents-box .list-box .list-box__item a {
  width: 200px;
  height: 235px;
}
.contents-wrap.main .contents-wrap__box.center .card-box.casino-slot .contents-box .list-box .list-box__item a img {
  width: 100%;
}
.contents-wrap .contents-wrap__box {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: var(--cst-contents-height);
}
.contents-wrap .contents-wrap__box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.contents-wrap .contents-wrap__box::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.contents-wrap .contents-wrap__box::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.contents-wrap .contents-wrap__box.left {
  width: 300px;
  padding: 0 10px;
  background-color: #000;
  z-index: 9999;
}
.contents-wrap .contents-wrap__box.center {
  width: calc(100% - 660px);
  padding: 0 10px;
  background-color: var(--cst-contents-bg-bolor);
}
.contents-wrap .contents-wrap__box.right {
  width: 300px;
  padding: 0 10px;
  background-color: #000;
  z-index: 9999;
}
.contents-wrap .contents-wrap__box .main-boards {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item {
  position: relative;
  width: calc((100% - 20px) / 3);
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item.withdraw .board-list .board-list__item a .date {
  width: 35%;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item.withdraw .board-list .board-list__item a .conts {
  width: 30%;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item.withdraw .board-list .board-list__item a .price {
  width: 35%;
  text-align: right;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-head {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 32px);
  height: 48px;
  border-radius: 6px;
  border: 1px solid var(--cst-default-color);
  background: var(--cst-gradient-color);
  padding: 0 15px;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-head dt {
  margin-top: 6px;
  font-size: 1.1rem;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-head dd {
  margin-top: 6px;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list {
  width: calc(100% - 10px);
  height: 330px;
  padding: 0 5px;
  overflow: auto;
  background-color: var(--cst-block-bg-color);
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list .board-list__item {
  position: relative;
  height: 54px;
  border-bottom: 1px solid var(--cst-border-color);
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list .board-list__item a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 20px);
  height: 100%;
  color: #fff;
  padding: 0 10px;
}
.contents-wrap .contents-wrap__box .main-boards .main-boards__item .board-list .board-list__item a:hover {
  background-color: var(--cst-child-child-bg-color);
}
.contents-wrap .contents-wrap__box .highlight {
  margin-top: 20px;
}
.contents-wrap .contents-wrap__box .highlight .hl-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0 10px;
  color: var(--cst-color-yellow);
  border-bottom: 1px solid var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .highlight .hl-head a {
  position: absolute;
  right: 0;
  width: 80px;
  padding: 0 15px;
  height: 30px;
}
.contents-wrap .contents-wrap__box .highlight .hl-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0;
}
.contents-wrap .contents-wrap__box .highlight .hl-list a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 20px);
  height: 50px;
  padding: 0 10px;
  border: 1px solid var(--cst-second-color);
  color: #fff;
}
.contents-wrap .contents-wrap__box .main-menu {
  display: none;
}
.contents-wrap .contents-wrap__box .main-menu .mm-head {
  position: relative;
  padding: 5px;
  color: var(--cst-color-yellow);
  border-bottom: 1px solid var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .main-menu .mm-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.contents-wrap .contents-wrap__box .main-menu .mm-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 5px) / 2);
  height: 30px;
  color: #fff;
  background-color: var(--cst-default-dark-color);
}
.contents-wrap .contents-wrap__box .main-menu .mm-list a:hover {
  background-color: var(--cst-default-color);
}
.contents-wrap .contents-wrap__box .main-menu .um-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 10px;
}
.contents-wrap .contents-wrap__box .main-menu .um-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 6px) / 3);
  height: 24px;
  color: #000;
  background-color: var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .main-menu .um-list a:hover {
  background-color: var(--cst-color-light-yellow);
}
.contents-wrap .contents-wrap__box .game-list {
  --gl-hypen-width: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item {
  background-color: #121212;
  border: 1px solid #262626;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .ico {
  width: 20px;
  text-align: center;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .ico img {
  width: 100%;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .flag {
  position: relative;
  width: 20px;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .flag img {
  width: 100%;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .name {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .cnt {
  position: absolute;
  right: 20px;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  color: var(--cst-default-color);
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .game-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  background-color: var(--cst-block-bg-color);
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .country-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 35px;
  padding: 0 20px 0 40px;
  margin-top: 1px;
  background-color: var(--cst-child-bg-color);
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .country-label::before {
  position: absolute;
  content: "";
  width: var(--gl-hypen-width);
  height: 1px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cst-hypen-color);
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .league-list__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 20px 0 50px;
  margin-top: 1px;
  background-color: var(--cst-child-child-bg-color);
  cursor: pointer;
}
.contents-wrap .contents-wrap__box .game-list .game-list__item .league-list__item::before {
  position: absolute;
  content: "";
  width: var(--gl-hypen-width);
  height: 1px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cst-hypen-color);
}
.contents-wrap .contents-wrap__box .login-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents-wrap .contents-wrap__box .login-box input {
  width: calc(100% - 32px);
  border-color: var(--cst-default-color);
  padding: 0 15px;
  height: 40px;
  color: #767676;
  border-radius: 3px;
}
.contents-wrap .contents-wrap__box .login-box button {
  border: 1px solid var(--cst-default-color);
  padding: 0 15px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
}
.contents-wrap .contents-wrap__box .login-box button.btn-submit {
  background-image: var(--cst-gradient-color);
}
.contents-wrap .contents-wrap__box .login-box button.btn-join {
  background-image: var(--cst-gradient-dark-color);
}
.contents-wrap .contents-wrap__box .info-box .info-user {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 5px;
  background-color: var(--cst-block-bg-color);
}
.contents-wrap .contents-wrap__box .info-box .info-user .user {
  font-size: 1rem;
  font-weight: 500;
  color: var(--cst-default-color);
}
.contents-wrap .contents-wrap__box .info-box .info-status {
  position: relative;
  margin-top: 1px;
  padding: 0 5px;
  background-color: var(--cst-block-bg-color);
}
.contents-wrap .contents-wrap__box .info-box .info-status .info-status__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 34px;
  color: #fff;
}
.contents-wrap .contents-wrap__box .info-box .info-status .info-status__item .state {
  position: absolute;
  right: 5px;
  text-align: right;
}
.contents-wrap .contents-wrap__box .info-box .btn-set {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 0;
  background-color: var(--cst-block-bg-color);
}
.contents-wrap .contents-wrap__box .info-box .btn-set a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc((100% - 9px) / 2);
  height: 30px;
  border: 1px solid var(--cst-border-color);
  border-radius: 6px;
  background-color: var(--cst-second-color);
  color: #fff;
  font-size: 0.9rem;
  padding: 0;
}
.contents-wrap .contents-wrap__box .betting-cart {
  margin-top: 10px;
  padding: 10px 5px;
  background-color: var(--cst-block-bg-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-head .title {
  font-size: 1rem;
  font-weight: bold;
  color: var(--cst-default-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-head .delete-btn {
  position: absolute;
  right: 5px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-head .delete-btn button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 10px;
  min-height: 80px;
  max-height: 260px;
  overflow: auto;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list::-webkit-scrollbar {
  width: 2px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list .betting-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background-color: #000;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list .betting-list__item .no-data {
  text-align: center;
  padding: 20px 0;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list .betting-list__item button.btn-close {
  --btn-stroke: 1px;
  --btn-color: #ff0000;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list .betting-list__item .league {
  font-size: 0.9rem;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list .betting-list__item .result {
  position: relative;
  padding-right: 55px;
  color: var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-list .betting-list__item .result .rate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 24px;
  border-radius: 5px;
  background-color: var(--cst-highlight-color);
  right: 0;
  bottom: 0;
  color: #000;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money {
  margin-top: 10px;
  padding: 0 5px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-input {
  display: flex;
  align-items: center;
  gap: 2px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-input dt {
  width: 70px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-input dt button {
  margin-top: 3px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-input .ipt-box {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 92px);
  height: 28px;
  padding: 0 5px;
  margin-left: 10px;
  border: 1px solid var(--cst-second-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-input .ipt-box input {
  border: 0;
  width: 88%;
  height: 24px;
  background: none;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: 1px solid var(--cst-border-color);
  background-color: var(--cst-color-yellow);
  border-radius: 5px;
  font-size: 0.85rem;
  color: #000;
  width: calc((100% - 22px) / 3);
  height: 28px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns button:hover {
  background-color: var(--cst-color-light-yellow);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns button.btn-max {
  background-color: var(--cst-default-dark-color);
  color: #fff;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns button.btn-max:hover {
  color: #000;
  background-color: var(--cst-color-light-yellow);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns button.btn-init {
  background-color: var(--cst-default-color);
  color: #fff;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-money .betting-money-btns button.btn-init:hover {
  color: #000;
  background-color: var(--cst-color-light-yellow);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-info {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-info .betting-info__item {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 38px;
  border: 1px solid var(--cst-second-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-info .betting-info__item dt {
  width: 40%;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-info .betting-info__item dd {
  width: 60%;
  text-align: right;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-btns {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 7px);
  height: 50px;
  border: 1px solid var(--cst-border-color);
  border-radius: 8px;
  font-size: 1.1rem;
  color: #fff;
}
.contents-wrap .contents-wrap__box .betting-cart .betting-btns button:first-child {
  background: var(--cst-gradient-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-btns button:first-child:hover {
  background: var(--cst-gradient-hover-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-btns button:last-child {
  background: var(--cst-gradient-dark-color);
}
.contents-wrap .contents-wrap__box .betting-cart .betting-btns button:last-child:hover {
  background: var(--cst-gradient-hover-dark-color);
}
.contents-wrap .contents-wrap__box .footer-container {
  text-align: center;
  margin-top: 40px;
  padding: 35px 0;
  background-color: #161616;
  color: #898989;
}
.contents-wrap .contents-wrap__box .footer-container .hash span {
  display: inline-block;
  max-width: 600px;
  font-size: 1.1rem;
}
.contents-wrap .contents-wrap__box .footer-container .context {
  margin-top: 20px;
}
.contents-wrap .contents-wrap__box .footer-container .context span {
  display: inline-block;
  max-width: 800px;
  font-size: 1.1rem;
}
.contents-wrap .contents-wrap__box .footer-container .copyright {
  margin-top: 20px;
}
.contents-wrap .contents-wrap__box .footer-container .footer-logo {
  margin-top: 20px;
}
.contents-wrap .contents-wrap__box .contents-head {
  position: relative;
  width: calc(100% - 20px);
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: var(--cst-default-dark-color);
}
.contents-wrap .contents-wrap__box .contents-head p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.contents-wrap .contents-wrap__box .contents-head .status {
  position: absolute;
  display: flex;
  align-items: center;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
  height: 24px;
  border-radius: 24px;
  background-color: #1e1e1e;
  border: 1px solid var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .contents-head .status dd {
  width: 40px;
  text-align: right;
  color: var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .contents-head .btn-refresh {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contents-wrap .contents-wrap__box .contents-head .btn-delete {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 24px;
  border-color: var(--cst-color-yellow);
}
.contents-wrap .contents-wrap__box .sub-twin-conts {
  position: relative;
  display: flex;
  gap: 10px;
  height: 100%;
  overflow: hidden;
}
.contents-wrap .contents-wrap__box .sub-twin-conts .twin-conts__item {
  position: relative;
  width: calc((100% - 10px) / 2 - 20px);
  height: 100%;
  padding: 0 10px 30px;
  overflow: auto;
  background-color: var(--cst-contents-bg-bolor);
}
.contents-wrap .contents-wrap__box .sub-twin-conts .twin-conts__item .game-menu {
  position: relative;
  width: 100%;
  height: 85px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.contents-wrap .contents-wrap__box .sub-twin-conts .twin-conts__item .game-menu .game-menu__item {
  display: inline-block;
  width: 70px;
  height: 85px;
}
.contents-wrap .contents-wrap__box .sub-twin-conts .twin-conts__item .game-menu .game-menu__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.constab-menu {
  position: relative;
  display: flex;
  margin-top: 5px;
  height: 25px;
  background-color: #121212;
  overflow-x: auto;
  padding-bottom: 5px;
}
.constab-menu::-webkit-scrollbar {
  height: 4px;
}
.constab-menu::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.constab-menu::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.constab-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  gap: 5px;
  white-space: nowrap;
}
.constab-menu a img {
  width: 15px;
  height: auto;
}
.constab-menu a.on, .constab-menu a:hover {
  background-color: var(--cst-default-color);
}

.sub-contents-wrap {
  position: relative;
  width: 100%;
  padding: 10px 0 40px;
}
.sub-contents-wrap.sports {
  padding-bottom: 0;
}

input[type=date] {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 24px;
  border-radius: 10px;
  padding: 0 15px;
  border: 1px solid var(--cst-color-yellow);
  background-color: #000;
  color: #fff;
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=date]::-webkit-inner-spin-button {
  opacity: 0;
  appearance: none;
}

.tab {
  position: relative;
}
.tab.block-2 ul li {
  width: calc(50% - 5px);
}
.tab ul {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
}

.imgboard-conts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.imgboard-conts.block-2 {
  gap: 10px;
  margin-top: 20px;
}
.imgboard-conts.block-2 .imgboard-conts__item {
  width: calc(50% - 5px);
}
.imgboard-conts .imgboard-conts__item {
  position: relative;
  width: calc((100% - 20px) / 5);
}
.imgboard-conts .imgboard-conts__item .img-box {
  position: relative;
  width: calc(100% - 2px);
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #f5c85b, #f8eab3);
  border-image-slice: 1;
}
.imgboard-conts .imgboard-conts__item .img-box img {
  width: 100%;
}
.imgboard-conts .imgboard-conts__item .label-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background: #161616;
  color: #fff;
}

.table-collapse {
  --cont-percent: 70%;
}
.table-collapse.event, .table-collapse.betroule {
  --cont-percent: 85%;
}
.table-collapse.notice {
  --cont-percent: 75%;
}
.table-collapse.memo {
  --cont-percent: 45%;
}
.table-collapse input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.table-collapse .head-box {
  display: flex;
  background: var(--cst-second-color);
}
.table-collapse .head-box span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  height: 40px;
}
.table-collapse .head-box span.checker {
  width: 5%;
}
.table-collapse .head-box span.toggle {
  width: 5%;
}
.table-collapse .head-box span.number {
  width: 10%;
}
.table-collapse .head-box span.date {
  width: 15%;
}
.table-collapse .head-box span.writer {
  width: 15%;
}
.table-collapse .head-box span.status {
  width: 15%;
}
.table-collapse .head-box span.util {
  width: 15%;
}
.table-collapse .head-box span.title {
  width: calc(var(--cont-percent) - 30px);
  padding: 0 15px;
}
.table-collapse .table-conts .table-conts__item {
  border-bottom: 1px solid #2f2f2f;
}
.table-collapse .table-conts .table-conts__item.open .context-box {
  display: block;
}
.table-collapse .table-conts .table-conts__item:nth-child(2n) {
  background: #161616;
}
.table-collapse .table-conts .table-conts__item .head-box {
  background: none;
}
.table-collapse .table-conts .table-conts__item .head-box button {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}
.table-collapse .table-conts .table-conts__item .head-box span {
  font-size: 1rem;
  font-weight: normal;
}
.table-collapse .table-conts .table-conts__item .context-box {
  display: none;
  border-top: 1px solid #2f2f2f;
  padding: 15px;
  text-align: center;
}
.table-collapse .table-conts .table-conts__item .context-box .reply-box {
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #080808;
  border: 1px solid #222;
  margin-top: 30px;
  border-radius: 10px;
  text-align: left;
  line-height: 1.5rem;
}
.table-collapse .table-conts .table-conts__item .context-box .reply-box p {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--cst-color-yellow);
}
.table-collapse .table-conts .table-conts__item .context-box img {
  width: 100%;
  height: auto;
  max-width: 700px;
}

.table-box {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.table-box table {
  position: relative;
  width: 100%;
}
.table-box table tr {
  border-bottom: 1px solid #2f2f2f;
}
.table-box table tr:nth-child(2n) td {
  background: #161616;
}
.table-box table tr th {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background: var(--cst-second-color);
}
.table-box table tr td {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #bbb;
}
.table-box table tr td a {
  color: #bbb;
}

.status-select {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;
}
.status-select select {
  width: 100px;
  height: 30px;
}

.write-box .write-box__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #333;
  background: var(--cst-block-bg-color);
  margin-bottom: 10px;
}
.write-box .write-box__item dt {
  width: 60px;
  text-align: center;
}
.write-box .write-box__item dd {
  width: calc(100% - 70px);
}
.write-box .write-box__item input {
  width: calc(100% - 40px);
  padding: 0 15px;
  background: #161616;
  border: 0;
  height: 35px;
  color: #fff;
}
.write-box .write-box__item textarea {
  width: calc(100% - 40px);
  padding: 15px;
  background: #161616;
  border: 0;
  resize: none;
  height: 250px;
  color: #fff;
}

.view-box .view-box__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #333;
  background: var(--cst-block-bg-color);
  margin-bottom: 10px;
}
.view-box .view-box__item dt {
  width: 60px;
  text-align: center;
  padding-top: 10px;
}
.view-box .view-box__item dd {
  width: calc(100% - 70px);
}
.view-box .view-box__item dd .view-context {
  width: calc(100% - 30px);
  padding: 10px 15px;
  background: #161616;
  border: 0;
  color: #fff;
  max-height: 250px;
  overflow: auto;
}

.comment-box {
  position: relative;
  display: flex;
  gap: 10px;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #333;
  margin-top: 30px;
  background-color: #0e0e0e;
}
.comment-box textarea {
  background: #161616;
  border: 0;
  resize: none;
  color: #fff;
  width: calc(100% - 60px);
  height: 50px;
  padding: 15px;
}
.comment-box button {
  width: 120px;
  height: 80px;
}

.comment-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #333;
  margin-top: 20px;
  background-color: #0e0e0e;
}
.comment-list .comment-list__item {
  background: #161616;
  width: calc(100% - 30px);
  padding: 15px;
}
.comment-list .comment-list__item .head {
  position: relative;
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
}
.comment-list .comment-list__item .head .date {
  position: absolute;
  right: 15px;
}
.comment-list .comment-list__item .context {
  padding: 10px 0;
  text-align: left;
}

.withdraw p {
  color: #02968a;
  font-weight: bold;
}
.withdraw .bank-box {
  padding: 0 10px;
  margin-bottom: 15px;
}
.withdraw .bank-box .bank-box__item {
  padding-top: 5px;
}

.bank-box .bank-box__item {
  padding: 15px 0;
  border-bottom: 1px solid var(--cst-border-color);
}
.bank-box .bank-box__item dt {
  margin-bottom: 10px;
}
.bank-box .bank-box__item dd a {
  margin-top: 5px;
}
.bank-box .bank-box__item dd span {
  display: block;
}
.bank-box .bank-box__item dd input[type=text],
.bank-box .bank-box__item dd input[type=password] {
  width: calc(100% - 30px);
  padding: 0 15px;
  height: 30px;
  border: 0;
  margin-top: 8px;
}
.bank-box .bank-box__item dd .bank-price-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.bank-box .bank-box__item dd .bank-price-btns button {
  width: calc((100% - 10px) / 3);
}
.bank-box .bank-box__item dd .select-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bank-box .bank-box__item dd .select-group li label {
  display: flex;
  gap: 8px;
}
.bank-box .bank-box__item dd .select-group li label span em {
  display: block;
}
.bank-box .bank-box__item dd .howto {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bank-box .bank-box__item dd .howto li {
  list-style: decimal;
  margin-left: 15px;
  line-height: 1.3rem;
}

.visual-head {
  width: calc(100% - 2px);
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #f5c85b, #f8eab3);
  border-image-slice: 1;
}
.visual-head img {
  width: 100%;
}

.money-move {
  --btn-width: calc((100% - 15px) / 4 - 2px);
  position: relative;
  width: 96%;
  max-width: 640px;
  margin: 24px auto 48px;
}
.money-move p {
  text-align: center;
  margin-bottom: 15px;
}
.money-move .input-box {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.money-move .input-box input {
  width: calc(100% - (var(--btn-width) + 39px));
  height: 36px;
  border: 0;
  padding: 0 15px;
}
.money-move .input-box button {
  width: calc(var(--btn-width) + 4px);
  padding: 0;
}
.money-move .money-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
.money-move .money-btns a {
  width: var(--btn-width);
  padding: 0;
}

.card-menus {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.card-menus a {
  display: block;
  width: 200px;
  height: 235px;
  border: 2px solid var(--cst-default-dark-color);
}
.card-menus a img {
  width: 100%;
}

.tree-box.open > .tree-box__list {
  display: block;
}
.tree-box .tree-box__item {
  cursor: pointer;
}
.tree-box .tree-box__list {
  display: none;
}

.img-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 96%;
  margin: 10px auto 0;
}
.img-banner a {
  display: inline-block;
  width: 100%;
}
.img-banner a img {
  width: 100%;
}

.roulet-box {
  --conts-width: min(1920px, 100vw);
  position: relative;
  width: 100%;
  height: calc((var(--conts-width) - 640px) * 0.62);
  background: #111;
  overflow: hidden;
  margin: 10px 0;
}

.paging {
  margin-top: 30px;
}
.paging ul {
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.paging ul li {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  border: 0;
  padding: 0;
}
.paging ul li.num.on a {
  background: var(--cst-paging-bg-on-color);
  color: var(--cst-paging-txt-on-color);
}
.paging ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--cst-paging-txt-color);
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  background: var(--cst-paging-bg-color);
  border-radius: 3px;
}

.bet_wrap {
  position: relative;
}
.bet_wrap .bet_box .bet_header {
  background: #fff;
  white-space: nowrap;
}
.bet_wrap .bet_box .bet_header span {
  color: #000;
}
.bet_wrap .bet_box .bet_header span.ico::before {
  display: none;
}
.bet_wrap .bet_box .bet_list {
  position: relative;
  padding-bottom: 10px;
}
.bet_wrap .bet_box .bet_list .list_header {
  position: relative;
  display: flex;
  margin: 8px 0;
  font-size: 0;
  height: 35px;
  background: #000;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
}
.bet_wrap .bet_box .bet_list .bet_locker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}
.bet_wrap .bet_box .bet_list .bet_locker img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
}
.bet_wrap .bet_box .bet_list ul {
  position: relative;
}
.bet_wrap .bet_box .bet_list ul li {
  position: relative;
  display: flex;
  width: calc(100% - 10px);
  padding: 0 5px;
}
.bet_wrap .bet_box.disabled .bet_list .bet_locker {
  display: block;
}
.bet_wrap .bet_box .status_box {
  position: relative;
  width: calc(100% - 2px);
  padding: 15px 0;
  border: 1px solid #898989;
  background: #0c0f12;
}
.bet_wrap .bet_box .status_box .info_wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 105px);
  max-width: 790px;
  padding-left: 30px;
}
.bet_wrap .bet_box .status_box input[type=checkbox] {
  margin: 0 20px;
  width: 16px;
  height: 16px;
  border: 1px solid #505050;
  background: #b5b5b6;
  vertical-align: middle;
}
.bet_wrap .bet_box .status_box span {
  color: #fec300;
  font-size: 13px;
}
.bet_wrap .bet_box .status_box span.bet_time {
  color: #fff;
}
.bet_wrap .bet_box .status_box span.rate {
  color: #fff;
}
.bet_wrap .bet_box .status_box span.result {
  position: absolute;
  width: 70px;
  text-align: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.bet_wrap .bet_box .bet_list ul li span.team {
  width: 40%;
}

.bet_wrap .bet_box .bet_list ul li span.draw {
  width: 15%;
}

.bet_wrap .bet_box .bet_list ul li span.team .team_name {
  width: 78%;
}

.bet_wrap .bet_box .bet_list ul li span.team .rate {
  width: 22%;
}

.bet_wrap .bet_box .bet_list ul li span.team {
  width: 100%;
}

.bet_wrap .bet_box .bet_list ul li span .ico {
  margin: 0 5px 0;
  vertical-align: middle;
}

.bet_wrap .bet_box .bet_list ul li span.team .team_name {
  width: 78%;
}

.bet_wrap .bet_box .bet_list ul li span.team {
  width: 100%;
}

.bet_wrap .bet_box .bet_list ul li span.team .team_name {
  width: 78%;
}

.bet_wrap .bet_box .bet_list ul li span.team strong {
  font-size: 14px;
  margin-right: 10px;
}

.bet_wrap .bet_box .bet_list ul li span .ico {
  margin: 0;
  vertical-align: middle;
}

.bet_wrap .bet_box .bet_list .score {
  width: 128px;
  text-align: center;
  color: #fec300;
}

.bet_wrap .bet_box .bet_list {
  padding: 1px 0;
  background: #161c22;
}

.bet_wrap .bet_box .bet_list ul li {
  position: relative;
  margin-bottom: 3px;
  display: flex;
}

.bet_wrap .bet_box .bet_list ul li:last-child {
  margin-bottom: 0;
}

.bet_wrap .bet_box .bet_list ul li span {
  position: relative;
  display: flex;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}

.bet_wrap .bet_box .bet_list ul li span.date {
  text-align: center;
  color: #778eb2;
}

.bet_wrap .bet_box .bet_list ul li span.team {
  cursor: pointer;
  border-radius: 3px;
  background: linear-gradient(#515151, #3d3d3d);
  box-shadow: inset -1px 2px 2px rgba(255, 255, 255, 0.3);
}

.bet_wrap .bet_box .bet_list ul li span.team em {
  position: relative;
  display: inline-block;
}

.bet_wrap .bet_box .bet_list ul li span.team em:last-child {
  text-align: right;
}

.bet_wrap .bet_box .bet_list ul li span.draw {
  cursor: pointer;
  border-radius: 3px;
  background: linear-gradient(#515151, #3d3d3d);
  box-shadow: inset -1px 2px 2px rgba(255, 255, 255, 0.3);
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.team:not(.none, .on):hover,
.bet_wrap .bet_box .bet_list ul li span.draw:not(.none, .on):hover {
  background: linear-gradient(#212121, #0f0f0f);
}

.bet_wrap .bet_box .bet_list ul li span.team.on,
.bet_wrap .bet_box .bet_list ul li span.draw.on {
  background: #fec300;
  color: #000;
}

.bet_wrap .bet_box .bet_list ul li span.on .rate {
  color: #000;
}

.bet_wrap .bet_box .bet_list ul li span .rate {
  color: #fec300;
}

.bet_wrap .bet_box .bet_list ul li span.betting {
  text-align: center;
  color: #fec300;
}

.bet_wrap .bet_box .bet_list ul li span .ico {
  margin: 1px 5px 0;
}

.bet_wrap .bet_box .bet_list ul li span.date {
  width: 13.5%;
}

.bet_wrap .bet_box .bet_list ul li span.team {
  width: 30%;
  padding: 10px 1.5%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
}

.bet_wrap .bet_box .bet_list ul li span.team .team_name {
  width: 83%;
}

.bet_wrap .bet_box .bet_list ul li span.team .rate {
  width: 17%;
}

.bet_wrap .bet_box .bet_list ul li span.draw {
  width: 9.2%;
  border: 1px solid #000;
  margin: 0 2px;
}

.bet_wrap .bet_box .bet_list ul li span.betting {
  width: calc(10.9% - 6px);
}

.bet_wrap .bet_header span {
  line-height: 28px;
  margin-left: 30px;
}

.bet_wrap .bet_box .list_header {
  display: flex;
  width: 100%;
  height: 36px;
  background: #0c0f12;
}

.bet_wrap .bet_box .list_header span {
  position: relative;
  display: inline-block;
  line-height: 36px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  color: #fec300;
}

.bet_wrap .bet_box .list_header span.league {
  width: calc(13.5% - 10px);
  padding: 0 5px;
}

.bet_wrap .bet_box .list_header span.team {
  width: 30%;
  padding: 0 1.5%;
}

.bet_wrap .bet_box .list_header span.draw {
  width: 9%;
  margin: 0 2px;
}

.bet_wrap .bet_box .list_header span.score {
  width: 60px;
}

.bet_wrap .bet_box .list_header span.result {
  width: 70px;
}

.bet_wrap .bet_box .list_header span.league input {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 10px;
}

.bet_wrap .bet_box .bet_list ul {
  padding: 10px 0;
}

.bet_wrap .bet_box .list_header span.draw {
  width: 6%;
}

.bet_wrap .bet_box .bet_list ul li span.draw {
  width: 6%;
}

.bet_wrap .bet_box .list_header span.game_time {
  width: calc(13.5% - 10px);
  padding: 0 5px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.game_time {
  width: calc(13.5% - 10px);
  padding: 0 5px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.league {
  width: calc(13.5% - 10px);
  padding: 0 5px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.type {
  width: 150px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.score {
  width: 70px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.result {
  width: 70px;
  text-align: center;
  font-weight: bold;
}

.bet_wrap .bet_box .list_header {
  display: flex;
  width: 100%;
  height: 36px;
  background: #0c0f12;
}

.bet_wrap .bet_box .list_header span {
  position: relative;
  display: inline-block;
  line-height: 36px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  color: #fec300;
}

.bet_wrap .bet_box .list_header span.league {
  width: calc(13.5% - 10px);
  padding: 0 5px;
}

.bet_wrap .bet_box .list_header span.team {
  width: 30%;
  padding: 0 1.5%;
}

.bet_wrap .bet_box .list_header span.draw {
  width: 9%;
  margin: 0 2px;
}

.bet_wrap .bet_box .list_header span.score {
  width: 60px;
}

.bet_wrap .bet_box .list_header span.result {
  width: 70px;
}

.bet_wrap .bet_box .list_header span.league input {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 10px;
}

.bet_wrap .bet_box .bet_list {
  background: #11151a;
}

.bet_wrap .bet_box .bet_list ul {
  padding: 10px 0;
}

.bet_wrap .bet_box .list_header span.draw {
  width: 6%;
}

.bet_wrap .bet_box .bet_list ul li span.draw {
  width: 6%;
}

.bet_wrap .bet_box .list_header span.game_time {
  width: calc(13.5% - 10px);
  padding: 0 5px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.game_time {
  width: calc(13.5% - 10px);
  padding: 0 5px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.league {
  width: calc(13.5% - 10px);
  padding: 0 5px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.type {
  width: 150px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.score {
  width: 70px;
  text-align: center;
}

.bet_wrap .bet_box .bet_list ul li span.result {
  width: 70px;
  text-align: center;
  font-weight: bold;
}

.bet_wrap .bet_box .status_box {
  position: relative;
  width: calc(100% - 2px);
  padding: 15px 0;
  border: 1px solid #898989;
  background: #0c0f12;
}

.bet_wrap .bet_box .status_box .info_wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 105px);
  max-width: 790px;
  padding-left: 30px;
}

.bet_wrap .bet_box .status_box input[type=checkbox] {
  margin: 0 20px;
  width: 16px;
  height: 16px;
  border: 1px solid #505050;
  background: #b5b5b6;
  vertical-align: middle;
}

.bet_wrap .bet_box .status_box span {
  color: #fec300;
  font-size: 13px;
}

.bet_wrap .bet_box .status_box span.bet_time {
  color: #fff;
}

.bet_wrap .bet_box .status_box span.rate {
  color: #fff;
}

.bet_wrap .bet_box .status_box span.result {
  position: absolute;
  width: 70px;
  text-align: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.minigame-tab {
  position: relative;
  width: 100%;
  background: var(--cst-block-bg-color);
}
.minigame-tab.g-list {
  margin-top: 10px;
}
.minigame-tab.g-list ul li {
  height: 38px;
}
.minigame-tab.g-list ul li.on {
  border-color: var(--cst-border-color);
  background: #000;
}
.minigame-tab.g-list ul li:hover {
  background: var(--cst-block-bg-color);
}
.minigame-tab ul {
  display: flex;
  width: 100%;
}
.minigame-tab ul li {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid var(--cst-border-color);
}
.minigame-tab ul li.on {
  border-color: var(--cst-highlight-color);
  background: var(--cst-second-color);
}
.minigame-tab ul li.on a {
  color: var(--cst-highlight-color);
}
.minigame-tab ul li:hover {
  background: var(--cst-second-color);
}
.minigame-tab ul li:hover a {
  color: var(--cst-highlight-color);
}
.minigame-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.minigame-notify {
  color: var(--cst-default-color);
  margin: 20px 0 5px;
}

.minigame-box {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  height: 660px;
}
.minigame-box .g-area {
  position: relative;
  width: calc((100% - 10px) * 0.625);
  height: 100%;
  background: var(--cst-block-bg-color);
  overflow: hidden;
}
.minigame-box .g-area.full {
  width: 100%;
}
.minigame-box .g-betboard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 10px) * 0.375);
  height: 100%;
  overflow: hidden;
  background: var(--cst-block-bg-color);
}
.minigame-box .g-betboard::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.minigame-box .g-betboard::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.minigame-box .g-betboard::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.minigame-box .g-betboard .betting-panels {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: auto;
}
.minigame-box .g-betboard .panels {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.minigame-box .g-betboard .panels.status .panel {
  height: 26px;
}
.minigame-box .g-betboard .panels.three_panels .panel:first-child {
  width: 40%;
}
.minigame-box .g-betboard .panels.three_panels .panel:not(:first-child) {
  width: calc((60% - 10px) / 2);
}
.minigame-box .g-betboard .panels.three_panels .panel:not(:first-child) dd {
  width: 100%;
}
.minigame-box .g-betboard .panels.three_panels .panel .betBox .rate {
  width: 30px;
}
.minigame-box .g-betboard .panels.three_panels .panel .betBox .betting {
  width: calc(100% - 35px);
  padding-right: 5px;
}
.minigame-box .g-betboard .panels.three_panels .panel .betBox .betting .betCircle {
  width: 34px;
  height: 34px;
  border-radius: 34px;
}
.minigame-box .g-betboard .panels.three_panels .panel .betBox .betting .betCircle.blue_border {
  width: 32px;
  height: 32px;
}
.minigame-box .g-betboard .panels.three_panels .panel .betBox .betting .betCircle.red_border {
  width: 32px;
  height: 32px;
}
.minigame-box .g-betboard .panels .gboardBtn {
  border: 1px solid #686868;
  background: #111;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 40px;
}
.minigame-box .g-betboard .panels .gboardBtn.on {
  color: #000;
  background: linear-gradient(to left, #b37e10 20%, #fdf1a4);
}
.minigame-box .g-betboard .panels .panel {
  position: relative;
  display: flex;
  width: 100%;
  height: 46px;
  border: 1px solid #686868;
}
.minigame-box .g-betboard .panels .panel.on dt {
  color: #000;
  background: #ffd800;
}
.minigame-box .g-betboard .panels .panel.on dd {
  background: #846f51;
}
.minigame-box .g-betboard .panels .panel.on dd .betBox {
  background: #846f51;
}
.minigame-box .g-betboard .panels .panel dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #222222;
  border-right: 1px solid #686868;
}
.minigame-box .g-betboard .panels .panel dd {
  position: relative;
  width: calc(72% - 1px);
  height: 100%;
  background: #111;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minigame-box .g-betboard .panels .panel .betBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #111;
}
.minigame-box .g-betboard .panels .panel .betBox .rate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.minigame-box .g-betboard .panels .panel .betBox .betting {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  width: calc(100% - 50px);
  padding-right: 10px;
}
.minigame-box .g-betboard .panels .panel .betBox .betting .betCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 38px;
}
.minigame-box .g-betboard .panels .panel .betBox .betting .betCircle.blue_bg {
  background: #004eff;
}
.minigame-box .g-betboard .panels .panel .betBox .betting .betCircle.red_bg {
  background: #ff0000;
}
.minigame-box .g-betboard .panels .panel .betBox .betting .betCircle.green_bg {
  background: #01a205;
}
.minigame-box .g-betboard .panels .panel .betBox .betting .betCircle.blue_border {
  width: 36px;
  height: 36px;
  border: 1px solid #004eff;
}
.minigame-box .g-betboard .panels .panel .betBox .betting .betCircle.red_border {
  width: 36px;
  height: 36px;
  border: 1px solid #ff0000;
}
.minigame-box .g-betboard .panels .panel .panelock {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../img/ico_lock.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.i-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
}
.i-wrap iframe {
  border: 0;
}

.attendance-notify {
  font-size: 1.2rem;
  color: var(--cst-color-yellow);
  margin-top: 20px;
}

.attendance-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.attendance-info .attendance-info__item {
  width: calc((100% - 16px) / 3 - 22px);
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 1.1rem;
}
.attendance-info .attendance-info__item dt {
  color: var(--cst-color-yellow);
}
.attendance-info .attendance-info__item dd {
  margin-top: 5px;
  line-height: 1.4rem;
}
.attendance-info .attendance-info__item dd em {
  color: var(--cst-color-light-red);
}

.attendance-head {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}
.attendance-head .date {
  font-size: 1.1rem;
  color: #fff;
}
.attendance-head .today {
  --btn-default-color: var(--cst-default-color);
  --btn-hover-color: var(--cst-default-dark-color);
  --btn-border-color: #fff;
  width: 60px;
  padding: 0;
  margin: 0 5px 0 15px;
  min-width: unset;
}
.attendance-head .prev,
.attendance-head .next {
  --btn-default-color: var(--cst-color-yellow);
  --btn-hover-color: var(--cst-color-light-yellow);
  --btn-border-color: #fff;
  width: 36px;
  padding: 0;
  color: var(--cst-default-dark-color);
  min-width: unset;
}

.attendance-calendar {
  position: relative;
  width: calc(100% - 2px);
  padding: 1px;
  margin-top: 20px;
  background-color: var(--cst-border-color);
}
.attendance-calendar .calendar-box {
  display: flex;
  gap: 1px;
}
.attendance-calendar .calendar-box .calendar-box__item {
  width: calc((100% - 146px) / 7);
  padding: 10px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
}
.attendance-calendar .calendar-box .calendar-box__item.attendance-ok {
  background-image: url(../img/attendance_ok.png);
}
.attendance-calendar .calendar-box .calendar-box__item.attendance-no {
  background-image: url(../img/attendance_no.png);
}
.attendance-calendar .calendar-box.head .calendar-box__item {
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.attendance-calendar .calendar-box.head .calendar-box__item:first-child {
  background-color: #aa0101;
}
.attendance-calendar .calendar-box.head .calendar-box__item:last-child {
  background-color: #013178;
}
.attendance-calendar .calendar-box.day {
  margin-top: 1px;
  flex-wrap: wrap;
}
.attendance-calendar .calendar-box.day .calendar-box__item {
  height: 80px;
}

.search-box {
  position: relative;
  width: calc(100% - 2px);
  height: 25px;
  border: 1px solid #1e1e1e;
  margin-top: 10px;
}
.search-box input {
  width: calc(100% - 30px);
  height: 100%;
  padding: 0 15px;
  background: none;
  border: 0;
  color: #ccc;
}
.search-box button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.search-date {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 5px 0;
}
.search-date input {
  position: relative;
  right: unset;
  top: unset;
  transform: unset;
  width: 100px;
}
.search-date button {
  padding: 0 10px;
}

.betting-box {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 241px);
  overflow: auto;
}
.betting-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.betting-box::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.betting-box::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.betting-box .betting-box__item {
  position: relative;
}
.betting-box .betting-box__item:first-child .head-box {
  margin-top: 0;
}
.betting-box .betting-box__item.expand .rate-group .rate-box {
  display: flex;
}
.betting-box .betting-box__item.expand .list-box {
  display: block;
}
.betting-box .betting-box__item .betype-box {
  position: absolute;
  display: flex;
  gap: 30px;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
}
.betting-box .betting-box__item .betype-box .beypet-box__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 164px;
}
.betting-box .betting-box__item .betype-box .beypet-box__item button {
  width: 56px;
  height: 46px;
  padding: 0;
}
.betting-box .betting-box__item .vs-box {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
}
.betting-box .betting-box__item .vs-box button {
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 56px;
  height: 46px;
  padding: 0;
  min-width: unset;
}
.betting-box .betting-box__item .vs-box button span {
  display: inline-block;
}
.betting-box .betting-box__item .vs-box .tag {
  width: 40px;
  height: 24px;
  border: 1px solid #555555;
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.betting-box .betting-box__item .vs-box .tag.yellow {
  color: var(--cst-default-dark-color);
  background-color: var(--cst-color-yellow);
}
.betting-box .betting-box__item .vs-box .tag.green {
  background-color: #42a202;
}
.betting-box .betting-box__item .vs-box .tag.red {
  background-color: #ff0000;
}
.betting-box .betting-box__item .vs-box .tag.blue {
  background-color: #0048ff;
}
.betting-box .betting-box__item .vs-box .bet-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
}
.betting-box .betting-box__item .head-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: calc(100% - 30px);
  height: 35px;
  padding: 0 15px;
  background-color: var(--cst-default-dark-color);
  margin-top: 5px;
}
.betting-box .betting-box__item .head-box .ico {
  width: 20px;
}
.betting-box .betting-box__item .head-box .ico img {
  width: 100%;
}
.betting-box .betting-box__item .head-box .league {
  margin-right: 25px;
}
.betting-box .betting-box__item .head-box .betype-box {
  height: 35px;
}
.betting-box .betting-box__item .rate-box {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 30px);
  padding: 8px 15px;
  margin-top: 5px;
  background-color: #1e1e1e;
}
.betting-box .betting-box__item .rate-box .team-box {
  position: relative;
  height: 60%;
  display: flex;
  flex-direction: column;
}
.betting-box .betting-box__item .rate-box .team-box .team-box__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50%;
}
.betting-box .betting-box__item .rate-box .team-box .team-box__item .team-logo {
  position: relative;
  width: 45px;
  height: 70%;
  text-align: center;
}
.betting-box .betting-box__item .rate-box .team-box .team-box__item .team-logo img {
  width: auto;
  height: 20px;
}
.betting-box .betting-box__item .rate-box .total {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.betting-box .betting-box__item .rate-box .total button {
  width: 50px;
  height: 26px;
  padding: 0;
  min-width: unset;
}
.betting-box .betting-box__item .list-box {
  display: none;
  background-color: #1e1e1e;
}
.betting-box .betting-box__item .list-box .matching-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 90px;
  background-color: #121212;
}
.betting-box .betting-box__item .list-box .matching-box .matching-box__item {
  text-align: center;
}
.betting-box .betting-box__item .list-box .matching-box .matching-box__item > img {
  height: 56px;
}
.betting-box .betting-box__item .list-box .matching-box .matching-box__item .label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.betting-box .betting-box__item .list-box .matching-box .matching-box__item .label .flag {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 0.8rem;
}
.betting-box .betting-box__item .list-box .matching-box .matching-box__item .label .flag.home {
  background-color: #ff0000;
}
.betting-box .betting-box__item .list-box .matching-box .matching-box__item .label .flag.away {
  background-color: #0048ff;
}
.betting-box .betting-box__item .list-box .sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.betting-box .betting-box__item .list-box .sort-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cst-color-yellow);
  background-color: #000;
  border: 2px solid var(--cst-default-dark-color);
  border-radius: 30px;
  padding: 0 15px;
  height: 30px;
}
.betting-box .betting-box__item .list-box .sort-box button.on, .betting-box .betting-box__item .list-box .sort-box button:hover {
  color: #fff;
  background-color: var(--cst-default-color);
}
.betting-box .betting-box__item .list-box .betting-list {
  position: relative;
  display: flex;
  gap: 10px;
  width: calc(100% - 30px);
  padding: 0 15px;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 5px);
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item {
  position: relative;
  width: 100%;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .title {
  color: var(--cst-color-yellow);
  padding: 5px 0;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 16px);
  padding: 8px;
  background-color: #121212;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item .selector {
  position: relative;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item .selector button {
  padding: 0 8px;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item .selector button span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 50%;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item .selector button span:nth-child(2) {
  justify-content: flex-end;
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item.type-01 .selector {
  width: calc((100% - 5px) / 2);
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item.type-02 .selector {
  width: calc((100% - 80px) / 2);
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item.type-02 .selector.no-click {
  width: 70px;
  text-align: center;
  color: var(--cst-color-yellow);
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item.type-03 .selector {
  width: calc((100% - 10px) / 3);
}
.betting-box .betting-box__item .list-box .betting-list .betlist-box .betlist-box__item .selectors .bet-selects__item.type-04 .selector {
  width: calc(100% - 5px);
}
.betting-box .betting-box__item .list-box .game-box {
  position: relative;
  width: 95%;
  height: 450px;
  max-width: 990px;
  margin: 30px auto;
  background-color: #121212;
  overflow: hidden;
}
.betting-box .betting-box__item .rate-group .rate-box {
  display: none;
}
.betting-box .betting-box__item .rate-group .rate-box:nth-child(1) {
  display: flex;
}
.betting-box .betting-box__item .rate-group .list-box {
  display: flex;
  flex-direction: column;
  background-color: unset !important;
}

.virtual-box {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 370px;
}
.virtual-box .virtual-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(24% - 5px);
  height: 100%;
}
.virtual-box .virtual-menu .virtual-menu__item {
  position: relative;
  width: 100%;
  height: calc((100% - 30px) / 4);
}
.virtual-box .virtual-menu .virtual-menu__item button {
  --btn-hover-color: #640215;
  --btn-select-color: #640215;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 0;
  flex-direction: column;
  gap: 5px;
}
.virtual-box .virtual-screen {
  position: relative;
  width: calc(76% - 7px);
  height: calc(100% - 2px);
  border: 1px solid var(--cst-border-color);
  background-color: #121212;
  overflow: hidden;
}

.vitual-bettings {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.vitual-bettings .vitual-bet-box {
  position: relative;
  width: calc(50% - 5px);
}
.vitual-bettings .vitual-bet-box .bet-tabs {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: calc(100% - 2px);
  height: 40px;
  border: 1px solid var(--cst-border-color);
  background-color: #141414;
}
.vitual-bettings .vitual-bet-box .bet-tabs button {
  padding: 0 15px;
  height: 100%;
  color: #fff;
}
.vitual-bettings .vitual-bet-box .bet-tabs button.on, .vitual-bettings .vitual-bet-box .bet-tabs button:hover {
  color: var(--cst-color-yellow);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list {
  position: relative;
  max-height: 910px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item {
  position: relative;
  width: calc(100% - 2px);
  border: 1px solid var(--cst-border-color);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .list-head {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 20px);
  height: 34px;
  padding: 0 10px;
  background-color: var(--cst-default-dark-color);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .list-head .close-time {
  position: absolute;
  right: 10px;
  text-align: right;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background-color: #141414;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .rank-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .rank-box .rank {
  width: 22px;
  text-align: center;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .rank-box .name {
  width: calc(100% - 122px);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .rank-box button {
  width: 80px;
  height: 36px;
  padding: 0;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box {
  position: relative;
  width: 40%;
  height: 80px;
  display: flex;
  flex-direction: column;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box .team-box__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50%;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box .team-box__item .team-logo {
  position: relative;
  width: 45px;
  height: 50%;
  text-align: center;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box .team-box__item .team-logo img {
  height: 100%;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box {
  position: relative;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item .label {
  width: 100px;
  text-align: right;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item button {
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 60px;
  height: 46px;
  padding: 0;
  min-width: unset;
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item button:disabled {
  color: var(--cst-color-yellow);
}
.vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item button span {
  display: inline-block;
}
.vitual-bettings .vitual-bet-board {
  position: relative;
  width: calc(50% - 5px);
}
.vitual-bettings .vitual-bet-board .board-tabs {
  display: flex;
}
.vitual-bettings .vitual-bet-board .board-tabs button {
  --btn-hover-color: var(--cst-default-dark-color);
  --btn-select-color: var(--cst-default-dark-color);
  height: 42px;
}
.vitual-bettings .vitual-bet-board .board-table {
  margin-top: 5px;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item {
  position: relative;
  max-height: 910px;
  overflow: auto;
  display: none;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item::-webkit-scrollbar-thumb {
  background: var(--cst-scroll-bar-color);
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item::-webkit-scrollbar-track {
  background: var(--cst-scroll-bg-color);
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item.show {
  display: block;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item table thead tr {
  border: 1px solid #2c2c2c;
  background-color: #000;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item table tbody tr {
  border: 1px solid #2c2c2c;
  background-color: #161616;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item table tr {
  height: 34px;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item table tr th {
  text-align: center;
  vertical-align: middle;
}
.vitual-bettings .vitual-bet-board .board-table .board-table__item table tr td {
  text-align: center;
  vertical-align: middle;
}

.close-cover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(../img/ico_lock.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--cst-default-color);
}
.close-cover span {
  margin-top: 60px;
}

.pop-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  overflow: auto;
  display: none;
}
.pop-container.show {
  display: block;
}
.pop-container .pop-box {
  position: absolute;
  width: calc(96% - 40px);
  max-width: 458px;
  padding: 30px 20px 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 1px solid #333;
  background: linear-gradient(-30deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 70%, rgba(255, 255, 255, 0.5) 100%);
  display: none;
}
.pop-container .pop-box.show {
  display: block;
}
.pop-container .pop-box .logo {
  text-align: center;
  margin-bottom: 25px;
}
.pop-container .pop-box .forms {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pop-container .pop-box .forms .forms__item dd {
  display: flex;
  gap: 5px;
}
.pop-container .pop-box .forms .forms__item dd input {
  width: calc(100% - 115px);
  height: 32px;
  padding: 0 10px;
}
.pop-container .pop-box .forms .forms__item dd select {
  width: calc(100% - 95px);
  height: 36px;
  padding: 0 10px;
}
.pop-container .pop-box .forms .forms__item dd button {
  width: 90px;
  padding: 0;
}
.pop-container .pop-box .btn-group {
  margin-top: 20px;
}
.pop-container .pop-box .btn-group button {
  width: 120px;
}
.pop-container .pop-box .desc {
  text-align: center;
  margin-bottom: 20px;
}
.pop-container .pop-box .desc p {
  font-size: 1.6rem;
  font-weight: 500;
}
.pop-container .pop-box .desc span {
  color: #979898;
}
.pop-container .pop-box .btn-close {
  width: 22px;
  height: 22px;
  right: 15px;
  top: 15px;
}
.pop-container .pop-box.login {
  max-width: 320px;
}
.pop-container .pop-box.login .forms .forms__item dd input {
  width: calc(100% - 20px);
}
.pop-container .pop-box.login .btn-group {
  margin-top: 20px;
}
.pop-container .pop-box.login .btn-group button {
  width: 100%;
  padding: 0;
}
.pop-container .pop-box.slot-games {
  max-width: 1202px;
}
.pop-container .pop-box.slot-games .head {
  width: calc(100% - 60px);
  background-image: url(../img/pop_slot_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 20px 30px;
}
.pop-container .pop-box.slot-games .head .title {
  display: flex;
  flex-direction: column;
}
.pop-container .pop-box.slot-games .head .title .h1 {
  font-size: 1.2rem;
  letter-spacing: -1;
}
.pop-container .pop-box.slot-games .head .title .h2 {
  font-size: 1.4rem;
  letter-spacing: -1;
  color: var(--cst-color-yellow);
}
.pop-container .pop-box.slot-games .head .title .slot-name {
  font-size: 3rem;
  font-weight: bold;
  color: var(--cst-default-color);
}
.pop-container .pop-box.slot-games .slot-list {
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  max-height: calc(100vh - 350px);
  overflow: auto;
}
.pop-container .pop-box.slot-games .slot-list a {
  display: block;
  position: relative;
  width: 145px;
}
.pop-container .pop-box.slot-games .slot-list a .thums {
  width: 145px;
  height: 145px;
  overflow: hidden;
}
.pop-container .pop-box.slot-games .slot-list a .thums img {
  width: 100%;
}
.pop-container .pop-box.slot-games .slot-list a .name {
  width: calc(100% - 20px);
  padding: 5px 10px;
  background-color: #303030;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
}

.pop-notices {
  position: fixed;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px 15px;
}
.pop-notices .pop {
  position: relative;
  width: 96%;
  max-width: 480px;
  border: 1px solid var(--cst-default-color);
}
.pop-notices .pop .head {
  position: relative;
  width: calc(100% - 20px);
  padding: 0 10px;
  background-color: var(--cst-default-dark-color);
}
.pop-notices .pop .head .btn-default {
  width: unset;
  padding: 0;
}
.pop-notices .pop .head .btn-close {
  width: 20px;
  height: 20px;
  right: 10px;
  top: 8px;
}
.pop-notices .pop .conts img {
  width: 100%;
}

.loading-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999999;
}
.loading-container .loading-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 400px;
}
.loading-container .loading-box > img {
  width: 100%;
}
.loading-container .loading-box .gage-box {
  --gage-size: 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  clip: rect(0px, var(--gage-size), 142px, 0px);
}
.loading-container .loading-box .gage-box img {
  position: absolute;
  width: 100%;
}

.charging-box {
  display: flex;
  gap: 10px;
}
.charging-box .charging-box__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc((100% - 10px) / 2 - 32px);
  padding: 15px;
  border: 1px solid var(--cst-color-gray);
}
.charging-box .charging-box__item .charging-form {
  display: flex;
}
.charging-box .charging-box__item .charging-form dt {
  width: 90px;
  margin-top: 10px;
}
.charging-box .charging-box__item .charging-form dd {
  position: relative;
  width: calc(100% - 90px);
}
.charging-box .charging-box__item .charging-form dd select {
  width: 100%;
  border: 1px solid var(--cst-color-gray);
  background-color: #000;
  height: 38px;
  color: #fff;
  padding: 0 15px;
  text-align: left;
}
.charging-box .charging-box__item .charging-form dd input {
  width: calc(100% - 32px);
  border: 1px solid var(--cst-color-gray);
  background-color: #000;
  padding: 0 15px;
  height: 36px;
  color: #fff;
}
.charging-box .charging-box__item .charging-form dd .price-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.charging-box .charging-box__item .charging-form dd .price-btns button {
  width: calc((100% - 10px) / 3);
}
.charging-box .charging-box__item .charging-form dd .price-btns button:last-child {
  width: 100%;
  margin-top: 5px;
}
.charging-box .charging-box__item .charging-form dd .noti-box {
  display: none;
  margin-top: 5px;
}
.charging-box .charging-box__item .charging-form dd .noti-box.show {
  display: block;
}
.charging-box .charging-box__item .charging-form dd .btn-refresh {
  position: absolute;
  right: 15px;
  top: 12px;
}
.charging-box .charging-box__item .rolling-status p {
  font-size: 1.1rem;
  color: var(--cst-color-yellow);
  margin-bottom: 10px;
}
.charging-box .charging-box__item .rolling-status .status-box {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.charging-box .charging-box__item .rolling-status .status-box dt {
  width: 100px;
}
.charging-box .charging-box__item .rolling-status .status-box dd {
  width: calc(100% - 100px);
}
.charging-box .charging-box__item .rolling-status .rolling-progress {
  position: relative;
  width: calc(100% - 2px);
  height: 30px;
  border: 1px solid #222;
  background-color: #111;
  margin: 15px 0;
}
.charging-box .charging-box__item .rolling-status .rolling-progress .bar {
  height: 100%;
  background-color: #ffcc00;
}
.charging-box .charging-box__item .rolling-status .rolling-progress .status {
  position: absolute;
  padding: 5px 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
}
.charging-box .charging-box__item .rolling-status .betting-price ul {
  display: flex;
  gap: 5px;
  margin: 5px 0;
}
.charging-box .charging-box__item .rolling-status .betting-price ul li {
  width: calc((100% - 20px) / 5 - 2px);
  border: 1px solid #222;
}
.charging-box .charging-box__item .rolling-status .betting-price ul li dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  background-color: var(--cst-second-color);
  color: #fff;
  text-align: center;
}
.charging-box .charging-box__item .rolling-status .betting-price ul li dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
}
.charging-box .charging-box__item .charging-notify dt {
  font-size: 1.1rem;
  color: var(--cst-default-color);
}
.charging-box .charging-box__item .charging-notify dd {
  padding-left: 12px;
  margin-top: 8px;
}

.charging-utils {
  margin: 20px 0 10px;
}
.charging-utils .btn-group_item.right {
  align-items: center;
  gap: 10px;
}
.charging-utils .btn-group_item.right input {
  height: 30px;
  padding: 0 10px;
}

.change-box {
  display: none;
  position: fixed;
  width: 98%;
  max-width: 620px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--cst-default-color);
  border-radius: 15px;
  background-color: #000;
  overflow: hidden;
  z-index: 99999;
}
.change-box.open {
  display: block;
}
.change-box .head {
  position: relative;
  font-size: 1.2rem;
  padding: 15px;
  background-color: var(--cst-default-dark-color);
}
.change-box .head button {
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
}
.change-box .conts {
  padding: 15px;
}
.change-box .conts .user-info {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 10px;
}
.change-box .conts .user-info .user-info__item {
  display: block;
  width: calc((100% - 10px) / 3 - 4px);
  border: 2px solid var(--cst-default-color);
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
}
.change-box .conts .user-info .user-info__item dt {
  width: unset;
  text-align: center;
}
.change-box .conts .user-info .user-info__item dd {
  display: block;
  width: 100%;
  height: unset;
  padding: 0;
  border: 0;
  background: none;
}
.change-box .conts .change-type {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.change-box .conts .change-type .change-type__item {
  width: calc((100% - 20px) / 3);
}
.change-box .conts .change-type .change-type__item input {
  width: 0;
  height: 0;
  display: none;
}
.change-box .conts .change-type .change-type__item input:checked + label {
  background-color: var(--cst-default-color);
}
.change-box .conts .change-type .change-type__item label {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222;
  background-color: #111;
  height: 35px;
  cursor: pointer;
}
.change-box .conts .change-money {
  margin-top: 15px;
}
.change-box .conts .change-money .form {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.change-box .conts .change-money .form input {
  width: calc(76% - 27px);
  height: 45px;
  border: 1px solid var(--cst-border-color);
  background-color: #000;
  padding: 0 20px;
  color: #fff;
}
.change-box .conts .change-money .form button.btn-refresh {
  position: absolute;
  left: calc(76% - 37px);
  top: 50%;
  transform: translateY(-50%);
}
.change-box .conts .change-money .form button.btn-gradient {
  width: calc(24% - 2px);
  height: 47px;
}
.change-box .conts .change-money .money-btns {
  display: flex;
  gap: 5px;
  margin-top: 15px;
}
.change-box .conts .change-money .money-btns button {
  width: calc((100% - 25px) / 6);
  padding: 0;
}

.betting-list-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.betting-list-group .list-box {
  position: relative;
  width: calc((100% - 15px) / 2 - 2px);
  border: 1px solid var(--cst-color-gray);
}
.betting-list-group .list-box.type-table {
  width: calc(100% - 2px);
}
.betting-list-group .list-box.type-minigame .state {
  padding: 15px 0;
}
.betting-list-group .list-box.type-minigame .state .state__item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.betting-list-group .list-box .table-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.betting-list-group .list-box .table-box table {
  border: 1px solid #2f2f2f;
}
.betting-list-group .list-box .table-box table tr {
  border-bottom: 1px solid #2f2f2f;
}
.betting-list-group .list-box .table-box table tr th {
  background: #040404;
  border: 1px solid #2f2f2f;
  vertical-align: middle;
}
.betting-list-group .list-box .table-box table tr th .tag {
  font-size: 0.9rem;
  font-weight: normal;
  background-color: #333;
  border-radius: 3px;
  padding: 3px 8px;
  margin-right: 6px;
}
.betting-list-group .list-box .table-box table tr td {
  border: 1px solid #2f2f2f;
  padding: 10px;
}
.betting-list-group .list-box .table-box table tr td p {
  margin: 5px 0;
}
.betting-list-group .list-box .head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  height: 42px;
  background-color: var(--cst-default-dark-color);
}
.betting-list-group .list-box .head .btn-cancle {
  width: unset;
  height: unset;
  padding: 5px 20px;
  margin-left: 10px;
}
.betting-list-group .list-box .head .status-tag {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 20px;
  background-color: #000;
  border-radius: 5px;
  font-size: 0.9rem;
}
.betting-list-group .list-box .head button.btn-trash {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.betting-list-group .list-box .head input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.betting-list-group .list-box .conts {
  padding: 20px 15px;
  background-color: #121212;
}
.betting-list-group .list-box .conts .bet-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.betting-list-group .list-box .conts .bet-info .tag {
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--cst-color-yellow);
}
.betting-list-group .list-box .state {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
}
.betting-list-group .list-box .state .state__item {
  display: flex;
  gap: 10px;
  width: 50%;
}
.betting-list-group .list-box .state .state__item.right {
  justify-content: flex-end;
}
.betting-list-group .btn-group {
  width: 100%;
  margin-bottom: 15px;
}

.mobile-box {
  position: relative;
  display: none;
  width: calc(100% - 2px);
  border: 1px solid var(--cst-color-gray);
}
.mobile-box .result-tag {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 10px;
  border-radius: 5px;
}
.mobile-box .result-tag.lose {
  background-color: var(--cst-color-red);
}
.mobile-box .result-tag.win {
  background-color: var(--cst-color-blue);
}
.mobile-box .head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  height: 42px;
  background-color: #000;
}
.mobile-box .conts {
  position: relative;
  padding: 15px;
  background-color: #121212;
}
.mobile-box .conts .conts-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 40px;
  background-color: #181818;
  width: calc(100% - 30px);
  padding: 0 15px;
}
.mobile-box .conts .conts-head .type-tag {
  font-size: 11px;
  background-color: #333;
  padding: 3px 8px;
  border-radius: 3px;
}
.mobile-box .conts .bet-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #222;
}
.mobile-box .conts .bet-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mobile-box .conts .bet-info em {
  font-size: 11px;
  color: #999;
}
.mobile-box .state {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.mobile-box .state .state__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 20%;
}

.virtual-betlist {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.virtual-betlist .list-box {
  position: relative;
  width: calc(100% - 2px);
  border: 1px solid var(--cst-color-gray);
}
.virtual-betlist .list-box .result-tag {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 10px;
  border-radius: 5px;
}
.virtual-betlist .list-box .result-tag.lose {
  background-color: var(--cst-color-red);
}
.virtual-betlist .list-box .result-tag.win {
  background-color: var(--cst-color-blue);
}
.virtual-betlist .list-box .head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  height: 42px;
  background-color: #000;
}
.virtual-betlist .list-box .conts {
  position: relative;
  padding: 15px;
  background-color: #121212;
}
.virtual-betlist .list-box .conts .conts-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 40px;
  background-color: #181818;
  width: calc(100% - 30px);
  padding: 0 15px;
}
.virtual-betlist .list-box .conts .conts-head .type-tag {
  font-size: 11px;
  background-color: #333;
  padding: 3px 8px;
  border-radius: 3px;
}
.virtual-betlist .list-box .conts .bet-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #222;
}
.virtual-betlist .list-box .conts .bet-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.virtual-betlist .list-box .conts .bet-info em {
  font-size: 11px;
  color: #999;
}
.virtual-betlist .list-box .state {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.virtual-betlist .list-box .state .state__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 20%;
}

.betting-panels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.betting-panels .panel {
  position: relative;
  width: calc(100% - 2px);
  border: 1px solid var(--cst-border-color);
}
.betting-panels .panel .head {
  width: calc(100% - 30px);
  padding: 5px 15px 0;
  background-color: #050505;
  color: #fff;
}
.betting-panels .panel .bet-balls-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px 10px;
}
.betting-panels .panel .bet-balls-group .bet-balls {
  display: flex;
  flex-direction: row;
  background-color: #131313;
  gap: 15px;
}
.betting-panels .panel .bet-balls-group .bet-balls .bet-balls__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 50%;
  padding: 5px 10px;
  border: 1px solid #333;
  background-color: #191919;
}
.betting-panels .panel .bet-balls-group .bet-balls .bet-balls__item.on {
  border-color: var(--cst-color-red);
  background-color: rgba(255, 0, 0, 0.3);
}
.betting-panels .panel .bet-balls-group .bet-balls .bet-balls__item .ball {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 30px;
}
.betting-panels .panel .bet-balls-group .bet-balls .bet-balls__item .ball.blue {
  background-color: var(--cst-color-blue);
}
.betting-panels .panel .bet-balls-group .bet-balls .bet-balls__item .ball.red {
  background-color: var(--cst-color-red);
}
.betting-panels .panel .bet-balls-group .bet-balls .bet-balls__item .ball.green {
  background-color: var(--cst-color-green);
}

.event-box {
  margin-top: 40px;
}
.event-box .circles {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #555;
  border-radius: 26px;
  background-color: var(--cst-second-color);
}
.event-box .head {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 10px;
}
.event-box .head .join-selector {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.event-box .head .join-selector .join-selector__item input {
  display: none;
}
.event-box .head .join-selector .join-selector__item input:checked + label .circles {
  background-color: var(--cst-second-color);
}
.event-box .head .join-selector .join-selector__item label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.event-box .head .join-selector .join-selector__item label .circles {
  background-color: #222;
}

.bottom-menu {
  position: fixed;
  width: calc(100% - 4px);
  height: 60px;
  border: 2px solid var(--cst-second-color);
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  left: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999;
  display: none;
}
.bottom-menu .bottom-menu__item {
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
}
.bottom-menu .bottom-menu__item a {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
}
.bottom-menu .bottom-menu__item a .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.bottom-menu .bottom-menu__item a .ico img {
  height: 25px;
}
.bottom-menu .bottom-menu__item a .label {
  color: var(--cst-color-yellow);
}

.user-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}
.user-info .user-info__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-info .user-info__item dt {
  width: 120px;
  text-align: right;
  color: #ccc;
}
.user-info .user-info__item dd {
  display: flex;
  align-items: center;
  width: calc(100% - 155px);
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--cst-color-gray);
  background: #000;
  color: #ddd;
}

.recommend-status {
  display: flex;
  margin: 10px 0;
  background-color: var(--cst-second-color);
}
.recommend-status .recommend-status__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 35px;
}

.help-box {
  position: absolute;
  width: 96%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.help-box img {
  width: 100%;
}

.badge {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: var(--cst-second-color);
  font-size: 0.9rem;
  text-align: center;
  line-height: 24px;
  color: #fff;
  right: -12px;
  top: -12px;
  z-index: 10;
}

.mobile-select {
  display: none;
}

.site-check {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #020001;
}
.site-check .site-check__item {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site-check .site-check__item p {
  font-size: 30px;
  color: #7b26c2;
  text-align: center;
  margin-bottom: 20px;
}
.site-check .site-check__item img {
  width: 90%;
  max-width: 730px;
}

.renewal-notify {
  --rw-width: min(96vw, 960px);
  --rw-mt: min(100vw * 0.036, 70px);
  --re-mb: min(100vw * 0.0355, 60px);
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.renewal-notify .renewal-notify__bg {
  width: calc((100vw - var(--rw-width)) / 2);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.renewal-notify .renewal-notify__bg.left {
  background-image: url(../img/renewal_notify_bgleft.jpg);
}
.renewal-notify .renewal-notify__bg.right {
  background-image: url(../img/renewal_notify_bgright.jpg);
}
.renewal-notify .renewal-notify__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(var(--rw-width) - 4px);
  height: 100%;
  border-left: 2px solid var(--cst-default-color);
  border-right: 2px solid var(--cst-default-color);
}
.renewal-notify .renewal-notify__cont .txt {
  width: 92.5%;
}
.renewal-notify .renewal-notify__cont .renewal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 92%;
  margin: var(--rw-mt) 0 var(--re-mb);
}
.renewal-notify .renewal-notify__cont .renewal-btns a {
  width: calc((100% - 20px) / 2);
}
.renewal-notify .renewal-notify__cont .renewal-btns a img {
  width: 100%;
  height: auto;
}

@media (max-width: 1680px) {
  .top-container .logo {
    transform: translate(-50%, -90%);
  }
  .top-container .utils .utils__item.member {
    padding-right: 40px;
  }
  .top-container .right-opener {
    display: block;
    right: 15px;
    top: 50%;
    transform: translateY(15px);
  }
  .contents-wrap .contents-wrap__box.right {
    position: absolute;
    display: block;
    right: 0;
    transform: translateX(400px);
    transition: all 0.3s ease-in-out;
  }
  .contents-wrap .contents-wrap__box.right.open {
    transform: translateX(0);
  }
  .contents-wrap .contents-wrap__box.center {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1460px) {
  :root {
    --cst-top-height: 90px;
  }
  .top-container .menu-box {
    display: none;
  }
  .top-container .logo {
    position: absolute;
    left: 50%;
    top: 10px;
    height: 35px;
    transform: translate(-50%, 0);
  }
  .top-container .logo img {
    height: 35px;
  }
  .top-container .utils {
    display: none;
  }
  .top-container .left-opener {
    display: block;
  }
  .top-container .right-opener {
    display: block;
  }
  .mobile-utils {
    display: flex;
  }
  .contents-wrap {
    --cst-contents-height: calc(100vh - var(--cst-top-height) - 62px);
  }
  .contents-wrap.main .contents-wrap__box.left {
    display: block;
  }
  .contents-wrap.main .contents-wrap__box.right {
    display: block;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner {
    width: 100%;
    height: calc((100vw - 24px) * 0.46);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.banner img {
    width: 100%;
    height: auto;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards {
    width: 100%;
    height: calc((100vw - 24px) * 0.46);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board {
    width: calc((100% - 10px) / 2);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner {
    width: calc((100% - 10px) / 2);
  }
  .contents-wrap .contents-wrap__box.left {
    position: absolute;
    display: block;
    transform: translateX(-400px);
    transition: all 0.3s ease-in-out;
  }
  .contents-wrap .contents-wrap__box.left.open {
    transform: translateX(0);
  }
  .contents-wrap .contents-wrap__box.center {
    width: calc(100% - 20px);
  }
  .contents-wrap .contents-wrap__box .main-menu {
    display: block;
  }
  .bottom-menu {
    display: flex;
  }
}
@media (max-width: 1120px) {
  .minigame-box {
    flex-direction: column;
    height: unset;
  }
  .minigame-box .g-area {
    width: 100%;
    height: 400px;
  }
  .minigame-box .g-betboard {
    width: 100%;
    height: 620px;
  }
}
@media (max-width: 1040px) {
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board {
    width: 100%;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner {
    width: 100%;
  }
  .betting-box .betting-box__item .betype-box .beypet-box__item:nth-child(2), .betting-box .betting-box__item .betype-box .beypet-box__item:nth-child(3) {
    display: none;
  }
  .virtual-box {
    position: relative;
    flex-direction: column;
    height: unset;
  }
  .virtual-box .virtual-menu {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    height: 60px;
    width: 100%;
  }
  .virtual-box .virtual-menu .virtual-menu__item {
    position: relative;
    width: 100%;
    height: calc(100% - 2px);
  }
  .virtual-box .virtual-screen {
    width: calc(100% - 2px);
    height: 370px;
  }
  .vitual-bettings {
    flex-direction: column;
  }
  .vitual-bettings .vitual-bet-box {
    width: 100%;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .list-head {
    font-size: 0.9rem;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont {
    padding: 5px;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .rank-box {
    gap: 6px;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box {
    height: 80px;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box .team-box__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    height: 50%;
    font-size: 0.9rem;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box .team-box__item .team-logo {
    position: relative;
    width: 45px;
    height: 50%;
    text-align: center;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .team-box .team-box__item .team-logo img {
    height: 100%;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box {
    gap: 5px;
    font-size: 0.9rem;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item {
    gap: 6px;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item .label {
    width: 80px;
    text-align: right;
  }
  .vitual-bettings .vitual-bet-box .vitual-bet-list .bet-list__item .bet-cont .bet-box .vs-box .vs-box__item button {
    width: 55px;
    height: 36px;
  }
  .vitual-bettings .vitual-bet-board {
    width: 100%;
  }
  .betting-list-group .list-box .head p {
    display: none;
  }
  .betting-list-group .list-box .table-box table {
    display: none;
  }
  .betting-list-group .list-box .state {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .betting-list-group .list-box .state .state__item {
    width: 50%;
  }
  .mobile-box {
    display: block;
  }
  .pc-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .display-pc {
    display: none;
  }
  .betting-box {
    max-height: calc(100vh - 236px);
  }
  .betting-box .betting-box__item .betype-box {
    right: 30px;
  }
  .betting-box .betting-box__item .betype-box .beypet-box__item {
    gap: 5px;
    width: 166px;
  }
  .betting-box .betting-box__item .betype-box .beypet-box__item button {
    width: 46px;
    font-size: 0.9rem;
    min-width: unset;
  }
  .betting-box .betting-box__item .vs-box {
    gap: 5px;
    right: 25px;
  }
  .betting-box .betting-box__item .vs-box button {
    width: 36px;
    font-size: 0.9rem;
  }
  .betting-box .betting-box__item .vs-box .tag {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8rem;
  }
  .betting-box .betting-box__item .vs-box .bet-type {
    display: none;
  }
  .betting-box .betting-box__item .head-box {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .betting-box .betting-box__item .head-box .betype-box .beypet-box__item {
    display: none;
  }
  .betting-box .betting-box__item .rate-box {
    width: calc(100% - 10px);
    padding: 8px 5px;
    height: unset;
  }
  .betting-box .betting-box__item .rate-box .team-box .team-box__item {
    font-size: 0.9rem;
  }
  .betting-box .betting-box__item .rate-box .team-box .team-box__item .team-logo {
    width: 30px;
  }
  .betting-box .betting-box__item .rate-box .team-box .team-box__item .team-logo img {
    height: 20px;
  }
  .betting-box .betting-box__item .rate-box .total {
    right: 5px;
  }
  .betting-box .betting-box__item .rate-box .total button {
    width: 30px;
    height: 26px;
    font-size: 0.9rem;
  }
  .betting-box .betting-box__item .list-box .matching-box {
    gap: 10px;
  }
  .betting-box .betting-box__item .list-box .matching-box .matching-box__item {
    width: calc((100% - 20px) * 0.35);
  }
  .betting-box .betting-box__item .list-box .matching-box .matching-box__item:nth-child(2) {
    width: calc((100% - 20px) * 0.3);
  }
  .betting-box .betting-box__item .list-box .matching-box .matching-box__item > img {
    height: 40px;
  }
  .betting-box .betting-box__item .list-box .matching-box .matching-box__item .label {
    position: relative;
    flex-direction: column;
    padding-top: 15px;
  }
  .betting-box .betting-box__item .list-box .matching-box .matching-box__item .label .flag {
    padding: 2px 4px;
    font-size: 0.6rem;
    position: absolute;
    top: 0;
  }
  .betting-box .betting-box__item .list-box .betting-list {
    flex-direction: column;
  }
  .betting-box .betting-box__item .list-box .betting-list .betlist-box {
    width: 100%;
  }
  .betting-box .betting-box__item .rate-group .rate-box {
    display: none;
  }
  .betting-box .betting-box__item .rate-group .rate-box:nth-child(1) {
    display: flex;
  }
  .betting-box .betting-box__item .rate-group .rate-box:nth-child(1) .vs-box {
    right: 50px;
  }
  .betting-box .betting-box__item .rate-group .rate-box .vs-box {
    right: 50px;
  }
  .betting-box .betting-box__item .rate-group .rate-box .vs-box .tag.right {
    display: none;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards {
    height: 700px;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors {
    width: 100%;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors.past {
    height: calc((100% - 20px) / 3);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.honors.current {
    height: calc((100% - 20px) / 3);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boxes .main-boxes__item.boards .round-box.withdraws {
    height: calc((100% - 20px) / 3);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item {
    height: 190px;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board {
    width: 100%;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group {
    width: 90%;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item a .date {
    display: none;
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.board .list-group .list__item a .context {
    width: calc(100% - 76px);
  }
  .contents-wrap.main .contents-wrap__box.center .main-boards .main-boards__item.banner {
    width: 100%;
  }
  .contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item {
    gap: 15px;
  }
  .contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status .status__item {
    flex-direction: column;
  }
  .contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status .status__item .betarget {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .contents-wrap.main .contents-wrap__box.center .card-box .contents-box .list-box .list-box__item a .status .status__item .rate {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .contents-wrap.main .contents-wrap__box.center .card-box.games .contents-box .list-box .list-box__item a {
    width: calc(100vw - 140px);
  }
  .contents-wrap.main .contents-wrap__box.center .card-box.casino-slot .contents-box .list-box .list-box__item a {
    width: calc((100% - 28px) / 2);
    height: unset;
  }
  .card-menus a {
    width: calc((100% - 18px) / 2);
    height: unset;
  }
  .attendance-notify {
    font-size: 1rem;
    margin-top: 15px;
  }
  .attendance-head .date {
    font-size: 1rem;
  }
  .attendance-calendar {
    font-size: 0.9rem;
  }
  .attendance-calendar .calendar-box .calendar-box__item {
    background-size: 70% auto;
  }
  .attendance-calendar .calendar-box.head .calendar-box__item {
    width: calc((100% - 6px) / 7);
    padding: 10px 0;
  }
  .attendance-calendar .calendar-box.day .calendar-box__item {
    height: 60px;
  }
  .charging-box {
    flex-direction: column;
  }
  .charging-box .charging-box__item {
    width: calc(100% - 32px);
  }
  .charging-utils .btn-group_item.left {
    width: 30%;
  }
  .charging-utils .btn-group_item.right {
    width: 70%;
  }
  .betting-list-group .list-box {
    width: calc(100% - 2px);
  }
  .pop-container .pop-box.join {
    top: 20px;
    transform: translate(-50%, 0);
  }
  .pop-container .pop-box.slot-games .head {
    width: 100%;
    background-position: center top;
    padding: 0;
  }
  .pop-container .pop-box.slot-games .head .title {
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .pop-container .pop-box.slot-games .head .title .h1 {
    font-size: 1rem;
  }
  .pop-container .pop-box.slot-games .head .title .h2 {
    font-size: 1.2rem;
  }
  .pop-container .pop-box.slot-games .head .title .slot-name {
    font-size: 3rem;
  }
  .event-box .head .join-selector .join-selector__item label .name {
    display: none;
  }
  .attendance-info .attendance-info__item {
    width: calc(100% - 22px);
  }
  .btn-default {
    padding: 0 15px;
  }
  .table-collapse.notice {
    --cont-percent: 90%;
  }
  .table-collapse.notice .head-box span.date {
    display: none;
  }
  .constab-menu a {
    padding: 0 10px;
    gap: 5px;
  }
  .mobile-select {
    position: absolute;
    display: block;
    right: 0;
    width: 110px;
  }
  .mobile-select select {
    width: 100%;
    border-radius: 10px;
    padding: 0 5px;
    border: 1px solid var(--cst-color-yellow);
    background-color: #222;
    color: #fff;
  }
  .recommend-status {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend-status .recommend-status__item {
    justify-content: flex-start;
    width: calc(50% - 10px);
    padding-left: 10px;
  }
  .user-info .user-info__item {
    flex-direction: column;
    gap: 5px;
  }
  .user-info .user-info__item dt {
    width: 100%;
    text-align: left;
  }
  .user-info .user-info__item dd {
    width: calc(100% - 22px);
  }
}
@media (hover: hover) and (pointer: fine) { /* when supported */
  .btn-default:not([disabled]):hover {
    background: var(--btn-hover-color);
  }
}