.border-0 {
  border-width: 0px !important;
}

.border-radius-0 {
  border-radius: 0% !important;
}

.line-height-0 {
  line-height: 1 !important;
}

.letter-space-0 {
  letter-spacing: -0px !important;
}

.alpha-0 {
  opacity: 0;
}

.font-weight-0 {
  font-weight: 0 !important;
}

.opacity-0 {
  opacity: 0;
}

.border-1 {
  border-width: 1px !important;
}

.border-radius-1 {
  border-radius: 10% !important;
}

.line-height-1 {
  line-height: 1.1 !important;
}

.letter-space-1 {
  letter-spacing: -0.5px !important;
}

.alpha-1 {
  opacity: 0.1;
}

.font-weight-1 {
  font-weight: 100 !important;
}

.opacity-1 {
  opacity: 0.1;
}

.border-2 {
  border-width: 2px !important;
}

.border-radius-2 {
  border-radius: 20% !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.letter-space-2 {
  letter-spacing: -1px !important;
}

.alpha-2 {
  opacity: 0.2;
}

.font-weight-2 {
  font-weight: 200 !important;
}

.opacity-2 {
  opacity: 0.2;
}

.border-3 {
  border-width: 3px !important;
}

.border-radius-3 {
  border-radius: 30% !important;
}

.line-height-3 {
  line-height: 1.3 !important;
}

.letter-space-3 {
  letter-spacing: -1.5px !important;
}

.alpha-3 {
  opacity: 0.3;
}

.font-weight-3 {
  font-weight: 300 !important;
}

.opacity-3 {
  opacity: 0.3;
}

.border-4 {
  border-width: 4px !important;
}

.border-radius-4 {
  border-radius: 40% !important;
}

.line-height-4 {
  line-height: 1.4 !important;
}

.letter-space-4 {
  letter-spacing: -2px !important;
}

.alpha-4 {
  opacity: 0.4;
}

.font-weight-4 {
  font-weight: 400 !important;
}

.opacity-4 {
  opacity: 0.4;
}

.border-5 {
  border-width: 5px !important;
}

.border-radius-5 {
  border-radius: 50% !important;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.letter-space-5 {
  letter-spacing: -2.5px !important;
}

.alpha-5 {
  opacity: 0.5;
}

.font-weight-5 {
  font-weight: 500 !important;
}

.opacity-5 {
  opacity: 0.5;
}

.border-6 {
  border-width: 6px !important;
}

.border-radius-6 {
  border-radius: 60% !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.letter-space-6 {
  letter-spacing: -3px !important;
}

.alpha-6 {
  opacity: 0.6;
}

.font-weight-6 {
  font-weight: 600 !important;
}

.opacity-6 {
  opacity: 0.6;
}

.border-7 {
  border-width: 7px !important;
}

.border-radius-7 {
  border-radius: 70% !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.letter-space-7 {
  letter-spacing: -3.5px !important;
}

.alpha-7 {
  opacity: 0.7;
}

.font-weight-7 {
  font-weight: 700 !important;
}

.opacity-7 {
  opacity: 0.7;
}

.border-8 {
  border-width: 8px !important;
}

.border-radius-8 {
  border-radius: 80% !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.letter-space-8 {
  letter-spacing: -4px !important;
}

.alpha-8 {
  opacity: 0.8;
}

.font-weight-8 {
  font-weight: 800 !important;
}

.opacity-8 {
  opacity: 0.8;
}

.border-9 {
  border-width: 9px !important;
}

.border-radius-9 {
  border-radius: 90% !important;
}

.line-height-9 {
  line-height: 1.9 !important;
}

.letter-space-9 {
  letter-spacing: -4.5px !important;
}

.alpha-9 {
  opacity: 0.9;
}

.font-weight-9 {
  font-weight: 900 !important;
}

.opacity-9 {
  opacity: 0.9;
}

.border-10 {
  border-width: 10px !important;
}

.border-radius-10 {
  border-radius: 100% !important;
}

.line-height-10 {
  line-height: 2 !important;
}

.letter-space-10 {
  letter-spacing: -5px !important;
}

.alpha-10 {
  opacity: 1;
}

.font-weight-10 {
  font-weight: 1000 !important;
}

.opacity-10 {
  opacity: 1;
}

.btn-wh, .bg-wh, .badge-wh {
  background-color: rgb(255, 255, 255) !important;
}

.btn-outline-wh {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}

.text-wh {
  color: rgb(255, 255, 255) !important;
}

.border-wh {
  border-color: rgb(255, 255, 255) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-wh-opacity, .bg-wh-opacity, .badge-wh-opacity {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-outline-wh-opacity {
  color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.text-wh-opacity {
  color: rgba(255, 255, 255, 0.2) !important;
}

.border-wh-opacity {
  border-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-bl, .bg-bl, .badge-bl {
  background-color: rgb(0, 0, 0) !important;
}

.btn-outline-bl {
  color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.text-bl {
  color: rgb(0, 0, 0) !important;
}

.border-bl {
  border-color: rgb(0, 0, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-bl-opacity, .bg-bl-opacity, .badge-bl-opacity {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.btn-outline-bl-opacity {
  color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.text-bl-opacity {
  color: rgba(0, 0, 0, 0.6) !important;
}

.border-bl-opacity {
  border-color: rgba(0, 0, 0, 0.6) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-dark, .bg-dark, .badge-dark {
  background-color: rgb(32, 32, 33) !important;
}

.btn-outline-dark {
  color: rgb(32, 32, 33) !important;
  border-color: rgb(32, 32, 33) !important;
}

.text-dark {
  color: rgb(32, 32, 33) !important;
}

.border-dark {
  border-color: rgb(32, 32, 33) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-dark1, .bg-dark1, .badge-dark1 {
  background-color: rgb(26, 26, 26) !important;
}

.btn-outline-dark1 {
  color: rgb(26, 26, 26) !important;
  border-color: rgb(26, 26, 26) !important;
}

.text-dark1 {
  color: rgb(26, 26, 26) !important;
}

.border-dark1 {
  border-color: rgb(26, 26, 26) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-dark2, .bg-dark2, .badge-dark2 {
  background-color: rgb(41, 42, 43) !important;
}

.btn-outline-dark2 {
  color: rgb(41, 42, 43) !important;
  border-color: rgb(41, 42, 43) !important;
}

.text-dark2 {
  color: rgb(41, 42, 43) !important;
}

.border-dark2 {
  border-color: rgb(41, 42, 43) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-light-green, .bg-light-green, .badge-light-green {
  background-color: rgb(57, 255, 24) !important;
}

.btn-outline-light-green {
  color: rgb(57, 255, 24) !important;
  border-color: rgb(57, 255, 24) !important;
}

.text-light-green {
  color: rgb(57, 255, 24) !important;
}

.border-light-green {
  border-color: rgb(57, 255, 24) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-lemon, .bg-lemon, .badge-lemon {
  background-color: rgb(255, 246, 27) !important;
}

.btn-outline-lemon {
  color: rgb(255, 246, 27) !important;
  border-color: rgb(255, 246, 27) !important;
}

.text-lemon {
  color: rgb(255, 246, 27) !important;
}

.border-lemon {
  border-color: rgb(255, 246, 27) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-yel, .bg-yel, .badge-yel {
  background-color: rgb(255, 204, 24) !important;
}

.btn-outline-yel {
  color: rgb(255, 204, 24) !important;
  border-color: rgb(255, 204, 24) !important;
}

.text-yel {
  color: rgb(255, 204, 24) !important;
}

.border-yel {
  border-color: rgb(255, 204, 24) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-red, .bg-red, .badge-red {
  background-color: rgb(241, 0, 0) !important;
}

.btn-outline-red {
  color: rgb(241, 0, 0) !important;
  border-color: rgb(241, 0, 0) !important;
}

.text-red {
  color: rgb(241, 0, 0) !important;
}

.border-red {
  border-color: rgb(241, 0, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-gray, .bg-gray, .badge-gray {
  background-color: rgb(153, 153, 153) !important;
}

.btn-outline-gray {
  color: rgb(153, 153, 153) !important;
  border-color: rgb(153, 153, 153) !important;
}

.text-gray {
  color: rgb(153, 153, 153) !important;
}

.border-gray {
  border-color: rgb(153, 153, 153) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-gray2, .bg-gray2, .badge-gray2 {
  background-color: rgb(102, 102, 102) !important;
}

.btn-outline-gray2 {
  color: rgb(102, 102, 102) !important;
  border-color: rgb(102, 102, 102) !important;
}

.text-gray2 {
  color: rgb(102, 102, 102) !important;
}

.border-gray2 {
  border-color: rgb(102, 102, 102) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-blue, .bg-blue, .badge-blue {
  background-color: #0075FF !important;
}

.btn-outline-blue {
  color: #0075FF !important;
  border-color: #0075FF !important;
}

.text-blue {
  color: #0075FF !important;
}

.border-blue {
  border-color: #0075FF !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-transparent, .bg-transparent, .badge-transparent {
  background-color: transparent !important;
}

.btn-outline-transparent {
  color: transparent !important;
  border-color: transparent !important;
}

.text-transparent {
  color: transparent !important;
}

.border-transparent {
  border-color: transparent !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.font-kr {
  font-family: "Pretendard" !important;
}

.font-gmarket {
  font-family: "Gmarket Sans" !important;
}

html, body {
  min-height: 100%;
  overflow-x: hidden !important;
}

@media (max-width: 1199px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 98%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 96%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 413px) {
  html {
    font-size: 92%;
  }
}

body {
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  letter-spacing: 0em;
  background: rgb(0, 0, 0);
  margin: 0;
  font-family: "Gmarket Sans", "pretendard", sans-serif;
  word-break: keep-all;
}

button:focus {
  outline: 0 !important;
}

a, button, .btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
  color: rgb(241, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* input:-webkit-autofill{
    -webkit-text-fill-color: color(light-brown) !important;
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /*transition: background-color 5000s ease-in-out 0s;*/
}

strong, .strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6, .p {
  margin: 0;
  line-height: inherit;
  color: inherit;
}

h1, .h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.4rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.2rem;
  font-weight: 400;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 300;
}

hr {
  margin: 1rem auto;
  border: 0;
  border-top: 1px solid;
}

.vr {
  display: inline-block;
  width: 1px;
  min-height: 40px;
  border-left: 1px solid;
  margin: 0 0 -6px 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.gray-scale, .disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  opacity: 0.5;
}

label {
  margin: 0;
}

.small, small {
  font-size: 85%;
}

iframe {
  border: none;
  width: 100%;
}

.link {
  cursor: pointer;
}

.shadow {
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05) !important;
}

.box {
  border-radius: 10px;
}

.hr {
  display: inline-block;
  background-color: transparent;
}
.hr.vertical {
  width: 1px;
  height: 100%;
}

.btn, .button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
}
.btn:hover, .btn:focus, .button:hover, .button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn {
  border-radius: 4px;
  padding: 10px;
  line-height: 1;
  font-weight: 400;
  color: rgb(255, 255, 255);
  padding: 11px 30px;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
.btn.btn-sm {
  padding: 4px;
  border-radius: 6px;
}
.btn.btn-md {
  font-size: 16px;
  padding: 10px 16px;
  font-weight: 400;
}
.btn.btn-lg {
  font-size: 20px;
  padding: 19px 38px;
  border-radius: 40px;
}
.btn.btn-01 {
  border-radius: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#494A4D), to(#38393C));
  background: linear-gradient(180deg, #494A4D 0%, #38393C 100%);
  color: rgb(255, 255, 255);
}
.btn.btn-02 {
  border-radius: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#EE0B0B), to(#B90707));
  background: linear-gradient(180deg, #EE0B0B 0%, #B90707 100%);
  color: rgb(255, 255, 255);
}
.btn.btn-transparent {
  background-color: transparent;
}
.btn.btn-transparent:hover {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
}

.form-control, select.it_opton {
  height: auto;
  background-color: rgb(41, 42, 43);
  border: 1px solid transparent;
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
}
.form-control:disabled, .form-control[readonly], select.it_opton:disabled, select.it_opton[readonly] {
  opacity: 0.5;
}
.form-control:-webkit-autofill, select.it_opton:-webkit-autofill {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  border-color: transparent; /*background-color:rgb(38,1,1);border-color:color(red);color:color(red);*/
}
.form-control:hover, .form-control:focus, .form-control:autofill, select.it_opton:hover, select.it_opton:focus, select.it_opton:autofill {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  border-color: transparent; /*background-color:rgb(38,1,1);border-color:color(red);color:color(red);*/
}
.form-control:focus, select.it_opton:focus {
  background-color: rgb(26, 26, 26);
  border-color: rgba(255, 255, 255, 0.2);
}
.form-control::-webkit-input-placeholder, select.it_opton::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::-moz-placeholder, select.it_opton::-moz-placeholder {
  color: rgb(153, 153, 153);
}
.form-control:-ms-input-placeholder, select.it_opton:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::-ms-input-placeholder, select.it_opton::-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::placeholder, select.it_opton::placeholder {
  color: rgb(153, 153, 153);
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border: none;
}

.border-radius {
  border-radius: 10px;
}

.border-radius-s {
  border-radius: 6px;
}

.text-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline !important;
}

.custom-scroll {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.custom-scroll.x-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.custom-scroll.y-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgb(15, 7, 20);
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6x;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(41, 42, 43);
}

.table, .game-list, .tb_common table {
  table-layout: auto;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 0;
}
.table a, .game-list a, .tb_common table a {
  color: rgb(255, 255, 255);
}
.table ul, .table li, .game-list ul, .game-list li, .tb_common table ul, .tb_common table li {
  list-style: none;
}
.table th, .table td, .game-list th, .game-list td, .tb_common table th, .tb_common table td {
  border-color: rgb(41, 42, 43) !important;
}
.table th, .game-list th, .tb_common table th {
  border-bottom-width: 1px !important;
}
.table .thead, .table .header, .table thead, .game-list .thead, .game-list .header, .game-list thead, .tb_common table .thead, .tb_common table .header, .tb_common table thead {
  font-weight: 500;
  background: rgb(41, 42, 43);
  border-radius: 10px;
}
.table .thead.subject, .table .header.subject, .table thead.subject, .game-list .thead.subject, .game-list .header.subject, .game-list thead.subject, .tb_common table .thead.subject, .tb_common table .header.subject, .tb_common table thead.subject {
  border-radius: 0;
  background-color: transparent;
}
.table .thead.subject li, .table .header.subject li, .table thead.subject li, .game-list .thead.subject li, .game-list .header.subject li, .game-list thead.subject li, .tb_common table .thead.subject li, .tb_common table .header.subject li, .tb_common table thead.subject li {
  text-align: left;
}
.table .tbody ul, .table tbody ul, .game-list .tbody ul, .game-list tbody ul, .tb_common table .tbody ul, .tb_common table tbody ul {
  border-bottom: solid 1px rgb(41, 42, 43);
}
.table .tbody ul li.subj, .table .tbody ul li.name, .table tbody ul li.subj, .table tbody ul li.name, .game-list .tbody ul li.subj, .game-list .tbody ul li.name, .game-list tbody ul li.subj, .game-list tbody ul li.name, .tb_common table .tbody ul li.subj, .tb_common table .tbody ul li.name, .tb_common table tbody ul li.subj, .tb_common table tbody ul li.name {
  text-align: left;
}
.table ul, .game-list ul, .tb_common table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table ul li, .game-list ul li, .tb_common table ul li {
  padding: 10px 0px;
  word-break: keep-all;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.table.tb_board ul li.no, .game-list.tb_board ul li.no, .tb_common table.tb_board ul li.no {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4%;
          flex: 0 0 4%;
  max-width: 4%;
}
.table.tb_board ul li.subj, .game-list.tb_board ul li.subj, .tb_common table.tb_board ul li.subj {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.table.tb_board ul li.name, .game-list.tb_board ul li.name, .tb_common table.tb_board ul li.name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  max-width: 12%;
}
.table.tb_board ul li.datetime, .game-list.tb_board ul li.datetime, .tb_common table.tb_board ul li.datetime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
          flex: 0 0 8%;
  max-width: 8%;
}
.table.tb_board ul li.hit, .game-list.tb_board ul li.hit, .tb_common table.tb_board ul li.hit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  max-width: 5%;
}
.table.tb_deposit ul li, .game-list.tb_deposit ul li, .tb_common table.tb_deposit ul li {
  max-width: 16.66667%;
}
.table.tb_exchange ul li, .game-list.tb_exchange ul li, .tb_common table.tb_exchange ul li {
  max-width: 14.285714%;
}
.table.tb_point ul li.datetime, .game-list.tb_point ul li.datetime, .tb_common table.tb_point ul li.datetime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.table.tb_point ul li.subj, .game-list.tb_point ul li.subj, .tb_common table.tb_point ul li.subj {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.table.tb_point ul li.point, .game-list.tb_point ul li.point, .tb_common table.tb_point ul li.point {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}
.table.tb_point ul li.del, .game-list.tb_point ul li.del, .tb_common table.tb_point ul li.del {
  -webkit-box-flex: 0;
      -ms-flex: 0 10%;
          flex: 0 10%;
  max-width: 10%;
}
.table.tb_transfer ul li.datetime, .game-list.tb_transfer ul li.datetime, .tb_common table.tb_transfer ul li.datetime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.table.tb_transfer ul li.money, .game-list.tb_transfer ul li.money, .tb_common table.tb_transfer ul li.money {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}
.table.tb_memo ul li.subj, .game-list.tb_memo ul li.subj, .tb_common table.tb_memo ul li.subj {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}
.table.tb_memo ul li.datetime, .game-list.tb_memo ul li.datetime, .tb_common table.tb_memo ul li.datetime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.table.tb_memo ul li.del, .game-list.tb_memo ul li.del, .tb_common table.tb_memo ul li.del {
  -webkit-box-flex: 0;
      -ms-flex: 0 10%;
          flex: 0 10%;
  max-width: 10%;
}
.table .gameTr, .game-list .gameTr, .tb_common table .gameTr {
  background-color: rgb(32, 32, 33);
  border-radius: 0;
  border: solid 1px rgb(41, 42, 43);
  margin-top: -1px;
}
.table .tween.sel a, .table .tween.sel p, .game-list .tween.sel a, .game-list .tween.sel p, .tb_common table .tween.sel a, .tb_common table .tween.sel p {
  background-color: rgb(255, 204, 24) !important;
  color: rgb(0, 0, 0) !important;
}
.table .tween.sel a *, .table .tween.sel p *, .game-list .tween.sel a *, .game-list .tween.sel p *, .tb_common table .tween.sel a *, .tb_common table .tween.sel p * {
  color: rgb(0, 0, 0) !important;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.pagination .page-item {
  list-style: none;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  background-color: rgb(41, 42, 43);
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 16px;
  border: none;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.pagination .page-item.first .page-link, .pagination .page-item.prev .page-link, .pagination .page-item.next .page-link, .pagination .page-item.end .page-link {
  font-size: 0;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  margin: 8px;
  /*background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;*/
}
.pagination .page-item.first .page-link::before, .pagination .page-item.prev .page-link::before, .pagination .page-item.next .page-link::before, .pagination .page-item.end .page-link::before {
  font-size: 14px;
  content: "";
  font-family: "themify";
}
.pagination .page-item.prev .page-link::before {
  content: "\e629";
}
.pagination .page-item.next .page-link::before {
  content: "\e628";
}
.pagination .page-item + .page-item {
  margin-left: 5px;
}

.list {
  list-style: none;
  margin-bottom: 0;
}
.list > li {
  padding-left: 15px;
  position: relative;
}
.list > li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0;
  top: 12px;
}
.list > li ul.list > li::before {
  height: 1px;
  top: 14px;
}
.list > li > ol {
  padding-left: 15px;
}
.list > li > ol > li {
  padding-left: 0;
}
.list > li > ol > li::before {
  display: none;
}

.nav-tabs {
  z-index: 2;
  border: none;
}
.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: solid 5px;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  color: rgb(0, 0, 0);
  opacity: 1;
}
.nav-tabs.nav-justified {
  white-space: nowrap;
}
.nav-tabs.nav-justified .nav-item {
  padding-right: 0;
  padding-left: 0;
}
.nav-tabs.nav-pills .nav-item .nav-link {
  border-radius: 0;
  border: none;
  background-color: rgb(41, 42, 43);
  color: rgb(255, 255, 255);
}
.nav-tabs.nav-pills .nav-item .nav-link:hover, .nav-tabs.nav-pills .nav-item .nav-link.active {
  background-color: rgb(255, 255, 255);
  color: rgb(41, 42, 43);
  opacity: 1;
}
.nav-tabs.nav-pills .nav-item + .nav-item {
  border-left: solid 1px rgba(0, 0, 0, 0.6);
}
.nav-tabs.nav-step {
  border: none;
  height: 60px;
  overflow: hidden;
  position: relative;
  padding-right: 60px;
}
.nav-tabs.nav-step::after {
  content: "\f078";
  font-family: "fontAwesome";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  right: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
  border: 3px solid;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.nav-tabs.nav-step .nav-item {
  padding: 0;
  position: relative;
  padding-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.nav-tabs.nav-step .nav-item::before, .nav-tabs.nav-step .nav-item::after {
  content: "";
  position: absolute;
}
.nav-tabs.nav-step .nav-item::before {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: 0;
  top: 0;
  color: rgb(255, 255, 255);
  font-family: "roboto";
  font-size: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: attr(data-step);
  z-index: 1;
}
.nav-tabs.nav-step .nav-item::after {
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  left: 0;
  top: 50%;
}
.nav-tabs.nav-step .nav-item .nav-link {
  border: none;
  line-height: 1.1;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  padding: 0;
}
.nav-tabs.nav-step .nav-item.active .nav-link {
  font-weight: 500;
}

.image-background {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-background > img, .image-background > .img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.image-background .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  z-index: 2;
  word-break: keep-all;
}
.image-background.contain {
  background-size: contain;
}
.image-background.auto {
  background-size: auto;
}
.image-background.circle {
  border-radius: 100%;
}

.cert {
  white-space: pre-line;
}

.btn-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD69D), to(#F0B360)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(66.67%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFD69D 0%, #F0B360 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 66.67%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 24px;
  border-radius: 20px;
  padding: 3px 10px;
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 500;
}

.btn-game a, .btn-game .btn {
  border-radius: 100px;
  color: rgb(255, 255, 255);
  background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 76.6%, rgba(255, 255, 255, 0) 100%), #0455CE;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.btn-game.red a, .btn-game.red .btn {
  background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 76.6%, rgba(255, 255, 255, 0) 100%), #ff0000;
}
.btn-game.yel a, .btn-game.yel .btn {
  background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 76.6%, rgba(255, 255, 255, 0) 100%), rgb(255, 246, 27);
}
.btn-game:hover {
  color: rgb(255, 204, 24);
}

.btn-red {
  border-radius: 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#EE0B0B), to(#B90707));
  background: linear-gradient(180deg, #EE0B0B 0%, #B90707 100%);
}

.btn-start {
  display: block;
  max-width: 340px;
  border-radius: 100px;
  padding: 15px 50px;
  border: 4px solid rgba(220, 3, 3, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, from(#F10000), to(#F10000)), radial-gradient(65% 65% at 25% 20%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92% 170% at 80% 85%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(0deg, #F10000, #F10000), radial-gradient(65% 65% at 25% 20%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92% 170% at 80% 85%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 85%);
  font-size: 36px;
  font-weight: 500;
  font-family: "Gmarket Sans";
  color: rgb(255, 255, 255);
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .btn-start {
    font-size: 36px;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .btn-start {
    font-size: 32px;
    padding: 16px 32px;
  }
}
@media (max-width: 575px) {
  .btn-start {
    font-size: 24px;
    padding: 12px 24px;
  }
}

.navbar-toggler {
  position: relative;
}
.navbar-toggler.category, .navbar-toggler.close {
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  position: fixed;
  left: 15px;
}
.navbar-toggler.category > span, .navbar-toggler.close > span {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  left: 0;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.category > span::before, .navbar-toggler.category > span::after, .navbar-toggler.close > span::before, .navbar-toggler.close > span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.category > span::before, .navbar-toggler.close > span::before {
  top: -8px;
}
.navbar-toggler.category > span::after, .navbar-toggler.close > span::after {
  top: 8px;
}
.navbar-toggler.category[aria-expanded=true] span, .navbar-toggler.close[aria-expanded=true] span {
  background: transparent !important;
}
.navbar-toggler.category[aria-expanded=true] span:before, .navbar-toggler.category[aria-expanded=true] span:after, .navbar-toggler.close[aria-expanded=true] span:before, .navbar-toggler.close[aria-expanded=true] span:after {
  opacity: 1;
}
.navbar-toggler.category[aria-expanded=true] span::before, .navbar-toggler.close[aria-expanded=true] span::before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.navbar-toggler.category[aria-expanded=true] span::after, .navbar-toggler.close[aria-expanded=true] span::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler.close {
  opacity: 1 !important;
  position: fixed;
  top: 15px;
  right: 15px;
  left: auto;
  z-index: 1042;
}
.navbar-toggler.close span {
  background: transparent !important;
}
.navbar-toggler.close span:before, .navbar-toggler.close span:after {
  opacity: 1; /*background-color:color(brick);*/
}
.navbar-toggler.close span::before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.navbar-toggler.close span::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.navbar-toggler.search::before, .navbar-toggler.cart::before, .navbar-toggler.prev::before, .navbar-toggler.home::before {
  content: "";
  font-size: 40px;
  color: rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: 50% 50%;
}
.navbar-toggler.search::before {
  background-image: url(../images/icon/search.svg);
}
.navbar-toggler.cart::before {
  background-image: url(../images/icon/shoppingbag.svg);
}
.navbar-toggler.cart::after {
  content: attr(data-qty);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-family: "Roboto";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 10px;
}
.navbar-toggler.prev::before {
  content: "\e64a";
  font-family: "themify";
  font-size: 28px;
  font-weight: 100;
}

/* header */
#header {
  z-index: 1040;
}
#header .navbar-brand {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: url(../images/logo-jokerpoker.svg?ver=20231217) no-repeat 50% 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  #header .navbar-brand {
    margin-left: 45px;
  }
}
#header .topContent {
  white-space: nowrap;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 66.67%);
}
#header .tMember, #header .tMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgb(255, 255, 255);
}
#header .tMember a, #header .tMenu a {
  color: rgb(255, 255, 255);
}
#header .tMember > div, #header .tMenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .tMember .box, #header .tMenu .box {
  border-radius: 30px;
}
#header .tMember {
  padding: 18px 0;
  height: 100px;
  font-size: 14px;
}
#header .tMember * {
  font-family: "Pretendard";
}
#header .tMember .icon-level {
  width: 18px;
  height: 18px;
  font-size: 12px;
}
#header .tMember .btn {
  font-size: 13px;
  padding: 8px 12px;
  font-family: "Gmarket Sans";
}
#header .tMember .btn-wrap {
  display: none;
}
#header .tMember .box, #header .tMember .btn-manager, #header .tMember .btn-icon {
  height: 64px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .tMember .box {
  background-color: rgb(41, 42, 43);
  padding: 12px 16px;
  margin: auto 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#header .tMember .btn-manager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: rgb(87, 89, 91);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
#header .tMember .btn-manager:hover {
  color: rgb(255, 204, 24);
  background-color: rgb(41, 42, 43);
}
#header .tMember .info-wrap .col-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .tMember .btn-wrap .btn-icon {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #header .tMember {
    height: auto;
    padding: 10px 0;
  }
  #header .tMember .box, #header .tMember .btn-manager {
    display: block;
    height: auto;
  }
  #header .tMember .box {
    margin: 10px auto;
  }
  #header .tMember .btn-manager {
    display: none;
  }
  #header .tMember .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #header .tMember .info-wrap .col-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 5px 10px;
  }
  #header .tMember .info-wrap .col-info + .col-info {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  #header .tMember .btn-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .tMember .btn-wrap .btn-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    height: 48px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: 500;
  }
}
#header .tMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  padding: 27px 0;
}
#header #gnb {
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 1041;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .navMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(41, 42, 43);
}
#header .navMenu ul, #header .navMenu li {
  list-style: none;
}
#header .navMenu ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 18px;
  font-weight: 400;
}
#header .navMenu ul.nav li a.menuName {
  display: block;
  line-height: 1;
  padding: 21px 13px;
  color: rgb(255, 255, 255);
  position: relative;
  white-space: nowrap;
}
#header .navMenu ul.nav li a.menuName:hover, #header .navMenu ul.nav li a.menuName:focus, #header .navMenu ul.nav li a.menuName:active {
  color: rgb(255, 204, 24);
}
#header .navMenu ul.nav li a.menuName.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: rgb(241, 0, 0);
}
@media (max-width: 767px) {
  #header .navMenu ul.nav li a.menuName {
    font-size: 20px;
    padding: 20px 13px;
  }
  #header .navMenu ul.nav li a.menuName.active::before {
    height: 1px;
  }
  #header .navMenu ul.nav li a.menuName.active + .nav-sub {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #header .navMenu#navigation ul.nav li a.menuName {
    padding: 10px;
  }
}
#header .navMenu .nav-sub {
  padding: 20px 0;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgb(26, 26, 26);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  -webkit-transform: translateX(-25%) !important;
          transform: translateX(-25%) !important;
  right: auto;
  top: 100% !important;
  float: none;
}
#header .navMenu .nav-sub a {
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 5px 15px;
}
#header .navMenu .nav-sub a:hover {
  color: rgb(255, 204, 24);
}
#header .navMenu .nav-sub a.active {
  background-color: rgb(13, 13, 13);
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  #header .navMenu .nav-sub {
    border-bottom: solid 1px rgb(32, 32, 33);
    position: relative !important;
    left: auto;
    top: auto;
    -webkit-transform: none !important;
            transform: none !important;
    background-color: transparent;
    margin-bottom: 20px;
    display: block !important;
  }
  #header .navMenu .nav-sub a {
    color: rgb(255, 255, 255);
    padding: 5px 0;
    font-weight: 300;
  }
  #header .navMenu .nav-sub a.active {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  #header .navMenu {
    background-color: rgb(32, 32, 33);
    height: 60px;
    overflow-y: visible;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#header.show #gnb {
  height: 210px;
}

