@import url(./pretendard.css);
.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: white !important; }

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

.text-wh {
  color: white !important; }

.border-wh {
  border-color: white !important;
  -webkit-transition: opacity .3s;
  transition: opacity .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 .3s;
  transition: opacity .3s; }

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

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

.text-bl {
  color: black !important; }

.border-bl {
  border-color: black !important;
  -webkit-transition: opacity .3s;
  transition: opacity .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 .3s;
  transition: opacity .3s; }

.btn-dark, .bg-dark, .badge-dark {
  background-color: #202021 !important; }

.btn-outline-dark {
  color: #202021 !important;
  border-color: #202021 !important; }

.text-dark {
  color: #202021 !important; }

.border-dark {
  border-color: #202021 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-dark1, .bg-dark1, .badge-dark1 {
  background-color: #1a1a1a !important; }

.btn-outline-dark1 {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important; }

.text-dark1 {
  color: #1a1a1a !important; }

.border-dark1 {
  border-color: #1a1a1a !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-dark2, .bg-dark2, .badge-dark2 {
  background-color: #303133 !important; }

.btn-outline-dark2 {
  color: #303133 !important;
  border-color: #303133 !important; }

.text-dark2 {
  color: #303133 !important; }

.border-dark2 {
  border-color: #303133 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-light-green, .bg-light-green, .badge-light-green {
  background-color: #39ff18 !important; }

.btn-outline-light-green {
  color: #39ff18 !important;
  border-color: #39ff18 !important; }

.text-light-green {
  color: #39ff18 !important; }

.border-light-green {
  border-color: #39ff18 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-lemon, .bg-lemon, .badge-lemon {
  background-color: #fffa00 !important; }

.btn-outline-lemon {
  color: #fffa00 !important;
  border-color: #fffa00 !important; }

.text-lemon {
  color: #fffa00 !important; }

.border-lemon {
  border-color: #fffa00 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-yel, .bg-yel, .badge-yel {
  background-color: #ffcc18 !important; }

.btn-outline-yel {
  color: #ffcc18 !important;
  border-color: #ffcc18 !important; }

.text-yel {
  color: #ffcc18 !important; }

.border-yel {
  border-color: #ffcc18 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-red, .bg-red, .badge-red {
  background-color: #f10000 !important; }

.btn-outline-red {
  color: #f10000 !important;
  border-color: #f10000 !important; }

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

.border-red {
  border-color: #f10000 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-gray, .bg-gray, .badge-gray {
  background-color: #999999 !important; }

.btn-outline-gray {
  color: #999999 !important;
  border-color: #999999 !important; }

.text-gray {
  color: #999999 !important; }

.border-gray {
  border-color: #999999 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.btn-gray2, .bg-gray2, .badge-gray2 {
  background-color: #666666 !important; }

.btn-outline-gray2 {
  color: #666666 !important;
  border-color: #666666 !important; }

.text-gray2 {
  color: #666666 !important; }

.border-gray2 {
  border-color: #666666 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .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 .3s;
  transition: opacity .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 .3s;
  transition: opacity .3s; }

html, body {
  min-height: 100%; }

body {
  font-size: 13px;
  font-weight: 400;
  color: white;
  line-height: 1.6;
  letter-spacing: 0em;
  background: #000;
  margin: 0;
  font-family: "pretendard",sans-serif; }

button:focus {
  outline: 0 !important; }

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

a {
  color: white;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #f10000; }

::-moz-selection {
  color: white;
  text-shadow: none; }

::selection {
  color: white;
  text-shadow: none; }

* {
  -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: 60px;
  font-weight: 900; }
  h1 small, h1.small, .h1 small, .h1.small {
    font-size: 50px; }
  h1.big, .h1.big {
    font-size: 75px; }

h2, .h2 {
  font-size: 40px;
  font-weight: 700; }

h3, .h3 {
  font-size: 32px;
  font-weight: 600; }
  h3 small, h3.small, .h3 small, .h3.small {
    font-size: 30px; }

h4, .h4 {
  font-size: 24px;
  font-weight: 500; }
  h4 small, h4.small, .h4 small, .h4.small {
    font-size: 20px; }

h5, .h5 {
  font-size: 18px;
  font-weight: 400; }

h6, .h6 {
  font-size: 16px;
  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: .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;
  cursor: pointer;
  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: white;
  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: 14px;
    padding: 11px 15px; }
  .btn.btn-lg {
    font-size: 20px;
    padding: 19px 38px;
    border-radius: 30px; }
  .btn.btn-01 {
    border-radius: 30px;
    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: white !important; }
  .btn.btn-02 {
    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%);
    color: white !important; }
  .btn.btn-transparent {
    background-color: transparent; }
    .btn.btn-transparent:hover {
      background-color: white;
      color: black; }

.form-control, select.it_opton {
  height: auto;
  background-color: #303133;
  border: none;
  color: white !important;
  font-weight: 300; }
  .form-control:disabled, .form-control[readonly], select.it_opton:disabled, select.it_opton[readonly] {
    background-color: #303133;
    opacity: .5; }
  .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;
    color: white !important; }
  .form-control:focus, select.it_opton:focus {
    background-color: #303133;
    border-color: #f10000; }

.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: #0f0714; }
  .custom-scroll::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6x; }
  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #303133; }

.table, .game-list, .tb_common table {
  table-layout: auto;
  text-align: center;
  color: white;
  margin: 0; }
  .table a, .game-list a, .tb_common table a {
    color: white; }
  .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: #303133 !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: #303133;
    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 #303133; }
    .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: #202021;
    border-radius: 0;
    border: solid 1px #303133;
    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: #ffcc18 !important;
    color: black !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: black !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: #303133;
      color: white;
      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: black;
        background-color: white; }
    .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: black;
      opacity: 1; }
  .nav-tabs.nav-justified .nav-item {
    padding-right: 0;
    padding-left: 0; }
  .nav-tabs.nav-pills .nav-item .nav-link {
    border-radius: 10px;
    border: none;
    background-color: #303133;
    color: white; }
    .nav-tabs.nav-pills .nav-item .nav-link:hover, .nav-tabs.nav-pills .nav-item .nav-link.active {
      opacity: 1; }
  .nav-tabs.nav-pills .nav-item + .nav-item {
    margin-left: 10px; }
  .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: white;
      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: white;
        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 .3s;
  transition: all .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; }
  .image-background.contain {
    background-size: contain; }
  .image-background.auto {
    background-size: auto; }
  .image-background.circle {
    border-radius: 100%; }

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

.navbar-toggler {
  position: relative; }
  .navbar-toggler.category, .navbar-toggler.close {
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    z-index: 1042;
    position: fixed;
    right: 15px; }
    .navbar-toggler.category > span, .navbar-toggler.close > span {
      display: inline-block;
      content: '';
      width: 20px;
      height: 2px;
      left: 0;
      background: white;
      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: white;
        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; }
    .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: black;
    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: white;
    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; }

.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: black;
  font-size: 13px;
  font-weight: 500; }

/* header */
#header {
  z-index: 1040; }
  #header .navbar-brand {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 166px;
            flex: 0 0 166px;
    width: 166px;
    height: 80px;
    background: url(../images/parapoker/230501_BI_02.svg?ver=20231217) no-repeat 0% 50%;
    background-size: contain; }
  #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: white; }
    #header .tMember a:not(.btn-top), #header .tMenu a:not(.btn-top) {
      color: white; }
    #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: 9.5px; }
    #header .tMember .icon-level {
      width: 18px;
      height: 18px;
      font-size: 12px; }
  #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 .btn-game a {
    border-radius: 109px;
    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); }
  #header #gnb {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: absolute;
    z-index: 1041;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #header #gnb .navMenu {
      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; }
      #header #gnb .navMenu ul {
        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: 500; }
        #header #gnb .navMenu ul li a.menuName {
          display: block;
          line-height: 1;
          padding: 21px 13px;
          color: white;
          position: relative;
          white-space: nowrap; }
          #header #gnb .navMenu ul li a.menuName:hover, #header #gnb .navMenu ul li a.menuName:focus, #header #gnb .navMenu ul li a.menuName:active, #header #gnb .navMenu ul li a.menuName.active {
            color: #ffcc18; }
      #header #gnb .navMenu .nav-sub {
        padding: 13px 13px 0 13px; }
        #header #gnb .navMenu .nav-sub a {
          display: block;
          font-size: 14px;
          color: white;
          padding: 8px 0; }
          #header #gnb .navMenu .nav-sub a.active {
            color: #ffcc18;
            text-decoration: underline; }
  #header.show #gnb {
    height: 210px; }

.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 {
  border-radius: 109px;
  padding: 25px 50px;
  border: 6px solid rgba(220, 3, 3, 0.6);
  background: radial-gradient(193.1% 84.16% at 81.83% 83.12%, 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) 69.79%, rgba(255, 255, 255, 0) 100%), #F10000;
  -webkit-box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 800; }

footer#footer {
  background-color: #1a1a1a;
  color: white;
  padding: 40px 0;
  position: relative;
  text-align: center; }
  footer#footer a {
    color: #999999; }
    footer#footer a:hover {
      color: white; }
  footer#footer .logo {
    max-width: 166px;
    height: aut; }

.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: white;
  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: #202021;
  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: 50px;
  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%; }

.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: black; }
    .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 white;
      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: white;
      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: white; }