footer#footer {
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
footer#footer a {
  color: rgb(153, 153, 153);
}
footer#footer a:hover {
  color: rgb(255, 255, 255);
}
footer#footer .logo {
  width: auto;
  height: 30px;
}

.btn-up {
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-up::before {
  content: "\f106";
  font-family: "FontAwesome";
}
.btn-up.active {
  opacity: 1;
}

#wrapper {
  padding-top: 60px;
}

.modal_pop {
  position: absolute;
  z-index: 1040;
}

.top-image {
  height: 200px;
  background-color: rgb(32, 32, 33);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.05em;
  background-image: url(../images/banner-base.png);
  padding-top: 80px;
  padding-right: 5%;
  line-height: 1;
}

.main-banner .text a {
  width: 27%;
  height: 11%;
  margin-top: 32%;
}

#main_banner .slick-list {
  overflow: visible;
}
#main_banner .gallery_wrap_box {
  position: relative;
  display: block;
  padding: 0 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main_banner .gallery_wrap_box .content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#main_banner .gallery_wrap_box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main_banner .gallery_wrap_box:hover .content {
  opacity: 1;
}
#main_banner .gallery_wrap_box .thumb {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  /*transform: scale(0.9);
  opacity: 0.7;
  transition: all .3s ease;*/
}
#main_banner .slick-center .thumb {
  /*opacity: 1;transform: scale(1);*/
}

.slick-arrow {
  width: 28px;
  height: 28px;
  z-index: 1;
  top: auto;
  bottom: 0;
  margin: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
.slick-arrow::before {
  font-family: "themify";
  font-size: 16px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.slick-arrow.slick-prev {
  left: calc(50% - 90px);
}
.slick-arrow.slick-prev::before {
  content: "\e629";
}
.slick-arrow.slick-next {
  right: calc(50% - 90px);
}
.slick-arrow.slick-next::before {
  content: "\e628";
}

.slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
  top: auto;
  bottom: auto;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
.slick-dots li button::before {
  content: "";
  position: relative;
  left: auto;
  top: auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.25;
}
.slick-dots li button:hover::before {
  opacity: 1;
}

.swiper .swiper-wrapper {
  min-width: 100%;
}
.swiper .swiper-container {
  max-height: 100%;
}
.swiper .swiper-slide {
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-button-prev::before, .swiper-button-prev::after, .swiper-button-next::before, .swiper-button-next::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev::before, .swiper-button-next::before {
  font-family: "themify";
  color: rgb(0, 0, 0);
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  left: auto;
  top: auto;
  right: auto;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev {
  left: 15px;
}
.swiper-button-prev::before {
  content: "\e629";
}

.swiper-button-next {
  right: 15px;
}
.swiper-button-next::before {
  content: "\e628";
}

.swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.swiper-auto .swiper-slide {
  width: auto;
}

#main_event .swiper-button-prev, #main_event .swiper-button-next, #main_event .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
}
#main_event .swiper-pagination {
  width: auto;
}

.container-md {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  word-break: keep-all;
}
@media (max-width: 991px) {
  .container-md {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .container-md {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* 2024-08-07 */
.visual {
  overflow: visible;
  margin-bottom: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.visual * {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.visual .text {
  margin-top: 6%;
}
@media (max-width: 767px) {
  .visual h2 {
    font-size: 32px;
  }
  .visual .logo-img {
    max-height: 36px;
  }
}
@media (max-width: 575px) {
  .visual {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 100px;
  }
  .visual > img {
    height: 100vw;
  }
  .visual .text {
    margin-top: 20%;
  }
  .visual h2 {
    font-size: 26px;
  }
  .visual .logo-img {
    max-height: 32px;
  }
}

@media (max-width: 575px) {
  .keyvisual, .nav-tabs {
    margin-right: -10px;
    margin-left: -10px;
  }
}

h2 .logo-img {
  max-height: 54px;
}

.moregame-wrap {
  margin-right: -10px;
  margin-left: -10px;
}
.moregame-wrap > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.moregame-wrap .image-background {
  overflow: visible;
}
.moregame-wrap .image-background .text {
  margin-top: 30px;
}
.moregame-wrap .image-background .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 60px;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .moregame-wrap .image-background .btn {
    padding: 15px 0;
  }
}
@media (max-width: 413px) {
  .moregame-wrap .image-background .btn {
    padding: 10px 0;
  }
  .moregame-wrap .image-background .btn h4, .moregame-wrap .image-background .btn h5 {
    font-size: 14px;
  }
}

.checkbox, .radio {
  padding: 0 0 0 0;
  line-height: 20px;
  position: relative;
}
.checkbox *, .radio * {
  line-height: 20px;
}
.checkbox input, .radio input {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
.checkbox label, .radio label {
  padding-left: 25px;
  color: rgb(0, 0, 0);
}
.checkbox label::before, .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 20px;
  height: 20px;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 7px;
  background-color: transparent;
}
.checkbox label::after, .radio label::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12px;
}
.checkbox label.h4, .radio label.h4 {
  padding-left: 35px;
}
.checkbox label.h4::before, .radio label.h4::before {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.checkbox.checkbox-inline + .checkbox-inline, .checkbox.radio-inline + .radio-inline, .radio.checkbox-inline + .checkbox-inline, .radio.radio-inline + .radio-inline {
  margin-left: 10px;
}

.checkbox input[type=checkbox]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input:checked + label::before {
  background-color: rgb(255, 255, 255);
}
.checkbox input:checked + label::after {
  color: rgb(32, 32, 33);
}
.checkbox input:checked + label.h4::after {
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.radio label::before {
  border-radius: 100%;
}
.radio label::after {
  color: transparent;
}
.radio input:checked + label::before {
  border-width: 2px;
}
.radio input:checked + label::after {
  color: rgb(255, 255, 255);
}
.radio input[type=radio], .radio input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
.radio input[type=radio]:disabled, .radio input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.radio input[type=radio]:disabled + label, .radio input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before, .radio input[type=checkbox]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.modal .modal-header .close::before, .modal .modal-header .close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s, translate 0.2s;
  transition: all 0.2s, translate 0.2s;
}
.modal .modal-header .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-header .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-header .close.text-wh::before, .modal .modal-header .close.text-wh::after {
  background-color: rgb(255, 255, 255);
}
.modal .modal-lg {
  max-width: none;
  width: 100%;
}
.modal .modal-content {
  background-color: rgb(0, 0, 0);
}

.icon-level {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px rgb(0, 0, 0);
  background: url(../images/icon/level.png?ver=20230919) no-repeat 50% 50%;
  background-size: contain;
}

.icn-chip {
  background: url(../images/chip-01.png) no-repeat 50% 50%;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 500;
}
.icn-chip.chip-02 {
  background-image: url(../images/chip-02.png);
  color: rgb(84, 27, 3);
}
.icn-chip.coin-01 {
  background-image: url(../images/coin-01.png);
  color: rgb(0, 0, 0);
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.card-image {
  width: 76px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .card-image {
    width: 62px;
  }
}

@media (max-width: 575px) {
  .responsive-card .card-image:nth-child(n+2) {
    margin-left: -15px !important;
    -webkit-box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

/* login, join, member */
.member-wrap {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 100vh;
}
.member-wrap a {
  color: rgb(255, 255, 255);
}
.member-wrap .login-box, .member-wrap .register-box {
  position: relative;
  overflow: hidden;
  background: url(../images/logo-jokerpoker.svg) no-repeat 50% 0;
  background-size: auto 30px;
  padding: 30px;
  padding-top: 50px !important; /*border:1px solid color(dark);border-radius:15px;*/
}
.member-wrap .login-box .navbar-brand, .member-wrap .register-box .navbar-brand {
  position: absolute;
  width: 100%;
  height: 50px;
  cursor: pointer;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.member-wrap .login-box p, .member-wrap .register-box p {
  margin: 10px 0;
  text-align: left;
}
@media (max-width: 575px) {
  .member-wrap .login-box, .member-wrap .register-box {
    margin: auto 15px;
  }
}
.member-wrap .login-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  max-width: 360px;
}
.member-wrap .register-box {
  max-width: 400px;
}

#game_showdown {
  position: relative;
  padding: 0 10px;
}
#game_showdown::before, #game_showdown::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 125px;
  border-radius: 8px;
  top: 0.75rem;
  z-index: 5;
  width: 54.5%;
}
#game_showdown::before {
  border: solid 2px rgb(255, 0, 0);
  background-color: rgba(255, 0, 0, 0.3);
  left: 0;
}
#game_showdown::after {
  border: solid 2px rgb(0, 121, 234);
  background-color: rgba(0, 121, 234, 0.3);
  right: 0;
}
#game_showdown .btn {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #game_showdown .card-image {
    width: 62px;
  }
  #game_showdown::before, #game_showdown::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #game_showdown::before, #game_showdown::after {
    width: 100%;
  }
  #game_showdown::before {
    top: 10px;
    height: 270px;
  }
  #game_showdown::after {
    top: auto;
    bottom: -5px;
    height: 320px;
  }
}