.checkbox input:checked + label::after {
  color: #202021; }
.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: white; }
.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: white;
    -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: white; }
.modal .modal-lg {
  max-width: none;
  width: 100%; }
.modal .modal-dialog {
  max-width: none; }
.modal .modal-content {
  background-color: black; }

.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: white;
  text-shadow: 2px 2px black;
  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: white;
  font-size: 28px;
  font-weight: 700; }
  .icn-chip.chip-02 {
    background-image: url(../images/chip-02.png);
    color: #541b03; }
  .icn-chip.coin-01 {
    background-image: url(../images/coin-01.png);
    color: black;
    width: 32px;
    height: 32px;
    font-size: 18px; }

.card-image {
  width: 76px; }

/* login, join, member */
.member-wrap {
  color: white;
  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: calc(100vh - 142px); }
  .member-wrap a {
    color: white; }
  .member-wrap .login-box, .member-wrap .register-box {
    border: 1px solid #202021;
    border-radius: 8px;
    overflow: hidden;
    background: url(../images/parapoker/230501_BI_02.svg) no-repeat 50% 40px;
    background-size: 110px auto;
    padding-top: 80px !important; }
    .member-wrap .login-box p, .member-wrap .register-box p {
      margin: 10px 0;
      text-align: left; }
  .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: 135px;
    border-radius: 8px;
    top: 0.75rem;
    z-index: 5; }
  #game_showdown::before {
    border: solid 2px red;
    background-color: rgba(255, 0, 0, 0.3);
    left: 0; }
  #game_showdown::after {
    border: solid 2px #0079ea;
    background-color: rgba(0, 121, 234, 0.3);
    right: 0; }
  #game_showdown::before {
    width: 57%; }
  #game_showdown::after {
    width: 51%; }

/******************
Template responsive
*******************/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media (min-width: 768px) {
  #header #gnb {
    background-color: #202021; }
    #header #gnb .navMenu {
      background-color: #303133;
      height: 60px;
      overflow-y: visible;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }
@media (max-width: 1199px) {
  .card-image {
    width: 64px; }

  #game_showdown::before, #game_showdown::after {
    height: 120px; } }
@media (max-width: 991px) {
  .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: black; }
    #header .tMember {
      display: none; }
    #header .tMenu {
      background-color: #303133;
      height: 60px;
      padding: 12.5px; }
    #header #gnb {
      position: fixed;
      background-color: black;
      padding: 20px;
      width: 100vw;
      height: 100% !important;
      left: 0;
      top: 0;
      z-index: 1041;
      -webkit-transition: none;
      transition: none;
      color: white;
      display: none;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #header #gnb .navMenu {
        border-radius: 0;
        position: relative;
        display: block;
        background-color: transparent; }
        #header #gnb .navMenu ul {
          font-size: 16px;
          white-space: nowrap;
          position: relative;
          display: block; }
          #header #gnb .navMenu ul li {
            display: block; }
            #header #gnb .navMenu ul li a.menuName {
              font-size: 24px;
              padding: 10px; }
            #header #gnb .navMenu ul li + li {
              margin-top: 10px; }
        #header #gnb .navMenu .nav-sub {
          padding: 0 10px; }
      #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: white;
    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: #202021; }

  .main-banner .text a {
    width: 77%;
    height: 10%;
    margin-top: 8%; }

  #game_showdown::before, #game_showdown::after {
    width: 100% !important;
    height: 300px;
    left: 0;
    top: 0; }
  #game_showdown::before {
    top: 0; }
  #game_showdown::after {
    top: auto;
    bottom: 50px; } }
@media (max-width: 575px) {
  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; }

  .card-image {
    width: 62px; } }
@media (max-width: 413px) {
  h5, .h5 {
    font-size: 16px; }

  h6, .h6 {
    font-size: 14px; }

  .container {
    padding: 0 10px; } }
/*# sourceMappingURL=style.css.map */