/* 2025-04-12 */
/* 2024-11-11 add icon-menu */
.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.btn-icon.deposit::before {
  background-image: url(../images/2025-04/icon_in.svg);
}
.btn-icon.exchange::before {
  background-image: url(../images/2025-04/icon_out.svg);
}
.btn-icon.point::before {
  background-image: url(../images/icon/point.svg);
}
.btn-icon.manager::before {
  background-image: url(../images/icon/manager.svg);
}
.btn-icon.note::before {
  background-image: url(../images/icon/note.svg);
}
.btn-icon.cs::before {
  background-image: url(../images/icon/cs.svg);
}
.btn-icon:hover.point::before, .btn-icon.active.point::before {
  background-image: url(../images/icon/point-black.svg);
}
.btn-icon:hover.manager::before, .btn-icon.active.manager::before {
  background-image: url(../images/icon/manager-black.svg);
}
.btn-icon:hover.note::before, .btn-icon.active.note::before {
  background-image: url(../images/icon/note-black.svg);
}
.btn-icon:hover.cs::before, .btn-icon.active.cs::before {
  background-image: url(../images/icon/cs-black.svg);
}

#nav_content .nav-left {
  display: none;
  font-family: "Gmarket Sans";
}
#nav_content .nav-left ul, #nav_content .nav-left li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav_content .nav-left > ul {
  border-radius: 5px;
  overflow: hidden;
  background-color: rgb(41, 42, 43);
}
#nav_content .nav-left > ul > li + li {
  border-top: solid 1px rgb(69, 70, 72);
}
#nav_content .nav-left .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  padding: 15px 20px;
}
#nav_content .nav-left .btn-icon:hover, #nav_content .nav-left .btn-icon.active {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
#nav_content .nav-left .btn-icon::before {
  margin-right: 20px;
}
#nav_content .nav-left p {
  font-size: 12px;
  font-weight: 100;
}
@media (min-width: 768px) {
  #nav_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  #nav_content .nav-left {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
  }
  #nav_content .nav-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
    width: calc(100% - 160px);
    padding-left: 40px;
  }
}

/******************
Template responsive
*******************/
@media (max-width: 991px) {
  h3 {
    font-size: 32px;
  }
  .table.tb_board ul li.name, .game-list.tb_board ul li.name, .tb_common table.tb_board ul li.name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
    max-width: 14%;
  }
  .table.tb_board ul li.datetime, .game-list.tb_board ul li.datetime, .tb_common table.tb_board ul li.datetime {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .container {
    max-width: none;
    width: 100%;
    padding: 0 15px;
  }
  #wrapper {
    padding-top: 80px;
  }
  .member-wrap .login-box, .member-wrap .register-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .custom-scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .custom-scroll.navMenu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
  }
  #header .tMember {
    display: none;
  }
  #header .tMenu {
    background-color: rgb(41, 42, 43);
    height: 60px;
    padding: 12.5px;
  }
  #header #gnb {
    position: fixed;
    background-color: rgb(0, 0, 0);
    padding: 20px;
    width: 100vw;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 1041;
    -webkit-transition: none;
    transition: none;
    color: rgb(255, 255, 255);
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header #gnb .navMenu {
    border-radius: 0;
    position: relative;
    display: block;
    background-color: transparent;
  }
  #header #gnb .navMenu ul.nav {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    float: left;
    width: 50%;
    display: block;
  }
  #header #gnb .navMenu ul.nav::after {
    content: "";
    display: block;
    clear: both;
  }
  #header #gnb .navMenu ul.nav > li {
    display: block;
  }
  #header #gnb .navMenu ul.nav .btn-icon {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
  }
  #header #gnb .navMenu ul.nav .btn-icon:hover {
    background-color: rgb(32, 32, 33);
    color: rgb(255, 204, 24);
  }
  #header #gnb .navMenu ul.nav .btn-icon.active {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }
  #header #gnb .navMenu ul.nav #mm0, #header #gnb .navMenu ul.nav #mm4 {
    display: none;
  }
  #header #gnb .navMenu .nav-sub {
    padding: 0;
    border: none;
  }
  #header #gnb .navMenu .nav-sub a {
    padding: 5px 10px;
  }
  #header #gnb .navMenu p {
    font-size: 12px;
  }
  #header #gnb.show {
    display: block;
    opacity: 1;
  }
  .top-image {
    background-image: url(../images/banner-base-mobile.png);
    height: 41vw;
    padding-top: 15%;
    background-size: contain;
    background-position: 50% 100%;
    font-size: 40px;
  }
  .table, .game-list, .tb_common table {
    table-layout: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0;
  }
  .table.tb_board .thead, .game-list.tb_board .thead, .tb_common table.tb_board .thead {
    display: none;
  }
  .table.tb_board ul, .game-list.tb_board ul, .tb_common table.tb_board ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table.tb_board ul li, .game-list.tb_board ul li, .tb_common table.tb_board ul li {
    /*&.subj{flex:0 0 90%;max-width:90%;}*/
  }
  .table.tb_board ul li.no, .game-list.tb_board ul li.no, .tb_common table.tb_board ul li.no {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .table.tb_board ul li.datetime, .table.tb_board ul li.hit, .game-list.tb_board ul li.datetime, .game-list.tb_board ul li.hit, .tb_common table.tb_board ul li.datetime, .tb_common table.tb_board ul li.hit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-top: 0;
    display: none;
  }
  .table.tb_memo ul li.subj, .table.tb_memo ul li.del, .game-list.tb_memo ul li.subj, .game-list.tb_memo ul li.del, .tb_common table.tb_memo ul li.subj, .tb_common table.tb_memo ul li.del {
    -webkit-box-flex: 0;
        -ms-flex: 0 20%;
            flex: 0 20%;
    max-width: 20%;
    text-align: center;
  }
  .table.tb_deposit .thead, .game-list.tb_deposit .thead, .tb_common table.tb_deposit .thead {
    display: none;
  }
  .table.tb_deposit .tbody ul, .game-list.tb_deposit .tbody ul, .tb_common table.tb_deposit .tbody ul {
    position: relative;
    padding: 15px;
    display: block;
    border-radius: 0;
    margin: 0 -10px;
  }
  .table.tb_deposit .tbody ul li, .game-list.tb_deposit .tbody ul li, .tb_common table.tb_deposit .tbody ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 0;
    max-width: 100%;
    width: 100%;
  }
  .table.tb_deposit .tbody ul li[data-title]::before, .game-list.tb_deposit .tbody ul li[data-title]::before, .tb_common table.tb_deposit .tbody ul li[data-title]::before {
    content: attr(data-title);
    font-weight: 1;
    margin-right: 10px;
  }
  .table.tb_deposit .tbody ul li.del, .game-list.tb_deposit .tbody ul li.del, .tb_common table.tb_deposit .tbody ul li.del {
    position: absolute;
    width: auto;
    right: 15px;
    top: 15px;
  }
  .table.tb_deposit .tbody ul:nth-child(odd), .game-list.tb_deposit .tbody ul:nth-child(odd), .tb_common table.tb_deposit .tbody ul:nth-child(odd) {
    background-color: rgb(32, 32, 33);
  }
  .main-banner .text a {
    width: 77%;
    height: 10%;
    margin-top: 8%;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 28px;
  }
  h3 small, h3.small, .h3 small, .h3.small {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h4 small, h4.small, .h4 small, .h4.small {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 17px;
  }
  h6, .h6 {
    font-size: 15px;
  }
  #header .btn-game a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 22px;
  }
  h3 small, h3.small, .h3 small, .h3.small {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h4 small, h4.small, .h4 small, .h4.small {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }
  #header .btn-game a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 413px) {
  h5, .h5 {
    font-size: 15px;
  }
  h6, .h6 {
    font-size: 13px;
  }
  .container {
    padding: 0 10px;
  }
}